This script was made in Scar Divi 3.13!
Program RightClickQueueSpells;
//
// ,ø¤°º¤ø,¸¸,ø¤º°`°º¤ø,¸RickClickQueue.,ø¤°º¤ø,¸¸,ø¤º°¤ø.
//
// This program queues a spell clicking the right mouse button.
// By default it will queue the spell slotted for the F1 key.
// Press CTRL+ALT+S at any time to end the script.
//
// °º¤ø,¸¸,ø¤º°`°º¤ø,¸eomix.blogspot.com.,ø¤°º¤ø,¸¸,ø¤º°
//
Begin
FindWindow('Endless Online')
ActivateClient
Repeat
If (IsMouseButtonDown(False)) Then
KeyDown(112);
Wait(20);
KeyUp(112);
Wait(10);
Until(false)
KeyUp(112);
End.
No comments:
Post a Comment