Skip 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.

Simple stop script after certain date;usefull for when you have testers

Featured Replies


Date currentDate = new Date();

SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");

Date date1;

date1 = sdf.parse("2014-09-15");

if(currentDate.after(date1)){

log("Test version expired, stopping script");

stop();

}

// import this: import java.text.SimpleDateFormat;

  • Author

Why not just authenticate it with your server?

 

I don't have a server. This is for local jars you send to people to test (obfuscated if wanted)

I don't have a server. This is for local jars you send to people to test (obfuscated if wanted)

You can get a free one from a ton of web hosts :p plus obfuscation won't do anything if they know what they're looking for.

You could argue that you could take out the server call and have the script run fine, however in that case just have the script download a necessary class/library for it to function and delete it afterwards. This way if the beta test window has passed the server will reject the request for the required dependancies.

Date currentDate = new Date();

	SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
    	Date date1;
		
	date1 = sdf.parse("2014-09-15");

    	if(currentDate.after(date1)){
    		log("Test version expired, stopping script");
    		stop();
    	}

// import this: import java.text.SimpleDateFormat;

 

Doesn't work, you can change the windows date to use it.

Paris_Tuileries_Garden_Facepalm_statue.j

 

bypassing a thing doesn't mean that it doesn't work. And good, you know how to use the IMG BBCode, congratulations

bypassing a thing doesn't mean that it doesn't work. And good, you know how to use the IMG BBCode, congratulations

 

?

 

 

 

you can change the windows date to use it.

 

Edited by Soldtodie

  • Author

Yeah you can but usually testers don't know that so i don't care. Never gave out a fully working script so yeah... Swizz's option might be better. This is just a quick thing you can put in your script incase you need a tester quickly.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

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.