Endless Online - A Free MMORPG!

Right Click Queue Spells SCAR Script

This script lets you cast a spell using one hand only by using your right mouse button to queue the spell for you. This allows you to move and cast with a lot more ease since your hand never has to leave the movement controls to queue a spell! Enjoy!

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