Jump to content

KEVzilla

Members
  • Posts

    175
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by KEVzilla

  1. By writing a script?
  2. Eh, probably not. But this depends on the script what you are testing of course.
  3. I already offered my help a few weeks ago, so just Skype me
  4. I see you use often == true That is unnecassary. You can do: if (something) { ... } Instead of: if (something == true) { ... } Same goes for false: if (!something) { ... } Instead of: if (something == false) { ... }
  5. I doubt you are a vb.net expert. You mean Java?
  6. What do you mean with script won't load? do you get any errors?
  7. What's missing?
  8. this says enough. :^)
  9. Sad but true. Truth is I made his scripts.
  10. Lmao
  11. iirc NPC id's change every update so it might be smart to identify the NPC's by name instead.
  12. Refresh your scripts in the client
  13. Banned
  14. Hit me up buddy!
  15. FeelsBadMan
  16. Welcome man. ^_^
  17. Hola Juan como estamos amigo?! Haha, welcome.
  18. RIP.
  19. Yes
  20. Probably free. I could also change it up a bit and make it accessable for everyone here on OSBot to mess around and play. :p I don't mind.
  21. I can give you my base which I worked on for a bit. It's a few months old, but it's PK based if you are interested. :p
  22. Works for me. http://osbot.org/forum/index.php?app=core&module=usercp&tab=core&area=notificationlog
  23. Widgets.
×
×
  • Create New...