I think this is a very noob way of doing this... but this is the only way i know![]()
I think this is a very noob way of doing this... but this is the only way i know![]()
Yeah lol that is a pretty noobie way!!![]()
Why did you include {.include SRL/SRL.scar} and setupsrl; if it isnt an srl script?
I like cats.Narcle's AK Smelter 1.1.6
Run Time : 7 Hr 53 Min 5 Sec
Total Bars : 3371
Total XP : 58995
Ok a few things I'd recommend...
Instead of doing that just use this:SCAR Code:movemousesmooth(459,292);
wait(1000)
clickmouse(459,292,true);
The first two numbers are the co-ordinates, the second two are how many random pixels you want to click off the spot. This makes scripts less detectable.SCAR Code:Mouse(459, 292, 0, 0, true
That works, but you can make it less detectable by adding a random amount of time.SCAR Code:Wait(1000)
SCAR Code:Wait(500+random(1000));
There are currently 1 users browsing this thread. (0 members and 1 guests)