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.

Accepting script requests.

Featured Replies

can somebody please just make a basic free iron bar smither that supports rings of forging, would be muchly appreciated 

  • Author

Those frogs are like the rock crabs of F2P, if you want to train in f2p they are a great option. 

Gonna attempt this script tonight since the fishing script is already made by someone else.

Those frogs are like the rock crabs of F2P, if you want to train in f2p they are a great option. 

Should the script include banking or is that usually not needed in most cases? Anything else it should include?

Gonna attempt this script tonight since the fishing script is already made by someone else.

Should the script include banking or is that usually not needed in most cases? Anything else it should include?

i'd imagine it should bank for trout for best results, maybe a gui to choose when to switch combat mode (switch stat it trains) that'd be useful

Edited by Offset

I dont think therei sa working plank script . would be nice if u made one

 

someone is currently making one.

Edited by tmanowen

Ok so im trying to make this script with banking and stuff could you make a bot that picks up ashes near the ge

 

Im trying to learn java scripting and i just wana see how something as easy as that would work

 

Could i also see the script code to as well thanks :P

 

Also i got my local directory to work

Ok so im trying to make this script with banking and stuff could you make a bot that picks up ashes near the ge

 

Im trying to learn java scripting and i just wana see how something as easy as that would work

 

Could i also see the script code to as well thanks tongue.png

 

Also i got my local directory to work

you'd need like 15 lines of code for this

if(!inventory.isFull()&&GE.contains(myPlayer())
{
Grounditem ash = grounditems.closest("Ashes");
ash.interact("Take");
}
if(inventory.isFull()&&GE.contains(myPlayer())
{
Entity bank = objects.closest("Bank booth");
if (bank != null && bank.exists()) {
if (this.bank.isOpen()) {
if (!this.inventory.isEmpty()) {
this.bank.depositAll();
}
sleep(random(500,600));
}
else 
{
bank.interact("Bank");				
}
} 
if(!GE.contains(myPlayer())
localWalker.walk(GE.getRandomPosition(0));

Edited by twin 763

 

you'd need like 15 lines of code for this

if(!inventory.isFull()&&GE.contains(myPlayer())
{
Grounditem ash = grounditems.closest("Ashes");
ash.interact("Take");
}
if(inventory.isFull()&&GE.contains(myPlayer())
{
Entity bank = objects.closest("Bank booth");
if (bank != null && bank.exists()) {
if (this.bank.isOpen()) {
if (!this.inventory.isEmpty()) {
this.bank.depositAll();
}
sleep(random(500,600));
}
else 
{
bank.interact("Bank");				
}
} 
if(!GE.contains(myPlayer())
localWalker.walk(GE.getRandomPosition(0));

When useing this would you throw this into on start classifacation on in loop?

 

 

I just read somthing on java im kinda understanding it

Edited by faintdrugs

When useing this would you throw this into on start classifacation on in loop?

 

 

I just read somthing on java im kinda understanding it

 

this would go into the onloop part of the script. on start only runs once.

can u make a working falador cow killer that picks up cowhuides and collects certain amount of food from the bank? and that will open the door when coming and going to the bank plz?

I am looking for script requests since I finally feel I am capable now with my java knowledge. Don't ask for an AIO Slayer script because I am not anywhere close. Something easy-medium difficulty and don't expect it to be done in a day. Thanks, shoot away!

 

 

Request list.

 

1. AIO Slayer Script w/cannon support, farm run support, usain bolt support (so you can not waste time getting to tasks), and alching while slaying support. 

 

Could I request a fletching script?

Recently Browsing 0

  • No registered users viewing this page.

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.