Famous Posted June 20, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share Posted June 20, 2013 (edited) http://rathena.org/board/files/file/2918-simple-hack-security/ Can I request how to add berserk to a GM level above 0 or with frost to avoid warping.. etc /* * HACK SECURITY V1 * SimplyNice * Contact: [email protected] */ - script HackerDetector -1,{ OnPCLoginEvent: if (getgroupid() > 0){ set @grpid,getgroupid(); atcommand "@adjgroup 25"; set @password$,"iamnotahacker"; mes "Please input the secret password:"; input @nothacker$; if(@nothacker$ != @password$){ atcommand "@kick "+strcharinfo(0); end; } else { mes "Good day"; atcommand "@adjgroup "+@grpid+""; close; } } } bump anyone? Edited July 4, 2013 by zhen Quote Link to comment Share on other sites More sharing options...
Famous Posted July 4, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Author Share Posted July 4, 2013 (edited) bump Edited July 4, 2013 by zhen Quote Link to comment Share on other sites More sharing options...
Patskie Posted July 4, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 1 hour ago Share Posted July 4, 2013 Added sc_start sc_berserk, 1000000000, 1; and sc_end sc_berserk; on your script - script HackerDetector -1,{ OnPCLoginEvent: if (getgroupid() > 0){ set @grpid,getgroupid(); atcommand "@adjgroup 25"; set @password$,"iamnotahacker"; sc_start sc_berserk, 1000000000, 1; mes "Please input the secret password:"; input @nothacker$; if(@nothacker$ != @password$){ atcommand "@kick "+strcharinfo(0); end; } else { sc_end sc_berserk; mes "Good day"; atcommand "@adjgroup "+@grpid+""; close; } } } Quote Link to comment Share on other sites More sharing options...
Skorm Posted July 4, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted July 4, 2013 You could also mute them and then disconnect their rid from the npc and unmute them to prevent warp. Quote Link to comment Share on other sites More sharing options...
Famous Posted July 13, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Author Share Posted July 13, 2013 @Patskie thanks bro Quote Link to comment Share on other sites More sharing options...
Question
Famous
http://rathena.org/board/files/file/2918-simple-hack-security/
Can I request how to add berserk to a GM level above 0 or with frost to avoid warping.. etc
bump anyone?
Edited by zhenLink to comment
Share on other sites
4 answers to this question
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.