really don't understand the whole scar thing, and since i only want one script which is pressing space bar every second
can someone make a loop for me?
thanks...
really don't understand the whole scar thing, and since i only want one script which is pressing space bar every second
can someone make a loop for me?
thanks...
That's a little vague. Care to give more information on the subject. If your trying to use this for something RS related that'd be a bad Idea. Almost InstaBan Bad. Might be able to get away with using Typesend(' '); I think.
~BraK
"Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."
Simba Code:program new;
begin
repeat
KeyDown(VK_SPACE);
Wait(50);
KeyUp(VK_Space);
Wait(1000);
until false
end.
Code:
- Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
- Solarwind: Dude, you are like... t3h s3x.
- Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
- benjaa: woah.... Jukka is the man Guildminer pwns all
- NaumanAkhlaQ: And JuKKa Is my Her0!
There are currently 1 users browsing this thread. (0 members and 1 guests)