è_____é 123's AutoAssault è_____é
This script is very lame.
I don't even know why I made it.
It took like 5 seconds but I figured some people might wanna use it.
Features:
-Kills Guards
Steps:
1.Change colors (refer to my other post auto for instructions)
2.Stand near a guard
3.Run the script
Code:
const
khazard =7116233;
var
x,y:integer;
begin
repeat
wait(100)
if (findcolortolerance(x,y,khazard,0,0,519,451,5))
then
begin
movemouse(x,y)
wait(50)
clickmouse(x,y,true)
wait(5000);
end;
until(false)
end.