Adblock breaks this site

need something to clock teleport camelot button!

Discussion in 'RuneScape Scripts' started by jokerj10, Sep 24, 2010.

  1. jokerj10

    jokerj10 Active Member

    Joined:
    Jul 24, 2007
    Posts:
    196
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    Ill buy a script to click teleport spell for me
     
  2. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    Here you go, a simple camelot teleported(just press run):
    Code:
    program AutoCamelotTeleporter;
    
    Var
      ToTeleport, Teleported : Integer;
      
    begin
      ToTeleport := StrToIntDef(ReadLn('How many times do you want to teleport?'), -1);
      If ToTeleport <= 0 Then
      Begin
        Writeln('Invalid amount of teleports!');
        TerminateScript;
      End;
      ClickWindMouse(746, 186, 5, 5, True);
      Wait(500 + Random(500));
      ClickWindMouse(722, 451, 5, 5, True);
      Wait(500 + Random(500));
      Repeat
        ClickWindMouse(575, 255, 5, 5, True);
        Wait(2500 + Random(1500));
        Teleported := Teleported + 1;
        Writeln('Teleports: ' + IntToStr(Teleported));
      Until ToTeleport = Teleported;
      Writeln('Done!');
    end.
    You need SCAR 3.23+ so you should download it from the repostery: http://freddy1990.com/svn/scarprerelease/
     
  3. RossDuggan

    RossDuggan ^ Uses Internet Explorer, then complains that the site is broken.
    Banned

    Joined:
    Jan 13, 2010
    Posts:
    1,615
    Referrals:
    1
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    Just download an auto clicker, and move it a pixel away every hour lmao. Thats what i did.
     
  4. jokerj10

    jokerj10 Active Member

    Joined:
    Jul 24, 2007
    Posts:
    196
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    Thanks alot!
     
  5. dollardonator

    dollardonator Member
    Banned

    Joined:
    Sep 30, 2010
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    yep autoclicker works very good i used it to autoalch mage for me
     
  6. jazerdet

    jazerdet Member

    Joined:
    Aug 10, 2011
    Posts:
    80
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    Yeah, sometimes I just want to clock that cocky Camelot Teleport button, too.
     
  7. Nunchuck

    Nunchuck Apprentice
    Banned

    Joined:
    Apr 25, 2011
    Posts:
    861
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    I also use auto clicker :p
     
  8. Dizcovery

    Dizcovery Active Member
    Banned

    Joined:
    Jul 15, 2010
    Posts:
    233
    Referrals:
    0
    Sythe Gold:
    0
    need something to clock teleport camelot button!

    Use garyhood lol
     
< Rsbots working scripts | f2p/p2p Dung script. -OFFER-! >


 
 
Adblock breaks this site