Ok when i try to use this method it just freezes my java app? . Here is the code
idgiCode:program New; begin repeat if(IsKeyDown('a')) then begin sendkeys('a'); keydown(13); sleep(1); keyup(13); Wait(1000); end; until(False); end.?
Ok when i try to use this method it just freezes my java app? . Here is the code
idgiCode:program New; begin repeat if(IsKeyDown('a')) then begin sendkeys('a'); keydown(13); sleep(1); keyup(13); Wait(1000); end; until(False); end.?
Does your comp lag? if so maximize wait
well i target my app, press play and it freezes press stop and it's fine :s
possibly because as long as ur not holding the button down it keeps repeating. maybe a "do while" loop?(though it didnt lagg my comp(what do u mean java app?))
im not sure
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
He means his java applet. Like the runescape applet :P.
Its fine for me here too.
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
SCAR Code:program New;
begin
repeat
if(IsKeyDown('a')) then
begin
sendkeys('a');
keydown(13);
sleep(1);
keyup(13);
repeat
wait(50);
until(not(IsKeyDown('a')))
end;
wait(50);
until(False)
end.
Any better?
Interested in C# and Electrical Engineering? This might interest you.
^ yes, thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)