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.

Dat Spam Clicker - 7 clicks per second

Featured Replies

An extremely advanced spam clicker, will click 7 times...or approximately 7 per second. Could go to sdn but it's too simple.

 

Put the .class file in scripts folder.

 

Start the script, quickly turn keyboard input on and walk to desired location and leave mouse there.

 

Will be interupted by randoms so that's good.

 

IF YOU WANT TO SWITCH WINDOWS, press ALT + TAB

 

 
 
The amazing source code:
import org.osbot.script.Script;
import org.osbot.script.ScriptManifest;

@ScriptManifest(author = "GoldenGates", info = "Simple autoclicker, press space to toggle on/off, by GoldenGates", name = "Dat Spam Clicker", version = 1.0)
public class datClicker extends Script {

	int timer = 10;

	public void onStart() {
		log("Welcome to GoldenGates' Spam Clicker, just press the keyboard on the toolbar to move your mouse");
		log("Press space to toggle on/off");
	}

	public int onLoop() throws InterruptedException {
		while (timer > 0) {
			log("You have " + timer
					+ " seconds to move your mouse to desired location");
			timer--;
			sleep(1000);
		}
		while (timer == 0) {
			client.clickMouse(false);
			sleep(150);
		}
		return 1;
	}

}

 

Edited by GoldenGates

Looks great.

+1 your signature makes this thread even better. d:

  • Author

Just for the hell of it I am competeing for the world record of the fastest clicks in 60 seconds tongue.png

You should've seen it before, almost 1000 per second...lol.

You should've seen it before, almost 1000 per second...lol.

 

Hahahah thats awesome, with my finger i can get about 131 in 10 seconds.

  • 6 months later...

Outdated. If the author wishes to update, they can PM. I'm closing the thread and moving it to the outdated scripts section.

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.