Tunzol Posted March 3 Share Posted March 3 Hello, The OSBOT client won't let me load mirror mode, I can only press stealth. How to fix that? Greetings! Quote Link to comment Share on other sites More sharing options...
Muffins Posted March 3 Share Posted March 3 Need to launch OSBot with Java 8. Quote Link to comment Share on other sites More sharing options...
Tunzol Posted March 3 Author Share Posted March 3 6 hours ago, Muffins said: Need to launch OSBot with Java 8. Do i delete my current java? Why don't osbot update it? Quote Link to comment Share on other sites More sharing options...
i99 Posted March 5 Share Posted March 5 (edited) just use a batch file to force it to use a specific java version, dont delete others cos u might need it for other clients or stuffs, "<java8path>\java.exe" [here can go all JVM args COMPATIBLE with hava 8] -jar "<osbot up-to-date client.jar>" [here go all the osbot args] Example: "C:\Program Files\Java\jdk8u442-b06\bin\java.exe" -server -Xmx724m -XX:+UseG1GC -jar "C:\Users\%username%\Desktop\Osbot.jar" -allow reflection -mem 724 -data 0 -closeOnInitializationError -newmouse -mfps 30 -launchgame -autologin -bot user:pass:pin(0000 if none) -script id:parameters(. if none otherwise wont launch) + if you put the path into same directory as the osbot jar you should be able to just put <osbotjarname.jar> instead of the full path or if you g@y install it and add to environment variables + move above the other versions if needed java -version in cmd should give you the java 8 version you installed if u do it properly after loading a new CMD preferrably just use a batch file imo Edited March 5 by i99 Quote Link to comment Share on other sites More sharing options...