Table Of Contents

Previous topic

Animation

Next topic

AutoColor

This Page

Antiban

The Atiban include contains functions how not to get banned.

RandomRClick

procedure RandomRClick;

Performs random right click to stay active.

Note

by phantombmx/EvilChicken!, idea by NaumanAkhlaQ

Example:

HoverSkill

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:

PickUpMouse

procedure PickUpMouse;

Acts just like you picked your mouse off the pad... then sets it back down.

Note

by dark_sniper

Example:

RandomMovement

procedure PickUpMouse;

Presses random arrow keys and moves the mouse. Able to press 2 keys simultaneously.

Note

by Krazy_Meerkat

Example:

BoredHuman

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:

ExamineInv

procedure ExamineInv;

Chooses a random item in the inventory to examine.

Note

by R1ch

Example:

RandomAngle

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:

LevelUp

function LevelUp : Boolean;

Checks if you’ve leveled up - click Continue and returns True.

Note

by R1ch

Example: