Jump to content
Valor

Utility: Login Scanner

Recommended Posts

Just want to share community script combined from rAthena forum. this script absolutely not mine.

//===== rAthena Script =======================================
//= OnPCLoginEvent Triple Scanner
//===== Compatible With: =====================================
//= rAthena emulator
//===== Description: =========================================
//= Scan process following:
//= 1. Authorized GM name check.
//= 2. Player max stats > 130 check.
//= 3. Total actual player statpoint check.
//= Intruder will be blocked / query ipbanlist.
//===== Information: =========================================
//= Original version statpoints check by Brian
//============================================================

Setup GM level, GM groupid, and name before enabled atcommand and query.

Spoiler

( getgmlevel() > 0 || getgroupid > 0 ) // GM level / groupid

( [email protected]$ == "GM1" || [email protected]$ == "GM2" || [email protected]$ == "GM3" || [email protected]$ == "GM4" || [email protected]$ == "GM5") // GM name

 

login_scanner.txt

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.