Andrew Posted August 1, 2013 Share Posted August 1, 2013 (edited) This code isn't perfect and hasn't been tested. This was requested on another thread so I thought id quickly post this Before you read, this is a BAD IDEA, mods can tell you just logged off and it will look suspicious A mod detection snippet. When a J Mod or a player mod, is in ur area, it will auto logout and hop. Make it a snippet, so everyone can implent it. List<Player> players = client.getLocalPlayers(); for(Player p : players) { String currentuser = p.getName(); if(currentuser.startsWith("Mod ")) { //Log off Code Here } } Edited August 1, 2013 by Murded Link to comment Share on other sites More sharing options...
GoldenGates Posted August 1, 2013 Share Posted August 1, 2013 No, they can tell you just logged off, this has been an idea before several times, and shouldn't ever be done... Link to comment Share on other sites More sharing options...
Andrew Posted August 1, 2013 Author Share Posted August 1, 2013 No, they can tell you just logged off, this has been an idea before several times, and shouldn't ever be done... I know it wasn't a good idea, but someone asked for it so I thought i'd post it Link to comment Share on other sites More sharing options...
Andrew Posted August 1, 2013 Author Share Posted August 1, 2013 (edited) Edit: Double Post Edited August 1, 2013 by Murded Link to comment Share on other sites More sharing options...
Diclonius Posted August 1, 2013 Share Posted August 1, 2013 You should make it "Mod " not just "Mod". That way it will only log out if it's a jagex mod and not if their name just starts with Mod. 1 Link to comment Share on other sites More sharing options...
W8621 Posted August 1, 2013 Share Posted August 1, 2013 You should make it "Mod " not just "Mod". That way it will only log out if it's a jagex mod and not if their name just starts with Mod. you just said make it "Mod" not just "Mod". you sir gave me a headache, learn to type 1 Link to comment Share on other sites More sharing options...
GoldenGates Posted August 1, 2013 Share Posted August 1, 2013 Meh, they'll use it at their own risk. Link to comment Share on other sites More sharing options...
mdanhorn Posted August 1, 2013 Share Posted August 1, 2013 You should make it "Mod " not just "Mod". That way it will only log out if it's a jagex mod and not if their name just starts with Mod. you just said make it "Mod" not just "Mod". you sir gave me a headache, learn to type you sir need to learn to read, and then try giving advice. Link to comment Share on other sites More sharing options...
GoldenGates Posted August 1, 2013 Share Posted August 1, 2013 You should make it "Mod " not just "Mod". That way it will only log out if it's a jagex mod and not if their name just starts with Mod. you just said make it "Mod" not just "Mod". you sir gave me a headache, learn to type you sir gave me a headache, he said "Mod "..with a space at the end. -.- Link to comment Share on other sites More sharing options...
Andrew Posted August 1, 2013 Author Share Posted August 1, 2013 You should make it "Mod " not just "Mod". That way it will only log out if it's a jagex mod and not if their name just starts with Mod. Thanks for the suggestion, I changed the code Link to comment Share on other sites More sharing options...
SXForce Posted August 1, 2013 Share Posted August 1, 2013 (edited) Just so you know, Jagex Moderators can be invisible to other players. Thus the client cannot detect them, but they can see you. When they are going back to visible mode and start talking to you, you instantly log off. Yeah, thats suspicious. Edited August 1, 2013 by SXForce Link to comment Share on other sites More sharing options...
Dashboard Posted August 2, 2013 Share Posted August 2, 2013 List<Player> players = client.getLocalPlayers(); for(Player p : players) { String currentuser = p.getName(); if(currentuser.startsWith("Mod ")) { type("Omfg my keyboard is messing up! Unplugging it for now, ttyl."); } } Link to comment Share on other sites More sharing options...
cbc197 Posted August 2, 2013 Share Posted August 2, 2013 List<Player> players = client.getLocalPlayers(); for(Player p : players) { String currentuser = p.getName(); if(currentuser.startsWith("Mod ")) { type("Omfg my keyboard is messing up! Unplugging it for now, ttyl."); } } Lol I like this. Link to comment Share on other sites More sharing options...
Resmurf Posted August 2, 2013 Share Posted August 2, 2013 List<Player> players = client.getLocalPlayers(); for(Player p : players) { String currentuser = p.getName(); if(currentuser.startsWith("Mod ")) { type("Omfg my keyboard is messing up! Unplugging it for now, ttyl."); } } Yea cause peopple randomly unplug it ... Link to comment Share on other sites More sharing options...
Sex Posted August 2, 2013 Share Posted August 2, 2013 Let's all get Banned.. Lol Link to comment Share on other sites More sharing options...