-
Posts
278 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by Imthabawse
-
Lmao @ all the badges.. 1337 level achieved XD
-
Added informative paint
-
Noticing when you start a script that uses webWalker it goes into quests tab sits there for a bit then back to inventory really fast then starts the webWalk. Anyone know why this happens or have had it happen to you?
-
@EsotericRS best of luck!
-
Look into configs. Every time you change an attack style your config #'s will change. You can do this by going into the OSbot clients Settings<Options<Debug<Configs. Personally haven't used configs yet but i'd imagine you can do something along the lines of this (Don't copy & paste these config #s are made up) if(getConfigs == 123 && getSkills.getStatic(Skill.ATTACK) == 10) { change attack style code here, maybe use widgets for this may be easier way.. }
-
{Beginner} OsBot Local script not appearing
Imthabawse replied to 12we12qw12's topic in Scripting Help
Take a look at this example script Make sure you have all the right imports and also in Project structure under Artifacts you have your JAR Output directory set to OSbot\Scripts If you need further help check this out: Will teach you everything you need to get started. Hope this helps -
Wondering what would be a good way to avoid the 5 minute logger while doing AFK skills such as woodcutting/fishing etc. I would like to randomly check experience in the skill I'm training either by opening skills tab or checking the widget in the top right corner. Any suggestions would be greatly appreciated.
-
Osrs isn't going anywhere anytime soon. To much revenue being obtained and kids grinding out 99's lol.
-
Script will no longer STOP at 30 Woodcutting. Cleaned up code for more efficient reactions. Download updated
-
How far are you from the area your trying to walk to when you start the script? Also if you can provide a snippet of code we could better assist you.
-
@Elixar @Explv is my dad.
-
Oak Woodcutter - Cuts Oak's till full inventory and banks at Draynor Bank - Will run away if attacked (Un-tested but should work) - Informative paint To start script - Have "Fixed mode" selected - Have zoom set to far left - Axe in inventory OR wielding axe - Start near Draynor (although not necessary as WebWalker should get you there) - Enter Bank PIN prior to running so bot can Bank log's Download OaknBank Source
-
Simple Woodcutter - Start script right off Tutorial Island once you've banked everything and are wielding Bronze Axe - Script will get you 1-20 Woodcutting and then Log Out - Runs to safe spot to continue to cut trees if attacked - Banks logs for burning later Download ChopnBank Source
-
@heheimpro Would like updates for sure. I've recently started a F2P project were I'm going to 100% bot everything I can using only scripts I write. Should be interesting lol.
-
Have heard people having a lot of success using this method just wanted to point out the crazy play time will get you looked into and possibly banned and if not that's great! Personally I've had great success in using numerous free osbot scripts as well as using some of my own (through out 3-4 hours botting and or botting/real play) every couple days and went ban free for 6+ months. All I know is either Jagex's bot detection isn't all its hyped up to be OR they are prioritizing farms and not the "casual" botter who actually plays the game as well. Idk. Interesting conversation though.
-
@heheimpro Nonetheless curious how this pans out n best of luck!
-
Your play time alone will lead to a ban eventually.. sorry to say.
-
@Gunman I made the mistake of leaving a script open as I ran outside for a smoke n I ran out of materials to keep script going and repeated a task about 6x over boom got me for a 2-day. No more botting my main :(. If your gonna bot def agree with 3-4 hours a day tops even if mixed in with real play 3-4 hours tops if any longer take frequent breaks. Been botting successfully for months on my main and one slip up is all it took so just be cautious there bot busting system isnt that smart..
-
F2P Account botting progression - Mirror mode only
Imthabawse replied to Turkoize's topic in Botting & Bans
Had a decent run, better luck next time! -
Thank you guys! I will mess around with this after work.
-
Simple Woodcutter & Firemaker for Tree's. Wondering how I can make bot move based off of game message "You can't light a fire here." Any help would be appreciated.
-
Lol naw script was fine but was still a work in progress and didnt have a method to stop script when it was out of materials so it just kept repeating a process I knew once I read the log id be banned. We live and learn.
-
Don't leave scripts running unattended for hours. Baby sitting your bots the way to go. Just received a 2 day on my main because I got sloppy. Accounts from like 07 though. I'd bot in moderation and switch up skills I bot every hour or so mixed in with real play here and there botting altogether about 2-4 hours every other day. I truly believe the quickest way to a easy ban is poor mouse reactions in a script. If you notice this right off the get go using a script don't bother and move on save yourself the ban. My own script got me 2 day'd..
-
Account temporarily banned for macroing in OldSchool. Our macro detection system has been monitoring your account closely and has detected that you are using illegal 3rd party software which violates the rules of the game and breaches your terms of service with Jagex. Our team have reviewed the evidence and can confirm that you were using illegal botting software. Jagex are able to accurately detect all illegal 3rd party software and any promises from their makers about being 'totally undetectable' or 'no ban guaranteed' are inaccurate. As such your account has been temporarily removed from the game. Please take this time to familiarise yourself with the rules. Good game sir LOL you called it. Only a 2-day though.
-
Entity will work but just make sure you import the osbot one but like @Night said RS2Object will work just fine. For future reference Entity import looks like this - import org.osbot.rs07.api.model.Entity;