Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shmeekz

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Shmeekz

  1. Hey bro would u sell 30mil to me?
  2. @Vap0r do u mind saying who ur priv scripter is? haha
  3. then stop using it and use APA or something LMFAO dumbass demanding ass spammer
  4. lol are u kidding me? it doesnt deserve premium? This script literally can do ANY POPULAR METHOD OF TRAINING MAGIC, you're way too demanding for a script that costs under 20$ this script literally accomplished me 9 accs that is still currently not banned doing curse splash, running over 8 hours each. only got one acc banned cus it was reported by some salty trainer also. I ran this script on 5 accs at thje same time, put my osbot window next to each other and let me tell you that the click is not always the same, czar's anti pattern is pretty amazing and takes a shit load of time to create his custom methods. if you want something better than go pay someone to do a private script for you which will cost 10x more than this lmao.. anyways... @Czar is it possible to look into putting in a break when the script checks for inventory for runes or alching items, in low CPU mode the script thinks the user ran out of runes cus the loading time took too long to load the inventory for the rune check, thanks brotha
  5. how do i know its the same accounts :thinking:
  6. I feel like @dragonite3000 is just trolling everyone , everytime I see him post about ban related questions; he always has a ridiculous account success stories lmao //////not tryna flame but its pretty amazing if u actually manage to do it
  7. do a skill exp p/h script just for widget so like if someone play on osbot client legit and they start training then they start getting whatever skill theyre training, a xp/ph will automatically appear
  8. hand trained? no bots ?
  9. hey brobro, 100m, can we use middleman?
  10. Shmeekz replied to Sysm's topic in Runescape 2007
    kkkk i williwill learniwilllearn howiwilllearnhow toiwilllearnhowto read
  11. Alright then , thanks for the input lmao, it might be the same world dont quite remember but yeah just making sure the proxy given to me aint being recycled LOL
  12. I've ran into this problem a few times; where I am only botting 2 bots under the same proxy and one of them being logged out after a while saying that theres too many login on my connection... Is this normal or is my proxy being shared? (hopefully not cus i got mine from a big proxy provider here -.-)
  13. Shmeekz replied to Sysm's topic in Runescape 2007
    im interested in 100m / 1$per mil , paypal ; if you deem me trustworthy lol (my paypal is verified and you can request the payment, ill pay fees)
  14. ur acccount and IP may now be flagged, avoid botting on the same IP, and like that one dude said if u dont care about the acc, then keep going, otherwise dont bot anymore on that acc
  15. As title says, please PM me if you have more than 50 positive feedbacks ill go first; less than that we will use middleman or you go first Paypal only; Ill take care of fees , request payment on my e-mail if you are worried about chargebacks My paypal is also verified.
  16. are u selling the whole 180m or can i buy 40m, if u dont deem me trustwrothy we can use middleman.
  17. just to clarify, u need someone with runner script to do this?
  18. whats a bkd lol
  19. how tf do people make profit on an invested zulrah acc tho if its banned wqithin 1-2 days lol
  20. how long does it take for them to respond to unban request?
  21. Sleeping In the previous section I showed you how to interact with the closest Tree to the player. However, if you tried that you would notice that the bot spam clicks on the Tree. This is where sleeping comes in. There are three main ways to sleep in a script: Returning an integer value from the onLoop() method, this will result in the ScriptExecutor sleeping for the specified number of ms Calling the sleep(long ms) method in the MethodProvider class, note this method is static and so you can write: MethodProvider.sleep(long ms) Using a ConditionalSleep (sleep until a condition is matched, or until a specified timeout is reached) Wherever possible I would recommend that you use ConditionalSleeps. You can use a ConditionalSleep like so: Entity tree = getObjects().closest("Tree"); if (tree != null && tree.interact("Chop down")) { new ConditionalSleep(5000) { @Override public boolean condition() { return myPlayer().isAnimating() || !tree.exists(); } }.sleep(); } What this snippet does is: Get the closest Tree to the player Check the tree value is not null (because if it is null, no tree exists and so we don't wan't to do anything) Perform the "Chop down" interaction on the tree Check that the interact() method returned true, if the return value is false, the interaction failed and we do not want to sleep Create a new ConditionalSleep with timeout set to 5000ms (5 seconds) Override the ConditionalSleep's condition so that we stop sleeping before the timeout if either the player is animating (chopping the tree), or the tree no longer exists (someone else has chopped it down) Call the ConditionalSleep's sleep() method to start sleeping. This is from @Explv tutorial
  22. how are you botting these? as in whats your technique to minimize banrate .. like how long are you botting for and then how long breaks so how many hours before break and how long is the break, im trying to make some accounts too but still researching on how to minimize ban do you do other activities before and after botting on the acc?
  23. so you gonna tell us how your botting pattern is? lol/
  24. got banned on 2nd day of use, can anyone give me advice on how to last longer? i did 2 hours of botting and 1 hour break for 7-8 hours lol..

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.