Thread: BattleScape botclient

Page 2 of 28 FirstFirst 123412 ... LastLast
Results 11 to 20 of 276
  1. #11  
    Donator
    xWolfy's Avatar
    Join Date
    Sep 2011
    Posts
    104
    Thanks given
    10
    Thanks received
    4
    Rep Power
    28
    Cool release. To bad i quit playing it a while ago
     

  2. #12  
    MOD DESIGNER RM MORE COMING


    TheeRash's Avatar
    Join Date
    Dec 2010
    Age
    30
    Posts
    5,128
    Thanks given
    639
    Thanks received
    2,123
    Rep Power
    5000
    People made a bot for a rsps?


    Feel free to message me with any questions you may have - any offers of work will not be considered unless details are in the subject.
    Attached imageAttached imageAttached image
     


  3. #13  
    Banned

    Join Date
    Dec 2011
    Age
    28
    Posts
    1,323
    Thanks given
    146
    Thanks received
    151
    Rep Power
    0
    Quote Originally Posted by Thee Rash View Post
    People made a bot for a rsps?
    There's been a bot for battle scape for quite a while now.
     

  4. #14  
    Banned

    Join Date
    Dec 2011
    Age
    28
    Posts
    1,323
    Thanks given
    146
    Thanks received
    151
    Rep Power
    0
    This is a bit weird, don't you think?

    Code:
    package com.bsbot.hooks;
    
    import java.awt.Frame;
    import java.awt.Graphics;
    import java.awt.image.BufferedImage;
    import java.io.PrintStream;
    
    public class FrameHook extends Frame
    {
      public final BufferedImage GAME_BUFFER = new BufferedImage(765, 503, 1);
      public final BufferedImage BOT_BUFFER = new BufferedImage(765, 503, 1);
    
      public FrameHook()
      {
        System.out.println("framehook");
      }
    
      public Graphics getGraphics()
      {
        this.GAME_BUFFER.getGraphics().drawString("HI I H4x3d U", 10, 10);
        super.getGraphics().drawImage(this.GAME_BUFFER, 0, 0, null);
    
        return this.GAME_BUFFER.getGraphics();
      }
    }
     

  5. Thankful user:


  6. #15  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    Not going to use this. I rather do it myself on a rsps...
     

  7. #16  
    Registered Member
    Join Date
    Oct 2011
    Posts
    38
    Thanks given
    0
    Thanks received
    6
    Rep Power
    22
    Quote Originally Posted by James xD View Post
    Mmm it's infected, i'll get proof in a minute. Was watching the bot and I randomly started talking to people. I believe it's ratted. Will get proof in a minute.
    anti random bugged, you don't start the scripts until you are fully logged in, i made the anti random using interface text because i'm lazy


    Quote Originally Posted by James xD View Post
    This is a bit weird, don't you think?

    Code:
    package com.bsbot.hooks;
    
    import java.awt.Frame;
    import java.awt.Graphics;
    import java.awt.image.BufferedImage;
    import java.io.PrintStream;
    
    public class FrameHook extends Frame
    {
      public final BufferedImage GAME_BUFFER = new BufferedImage(765, 503, 1);
      public final BufferedImage BOT_BUFFER = new BufferedImage(765, 503, 1);
    
      public FrameHook()
      {
        System.out.println("framehook");
      }
    
      public Graphics getGraphics()
      {
        this.GAME_BUFFER.getGraphics().drawString("HI I H4x3d U", 10, 10);
        super.getGraphics().drawImage(this.GAME_BUFFER, 0, 0, null);
    
        return this.GAME_BUFFER.getGraphics();
      }
    }
    and? that is ancient code from when I was trying to make painting, as you can see all it does is draws on a buffered image, it's not used anywhere, i'll remove all the unused stuff next commit.
     

  8. #17  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,179
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    to get on a rsps all 99 it takes no time and you still make bots
     

  9. #18  
    Registered Member
    Join Date
    Oct 2011
    Posts
    38
    Thanks given
    0
    Thanks received
    6
    Rep Power
    22
    Quote Originally Posted by Xtinctionx View Post
    to get on a rsps all 99 it takes no time and you still make bots
    actually it takes like 5 hours of fishing manta to get 99 on battlescape, lol.

    also, new update, anti random shouldn't spam anymore even if you start script in lobby, removed all unused stuff, added grounditem support
     

  10. #19  
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,379
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    This project currently has no downloads.
    Attached image
    no external links without affiliate
     

  11. #20  
    Registered Wizard

    Jesse's Avatar
    Join Date
    Sep 2009
    Age
    29
    Posts
    5,119
    Thanks given
    1,519
    Thanks received
    1,148
    Rep Power
    5000
    Since this is released inb4 pali increases the login packet by 1



     

Page 2 of 28 FirstFirst 123412 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Running RSbot/botclient in linux
    By Simon in forum Software
    Replies: 2
    Last Post: 02-22-2011, 02:26 PM
  2. Replies: 18
    Last Post: 02-02-2010, 10:34 AM
  3. Replies: 4
    Last Post: 01-04-2010, 03:52 PM
  4. Replies: 3
    Last Post: 01-04-2010, 03:00 AM
  5. Replies: 35
    Last Post: 12-02-2009, 09:18 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •