Mob spawn / summonbag hack autoban

Newbie Spellweaver
Joined
Jan 4, 2007
Messages
69
Reaction score
0
Autoban for mob spawn / summonbag hacks, credits to me.

In UseSummonBag.java include this in your imports:
Code:
import net.sf.odinms.server.AutobanManager;
Find and remove
Code:
log.info("[h4x] Player {} is using a summonbag not in the slot: {}", c.getPlayer().getName(), Integer.valueOf(itemId));
And add
Code:
AutobanManager.getInstance().addPoints(c.getPlayer().getClient(), 1000, 0, "Trying to use a summonbag not in item inventory");
 
Re: [Release] Mob spawn / summonbag hack autoban

Nice release, useful if you don't want people Dupeing/ or Packet Editing Summoning Bags and mass spawn them for levels/exp.
EDIT: First post ^_^
 
Re: [Release] Mob spawn / summonbag hack autoban

Wait... So how the **** do hackers spawn? I don't have summoning bags available in my server whatsoever...
w/e I added into my repack thanks :)
 
Re: [Release] Mob spawn / summonbag hack autoban

Autoban for mob spawn / summonbag hacks, credits to me.

In UseSummonBag.java include this in your imports:
Code:
import net.sf.odinms.server.AutobanManager;
Find and remove
Code:
log.info("[h4x] Player {} is using a summonbag not in the slot: {}", c.getPlayer().getName(), Integer.valueOf(itemId));
And add
Code:
AutobanManager.getInstance().addPoints(c.getPlayer().getClient(), 1000, 0, "Trying to use a summonbag not in item inventory");

that patches this..

 
Re: [Release] Mob spawn / summonbag hack autoban

you do realise if you lag while summoning it auto bans you.
E.g. you summon once. *lags* so you summon again *BAM* autoban

Just d/c the user if they summon without any summoning bags like GMS and other maple servers do. =_=
 
Re: [Release] Mob spawn / summonbag hack autoban

Aww man, I tried this on Empower and it was hilarious :O


Edit: Lol, eepit is going to leech this off.
 
Re: [Release] Mob spawn / summonbag hack autoban

-Wtfz0r- h4x0r n0t g3tt!ng b@nn3d c@us3 h3 pwnz0r. L33t H4x0r.

Nah, great job :nerd:
 
Re: [Release] Mob spawn / summonbag hack autoban

how do i compile? i used notepad to edit and it doesnt work..my fren was still able to hack and spawn mobs
 
Re: [Release] Mob spawn / summonbag hack autoban

Nice.
____
khoacalacan - Mob spawn / summonbag hack autoban - RaGEZONE Forums


Cmon Guys feed it to lv50 so it can hatch!
 
Re: [Release] Mob spawn / summonbag hack autoban

you do realise if you lag while summoning it auto bans you.
E.g. you summon once. *lags* so you summon again *BAM* autoban

Just d/c the user if they summon without any summoning bags like GMS and other maple servers do. =_=

It won't a/b people wrongly since you need to click the OK button before spawning monsters.
 
Re: [Release] Mob spawn / summonbag hack autoban

can somebody post the compiled usesummonbags.java here?, like host it on or something =(
 
Back