Jump to content

Recommended Posts

Posted

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

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

Posted

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

  • 3 weeks later...
Posted

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

}

Posted

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.

Posted

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.

  • 9 months later...
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...