Everything posted by Soldtodie
-
Separate classes
Can anyone give me an example for two a new class in a separate file because i don't know why it doesn't work. Only a new class with a log(); and a script that calls that. Thanks.
-
Deactivate antiban?
for(Behavior be : antiBan.getBehaviors()) { if(be != null) { antiBan.unregisterBehavior(be); } } Edit: Didn't saw Swizzbeats post.
-
Deactivate antiban?
How can i deactivate the client antiban? Thanks.
-
SMiner
Hey guys, I want to make my SMiner script for OSBot v2 but I don't know if anybody want it. The script will be completely free. SMiner was a mining script for OSBot v1. I will completely remake this script. This features I want to add: Rock selection with save and load function(it doesn't matter if they are in smoking rock event or unavailable) Granite support M1D1 Other dropping methods Banking Custom path making with ladders, gates, doors and staircases Fast mining Intelligent mining Walk to next spawning rock Smoking rock detection Pickaxe repair Hover the next rock Any suggestions or feedback are welcome! Thanks for reading.
-
How different is coding now from 2010? + CODE FROM OLD SCIPS
Every bot has a different api.
-
How different is coding now from 2010? + CODE FROM OLD SCIPS
You wrote scripts for another bot and not for osbot.
-
School Project ![HELP]
Till what time you need this? And when we will make this for you it's not flashy?
-
School Project ![HELP]
Use google you can make this alone in 1 hour.
-
multiple ints
Int[] var = new int[] {22, 444, 777} ^^ but this works too.
-
multiple ints
Int[] var = new int[] {22, 444, 777}
-
Next script
Tomorrow i will release a motherlode script but which script then?
- Next script
-
OSBot 1.8.1-6
Please update the thread name.
-
Has your gf ever puked on your dick while giving you head?
Was your dick dirty? Like a sloth.
-
Upcoming Changes Planned for OSBot 2.1.X
Nice can we help to make the api?
- SMiner 3
-
Make it Harder to Have Premium SDN Scripts[Read]
No this is a competition when a free script is better than your premium script you must think about that what you did wrong.
-
Make it Harder to Have Premium SDN Scripts[Read]
I am not a leecher. I make scripts but i hate it when scripters who want to make premium scripts for free it can't make it for free. We are not any other botting site. We are OSBot!
-
Make it Harder to Have Premium SDN Scripts[Read]
remove of free versions I am absolutely against this!
- Change scholar PiP
-
Drop method
http://osbot.org/forum/topic/33026-checking-if-item-is-selected-rev-35/
-
API Question
Here a little snippet: ArrayList<Integer> configs = new ArrayList<Integer>(); @Override public int onLoop() throws InterruptedException { if(configs.size() == 0) { log("Start! Now click the pause button!"); for(int index = 0; index < 2000; index++) { int config = client.getConfig(index); configs.add(config); } } else { for(int index = 0; index < 2000; index++) { int config = client.getConfig(index); int sConfig = configs.get(index); if(config != sConfig) { log(index + " = " + sConfig + " : " + config); } } log("End!"); configs = new ArrayList<Integer>(); } return 3000; } With this snippet you can get the changing config numbers and values. Start the script wait until you can see Start! in the log then click instantly pause script. Then you must change anything for example you activate running. After that you click on continue script and the script will give you an output with the numbers.
-
Morning quickie ;)
What are you looking on youtube? ^^
-
API Question
Yes you can get the quest completion status with the configs. For example Romeo & Juliet is the config 144. 0 = Not started, 10 = started, 20 = Talked with Juliet, 30 = Brought the message to Romeo and now speak with Father Lawrence. Then i stopped.
- SMiner 3