Antiban ======= The Atiban include contains functions how not to get banned. RandomRClick ~~~~~~~~~~~~ .. code-block:: pascal procedure RandomRClick; Performs random right click to stay active. .. note:: by phantombmx/EvilChicken!, idea by NaumanAkhlaQ Example: .. code-block:: pascal HoverSkill ~~~~~~~~~~ .. code-block:: pascal 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: .. code-block:: pascal PickUpMouse ~~~~~~~~~~~ .. code-block:: pascal procedure PickUpMouse; Acts just like you picked your mouse off the pad... then sets it back down. .. note:: by dark_sniper Example: .. code-block:: pascal RandomMovement ~~~~~~~~~~~~~~ .. code-block:: pascal procedure PickUpMouse; Presses random arrow keys and moves the mouse. Able to press 2 keys simultaneously. .. note:: by Krazy_Meerkat Example: .. code-block:: pascal BoredHuman ~~~~~~~~~~ .. code-block:: pascal procedure BoredHuman; Performs 5-15 times: - Rotates the cam, - Moves the mouse around MainScreen, - If it finds IsUpText('option'), it will Chooseoption('Examine'); .. note:: by WT-Fakawi, small edit by Hy71194 Example: .. code-block:: pascal ExamineInv ~~~~~~~~~~ .. code-block:: pascal procedure ExamineInv; Chooses a random item in the inventory to examine. .. note:: by R1ch Example: .. code-block:: pascal RandomAngle ~~~~~~~~~~~ .. code-block:: pascal procedure ExamineInv; Randomly changes the angle of the compass. Finishes depending on HowToEnd: - 1, 'up', True = Highest angle - 2, 'down', False = Lowest angle - Put '' to leave it as it is. .. note:: by R1ch Example: .. code-block:: pascal LevelUp ~~~~~~~~~~~ .. code-block:: pascal function LevelUp : Boolean; Checks if you've leveled up - click Continue and returns True. .. note:: by R1ch Example: .. code-block:: pascal