Everything posted by atoo
-
Simple Powerfisher [Fish anywhere]
updated OP with 10+hour proggie
-
Simple Powerfisher [Fish anywhere]
Did this script in 10minutes just to release something on osbot. Will add more fishes asap, just need to find their id's. Currently you can powerfish trout/shrimps. basically it will get the npc that is closest to you, so just start somewhere close to a fishing spot. script wont do anything unless you have a net (or feather for fishing trout) in your inventory lil gui picture Download: https://www.sendspace.com/file/x65uvl Put it inside C:\Users\username\OSBot\Scripts
-
Mirror mode worth it?
I dont think they reset your bank no(Not sure tho). Get a new ip & new acc and use this https://osbot.org/forum/topic/129927-projects-randomdat-remover-tool/
-
Mirror mode worth it?
How do you get banned after 1 hour wth... But ye vip is worth it fam
-
Whitelisting more than 1 item?
Fuck i missed that >_> Thanks fam. /close
-
Whitelisting more than 1 item?
lol, already tried that. contains() only take 1 argument.
-
Whitelisting more than 1 item?
So currently i "whitelist" shit like this. but now i need to whitelist more than 1 thing, could someone give me a tip on how to procced? getInventory().dropAllExcept(item -> item.getName().contains("fishing"));
-
atoo's development thread - [First script in awhile]
First fishing spot added, will add more when my account gets higher level!
-
What script they are using ?
shit antiban, real anti ban is that you report every player that is close to you.
-
atoo's development thread - [First script in awhile]
I don't care, i want a challenge. Last time i got something on the SDN it was a shitty woodcutting script with bare locations
-
atoo's development thread - [First script in awhile]
Well if you have any video of how to do it i could add it. Not in the near future though, i want to get all the stuff i had in mind first :D. @ OP updated thread with what current skills i plan on adding.
-
atoo's development thread - [First script in awhile]
added p2p spot today, all current spots. ( will add more ) p2p f2p f2p
-
Struggling with a bit of logic
My game just freezes when i initialize this? String locations = skillgui.getArea(); Area miningAreas = miningLocationsMap.get(locations); nvm, i think i found the issue.
-
Struggling with a bit of logic
Ye i want to have a lot of locations, at the moment as my poop snippet showed is that im doing the same code over and over with just a if check of what ore/area i have choosed in my comboBox. Exactly like that, thanks. Will look into it
-
Struggling with a bit of logic
So im doing a multi location script for mining, ive added 2 locations so far for testing purpose but i is there some simplier way to make the bot listen to different locations? at the moment im doing things like these. Didnt look into someone else code because i dont want to paste, but if someone can give me a tip i'd appreciate it //example check if(skillgui.getOre() == "COAL" && skillgui.getArea() == "BarbVillage") { if(!getInventory().contains(item -> item.getName().contains("pickaxe"))) { if(!coalBankArea.contains(myPlayer())) getWalking().webWalk(coalBankArea.getRandomPosition()); if(coalBankArea.contains(myPlayer())) { if (!getBank().isOpen()) getBank().open(); else getBank().withdraw(item -> item.getName().contains("pickaxe"), 1); } } //example check 2 //doing the same thing cuz my logic is shit if(skillgui.getOre() == "TIN" && skillgui.getArea() == "OutVarrock") { if(!getInventory().contains(item -> item.getName().contains("pickaxe"))) { //possible to replace bankAreaVarrock with the thing we choose in our combobox? if(!bankAreaVarrock.contains(myPlayer())) getWalking().webWalk(bankAreaVarrock.getRandomPosition()); if(bankAreaVarrock.contains(myPlayer())) { if (!getBank().isOpen()) getBank().open(); else getBank().withdraw(item -> item.getName().contains("pickaxe"), 1); } }
-
atoo's development thread - [First script in awhile]
Dunno if this is the right section, please move it to some more suitable place if i posted it wrong. Current skills that i had in mind: Mining(added, WIP), woodcutting, fishing(added simple spot in lumbridge), crafting (Grandexchange only atm, can craft gloves, gold amulet & sapphire.). At the moment mining is almost done. Started this yesterday and hopefully i can keep going and finish it all. what i got atm, its pretty ghetto but i thought i'd share it anyways, everything from scratch (except some rock finding stuff from @Explv). Pretty hyped to finish this project and hopefully its gonna be guuuuuuud, gonna post more videos when i get more stuff done. shoutout to @Vilius Up2date video: Changelogs Update 2017-10-23 -added first fishing location, gonna add more today/tomorrow (once i get higher fishing level) -cooel hide menu added https://i.gyazo.com/649ab8863fca44be0879e26196b13b1f.mp4 -barbarian village added for fishing (Throut) Update 2017-10-25 -Now supports crafting @ GE (only f2p stuff though)
- hello
- hello
- hello
- hello
- hello
-
Understanding meaning of life
I know right, if you understand this video you understand life
-
[EX-STAFF][MOTHER OF OSB][QUEEN] Renting SIG space
Anne please, why you need dat mula?
- Understanding meaning of life