simplynice Posted June 18, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 128 Reputation: 4 Joined: 11/14/11 Last Seen: April 13, 2016 Share Posted June 18, 2013 File Name: Simple Hack Security File Submitter: simplynice File Submitted: 18 Jun 2013 File Category: Utilities Content Author: SimplyNice The title says it all. Every time a Game Master with a group_id of 1 or higher log in game, automatically the "HackerDetector" NPC will be triggered. It will prompt and ask you for a security password which is "iamnotahacker",you can change it to your liking but before that NPC will give you the group_id of 25. Why 25? i don't know it's my favorite number. Put this in your \conf\groups.conf { id: 25 name: "Hacker" level: 25 inherit: ( /*empty list*/ ) commands: { /* no commands */ } permissions: { }} Enjoy and don't forget to say thank you and do not remove credits. Click here to download this file Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 18, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 18, 2013 How will normal players know what the password is...? And it's very easy to make a bot parse an input field. Quote Link to comment Share on other sites More sharing options...
simplynice Posted June 18, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 128 Reputation: 4 Joined: 11/14/11 Last Seen: April 13, 2016 Author Share Posted June 18, 2013 How will normal players know what the password is...? That's only for account with a group_id of 1 and higher. Those normal players will stay as it is. And it's very easy to make a bot parse an input field. It's a simple security script. Quote Link to comment Share on other sites More sharing options...
rans Posted June 18, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: 10 hours ago Share Posted June 18, 2013 Hi, im using this 2-script http://pastebin.com/qQ6gayyaFor Example. You created a new Gm account ,and you did not set the id in this script, this script will kick you ,if you already set you ID here, it will warp you into a room with no command(adjst to 99),and you need to verify your gm account by typing the password in the npc, if wrong password, automatic kick. - sorry 4 my bad english... Quote Link to comment Share on other sites More sharing options...
simplynice Posted July 9, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 128 Reputation: 4 Joined: 11/14/11 Last Seen: April 13, 2016 Author Share Posted July 9, 2013 Are you trying to ban or kick those GM with a level of 2 - 98. If it is then: if( (getgroupid != 99) || (getgroupid != 1) ){ //kick him or whatever atcommand "@kick "+strcharinfo(0)+""; } Quote Link to comment Share on other sites More sharing options...
- Mariel Posted July 12, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 58 Reputation: 0 Joined: 02/23/13 Last Seen: July 28, 2016 Share Posted July 12, 2013 Are you trying to ban or kick those GM with a level of 2 - 98. If it is then: if( (getgroupid != 99) || (getgroupid != 1) ){ //kick him or whatever atcommand "@kick "+strcharinfo(0)+""; } What he means is that when a normal player hack a gm or an account with a group id of 1 or higher, it will prompt the hacker a password and if not matched, it will be give a group id of 25 which has no commands. Quote Link to comment Share on other sites More sharing options...
simplynice Posted July 13, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 128 Reputation: 4 Joined: 11/14/11 Last Seen: April 13, 2016 Author Share Posted July 13, 2013 Are you trying to ban or kick those GM with a level of 2 - 98. If it is then: if( (getgroupid != 99) || (getgroupid != 1) ){ //kick him or whatever atcommand "@kick "+strcharinfo(0)+""; } What he means is that when a normal player hack a gm or an account with a group id of 1 or higher, it will prompt the hacker a password and if not matched, it will be give a group id of 25 which has no commands. That's the script does, it gives the person a group id of 25 with no commands although if the password did not match it will kick the person. There's no use that you want him inside the game without a basic command. Quote Link to comment Share on other sites More sharing options...
K e o u g h Posted May 7, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 260 Reputation: 181 Joined: 12/06/11 Last Seen: December 7, 2024 Share Posted May 7, 2014 I use this script because there is a exploit maybe.. i had this player who got some commands and he said bypassing the group_id i dunno how he did that. he said its a software and currently WIP. item generator or something. so i ban the IP and his account.. and now i used this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.