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.

Phaibooty

Trade With Caution
  • Joined

  • Last visited

Everything posted by Phaibooty

  1. Hi, Trying to seek some guidance. My accounts are getting banned after tutorial island, or after starting to farm within 20-30 minutes or less. I think it might be my proxy or tutorial island? Is there a way around it? Very frustrating creating a ton of accounts then either getting locked or banned. Having no progress whatsoever. LOL.
  2. Honestly could probably just setup a wordpress site with woocommerce if you don't mind it being simple. You would just post pictures and type a desc, and thats it. You can even accept payments through stripe or paypal lol. Domain and hosting is pretty cheap. Domains like .club .me etc tend to go on sale for $.99 lol. Hosting for a year would be around $60. Or you can pay monthly for $10. Pretty simple to setup everything too. Edit: Woocommerce can also remove accounts once they have been bought.
  3. That OCD matching cooking and fishing lol
  4. Messes up after 2 accounts.
  5. You think using a VM with a VPN/proxy will be more effective? also I'm assuming I should just hand tut island? Thanks for for your help btw
  6. I don't understand how you guys are able to run around 10-20 without getting banned hella quick... For some reason, I get banned after tut island and an hour of farming. Ive been using VPNs too. Don't know what im doing wrong lol. Any of you guys using custom built gaming PC's to host your bots?
  7. Just got back after a break, and realized my bots never pick a f2p channel. Always p2p. Yes I have it enabled to only select f2p. Is this a glitch right now? http://prntscr.com/f31wpe
  8. Not sure if you're still active. But im guessing you dont have an auto muling? So you have to manually handle the trade?
  9. Imagine selling your method...
  10. Phaibooty replied to Token's topic in Others
    Hi, can I get a trial? And how long is the trial? Thanks in advance!
  11. Just 1, bot factory
  12. honestly i cant tell if youre trolling me lmao
  13. I was wondering what is up with OSBOt going up to 90% cpu usage at times at night? I choose low cpu usage, but then when it goes that high, it freezes the script and the script just stops. PC Specs (just incase someone is wondering): i7-4790k 16gb ram Gfx: GTx 970 idk what else to add, but this is frustrating lol
  14. Still nothing? Been checking this thread almost everyday LOL. Looks like a very solid script as it is..
  15. Wow. Beautiful. Thank you for the help.
  16. Having same error. [ERROR][bot #1][01/12 07:55:16 PM]: Error in script executor! java.lang.NullPointerException
  17. Fucking beautiful... sell me this. or ill suck ur dick either or ;)
  18. Hey is selling/buying still bugged?
  19. Thank you! I appreciate the help. It works beautifully now. Going to do more studying lmao. thanks again
  20. Thank you! Gave this a try, and works beautifully. Still a little confused on where I should put it, but I guess that just comes with more java knowledge lol. I put it right before tree.isVisible.. @[member=Override] public int onLoop() throws InterruptedException { if(!inventory.isFull()){ //Chop if(Tree_Area.contains(myPlayer())){ Entity tree = objects.closest(tree_name); if (tree != null) { if (Tree_Area.contains(tree)) if (tree.isVisible()) { if(!myPlayer().isAnimating()){ if(!myPlayer().isMoving()){ tree.interact("Chop down"); sleep(random(700,800)); } } } else { camera.toEntity(tree); } } shit, explains why it stops chopping after 1 tree. lmao Still a little confused on how to use that line of code but I'll keep reading. Thank you!
  21. Hi, I'm still new to scripting and learning java while scripting.. but here is the code, I was wondering how would I tell the bot to only cut trees that are in the tree area? Even if it is visible, I don't want the bot to click trees that are not in the area? import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; /** * Created by Phaibooty on 1/11/2017. */ @ScriptManifest(author = "Phaibooty", info = "Chops Logs Only", name ="LogWoodcutter", version = 1, logo ="") public class SimpleWoodcutter extends Script { final String tree_name = "Tree"; final Area BANK_AREA = new Area(3092,3040,3097,3246); final Area Tree_Area = new Area(3103,3226,3114,3233); final int BANK_BOOTH_ID = 23961; @[member=Override] //Code used at Start public void onStart() { log("lets get started!"); log("This is where the code begins."); } @[member=Override] public int onLoop() throws InterruptedException { if(!inventory.isFull()){ //Chop if(Tree_Area.contains(myPlayer())){ Entity tree = objects.closest(tree_name); if (tree != null) { if (tree.isVisible()) { if(!myPlayer().isAnimating()){ if(!myPlayer().isMoving()){ tree.interact("Chop down"); sleep(random(700,800)); } } } else { camera.toEntity(tree); } } } else { getWalking().webWalk(Tree_Area); } }else { //bank if (BANK_AREA.contains(myPlayer())){ Entity bankbooth = objects.closest(BANK_BOOTH_ID); if(bank.isOpen()){ bank.depositAll(); } if (bankbooth != null){ if(bankbooth.isVisible()){ bankbooth.interact("Bank"); sleep(random(700,800)); } } } else { getWalking().webWalk(BANK_AREA); } } return random(200, 300); } @[member=Override] //Code used at End public void onExit(){ log("Thanks for using my woodcutter!"); } @[member=Override] public void onPaint(Graphics2D g) { } } Code is really messy and I'm still confused... but hopefully some guidance will help.
  22. Still having an issue saving and loading tasks.
  23. Stuck on trying to turn off roofs. Had to do it manually.

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.