Results 1 to 3 of 3

Thread: Help really dont understand >,<

  1. #1
    Join Date
    Oct 2010
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help really dont understand >,<

    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...

  2. #2
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    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."

  3. #3
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •