Unfortunate the regular client gets detected very fast lately ... If 1 account on the IP gets caught the others on the same IP will folow.
Mirror should solve the issue, but multiple proxies isn't supported yet
I'm sorry for your loss
Khaleesi
Don't use version .67, it has a major bug in the client, some scripts using it will fail.
I can't find anything that has something to do with this ... hmm
Try:
- Restarting your computer
- Reinstall java 8
Khaleesi
It's ok ^^
I'll have to take a look at that.
I didn't finish the updates yesterday, went 2 hours earlier to bed bcs I felt sick -_-
Will get them done today.
Welcome to W358 xD
Did you try to restart the client?
Seems to happen if not all data was loaded correctly.
Can you let me know if this still happends or if it is fixed?
Also read this to start up mirror correctly (Could be the issue):
http://osbot.org/forum/topic/72936-how-to-fix-scripts-not-starting-properly-in-mirror-mode/
Khaleesi
You have to pass the script object to if you want to acces it's methods, since we are not using a static API here.
The only reason you don't have to do that in the main class is because you extended your mainclass with the Script object.
Khaleesi
Just do this in main class:
GUI gui = new GUI(this);
gui.setVisible(true);
At GUI:
script.inventory.getItem("APA's mom <3");
Enjoy!