The Atiban include contains functions how not to get banned.
procedure RandomRClick;
Performs random right click to stay active.
Note
by phantombmx/EvilChicken!, idea by NaumanAkhlaQ
Example:
procedure HoverSkill(Skill: variant; Click: Boolean);
Hovers mouse over selected skill to “check exp” Click = True will Click Skill and Click = False will ‘Hover’. Won’t “check” skills where your level is 1.
Note
by Dankness/Cheesehunk/Ron/Raymond/ZephyrsFury
Example:
procedure PickUpMouse;
Acts just like you picked your mouse off the pad... then sets it back down.
Note
by dark_sniper
Example:
procedure PickUpMouse;
Presses random arrow keys and moves the mouse. Able to press 2 keys simultaneously.
Note
by Krazy_Meerkat
Example:
procedure BoredHuman;
Note
by WT-Fakawi, small edit by Hy71194
Example:
procedure ExamineInv;
Chooses a random item in the inventory to examine.
Note
by R1ch
Example:
procedure ExamineInv;
Note
by R1ch
Example:
function LevelUp : Boolean;
Checks if you’ve leveled up - click Continue and returns True.
Note
by R1ch
Example: