[Release] How to disable autoban if enabled

Results 1 to 10 of 10
  1. #1
    Novice Byrdman is offline
    MemberRank
    Dec 2008 Join Date
    4Posts

    [Release] How to disable autoban if enabled

    find this src.net.sf.odinms.net.channel.handler.AbstractDeal Dama geHandler.java.

    After opening this file press Ctrl+F and find this:

    Code:
    AutobanManager.getInstance().autoban(player.getClient(),
    "Using a skill he doesn't have (" + attack.skill + ")");

    Replace it with this

    Code:
    //AutobanManager.getInstance().autoban(player.getCli ent(),
    //"Using a skill he doesn't have (" + attack.skill + ")");
    then in the same file find this
    Code:
    AutobanManager.getInstance().autoban(player.getClient(), damageToMonster +
    " damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() +
    " skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " +
    elementalMaxDamagePerMonster + ")");
    and replace with this
    Code:
    //AutobanManager.getInstance().autoban(player.getCli ent(), damageToMonster +
    //" damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() +
    //" skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " +
    //elementalMaxDamagePerMonster + ")");
    Now go open this file net.sf.odinms.net.channel.handler.SummonDamageHand ler.
    find this
    Code:
    AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() +	")");
    replace with this
    //AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");

    Now open net.sf.odinms.net.channel.handler.TakeDamageHandle r.java.
    and replace this
    Code:
    //AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
    with this
    Code:
    AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
    now replace this
    Code:
    AutobanManager.getInstance().addPoints(player.getC lient(), 50, 120000, "Exceeding attack range");
    with this
    Code:
    //AutobanManager.getInstance().addPoints(player.getC lient(), 50, 120000, "Exceeding attack range");

    Now your done all credits go to me!


  2. #2
    Infraction Banned Jvlaple is offline
    MemberRank
    Jul 2008 Join Date
    PerthLocation
    291Posts

    Re: [Release] How to disable autoban if enabled

    mine's better, mine broadcasts the message across the server and saves it to a file but good job anyway... you could adapt it to broadcast across the whole server too. It's better that way, the hackers will be too scared to hack ^_^

  3. #3

    Re: [Release] How to disable autoban if enabled

    do we have to compile it

  4. #4
    Account Upgraded | Title Enabled! get31720 is offline
    MemberRank
    Jul 2008 Join Date
    972Posts

    Re: [Release] How to disable autoban if enabled


  5. #5
    Account Upgraded | Title Enabled! 917893678251 is offline
    MemberRank
    Jul 2008 Join Date
    In a boxLocation
    1,470Posts

    Re: [Release] How to disable autoban if enabled

    Quote Originally Posted by Byrdman View Post
    find this src.net.sf.odinms.net.channel.handler.AbstractDeal Dama geHandler.java.

    After opening this file press Ctrl+F and find this:

    Code:
    AutobanManager.getInstance().autoban(player.getClient(),
    "Using a skill he doesn't have (" + attack.skill + ")");

    Replace it with this

    Code:
    //AutobanManager.getInstance().autoban(player.getCli ent(),
    //"Using a skill he doesn't have (" + attack.skill + ")");
    then in the same file find this
    Code:
    AutobanManager.getInstance().autoban(player.getClient(), damageToMonster +
    " damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() +
    " skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " +
    elementalMaxDamagePerMonster + ")");
    and replace with this
    Code:
    //AutobanManager.getInstance().autoban(player.getCli ent(), damageToMonster +
    //" damage (level: " + player.getLevel() + " watk: " + player.getTotalWatk() +
    //" skill: " + attack.skill + ", monster: " + monster.getId() + " assumed max damage: " +
    //elementalMaxDamagePerMonster + ")");
    Now go open this file net.sf.odinms.net.channel.handler.SummonDamageHand ler.
    find this
    Code:
    AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() +	")");
    replace with this
    //AutobanManager.getInstance().autoban(c, "High Summon Damage (" + damage + " to " + target.getId() + ")");

    Now open net.sf.odinms.net.channel.handler.TakeDamageHandle r.java.
    and replace this
    Code:
    //AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
    with this
    Code:
    AutobanManager.getInstance().addPoints(c, 1000, 60000, "Taking abnormal amounts of damge from " + monsteridfrom + ": " + damage);
    now replace this
    Code:
    AutobanManager.getInstance().addPoints(player.getC lient(), 50, 120000, "Exceeding attack range");
    with this
    Code:
    //AutobanManager.getInstance().addPoints(player.getC lient(), 50, 120000, "Exceeding attack range");

    Now your done all credits go to me!
    ALl credits go to u what, you just leeched this and said it's yours when it was in the guide section.

  6. #6
    Account Upgraded | Title Enabled! maplesaif is offline
    MemberRank
    Jun 2008 Join Date
    Uae-DubaiLocation
    539Posts

    Re: [Release] How to disable autoban if enabled

    then can disable autoban for ThePack ?

  7. #7
    Account Upgraded | Title Enabled! SweetSorrow is offline
    MemberRank
    Oct 2008 Join Date
    ShoeBoxLocation
    352Posts

    Re: [Release] How to disable autoban if enabled

    Quote Originally Posted by get31720 View Post
    Lawl pwned o.o"

  8. #8
    Alpha Member watzmename is offline
    MemberRank
    Aug 2008 Join Date
    2,835Posts

    Re: [Release] How to disable autoban if enabled

    Quote Originally Posted by get31720 View Post
    lol.

  9. #9
    Xephizion Development Ehab is offline
    MemberRank
    Apr 2008 Join Date
    Somewhere I BelLocation
    1,935Posts

    Re: [Release] How to disable autoban if enabled

    or simply in AutoBanManager
    if (c.getPlayer().gmLevel() >= X) {

    change it to

    if (c.getPlayer().gmLevel() >= -1) { // (for SineMS)





    Edit : tested by me and it's almost working
    used a mule acc (lvl 0 gm) and tried almost all hacks~ no ban

  10. #10
    Member TookTook123 is offline
    MemberRank
    Aug 2008 Join Date
    89Posts

    Re: [Release] How to disable autoban if enabled

    it disable only the attacks ab[that in abstractdealdamagehandler.java]
    it doesnt disable in other files, i think trait0r released disable/enable ab in world.prop, just do what re released, much easier, and fully disable it.



Advertisement