!!!Anti Cheat Client!!!

Discussion in 'RuneScape Miscellaneous' started by hiots, Dec 22, 2008.

Thread Status:
Not open for further replies.
!!!Anti Cheat Client!!!
  1. Unread #1 - Dec 22, 2008 at 1:14 PM
  2. hiots
    Joined:
    Nov 8, 2008
    Posts:
    261
    Referrals:
    1
    Sythe Gold:
    0

    hiots Forum Addict
    Banned

    !!!Anti Cheat Client!!!

    All right Here is an anti cheat client so people cant come on and start noclipping with mopar and stuff like that.
    MORE TO BE ADDED SOON!

    Anti Noclip

    Find your noclip code in client.java

    And Replace it with this
    Code:
    else if (command.equalsIgnoreCase("noclip") && !playerName.equalsIgnoreCase("*playerNames*"))
    {
    PlayerHandler.messageToAll = (playerName + " tried to noclip! Now they're screen is messed XD");
    EntangleDelay = 999999;
    frame99(2);
    teleblock = true;
    frame35(004, 004, 004, 004);
    LogoutDelay = 999999;
    frame218(1);
    frame177(041, 033, 014, 011, 005);
    }
    
    Now find where it says *playernames* and rplac it with the player names. And put a comma to seperate the names i think

    ANTI CLIENT DROP
    Find your client drop command, if yu dont have one then add this below your noclip commands. THIS IS AN AUTOBAN FOR TRYING TO CLIENT DROP!

    Code:
    else if (command.equalsIgnoreCase("clientdrop") && !playerName.equalsIgnoreCase("*playernames*"))
    {
    PlayerHandler.messageToAll = (playerName + " tried to clientdrop and has been autobanned!");
    appendToBanned(playerName);
    disconnected = true;
    }
    
    In the playernames part, you can take that out along with the *'s to make it so no one can client drop.

    Replacements for autoban/screenmessedup
    Autoban Code: Add this if you want them to be auto banned when they do a command
    Code:
    {
    PlayerHandler.messageToAll = (playerName + " tried to Cheat and has been autobanned!");
    appendToBanned(playerName);
    disconnected = true;
    }
    
    Screenmessedup Code: This makes the screen move so they cant see their character, and cant log out/move. So they have to restart client.

    Code:
    {
    PlayerHandler.messageToAll = (playerName + " tried to Cheat! Now they're screen is messed XD");
    EntangleDelay = 999999;
    frame99(2);
    teleblock = true;
    frame35(004, 004, 004, 004);
    LogoutDelay = 999999;
    frame218(1);
    frame177(041, 033, 014, 011, 005);
    }
    
    Hope this helped!
     
< [317]Websterscape 24.7[Webclient] | I can't find a good 508 tutorial, any help? >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site