Results 1 to 13 of 13

Thread: Think I'd get BANNED for this?

  1. #1
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Think I'd get BANNED for this?

    I know this is total noob, but w/e.

    When I mine myself, I want to drop fast. I wrote a quick script that just uses movemouse to drop all my ores, think I'd get detected and banned for that at all? It's the same coordinates everytime, but obviously no-one can detect it in game.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ClickMouse, MoveMouse, and MoveMouseSmooth are a BIG no no. I used them when I made my first script (like 2 and a half years ago) and it got my account flagged (I had randoms everytime I did anything), but no ban luckily.

    In the future, Use Mouse and MMouse with randomness. SRL also has a drop procedure so you can do something like:

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    begin
      SetupSRL;
      repeat
        if(InvFull)then
          DropAll;
        wait(50+random(50));
      until(False);
    end.

    SRL's DropAll procedure is completely random, so you shouldn't have anything to worry about if you use it.

    Good luck to your account though. If you didn't do it too much then there's a good chance your account will be ok.

  3. #3
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the quick reply. So if I use that code exactly should it work? I don't have a lot of experience with writing scripts myself, I need to start XD

  4. #4
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, just drag the cross hairs onto Runescape and press run. Do all your mining, and if the script sees that the inventory is full, it will automatically drop everything in your inventory without any input from you.

  5. #5
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, it just seems to be clicking over somewhere, not going near the inventory.

    Edit: Nothing's happening, just clicking some spot XD
    Last edited by monkeyboy_2006; 09-19-2009 at 08:04 AM.

  6. #6
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by monkeyboy_2006 View Post
    Hmm, it just seems to be clicking over somewhere, not going near the inventory.
    Do you have the latest Dev Revision of SRL? and SCAR 3.21.

  7. #7
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    Do you have the latest Dev Revision of SRL? and SCAR 3.21.
    I have SCAR 3.21, and I should have the latest SRL if I just dl it from the SCAR Filemenu right?

  8. #8
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Nope. You need TortiseSVN and use to download the files from: http://www.villavu.com/repositories/srl-opendev/

    There are tutorials around here to download the dev revision so search.

  9. #9
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    Nope. You need TortiseSVN and use to download the files from: http://www.villavu.com/repositories/srl-opendev/

    There are tutorials around here to download the dev revision so search.

    Ok, thanks got that. I'll try it now.

  10. #10
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I would suggest taking a look at this thread in the FAQ section:

    http://www.villavu.com/forum/showthread.php?t=49635

    It can teach you about SCAR, SRL, and SMART, and how to download/update them. As said above, if the script is not working, you need to download the latest developers revision, so take a look at the article above.

  11. #11
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JAD View Post
    I would suggest taking a look at this thread in the FAQ section:

    http://www.villavu.com/forum/showthread.php?t=49635

    It can teach you about SCAR, SRL, and SMART, and how to download/update them. As said above, if the script is not working, you need to download the latest developers revision, so take a look at the article above.
    Hmm I just dled the dev rev, but still not working.

  12. #12
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by monkeyboy_2006 View Post
    Hmm I just dled the dev rev, but still not working.
    Are you sure you replaced all the current SRL files with the dev ones?

  13. #13
    Join Date
    Jun 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    Are you sure you replaced all the current SRL files with the dev ones?
    ya i renamed the old folder to "srlold" and made a new SRL folder, like the tut said. used Tortoisesvn or whatever, with the Dev version.

    Edit : I deleted the old folder now...but still doesn't seem to work.
    Last edited by monkeyboy_2006; 09-19-2009 at 09:06 AM.

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
  •