Everything posted by Imthabawse
-
Why did you start botting ?
Because aint nobody got time to grind a skill for 3 hours to only gain 1 lvl. Click play N walk away. #OSbot ^ Could be the OSbot slogan. OSbot - Click play N walk away 😂
-
Bank not closing && Mining [Banking FIXED]
Will do.
-
Bank not closing && Mining [Banking FIXED]
Makes sense. Thanks for the reply!
-
Bank not closing && Mining [Banking FIXED]
Nope just sits there with bank open. I had it working before I changed up my mining code dunno what would of thrown it off.
-
Bank not closing && Mining [Banking FIXED]
Running into two problems with my Mining script at the moment. Firstly: getbank().close; is not being executed... don't understand why. Secondly: Trying to find a way to make bot interact with another rock if rock I'm mining is taken by another player already Any suggestions would be greatly appreciated Edit: Just removed close; for now. Works fine w/o just wanna understand why it's not executing.
-
Looking for script idea's [F2P low reqs]
Yeah forgot bout that 😧
-
Looking for script idea's [F2P low reqs]
Script that straight after TuT Island runs and talks to Count Check to get teleported to Security Stronghold and completes it for a nice 10k 😎. Dunno if this exists or not.
-
Iron Ore Whore x Iron SmeltWHORE
SmeltWHORE teaser added
-
Iron Ore Whore x Iron SmeltWHORE
@daamurda Banking. This will go with an Iron Bar smelter I'm working on as well.
-
Botting
Once you've been banned you're account is way more likely to receive perm ban. I don't see them being generous second time and give you another 2 day ban. If you don't value the account roll the dice.. bot in moderation if your lazy like me lol.
-
Iron Ore Whore x Iron SmeltWHORE
Iron Ore Whore * Still tinkering * 👇Hot Teaser👇 https://imgur.com/W7BBtyW Iron SmeltWHORE Picture: https://imgur.com/KE90YUt To run script - Have FIXED mode selected - Have iron ore in your bank OR inventory - Start near Edgeville_Bank although probably not necessary - Bank PIN previously entered for banking (If you have a PIN) Features - Smooth interactions - Informative paint - "Anti-Ban" (Simple mouse off-screen while smelting) - Will logout when out of Iron ore to smelt Iron SmeltWHORE Download
- 5 minute logger
-
Explv's Tutorial Island [Free] [Random Characters]
Very naise ;D
-
Perfect Fighter AIO
@Czar Noticed bot wont eat to loot bones. After eating 1 food to make room for bones been working flawlessly though.
-
Perfect Fighter AIO
Would love a trial @Czar
-
P2P 100% botted account road to max xD
Accounts coming along nicely 👍
-
Botting Tutorial Island to Max Stats
How many hours a day would you say you bot roughly? Also how much of your playtime is botted compared to real play if any at all?
-
Botting Tutorial Island to Max Stats
@Bombur So in 3 months you got 7 99's? 😏
-
Oak & Bank
Should have time to update this tonight and make script cut tree's to lvl 15 then switch to oak's.
-
{Beginner} Simple woodcutting script need help
Perhaps split the script into 2 methods Private void chop () { // chop code here Private void bank () { // bank code here Call in loop if(!getInventory.isFull) { Chop (); }else{ Bank (); Would look cleaner and function better.
-
Oak & Bank
I can make this happen for sure. Also no ban after running the 6 hours straight 🙂 Edit to above: Did receive perm ban couple days after suiciding account which was what I expected out of a test account (Fresh level 3 straight off tut island).
-
Finally Banned
3-6 hours a day? In a month? ?
-
Oak & Bank
Ran this for bout 6 hours straight last night 2k+ oak logs obtained and lvl 49 wc will see if I get the ban hammer or not.
-
How to check energy percentage
The API is your friend. Sometimes just takes a bit of browsing to find what your looking for.
-
WebWalker acts strange at start of script
Thanks for clearing that up