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.

Senpai snippet

Featured Replies

Noticed a lack of scripts that pleases Senpai, so decided to make a simple snippet for people to use. 

It will run to Dark Wizards, plead with Senpai, then repeat.

Features a simple GUI. Please share proggies.


Reqs: Low level, low HP, inventory full of high value items. Auto retaliate off. Anime inspired names is a huge + . 

MUST RUN FOR ATLEAST 3 HOURS PER DAY!

package CoreKill;

import java.awt.Color;
import java.awt.Graphics2D;

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
import org.osbot.rs07.api.map.Area;


@ScriptManifest(name = "Be Gentle", version = 1.0, info = "Please senpai, be gentle UwU", author = "botelias", logo = "")
public class DarkWizards extends Script {
	int count = -1;
	
	Area area = new Area(
		    new int[][]{
		        { 3233, 3369 },
		        { 3231, 3365 },
		        { 3227, 3364 },
		        { 3224, 3366 },
		        { 3223, 3369 },
		        { 3224, 3373 },
		        { 3228, 3375 },
		        { 3232, 3373 }
		    }
		);
	
    public void onPaint(Graphics2D g)
    {	  
    	g.setColor(Color.GREEN);
   		g.drawString("Roughed upp by senpai: " + count + " times", 20, 50);
    }
    @Override
    public int onLoop() throws InterruptedException {
    	if(!area.contains(myPlayer())) {
    		count = count + 1;
    		keyboard.typeString("Ara ara");
    		sleep(1000);
    		getWalking().webWalk(area);
    		sleep(1000);
    	}else {
    		while(area.contains(myPlayer())) {
    			if(random(1,3) == 1) {
    				keyboard.typeString("Pls be gentle");
    				sleep(1000);
    			}else {
    				if(random(1,3) == 1) {
    					keyboard.typeString("Not so rough senpai");
        				sleep(1000);
    				}else {
    					keyboard.typeString("Uwu Uwu");
        				sleep(1000);
    				}
    			}
				sleep(random(500,1000));
    		}
    	}
    	
        return 500;
    }
}

 

Senpai.jar

Edited by botelias

  • 3 weeks later...

plz fix script , i start then later i ams still alive

 

thanks

Create an account or sign in to comment

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.