Jump to content

Deathimminent

Trade With Caution
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Deathimminent

  1. Posting for a friend. He's using version OSBot version 2.4.162 and Windows 7. Client freezes upon script starting with error message: [ERROR][02/04 12:46:25 AM]: Uncaught exception! java.lang.AbstractMethodError: bc.getName()Lorg/osbot/rs07/accessor/XName; Error doesn't happen for me. I'm using OSBot version 2.4.162 and Windows 10.
  2. Your mistake was buying a proxy off of a site that advertises RS, because even though a proxy may be private that doesn't mean it's clean. Any number of people could have used that same proxy and got banned on it before it was assigned to you. To almost guarantee a clean proxy you would need a "virgin" Socks5 proxy. If you're concerned about the client not using the correct connection, here's a script you can use to check the IP the client is using, just check the logger for output:
  3. Rofl you accuse me of botting and now you say not all macroing bans are because of botting. Man you're something else.
  4. Then you should know the reason someone would want to proxy individual accounts. Quit being dumb. Anyway, someone can delete this thread if they want. I'm done venting.
  5. Yeah, see. That's why I use OSBot for low cpu mode/proxy settings.
  6. How can you proxy each account separately?
  7. But can you proxy with Runeloader or Konduit?
  8. Because it's impossible to receive a ban unfairly, right? All of the accounts locked/banned straight off of tutorial island are justified I guess.
  9. I use OSBot to run my accounts so I can use low cpu mode. This is the only account that has been banned, none of my accounts have used scripts.
  10. Just got banned on an account for client detection lul. The account was never botted. Was training it in NMZ by hand for a couple weeks. I use OSBot to run my accounts for the low cpu mode. This is the only account that has been banned.
  11. Isn't your bank handler going to deposit your hammer as well when you deposit all? I don't see where you withdraw your hammer again to be able to smith.
  12. When you buy a "private" proxy, the IP you get is chosen from a pool of available IPs. Just because a proxy is private doesn't mean it's a "good" proxy. If someone gets banned using that IP and they stop using that IP, it will get put back into the pool for someone else to use. So you could possibly get assigned a proxy IP that someone has been banned on. A virgin IP is supposed to be an IP that has never been in the recycled pool.
  13. Pretty much any website you get from a "socks5 proxy" google search is going to be useless for RS now.
  14. I'll do 70-75 12gp xp and 75-90 8gp/xp
  15. Maybe starting a new thread right before the WalkingEvent would work? Like if NPC is near, rotate camera. Or rotate camera randomly or w/e. Then stop the thread after WalkingEvent completes.
  16. cd stands for change directory, so use it to navigate to the folder your osbot.jar is located. Then use java -jar "osbot 2.4.144.jar" to run it.
  17. I don't have a fix to your actual issue, but one thing I noticed is you repeat a lot of the same code in your antiban switch statements. This: Can be simplified to: Switch statements will "fall through" cases until a break is hit.
  18. goto is a reserved word in java, but it has no use. Labels exist, though, but should really only be used for nested loops. If you're needing one elsewhere, you should restructure your program. https://stackoverflow.com/questions/2545103/is-there-a-goto-statement-in-java/2545160#2545160
×
×
  • Create New...