Famous Posted June 20, 2013 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
Famous Posted July 4, 2013 Author Posted July 4, 2013 (edited) bump Edited July 4, 2013 by zhen Quote
Patskie Posted July 4, 2013 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
Skorm Posted July 4, 2013 Posted July 4, 2013 You could also mute them and then disconnect their rid from the npc and unmute them to prevent warp. Quote
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 zhen4 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.