Jump to content

Imthabawse

Members
  • Posts

    278
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Imthabawse

  1. Never botted account after the 2-day cause I did a lot on the account by hand as well and didnt wanna see it perm banned. Take a 2-day ban as a warning because once your caught best believe that accounts flagged and any other suspicious activity will get you banned.
  2. I've been banned where you load the client and log-in and insta log-out to a message that you've been banned. Luckily when this happend to me it was a 2-day. I've only ever used Stealth Injection FYI but I don't bot crazy hours maybe 4 tops throughout a day and that's usually broken up between multiple skills.
  3. I've been using Stealth Injection for years have gotten 2-day bans before but been botting my Main acc in moderation for quite some time mixed in with real play cause I still enjoy actually playing the game and no ban yet on it (Knock on wood).
  4. Updated code would appreciate feedback
  5. Wow pretty impressive stats for 17 days and 99% botted. Hope you avoid the ban-hammer and get them stats maxed!
  6. @PkNovaHDJ Just watch the animations and listen to sounds. EZ Scape. Practice on this Jad Simulator * When he raises his legs up in the sky protect from magic * When he stomps legs protect from range * Weaken him till little bitch ass rats show up * Make rats agro you so they don't heal Jads bitch ass whilst focusing prayer switches (just watch his animations + get used to his 2 different attack sounds) * After rats all agro focus Jad n get that juicy Fire Cape
  7. -Imthabawse's Unpowered Orbs- Features - Blows Unpowered Orbs at any bank - Basic informative paint How to run - Client set to "Fixed mode" (Haven't tested re-sizable) - Glassblowing pipe in inventory (Start with either just pipe in inventory or pipe and molten glass) - Molten glass in bank (Have visible although probably not necessary) - If you have a bank PIN make sure you unlock bank prior to running Known Bug's - If script is paused with Unpowered Orbs in inventory and Molten glass will sit idle (Working on this) - This also goes for if you level up with molten glass still in inventory with unpowered orbs Code Download -Re-working this project at a later time-
  8. Love that you guys are actively trying to understand how to prevent botting bans and improve the client and I'm sure there's stuff going on behind the scenes that we don't even know about. With that said I've been botting multiple accounts in moderation for bout two years using OsBot so cheers OsBot keep doing what you do but also hear out the community and try to keep the peace. One love lol.
  9. @dreameo So would something like this work correctly? The script works okay but not sure if my code is being executed in the right way. What the below code means to me is if my inventory has less than 10 planks and door doesnt exist and yes widget doesnt exist then we talk to butler? If talked to butler sleep 5 seconds or until fetch widget exists? Or is this skipping all the other checks and just talking to butler? Appreciate all your help if (getInventory().getAmount("Oak plank") < 10 && door == null && yesFetch == null && talkToButler()) { log("Talking to Butler.."); new ConditionalSleep(5000) { @Override public boolean condition() { return fetchPlanksWidget();
  10. Thank you @dreameo so all of my Conditionals are wrong? This is my first time using booleans like this so I expected mistakes lol. Appreciate your feedback nonetheless! * Edited above code
  11. Thanks for the like @Chris is there anything you think could be better?
  12. Going to totally re-vamp this script when I get the time so keep a look out!
  13. Best of luck! Thinking on a simular project but using scripts only I write and see how far I can bot a fresh account.
  14. Re-made an Oak-door's script that I whipped up awhile back. Looking for feedback on the code of ways I can improve it. Still need to add an option to stop script either after bank doesn't contain Oak planks or based on message that Butler says when you run out of Oak planks to build. Would also like to add random checking of EXP widget when you gain EXP in skill. Id also like to add that when I write a script I don't make it with the intentions of running it and leaving it. I baby sit my bot whilst watching Youtube/pornhub(jk) or whatever I may be doing. Not saying you can't walk away for a bit while scripts running but wouldn't let it run for hours un-attended. 74-83 Construction achieved so far Features - Build's and Remove's Oak doors in player owned basement - Interacts with Butler to fetch planks from bank (Must be Demon butler) - Moves mouse outside screen while waiting on Butler to return - Basic informative paint To run script - Have client on "Fixed mode" - Have Oak planks in bank - Interact with Butler prior to running and have him set to fetch 20x Oak planks from bank - Saw, Hammer, Nails in inventory - Be in player owned basement (Build mode ON) - Butler in basement with you - level 74 Construction (Obviously) - Have Servant's money bag with at least 100k in it (Demon-butler takes 10k every 8 trips, keep this in mind) Code
  15. Agree'd sir not saying stick with this form of coding but it's a start. I'm fairly new to scripting myself so just throwing my (very small) knowledge of code out there to (maybe) help someone out. onLoop gang .
  16. @Night understandable hence "What works for me may not work for you" in my case I've created numerous scripts that have gotten me many levels n no bans yet (knock on wood) with this form of coding. With that said I know this probably is not the best way to code but it's simple and easy for me to understand and maybe others as well.
  17. Why not just make a drop method and cut method like so Private void drop () { If (getInventory.isFull) { GetInventory.dropAllExcept("whateveraxe"); } } Private void cut () { Entity tree = getObjects.closest ("Tree"); If (!getInventory.isFull && !myPlayer.isAnimating && tree != null) { Tree.interact ("Chop"); } } ! Means NOT so !getInventory.isFull means inventory is NOT full Then put these methods in your onLoop This is how I build my scripts, what works for me may not work for you. Hope this helps.
  18. Can you post the "Skeleton" code? Edit: Glad you resolved it
  19. LMFAO bro that's dedication. I guess it depends on how dedicated you are
  20. Made a simple Pickpocket script for Ardy Knights. I made this script based around Knight being trapped in Ardy southern bank so must run it there to work efficiently (Hop around populated worlds till you find one). Posting code below so you can make this script you're own or run it as is :). Currently script has gotten me from 55-57 thieving so it gets the job done. I highly recommend taking breaks quite frequently with scripts like this to avoid bans (No-one sits there and clicks knights for hours..) * @LeBron proved me wrong haha.. still take breaks.. Added Features * Added better eating method * Added basic timeran and exp gained paint * More to be added as I'm actively using this for gains right now and script practice * Equips Dodgy necklace's if you have them in the inventory * 55-61 Achieved Updated 4/23/19 Features - Human like spam click "Pickpocket" - Opens coin pouches - Banks for food (Sharks at the moment you can change yourself) - Eats food when below certain health % - Climbs down ladder if miss-clicked - Equips Dodgy necklace's! (Must have in your inventory already for now) To run efficiently - Turn camera zoom settings all the way left Turn NPC attack options to "Hidden" - Make sure "Fixed mode" is selected - Enter you're PIN prior to running script so you can bank for food Code Download: ArdyKnights.jar If anyone uses this please comment below proggies/comments you have about script. Thank you
  21. Or take a look in the general scripting help section. Lots of new people including myself posting code that could potentially help you in understanding better or the "Unofficial scripting section" https://osbot.org/forum/forum/288-unofficial-scripts-applications/ Which also has lots of open source scripts that could potentially help you. Best of luck!
  22. Maybe look over some of the tutorials in the "Tutorials" section of "Scripting help" I'd recommend checking out @Eliot's 10 min Open-Source scripts here's one for example: Also take a look @Explv's scripting tutorial here:
×
×
  • Create New...