Jump to content

Bobrocket

Members
  • Posts

    1664
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Bobrocket

  1. If you have a jar from before the .90 update, maybe you can open them up to see if there are any differences in the structure?
  2. Nope, I genuinely want a level 3 with 99 thieving. I might as well advertise my script while I'm at it though, right? ;)
  3. In this line: if (!cow.isVisible() || (cow == null)) { You're saying if the cow doesn't exist OR it isn't visible, move the camera. Change to: if (cow != null) { if (!cow.isVisible()) s.getCamera().toEntity(cow); cow.interact("Attack"); }
  4. Solely thieving No idea, but when I logged into the account and started walking to varrock I had 2 randoms I say I make it to 99 ;)
  5. Problem with master farmers is they're gonna hit 3 on my 10hp = not good; I bought 4k salmon just in case I want to do something like that but I think that I will seriously have better rates at tea stalls for the time being. Thanks!
  6. My opinion is that you're a poop head I plan on doing so! Thanks bby Not suicide botting, taking small breaks and only when my computer is on etc Probably not, but I wanna see how far I get! --Update: I had a power cut so the bot stopped after 14 mins (siggy displays 15) Currently on 14 thieving
  7. I might as well truly stress test my script, right? Strategy: Men until level 5 Tea stalls until 38/99/whatever ?? Profit! Why tea stalls? I'm going on a fresh level 3. Some calculations: I will need to steal 814628 cups of tea to reach level 99 from my start point of 392 exp. I average around 530 cups of tea per hour, leaving me with around 1538 hours to get to 99 purely on men and tea stalls. 1538 hours equates to roughly 2 months. Dynamic progress siggy: (I got to 392 exp manually, so it will not include that) Will update this daily or so until I reach my goal EDIT: forgot to add that I'm doing this on a flagged IP too I love taking risks EDIT: (16/8) Did some master farmers for a bit of profit, now at 53 thieving and doing guards once more. Still on dat flagged IP tho EDIT: (17/8) Did some stability testing which got me to 57 thieving, now gonna wait overnight doing guards. EDIT: (28/10) I'm starting back up again! About to hit that 1m exp drop, 1/13th of the way there lads!! I'm doing Master Farmers now, which means that I have about 24 days to go for 99. A few stats for you: Flagged IP Injection mode I'm a risktaker B)
  8. If you want, I can middleman a deal with you buying an account and attempt to secure it for you.
  9. Some people do what is known as a recovery test, where they give you all the info for the account and you try and recover it with the info. What I do when buying an account is putting it on a temp email, then another temp email, and then a real email. Do the same with passwords, that way there's more info that you know that the other guy doesn't know.
  10. I'm pretty sure that each GroundItem has a hashcode, so you could loop through all the hashcodes to see ones that aren't already there?
  11. A VPN will tunnel all of your connections through it. Look into a program called Proxifier and set it to proxify certain RS worlds "*78.runescape.com" will work for world 78 etc.
  12. It's almost as if jagex doesn't check botting forums
  13. When you bot, try and do a different IP for each account to avoid chain bans
  14. This is because the original OSBot Area class was removed in favour for a newer, cleaner one. Give Molly some time before it's up again
  15. I was doing pc like 15 hours ago and stopped like 11 hours ago because I couldn't bear how bad people were playing. I can't tell you what boat I was in but if you were playing around that time you will know who I am ;)
  16. Picture the scene. You spent 4 hours, up until late in the night grinding PC for your void. You insult all the kids who take it seriously, and even set up your autochat to say "everyone insult x he's a noob". You get your gloves and log off. The next morning, you log in to do the same. The log in fails. The message appears on the screen: "Your account is not authorised to play this version of the game!" (or words to that effect) You shit yourself. You scurry on to the runescape website, log in, and they ask you to confirm your DOB. You know that there is a fake DOB attached; you were 7 when you made the account. You enter your real DOB, and the website tells you that you have been placed in "quickchat mode" while they "confirm your information". In short, this really fucking scared me. I thought I was banned, or that I'm going to get banned. If so, RIP main :'(
  17. Looks good dude! Thanks for your contributions Edit: GG on copying code
  18. Sometimes you gotta make sacrifices for fashion
  19. At first I thought I was James Franco, but after finishing 30 Rock I can confirm that I'm a hearty mix of Tracy and Frank. You want pics bby? ;)
  20. I've been spending the whole of my summer in my banana costume. Don't judge, that shit is comfortable af
  21. Been a long time since I saw the atan2 function lol.
  22. Simple. How much would a level 3 account with no more skills than 99 thieving go for? No wealth, no members, no armour etc. Just 99 thieving.
  23. I've been considering writing a guide to making a basic script at some point. Would this be something people would want? Would include the entire development process, learning some basics, and later refinement of the code.
×
×
  • Create New...