[rsbot]you Need To See This!!

Discussion in 'RuneScape 3 General' started by MMO KING, Dec 13, 2008.

[rsbot]you Need To See This!!
  1. Unread #21 - Dec 14, 2008 at 5:46 AM
  2. Rare Names
    Joined:
    Sep 2, 2008
    Posts:
    2,023
    Referrals:
    1
    Sythe Gold:
    0

    Rare Names Grand Master

    [rsbot]you Need To See This!!

    Don't flame me, mmk?

    I think it's stupid! He asked what we thought! Deal with it...
     
  3. Unread #22 - Dec 14, 2008 at 9:19 AM
  4. LunarEclipse
    Joined:
    Jul 3, 2008
    Posts:
    90
    Referrals:
    0
    Sythe Gold:
    0

    LunarEclipse Member

    [rsbot]you Need To See This!!

    Okay man, here's my opinion:
    -Do it.
    -Run 'Tenac's Guild Miner'

    I run it for about 15 hours a day. It has gotten me 60-84 mining. and At the moment I am 80% from 85.

    I've gotten no ban and no infractions at all.
    This is how I do it:
    -I play in Quickchat worlds (So people don't report you for not talking)
    -I watch it when im on my computer, for randoms such a the Maze or School Exam.
    -I run it overnight and under schooltime.
    -I turn on breakhandler.
     
  5. Unread #23 - Dec 14, 2008 at 9:38 AM
  6. (8)
    Joined:
    Dec 13, 2008
    Posts:
    397
    Referrals:
    0
    Sythe Gold:
    0

    (8) Forum Addict
    Banned

    [rsbot]you Need To See This!!

    If I were you I wouldn't chance it. I would just train it myself from here on out.
     
  7. Unread #24 - Dec 14, 2008 at 10:48 PM
  8. alolcoptor
    Joined:
    Nov 8, 2008
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    alolcoptor Member

    [rsbot]you Need To See This!!

    You can bot i you want.

    Just do 2-3 hours a day. It's reasonable and they wont bother checking you.
     
  9. Unread #25 - Dec 14, 2008 at 10:56 PM
  10. Fsoul
    Joined:
    Oct 19, 2008
    Posts:
    320
    Referrals:
    0
    Sythe Gold:
    0

    Fsoul Forum Addict

    [rsbot]you Need To See This!!

    Theres a sticky in the Rs Cheating section with the anti-ban file, since the file has 11.7 blackmarks I would just say screw it and auto till no end, your muted so they dont really expect you to be talking. You could auto on that account until you get enough money to buy another account with 3 letters and by then on rs bot you should know which scripts are good and wont get you banned so you can use those on your new account.
     
  11. Unread #26 - Dec 14, 2008 at 11:14 PM
  12. idkmybffjill
    Referrals:
    2

    idkmybffjill Guest

    [rsbot]you Need To See This!!

    i wouldnt if i were u.. thats trouble waiting to happen
     
  13. Unread #27 - Dec 14, 2008 at 11:20 PM
  14. ruthless910
    Joined:
    Sep 7, 2008
    Posts:
    840
    Referrals:
    0
    Sythe Gold:
    0

    ruthless910 Apprentice
    Banned

    [rsbot]you Need To See This!!

    just bot it till u reach desired amount of money then stop :S.
     
  15. Unread #28 - Dec 14, 2008 at 11:24 PM
  16. Lex Elf
    Joined:
    Dec 1, 2007
    Posts:
    952
    Referrals:
    2
    Sythe Gold:
    0

    Lex Elf Apprentice

    [rsbot]you Need To See This!!

    Here is an Antiban that will help you since i may be one of the few actually helping you.

    Code:
    import com.speljohan.rsbot.script.Random;
    import com.speljohan.rsbot.bot.Bot;
    import com.speljohan.rsbot.logging.Log;
    import java.awt.event.*;
    
    import javax.swing.*;
    
    public class AllAntiBan extends Random {
    
        int randomInt;
        int GambleInt;
        long lastCheck = 0;
        long timer = System.currentTimeMillis();
        int checkTime;
        public String[] thingsToSayIdle = new String[] {
    ""};
    
    
        public String getName() {
            return "AllAntiBan";
        }
    
        public double getVersion() {
          return  01;
        }
    
        public String getAuthor() {
            return "WarXperiment";
        }
    
        private boolean timer(int seconds) {
            return System.currentTimeMillis() * 1000 < seconds;
        }
    
       public Log getLog() {
           if(LOG != null)
                LOG = null;
    
           return super.getLog();
        }
    
        public boolean activateCondition() {
            randomInt = random(1, 100);
            if (isLoggedIn() && randomInt == 50)
            return true;
    
        return random(0, 100) == 25;
        }
        
        public void turnCamera() {
            char[] LR = new char[] { KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT };
            char[] UD = new char[] { KeyEvent.VK_DOWN, KeyEvent.VK_UP };
            char[] LRUD = new char[] { KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT,
                                     KeyEvent.VK_UP, KeyEvent.VK_DOWN };
            int random2 = random(0,2);
            int random1 = random(0,2);
            int random4 = random(0,4);
            
            if(random(0,3) == 0) {
                Bot.getInputManager().pressKey(LR[random1]);
                try { Thread.sleep(random(100, 400)); } catch (Exception e) {}
                Bot.getInputManager().pressKey(UD[random2]);
                try { Thread.sleep(random(300, 600)); } catch (Exception e) {}
                Bot.getInputManager().releaseKey(UD[random2]);
                try { Thread.sleep(random(100, 400)); } catch (Exception e) {}
                Bot.getInputManager().releaseKey(LR[random1]);                
            } else {
                Bot.getInputManager().pressKey(LRUD[random4]);
                if(random4>1) {
                    try { Thread.sleep(random(300, 600)); } catch (Exception e) {}
                } else {
                    try { Thread.sleep(random(500, 900)); } catch (Exception e) {}
                }
                Bot.getInputManager().releaseKey(LRUD[random4]);
            }
        }
        
        
        public int loop() {
            GambleInt = random(1, 20);
            if (GambleInt == 1) {
                turnCamera();
            }
    
            if (GambleInt == 2) {
                int xA = random(0, 750);
                int yA = random(0, 500);
                moveMouse(xA, yA);
                turnCamera();
            }
            
            if (GambleInt == 3) {
                if (getCurrentTab() != TAB_INVENTORY) {
                    openTab(TAB_INVENTORY);
                    turnCamera();
                }
            }
    
            if (GambleInt == 4) {
                clickCharacter(getNearestPlayerByLevel(1,130) , "Cancel");
                return (random(500, 1750));
            }
    
            if ((System.currentTimeMillis() - lastCheck) >= checkTime) {
                lastCheck = System.currentTimeMillis();
                checkTime = random(300000, 600000);
                turnCamera();
                    openTab(random(0, 13));
                turnCamera();
            }
            
            
            if (GambleInt == 5) {
                        turnCamera();
                int xA = random(0, 750);
                int yA = random(0, 500);
                moveMouse(xA, yA);
            }
            
            if (GambleInt == 6) 
                turnCamera();
                
            if (GambleInt == 7) 
                openTab(random(0, 13));
                
            if (GambleInt == 8) 
                moveMouse(random(0,450), random(0,450));
    
            return -1;
        }    
    }
     
  17. Unread #29 - Dec 14, 2008 at 11:29 PM
  18. Esuom
    Joined:
    May 3, 2007
    Posts:
    1,731
    Referrals:
    2
    Sythe Gold:
    0

    Esuom Guru
    Banned

    [rsbot]you Need To See This!!

    Stop botting once you hit 9 black marks. Any further and they permaban you for autoing.
     
  19. Unread #30 - Dec 15, 2008 at 12:02 AM
  20. Nick
    Joined:
    Feb 12, 2007
    Posts:
    7,204
    Referrals:
    40
    Sythe Gold:
    80

    Nick ♬♩ Young Forever ♪ ♫

    [rsbot]you Need To See This!!

    Try creating another account and see how botting goes. If Jagex bans you after a couple weeks, you know the same result will occur on your main account eventually.
     
  21. Unread #31 - Dec 15, 2008 at 4:05 AM
  22. bambino_91
    Joined:
    Sep 30, 2008
    Posts:
    1,855
    Referrals:
    1
    Sythe Gold:
    0
    Tom Black

    bambino_91 Guru

    [rsbot]you Need To See This!!

    lol and u are a leecher
     
  23. Unread #32 - Dec 15, 2008 at 5:33 AM
  24. BobTheCat
    Joined:
    Aug 8, 2005
    Posts:
    784
    Referrals:
    1
    Sythe Gold:
    0

    BobTheCat Apprentice
    Banned

    [rsbot]you Need To See This!!

    Stats aren't even good :/ Other than 3 letters the account isn't anything big to lose imo.
     
  25. Unread #33 - Dec 15, 2008 at 5:50 AM
  26. Hair Tangle
    Joined:
    Nov 14, 2008
    Posts:
    482
    Referrals:
    0
    Sythe Gold:
    0

    Hair Tangle Forum Addict
    Banned

    [rsbot]you Need To See This!!

    i fish bot on my lv 127 main wish is perm muted too.. nothing special.
     
  27. Unread #34 - Dec 15, 2008 at 6:18 AM
  28. Petethemerch
    Joined:
    Nov 19, 2008
    Posts:
    659
    Referrals:
    2
    Sythe Gold:
    0

    Petethemerch Apprentice

    [rsbot]you Need To See This!!

    Dont risk an account of that caliber...
     
  29. Unread #35 - Dec 15, 2008 at 6:27 AM
  30. Kristian4th
    Joined:
    Nov 29, 2007
    Posts:
    1,793
    Referrals:
    1
    Sythe Gold:
    15

    Kristian4th Guru
    $5 USD Donor New

    [rsbot]you Need To See This!!

    I wouldn't risk an account like that. It's up to you though, you might have better accounts.
     
  31. Unread #36 - Dec 15, 2008 at 11:49 AM
  32. teddo
    Joined:
    Jul 20, 2007
    Posts:
    583
    Referrals:
    1
    Sythe Gold:
    0

    teddo Forum Addict
    Banned

    [rsbot]you Need To See This!!

    id have to say that this acc isnt worth getting it banned, dude just play legit and bot some other acc if u really wanted to
     
  33. Unread #37 - Dec 15, 2008 at 12:01 PM
  34. jonkimchi
    Joined:
    Nov 10, 2008
    Posts:
    228
    Referrals:
    0
    Sythe Gold:
    0

    jonkimchi Active Member

    [rsbot]you Need To See This!!

    What the hell do you mean by "Legit-bot"
    If botting was legit then botters wouldn't be getting banned.
    Anyways, you should just create a lvl 3 and start botting.
    If you're botting JUSt for the stats then i wouldn't bot.
    Not on a character like that.
     
  35. Unread #38 - Dec 15, 2008 at 3:03 PM
  36. alolcoptor
    Joined:
    Nov 8, 2008
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    alolcoptor Member

    [rsbot]you Need To See This!!

    Oh I might aswell state that I am botting on a level 90, have been for 2 months, went from 50-85 fishing, went from 50-90 combat, all sorts of other crap.


    And no ban's at all.
     
  37. Unread #39 - Dec 15, 2008 at 8:21 PM
  38. uzn33dhelp
    Joined:
    May 19, 2008
    Posts:
    458
    Referrals:
    0
    Sythe Gold:
    0

    uzn33dhelp Forum Addict

    [rsbot]you Need To See This!!

    In all honesty its a runescape account.. I don't think it really much matters if you want to make money while you sleep or are at school bot... If you don't care about making extra money, then don't... Simple as that.
     
  39. Unread #40 - Dec 15, 2008 at 9:00 PM
  40. Pingster
    Joined:
    Jun 5, 2007
    Posts:
    540
    Referrals:
    0
    Sythe Gold:
    0

    Pingster Forum Addict

    [rsbot]you Need To See This!!

    Well I would say do not bot on it. It is a 3 letter name and they can not be made anymore or they are all taken up or whatever. So I suggest keeping it and put your own hard work into it. If it gets banned then its all gone and you will have to start over just like I had to on my other account and it was NOT easy.
     
< Prediction on Dragon Platebody? | price check >

Users viewing this thread
1 guest


 
 
Adblock breaks this site