Jump to content

Th3

Veteran
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Th3

  1. It sucks that it comes to this, but this site has just lost the community (and client quality) that actually made me enjoy this place. I know some of you might not know me, but when OSBot 1 was in its prime I was a pretty active scripter, but I mostly lost motivation since OSBot 2 was released (among other things). I met a ton of cool people on here, and hopefully I helped a ton of you current / future scripters too smile.png I'll still be on Skype, so if you'd like to reach me you can use that. (To admins: please remove my script from the store, I'll be sure to keep it updated for my customers I'd just not like to promise anything to future buyers) Farewell, Th3
  2. I was referring to the global index of the npc, not the local index.
  3. Newbs, npcs have an index as well. You can use that and not worry about adding the same one 50 times, Index only usually changes between f2p and p2p worlds or sometimes after large updates.
  4. Th3

    Help pls

    clear browser cache or try ctrl + f5 to refresh cache while on osbot
  5. Anyone know how to inject or modify using osbot? Like if i wanted to set config 1 to 0 in the game. How would i do this? I know it might get detected and all that.
  6. http://osbot.org/api/org/osbot/rs07/api/Configs.html
  7. this.bot.getRandomExecutor().unregisterHook(RandomEvent.AUTO_LOGIN); or this.bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { public String getName() { return super.getName(); } public boolean shouldActivate() { return false; } }); you will also probably need to disable world hopper system if you are using it. To make the actual login handler, you need to make a new thread and run it on that, otherwise you can't run anything on the script until logged into game.
  8. By any chance is your gf a dog?
  9. There is no public log of who logs on or sees your profile. Facebook keeps internal logs of that and its extremely hard to have police get hold of that information now, they certainly won't do it for your situation. Possibly like murder or something. Pinging ip will usually point to the location of the isp, not their address.
  10. Clubs if you are old enough or whats that app called. Tinder?
  11. You would give much better results if you simply checked for flags for obstacle handling.
  12. On the top right of this website there is a link that says "Sign Out", click it and never log back on.
  13. Just tried the quick hopper. All of a sudden accounts keep getting randoms every 15 minutes and scripts stop before 20 minutes. During this time it can't complete any randoms because for some reason it fails to click continue interface. Either jagex is tracking this shit and throws a random after x times (which won't be hard for them) or you guys fucked up something. Switched back to normal hopping and no frequent randoms anymore.
  14. DON'T LIE. Why are you ashamed of me? Why can't you tell the world we date on Tuesdays and Wednesdays?
  15. If you want to actually make money and not get banned. Find a private method, and either make a script for it or find someone to do it for you. A lot of us scriptwriters will make a free script for someone if the method is decent and we can end up using it ourselves as well on our accounts. So it ends up being a win, win situation.
  16. LSAT is really not overly complicated, I looked over the study questions, my sister took it and now shes in a great school, just make sure you use your time efficiently, so you don't end up with unanswered questions, as that is crucial. Good luck bud.
  17. Th3

    halp

    It because the size of avatars was increased from its original default size here, the skin was not optimized for larger ones. op sucks
  18. Demote on 1 year anniversary
  19. Th3

    Edible Snippet

    wut? Why can't you just interact with anything that has the eat option instead of predefined item names.
×
×
  • Create New...