Jump to content

KEVzilla

Members
  • Posts

    175
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by KEVzilla

  1. Or come to Amsterdam and have a good time. ;)
  2. Post your whole script here or PM me it.
  3. Graphics2D g = (Graphics2D) graphics; No need to cast here, since the parameter already uses Graphics2D.
  4. Why would you need to get the password? And there is a login solver within the client.
  5. C# looks very much on Java. I don't think you will have any trouble.
  6. final RS2Object wheel = getObjects().closest("Spinning wheel"); The final modifier is optional.
  7. Free AIO resource scripts are not allowed on the SDN. I am pretty sure someone could release a Rock Crab script for free on the SDN.
  8. With what is it opening? Check if it is: C:\Program Files\Java\jre1.8.0_66\bin\javaw.exe
  9. There exist builders for GUI's. And for a path, if you need it.. Here's a simple Path Maker: http://dunnkers.github.io/DunkPathMaker/
  10. Alright here in pseudo-code: NPC spot = get NPC's nearby with a filter which have the name "Fishing spot" and have an action called "Net" if (spot is not null) if (spot is visible on our screen) interact with the spot with action "Net" else // so the spot isnt visible walk to the spot This isn't really pseudo-code, but it serves the purpose.
  11. The fishing spot is a NPC, and not an object.
  12. Feel free to PM me it. I have a C2 level of English. - http://www.deutsch-als-fremdsprache.org/en/faq/323-what-does-language-level-a1-a2-b1-b2-c1-and-c2-mean.html
  13. How do I report a bug if I can't start a thread? Or are greynames disallowed to do so?
  14. Added you on Skype. Let's see if I can resolve your problem.
  15. Yeah my 1 day old account got banned lol.
  16. KEVzilla

    Win7 or Win10

    I can't compare to w7, but I can to w8. And I have to admit w10 is faster IMO.
  17. Did you run it in terminal? (java -jar osbot.jar) If so see if the terminal has any errors.
  18. What was the code you tried that didn't work?
  19. RIP. Jagex hit me with the banhammer.
×
×
  • Create New...