Page 1 of 2 12 LastLast
Results 1 to 25 of 33

Thread: Simple Request

  1. #1
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Red face Simple Request

    Hey Guys, I Dont Play RS Hardly Anymore, but im wondering if theres any Scar scripters here who could help me out with a Private Server Script.

    If you can, could you please Pm me?

    Id appreciate any help thanks

  2. #2
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  4. #4
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well ive started playing battlescape, prefferably one which theives or fishes, simple stuff really.

    Also, thanks for the reply

  5. #5
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by fluffball102 View Post
    Well ive started playing battlescape, prefferably one which theives or fishes, simple stuff really.

    Also, thanks for the reply
    just to make sure im correct, Battlescape is a private RS server, and it has no randoms or banning?

    ~shut

  6. #6
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, no randoms, and banning is manual

  7. #7
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    hmm. weird. im gonna check it out.
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  8. #8
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im Hooked Tbh, But i need a scripter

    Will Love you forever, its its awesome i may even pay!

  9. #9
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  10. #10
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Umm theive paladins and alch the addy plates.

  11. #11
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  12. #12
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    High alch, using v603 at the start up menu

    Thanks guys, Dammnn i havent been on here since like 2008 or something, Its grown laods

  13. #13
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by fluffball102 View Post
    High alch, using v603 at the start up menu

    Thanks guys, Dammnn i havent been on here since like 2008 or something, Its grown laods
    If you would have been here in 2006 you wouldn't say that.
    There used to be something meaningful here.

  14. #14
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Although doesnt look as active as it used to be :/

  15. #15
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by fluffball102 View Post
    High alch, using v603 at the start up menu

    Thanks guys, Dammnn i havent been on here since like 2008 or something, Its grown laods
    v603?

    ~shut

    EDIT: i cant get on palidino.com
    Last edited by Shuttleu; 07-16-2010 at 04:12 PM.

  16. #16
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  17. #17
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  18. #18
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont know where it is the god wars dungeon, lol :P

  19. #19
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Here is my like 2 months old script that buys diamonds in the crafting shop and uses chisel two times on them to make diamond bolt tips. Then you sell the tips to shop for profit. I made a couple hundred mil using this script and got 1b crafting and fletching xp. I hope it still works.
    Btw start in the same tile as the shop.
    SCAR Code:
    program Crafter;
    var
      x1, ShopX, ShopY: Integer;


    procedure FindClient;
    var
      I: Integer;
    begin
      for I := 0 to 600 do
      begin
        if (GetColor(I, 420) = 2437688) then x1 := I;
        if x1 > 0 then
        begin
          WriteLn('Clientti loyty (X='+IntToStr(x1)+')');
          Exit;
        end;
      end;
    end;


    procedure C(x, y: Integer; Left: Boolean);
    begin
      MoveMouse(x-258+x1, y);
      Wait(70);
      ClickMouse(x-258+x1, y, Left);
      Wait(70);
    end;

    function ShopScreen: Boolean;
    begin
      Result := (GetColor(222+x1, 41) = 2070783);
    end;


    procedure CloseShop;
    var
      I: Integer;
    begin
      while ShopScreen do
      begin
        MoveMouse(697-258+X1, 37);
        Wait(30);
        ClickMouse(697-258+X1, 37, True);
        while ShopScreen and (I < 350) do
        begin
          Wait(10);
          Inc(I);
        end;
        if I < 350 then Exit;
        I := 0;
      end;
    end;



    function OpenShop: Boolean;
    var
      x, y, I, II, III, A: Integer;
      NewX: Integer;
    begin
      repeat
        if IsFKeyDown(10) then TerminateScript;
        MoveMouse(ShopX-257+X1, ShopY);
        while (CountColorTolerance(255463, 315-258+X1, 5, 360-258+X1, 15, 35) < 7) do
        begin
          Wait(10);
          A := A + 1;
          if A = 150 then
          begin
            ClickMouse(790-258+X1, 263, True);
            Wait(80);
            ClickMouse(790-258+X1, 263, True);
            Wait(80);
            MoveMouse(ShopX-257+X1, ShopY);
          end;
          if A = 300 then
          begin
            for A := 300 to 400 do
            begin
              NewX := ShopX+A-300;
              MoveMouse(NewX-257+X1, ShopY);
              Wait(100);
              if (CountColorTolerance(255463, 315-258+X1, 5, 360-258+X1, 15, 35) > 6) then Break;
              NewX := ShopX-A+300;
              MoveMouse(NewX-257+X1, ShopY);
              Wait(100);
              if (CountColorTolerance(255463, 315-258+X1, 5, 360-258+X1, 15, 35) > 6) then Break;
            end;
            if A < 400 then ShopX := NewX
            else TerminateScript;
          end;
        end;
        ClickMouse(ShopX-257+X1, ShopY, False);
        III := 0;
        while (III < 50) do
        begin
          if FindColor(x, y, 65535, ShopX-280+X1, ShopY-30, ShopX-255+X1, ShopY+80) then
          begin
            ClickMouse(ShopX, Y+20, True);
            Break;
          end;
          Inc(III);
          Wait(5)
        end;
        if III > 49 then Continue;
        //Wait(100);
        //ClickMouse(ShopX-258+X1, ShopY+42, True);
        I := 0;
        repeat
          Wait(10);
          I := I+1;
        until(ShopScreen or (I > 200));
      until(ShopScreen);
      MoveMouse(445-258+X1, 130);
      Wait(50);
      ClickMouse(445-258+X1, 130, False);
      while not FindColor(x, y, 65536, 445-258+X1, 130, 450-257+X1, 135) do Wait(5);
      ClickMouse(435-258+X1, 216, True);
      Wait(50);
      CloseShop;
      repeat
        Wait(10);
        II := II+1
      until(((GetColor(960-258+X1, 450) <> 3357765) and (GetColor(920-258+X1, 450) <> 3357765))) or (II > 200);
    end;


    procedure Clicks;
    var
      x, y: Integer;
    begin
      MoveMouse(970, 445);
      Wait(50);
      repeat
        if IsFKeyDown(10) then TerminateScript;
        MoveMouse(953-258+X1, 445);
        Wait(10);
        ClickMouse(953-258+X1, 445, True);
        Wait(40);
        MoveMouse(931-258+X1, 445);
        Wait(10);
        ClickMouse(931-258+X1, 445, True);
        Wait(40);
      until(GetColor(960-258+X1, 450) = 3357765) or (GetColor(920-258+X1, 450) = 3357765);
      ClickMouse(790-258+X1, 263, True);
      Wait(10);
      ClickMouse(790-258+X1, 263, True);
      Wait(10);
      ClickMouse(790-258+X1, 263, True);
      Wait(15);
    end;

    begin
      Wait(3000);
      FindClient;
      //GetMousePos(ShopX, ShopY);
      ShopX := 517;
      ShopY := 167;
      repeat
        Clicks;
        OpenShop;
      until(false);
    end.

    Battle Scape has pretty sad mods though... I got banned for winning 1b in a stake... Luckily got myself unbanned though and had like over 3b at one point
    Last edited by weequ; 07-16-2010 at 08:47 PM.

  20. #20
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow Nice! i only have like 11m, started on monday seems a nice server i like it.

  21. #21
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  22. #22
    Join Date
    May 2007
    Location
    Currently: On Srl Forums
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  23. #23
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  24. #24
    Join Date
    Jul 2006
    Posts
    189
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default hey....

    Quote Originally Posted by Shuttleu View Post
    not good because, like i said, because there is no way to tell where the palidian is because it is either off the screen or people is always onto of it, it is like a impossible script

    but i will continue and see how it goes

    ~shut
    hey just wanted to ask a couple questions...

    did you ever create a battlescape script?

    where do you find all the methods to create scripts?

  25. #25
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    In the SRL include.

Page 1 of 2 12 LastLast

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
  •