-
Error Using GUI [Client Crashing]
I was just following this tutorial: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
-
Error Using GUI [Client Crashing]
Isn't it suppose to be in OnLoop()?
-
Debug Cutter
I have updated it to include a download.
-
Error Using GUI [Client Crashing]
Thank I managed to get it working now.
-
Error Using GUI [Client Crashing]
http://pastebin.com/khgk46f9
-
Error Using GUI [Client Crashing]
Line 56: status = state.toString(); That other is on line 163.
-
Error Using GUI [Client Crashing]
- Error Using GUI [Client Crashing]
// Create a select box for tree options JComboBox<String> treeSelector = new JComboBox<>(new String[]{"Tree", "Oak"}); // Add an action listener, to listen for user's selections, assign to a variable called selectedTree on selection. treeSelector.addActionListener(e -> selectedTree = treeSelector.getSelectedItem().toString()); I was using this code, but if I choose 'Tree' the client crashes, well, the CPU goes to 100% and I have to force quit, but if I choose 'Oak' then it works perfectly fine. I added another option in front of 'Tree' and now 'Tree' works in second position but the 'Oak' options is now causing the problem.- Debug Cutter
I am working on add more locations now, as well as a UI.- The Scotty Foundation
What even is the difference of having veteran and not? Just the gold username?- Beginning Botter
Isn't Rangers Guild instant ban? I wouldn't bot there if I were you.- Perm Ban FeelsBadMan
Low paid Chinese working for £1 every level 99.- Perm Ban FeelsBadMan
Probably the fresh account was the culprit, same thing happened to me when I was botting agility.- Debug Cutter
Debug Cutter Version: 0.04b (Beta) This is my first script for OSbot - I am still working out the bugs but everything seems to be working perfectly now. I will still be added more features as it goes on, so if you would like to request a feature you can do it in this thread. Current features: Basic Anti-ban Safe walk if in combat Cuts normal trees or oaks Will cut logs anywhere Powerchop only. The script works pretty much anywhere that there are trees or oaks. Screenshots: Download: https://mega.nz/#!kUtDELaA!f-In7csB6w-9c5dPGQ4ItqZsDVAz2BPXZM7RvZF2phI If you have any feedback, I'd really appreciate it.- Hey guys.
- Error Using GUI [Client Crashing]