Jump to content

atoo

Members
  • Posts

    494
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by atoo

  1. Crafting added! Will record video and replace with old one to show what i currently have done. Updated changelogs.
  2. 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
  3. 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/
  4. How do you get banned after 1 hour wth... But ye vip is worth it fam
  5. Fuck i missed that >_> Thanks fam. /close
  6. lol, already tried that. contains() only take 1 argument.
  7. 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"));
  8. First fishing spot added, will add more when my account gets higher level!
  9. shit antiban, real anti ban is that you report every player that is close to you.
  10. 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
  11. 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.
  12. added p2p spot today, all current spots. ( will add more ) p2p f2p f2p
  13. My game just freezes when i initialize this? String locations = skillgui.getArea(); Area miningAreas = miningLocationsMap.get(locations); nvm, i think i found the issue.
  14. 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
  15. 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); } }
  16. 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)
  17. atoo

    my ********a

  18. atoo

    hello

    ohh ye i forgot that
  19. atoo

    hello

    had to relog for it to work, also where tf is @Anne ?
  20. atoo

    hello

    I tried to log into my own account
  21. atoo

    hello

    hello noobs im back, the fuck is this
×
×
  • Create New...