Results 1 to 6 of 6

Thread: f5 wildy switcher

  1. #1
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default f5 wildy switcher

    instead of making f5 for quick switch , make like spacebar for quick switch spec plz :]

  2. #2
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Simba Code:
    program SpaceToF5;
    begin
      repeat
        if IsKeyDown(VK_SPACE) then
        begin
          KeyDown(VK_F5);
          wait(RandomRange(10,40));
          KeyUp(VK_F5);
          Wait(randomrange(500,800));
        end;
      until(false);
    end.

    Drag crosshair to ur RS client and start the bot.

  3. #3
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ull have to show me bro , im newto this :]

  4. #4
    Join Date
    Jun 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Go to your simba, copy and paste the script that he posted drag the crosshair to your runescape client (top rightish) then press the play button

  5. #5
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i get to the rs client?

  6. #6
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    There are tutorials. Figure it out.
    07Scripter
    I mostly write private scripts

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
  •