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.

amazing rotating trollface cursor

Featured Replies

otORfpI.png

 

variables;

 

final private public static int mX, mY, angle;
final private public static Image image;

 

 

onstart;

 

useDefaultPaint(false);
try {
   URL url = new URL("https://dl.dropboxusercontent.com/u/45922594/cursor.png");
   image = ImageIO.read(url);
} catch (IOException e) {
}

 

 

onpaint;

 

AffineTransform old = g.getTransform(); // put this after you declare a graphics2d
//////////////
mX = client.getMousePosition().x;
mY = client.getMousePosition().y;
 
g.rotate(Math.toRadians(angle += 4), mX, mY); // put all this at the end
if (angle == 360) angle = 0;
g.drawImage(image, mX-15, mY-11, null);
g.setTransform(old);

 

Edited by FearMe

Lol, this is awesome. If I ever get around to making another script, I'll implement it as a easter egg or something. :D

Lol, this is awesome. If I ever get around to making another script, I'll implement it as a easter egg or something. biggrin.png

 

Haha I like that idea

Guest
This topic is now closed to further replies.

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.