Jump 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.

gorgas8

Trade With Caution
  • Joined

  • Last visited

Everything posted by gorgas8

  1. gorgas8 posted a topic in Scripting Help
    How can i check if runecrafting pouches are full or contains essence in it?
  2. It spams wilderness ditch while running, also spams abyss obstacles way too much. The same with pouches, it presses empty to the same pouches twice, sometime even 3 times. And when the rock obstacle animation starts, when its starts to crumble, bot tries to go to different obstacle.
  3. gorgas8 replied to gorgas8's topic in Scripting Help
    I tried walking.walk(new Position(3027 +random(-2, 2),3709 +random(-2, 2),0)); walking.webWalk(new Position(3027 +random(-2, 2),3709 +random(-2, 2),0)); Position[] PATH = {new Position(3020 +random(-2, 2),3700 +random(-2, 2),0), new Position(3027 +random(-2, 2),3709 +random(-2, 2),0)}; localWalker.walkPath(PATH); it seems, that all methods which involve new Position , will generate 1 random position and will repeat it. while localWalker.walk(3027 +random(-2,2), 3709 +random(-2,2)); generates new position each time its used..
  4. gorgas8 posted a topic in Scripting Help
    public void antiBan2() throws InterruptedException { int random = random(1,3); if (random == 1) { sleep(random(1000, 2000)); mouse.moveRandomly(random(1000, 2000)); if (random == 2) { sleep(random(1000, 2000)); mouse.moveRandomly(random(300, 1000)); mouse.moveRandomly(random(1000, 2000));} } } This should move mouse 2/3 times, but it works only like 1/100. The same thing happens with path new Position(3027 +random(-2, 2),3709 +random(-2, 2),0) each time its used it should be random, but instead path is always repeated the same and actually changes only like 1/100 time.
  5. Thank you
  6. Where can i create some emails for runescape accounts? All i tried is blocked...
  7. Perfect, best here for willows. If you gonna update it someday, paint off button andbpath randomization would be good.
  8. This is perfect. Big thanks!
  9. How to check if npc is within 1 tile away from me?
  10. Indeed, this script spams everything. I believe such behaviour gets your account banned in longer run.
  11. gorgas8 replied to gorgas8's topic in Scripting Help
    Thank you, this worked.
  12. gorgas8 replied to gorgas8's topic in Scripting Help
    Can someone help me to make this case to wait till character is not attacked anymore, everything i try results to errors.. Also it should change world if totalStuff is less than 1. case BUY: sleep(random(2400, 2800)); if (myPlayer().isAnimating() || myPlayer().getInteracting() != null) sleep(random(1400, 2800)); { NPC shopOwner = npcs.closest("Owner"); if (shopOwner != null){ shopOwner.interact("Trade"); sleep(random(2400, 2800)); RS2Widget item = getWidgets().get(300, 2, 4); if (item != null){ int totalStuff = item.getItemAmount(); if (totalStuff >1){ item.interact(false, "Buy 10"); sleep(random(220, 420)); item.interact(false, "Buy 10"); sleep(random(220, 420)); item.interact(false, "Buy 10"); sleep(random(1500, 2500)); } } else{ if (Worlds != null && Worlds[worldCounter] != -1){ worlds.hop(Worlds[worldCounter]); log("World hop."); worldCounter++; } else{ log("int array is null"); } if (worldCounter == 7){ worldCounter = 0; } sleep(random(11700, 13000)); sleep(random(2400, 2800)); } break; } }
  13. gorgas8 posted a topic in Scripting Help
    Hello, i was creating my very first script by tutorials and free source scripts i found in this forum. I ran it few times to see where it will fail and the next day my account got banned. Well all skills was botted in 1 week, but i believe they detected my script. So i have a question, does mouse moves randomly, human like by default or do i have to make it move like that? Also my path wasnt randomized and had too big gaps, but bot was able to click beyond minimap, maybe this was the case?

Account

Navigation

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.