Jump to content

Utility: Simple Hack Security


Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   4
  • Joined:  11/14/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

How will normal players know what the password is...?

And it's very easy to make a bot parse an input field.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   4
  • Joined:  11/14/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

Hi,
/hmm 

im using this 2-script 
http://pastebin.com/qQ6gayya

For 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...
 

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   4
  • Joined:  11/14/11
  • Last Seen:  

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)+"";

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   4
  • Joined:  11/14/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   170
  • Joined:  12/06/11
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...