Auto Spammer:
Usefull for outspamming ppl in market, and for long periods of time, i set the time for 200 millisecs because if u go ne lower it doesnt go ne faster u jus get less things spammed
Code:
//Created by M1K2Y
SetActiveWindow [Conquer2.0]
PasteClipboard //Pasting Clipbord
Delay 200
Keys {RETURN} //Pressing Enter
Skill Changer:
I created this so when im in tg while sleeping i can lvl a skill and still get experience from scatter, it changes from scatter to rapid fire every 5 minutes
its designed for this
not this
so if u have the second pic u will have to change the coords of some lines
Code:
//Created by M1K2Y SetActiveWindow [Conquer2.0] Delay 1000 MousePos 776, 574 //Skill Box Coords Delay 600 LeftClick //Click on Skill Box Delay 600 MousePos 763, 396 //Scatter Coords Delay 600 LeftClick //Click on Scatter Delay 600 MousePos 400, 494 //From here to Delay 600 LeftClick Delay 600 RightClick Delay 600 RightClick //Here is clicking on posts Delay 3000 //This is the time delay between skill change = 5 mins MousePos 773, 575 //Skill Box Coords Delay 600 LeftClick //Click on Skill Box Delay 600 MousePos 719, 401 //Rapid Fire Coords Delay 600 LeftClick //Click on Rapid Fire Delay 600 MousePos 398, 503 //From here to Delay 600 DoubleClick Delay 600 MousePos 584, 209 Delay 600 LeftClick Delay 600 RightClick //Here is clicking on posts Delay 3000 //This is the time delay between skill change = 5 mins
AcTool:

I find it less complicated then Macro Express but i jus dled Macro Express today and im new at it, i still dont know all the functions of AcTool but i can create simple macros with it so i use it.
How To Use:
Jus simply copy and past the script in the code into AcTool when u open it, and type in how many times u want the script to repeat and click start.






