looking for bot for classic

Discussion in 'RuneScape Classic' started by timmies, Sep 21, 2011.

Thread Status:
Not open for further replies.
looking for bot for classic
  1. Unread #1 - Sep 21, 2011 at 12:19 AM
  2. timmies
    Joined:
    Sep 27, 2008
    Posts:
    12
    Referrals:
    0
    Sythe Gold:
    5

    timmies Newcomer

    looking for bot for classic

    send me a pm if you know of any paid/free bots for rsc.
    paying a good price let me know.
     
  3. Unread #2 - Sep 21, 2011 at 6:02 AM
  4. just un dude
    Joined:
    May 27, 2005
    Posts:
    5,331
    Referrals:
    5
    Sythe Gold:
    2

    just un dude Hero
    Do Not Trade

    looking for bot for classic

    There is just one but it has a pass sender, don't bother looking sorry :\
     
  5. Unread #3 - Sep 21, 2011 at 6:21 AM
  6. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    Get SCAR 1.13 - http://freddy1990.com/index.php?page=service&name=archive&pagenum=3

    Jagex have changed the size of the RSC client to be nearly full screen after the reopening so you will either need to:

    1) Learn how to make scripts (it's SCAR, piss easy)
    2) Change the coordinates of the old scripts (A good autofighter is included with SCAR, and you can find old scripts here).
    3) Make a loader that does not have the big black border of the new web client.

    Get Leosleep - I'm not going to post a link because people will think it's a virus. Use a search engine.

    That's how I'm botting, and it works perfectly.
     
  7. Unread #4 - Sep 21, 2011 at 7:38 AM
  8. ScamMePlz
    Joined:
    Sep 17, 2011
    Posts:
    4
    Referrals:
    1
    Sythe Gold:
    0

    ScamMePlz Newcomer

    looking for bot for classic

    LOL WDF with rsc full screen.....


    rsc aint full screen chnage your resolution to 600X800 if you wan tti to look full screen but its not full screen....

    and for scar find keitnieks website for official link to download.... others are keyloggers..
    and yes leosleep have a keylogger in it but ive been using it for last 4 month and no password change yet so the guys dont get them anymore i guess....
     
  9. Unread #5 - Sep 21, 2011 at 7:42 AM
  10. ScamMePlz
    Joined:
    Sep 17, 2011
    Posts:
    4
    Referrals:
    1
    Sythe Gold:
    0

    ScamMePlz Newcomer

    looking for bot for classic

    This is official scar website...

    http://kaitnieks.com/scar

    but I noticed you cant load 1.13 anymore from there.... Maybe you would get more luck on moparscape forum.....
     
  11. Unread #6 - Sep 21, 2011 at 10:22 AM
  12. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    Don't talk shit about things you don't understand. Since 2009 there has been a black border around the client that fills the remaining space in your browser.

    Image of the RSC client before it is fully loaded - http://i.imgur.com/K6Ed7.png

    Kaitnieks hasn't developed SCAR since 2004. Freddy 1990 and SRL handle development now. The version on Dylock's site that is linked from kaitnieks.com is 3.12, the latest version of SCAR is 3.27. 1.13 is the best for using with RS1.
     
  13. Unread #7 - Sep 21, 2011 at 11:24 AM
  14. ScamMePlz
    Joined:
    Sep 17, 2011
    Posts:
    4
    Referrals:
    1
    Sythe Gold:
    0

    ScamMePlz Newcomer

    looking for bot for classic

    things i dont understands? I just dint notice this cause I dont use scar since 2004 so I dint had to notice the black border....you could simply play rs client from a java application then you could hook your scar on it.... that woulnt need coordinate changes... im pretty sure....

    ---

    For my part I made (for learning purpose) a clicker that I got a config file to tell whe ever to sleep and what color to clean and fmode to choose. I can I can auto click on anything I feel... Pretty basic functionality compare to SCAR of curse but I take screen shoot of the sleep capcha and make a HC.png so LeoSleep make me a sleepword.txt and I read and write it to the client.

    Wich I don't think scar does.... Or maybe am I wrong?

    And for position I made it the exact same size as the rs client with a transparent backgroudn and a red dot at the same spot as the * in left down corner so i can position it corectly before starting....

    [​IMG]
    p.s. the position in corner is the mouse position only :p
     
  15. Unread #8 - Sep 21, 2011 at 11:59 AM
  16. just un dude
    Joined:
    May 27, 2005
    Posts:
    5,331
    Referrals:
    5
    Sythe Gold:
    2

    just un dude Hero
    Do Not Trade

    looking for bot for classic

    ^ To answer you question, I'm pretty sure you could make scar work with leosleep / wuss.
     
  17. Unread #9 - Sep 22, 2011 at 1:46 PM
  18. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    Here's the code for LeoSleep on SCAR.

    Remember it has to be set to Client mode and you have to pick the RS window with LeoSleep and SCAR.

    I don't know how it works without a loader.

    Code:
    procedure FindBag;
    begin
        writeln ('Searching for sleeping bag.');
          repeat
          MoveMouse (495, 15);
          wait (500);
          if (FindColorSpiral (x, y, 4026013, 265, 25, 505, 240)) then
             begin
                  MoveMouse (x, y);
                  wait (500);
                  if (IsTextAt (6, 2, 'Sleeping Bag')) then
                  begin
                       writeln ('Sleeping bag found - storing coordinates.')
                       BagX:= x;
                       BagY:= y;
                       i:= 1;
                  end;
             MoveMouse (10, 10);
             wait (50);
             end;
          until (i = 1);
    end;
    
    procedure Sleep;
    begin
    if (IsTextAt (7, 304, 'You are too')) then
    begin
        status ('Sleeping.');
        writeln ('Using sleeping bag.');
        MoveMouse (490, 15)
        Wait (300);
          ClickMouse (BagX, BagY, True);
          Wait(2000)
          repeat
                wait (50);
                if (i = 400) then
                   begin
                        ClickMouse (180, 300, True);
                        wait (5000);
                        writeln ('Asking for a new word.');
                        wait (2000);
                   end;
          until (IsTextAt (7, 304,'You wake up')) or
                (IsTextAt (7, 304,'You are unexpectedly awoken')) or
                (IsTextAt (7, 304,'You can t do that whilst')) or
                (GetColor (167,41) <> 65535);
       MoveMouse(10,10)
       wait (10);
    end;
    wait (50);
    end;
     
  19. Unread #10 - Nov 2, 2011 at 3:59 PM
  20. crondeau3
    Joined:
    Nov 2, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    crondeau3 Newcomer

    looking for bot for classic

    I have SCAR 1.13 and LeoSleep... now what?

    There are a couple preloaded scripts with SCAR 1.13 but I can't figure out what they are for.

    Say I wanted to mine something at a certain location, is there somewhere I can find a script for that, or do I have to (somehow :confused:) make one myself?
     
  21. Unread #11 - Nov 2, 2011 at 8:23 PM
  22. hand breaded
    Joined:
    Oct 15, 2011
    Posts:
    196
    Referrals:
    0
    Sythe Gold:
    0

    hand breaded Active Member
    Banned

    looking for bot for classic

    For a customizable one that you want, I would say yes, you would have to make it. Good luck :p
     
  23. Unread #12 - Nov 7, 2011 at 7:07 PM
  24. crondeau3
    Joined:
    Nov 2, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    crondeau3 Newcomer

    looking for bot for classic

    I found one with preloaded mining spots, but it doesn't seem to work. It just clicks in a small area in the bottom left of the computer screen (not even RSC window). It may have something to do with SCAR not liking to run on Sun JVM, it prefers(ed) MS JVM, which hasn't been around since 2004 when Microsoft was sued.

    If anyone has something that works I'd appreciate it, I've tried all tactics mentioned in this post and nothing is working. (I lack the ability to script one myself)

    I'd like to mine iron southeast of varrock, deposit it in the bank, sleep, repeat.
     
  25. Unread #13 - Nov 7, 2011 at 8:50 PM
  26. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    Is it still shameless self promotion if you give your own bot away for free? Because ARS comes with a Varrock miner. :p

    Sun/Oracle Java isn't really a problem. SCAR 1.13 runs poorly on machines with Windows 7 or Vista installed - I didn't know this because I always used to use it in a Windows 2000 virtual machine. SCAR 2.03 seems to work well on modern PCs - but it doesn't support IsTextAt for RSC (at least as far as I can tell). This means a lot of scripts made for 1.13 don't work on it and you have to use bitmaps for text detection.
     
  27. Unread #14 - Nov 8, 2011 at 10:41 AM
  28. crondeau3
    Joined:
    Nov 2, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    crondeau3 Newcomer

    looking for bot for classic

    Thanks thestorm, I downloaded both ARS and RSCLoader and I can't get either of them to work.

    I'm running Windows 7, but I tried them both in Windows 2000 compatibility.

    I click on 'run' in either folder and I get some sort of error. (ARS says something about 'javac' and RSCLoader says something about 'javaw')

    I'm not sure if I am doing something wrong, or missed a download.

    I appreciate the help!
     
  29. Unread #15 - Nov 8, 2011 at 11:08 AM
  30. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    When I was talking about Windows 2000, I was talking about SCAR, not ARS. :p

    Are you sure you clicked 'run' in ARS? Javac is the compiler, only compile-scripts.bat uses javac.

    If you did click on run.bat, and you're sure you have the Java Runtime installed it's an annoying little "feature" in 64 bit versions of Windows.

    I've had two people ask me about this. In a day or two I'll start distributing ARS as a .jar which should hopefully fix the problem.

    There's a guide to fixing this error on YouTube:

    http://www.youtube.com/watch?v=X05JPrto_c8
     
  31. Unread #16 - Nov 8, 2011 at 11:27 AM
  32. crondeau3
    Joined:
    Nov 2, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    crondeau3 Newcomer

    looking for bot for classic

    [​IMG]
    I followed the directions in the video and I am still getting this message.
    (I added a 'pause' to the batch file to see what was going on before it would exit.
     
  33. Unread #17 - Nov 8, 2011 at 11:33 AM
  34. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    If you're using ARS:

    Code:
    @ECHO OFF
    cd C:/location/where/ARS/is/stored/Bot/
    java net/pink/probot/Main
    pause
    
    RSCLoader:

    Code:
    @ECHO OFF
    java RSCLoader
    pause
    
     
  35. Unread #18 - Nov 8, 2011 at 11:37 AM
  36. crondeau3
    Joined:
    Nov 2, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    crondeau3 Newcomer

    looking for bot for classic

    That's the message I get when I click on -

    C:\Program Files\ARSv1a\ARSv1a\run.bat

    I deleted RSCLoader because I thought that may have been causing a problem (and I couldn't get it working either, I figured I'd try 1 thing at a time :confused: )
     
  37. Unread #19 - Nov 8, 2011 at 11:41 AM
  38. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    looking for bot for classic

    Right, so the contents of run.bat should be:

    Code:
    @ECHO OFF
    cd C:\Program Files\ARSv1a\ARSv1a\Bot\
    java net/pink/probot/Main
    pause
    
    Not distributing ARS as a .jar is causing some problems, someone PMed me with this exact problem before you. At some point this week I'll reupload ARS as a .jar, hopefully it should fix this problem for 64-bit users.
     
  39. Unread #20 - Nov 8, 2011 at 11:46 AM
  40. crondeau3
    Joined:
    Nov 2, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    crondeau3 Newcomer

    looking for bot for classic

    [​IMG]

    Same error. Maybe least frustrating for both of us to wait for .jar format 8)

    Thanks for your assistance, my appreciation for programmers is growing lol

    If you would like to add me to a messenger program, or email me. I could assist in whatever way I could to help you convert it, since you're taking your own time to do this.
     
< Pro-Bot | ARS bot.. >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site