ok hi i need help whit do a new scrip
have done this script whit som help![]()
program New;
var
x,y: Integer;
const
Color = 16711680; // Change the 0 to your color
// Hit F1 to stop the script
begin
repeat
KeyDown(GetKeyCode('a'));
KeyUp(GetKeyCode('a'));
if(FindColor(x,y,Color,667, 374,667,374))then // You could change the coordinates
begin
KeyDown(VK_Right);
Wait(500);
KeyUp(VK_Right);
end;
until(IsFKeyDown(1));
end.
i used it on a game to traine run skill
but now i need a mine scrip
this how i have thinked to have it
dont know much so i gona explaine it![]()
have done this my self besed on Bat script and the other one
but i need help whit get commands real have done my owne comands XD
you dont need to read my plan but i need this commands
1:a keydowne and upevent that works whit 2 keys downe and upp at once
2:and goto commad like go to line 120 or go to 2 like i did
3:a if find color comand whit x,y and color and everyting but if it find color it do that is on 2:
4:and if dont find color go to 2 Like 2:
5:and a command like if find color
if(FindColor(x,y,Color,Z,Z,Z,Z))go to 2/if it find color it go to 2:
if (Dontfindcolor(x,y,color,Z,Z,Z,Z) go to 1/if it dont find that color it go to 1:
1:
key downe (left-key+downe-key )
w8 random time 5-10
key up (left-key+downe-key)
if(FindColor(x,y,Color,Z,Z,Z,Z))go to 2/
key downe( a+downe-key)
wenn find color go to 3:
2:
if(dontfindcolor)x,y,color) go to 2
if(findcolor)x,y,color) go to 1
3:
Key downe(up-key)
w8 0.1 sec
Key up(up-key)
if(FindColor(x,y,Color,Z,Z,Z,Z))go to 2/
Key down (a)
w8 1 sec
key up (a)
if(FindColor(x,y,Color,Z,Z,Z,Z))go to 2/
key downe (left-key+downe-key )
w8 random time 5-10
key up (left-key+downe-key)
if(FindColor(x,y,Color,Z,Z,Z,Z))go to 2/
go to 1
it is much for ask for but i hope i get help whit find the comands


Reply With Quote












