Jump to content

Idle Script


Booleans YAY

Recommended Posts

Now that the Grand Exchange has a idle timer of either 6-18 hours idk really which is which. Here's a simple as hell script to does some random stuff for the meantime.

package main.script.Idle_Player;

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

@ScriptManifest(author = "Booleans Yay", info = "Idling made ez pz", name = "Idle Player", version = 1, logo = "")
public class IdlePlayer extends Script {

	@Override
	public int onLoop() throws InterruptedException {
		camera.movePitch(random(180, 180));
		mouse.moveRandomly();
		return random(10_000, 25_000);
	}
}

Feel free to build off of this to your own style you'd prefer, I literally did this under 10 seconds work and did it because it's needed for ingame pretty badly now a days.

 

ok thanks cool!

  • Like 2
Link to comment
Share on other sites

25 minutes ago, Lewis said:

moving camera doesnt log you out? i thought your player had to move or something?

No, if the player account is nulled to any actions performed on the account it'll log itself out, but if the camera is moving and mouse is moving then the game will detect the player is looking for something or doing something.

Edited by Booleans YAY
Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...