Jump to content

Jus Some Stuff :leech:


Recommended Posts

Posted (edited)

Fun Fact: I hardly show code to anyone, devs aside maybe 5-10 people have ever seen my code xD
(obvious reasons)
Mmm, Don't do as much around here as I used to, saves deleting all my code to clear space

Wintertodt
https://hastebin.com/otuzequmik.java

Wildy Looter With Death Dection/Timer/SmartLooting(Kinda)
https://hastebin.com/fomobefuca.java

Clue Scrolls (add tabs yourself now the walker does them
Main
https://hastebin.com/ivudeyusin.java
Data   <-- memorable weekend
https://hastebin.com/afekutobud.js 
Foobar
https://hastebin.com/uvayukecul.scala

Prayer/Guilded Altar
https://hastebin.com/izaburulun.java

Tanner
https://hastebin.com/epicusexan.java

The Age old dark miner
https://hastebin.com/eqeyoxevux.java

Dark NMZ
https://hastebin.com/osuveguvis.java

Anything else wanted ask and I'll see if I have it, got 4 years worth of scripts laying around...

Edits:

Something that gets amulets blessed in edge prayer place..?
https://hastebin.com/omecuvucuj.java
Presumeably smelts gold jewlery, change keywords to adapt.
https://hastebin.com/jezamebici.java
Makes some kinda dough
https://hastebin.com/yogugelihi.java

Edited by Isolate
  • Like 12
Posted

Ugly sleeps. Try using this

 

public void sleepUntil(int defaultTime, BooleanSupplier bs, Boolean big) throws InterruptedException {
		if(big)
			sleep(random(500,1000));
		new ConditionalSleep(defaultTime * 1000) {
			@Override
			public boolean condition() throws InterruptedException {
				return bs.getAsBoolean();
			}
		}.sleep();
		if(big)
			sleep(random(500,1000));
	}

 

Posted
On 3/16/2017 at 1:10 AM, Isolate said:

Fun Fact: I hardly show code to anyone, devs aside maybe 5-10 people have ever seen my code xD
(obvious reasons)
Mmm, Don't do as much around here as I used to, saves deleting all my code to clear space

Wintertodt
https://hastebin.com/otuzequmik.java

Wildy Looter With Death Dection/Timer/SmartLooting(Kinda)
https://hastebin.com/fomobefuca.java

Clue Scrolls (add tabs yourself now the walker does them
Main
https://hastebin.com/ivudeyusin.java
Data   <-- memorable weekend
https://hastebin.com/afekutobud.js 
Foobar
https://hastebin.com/uvayukecul.scala

Prayer/Guilded Altar
https://hastebin.com/izaburulun.java

Tanner
https://hastebin.com/epicusexan.java

The Age old dark miner
https://hastebin.com/eqeyoxevux.java

Dark NMZ
https://hastebin.com/osuveguvis.java

Anything else wanted ask and I'll see if I have it, got 4 years worth of scripts laying around...

Edits:

Something that gets amulets blessed in edge prayer place..?
https://hastebin.com/omecuvucuj.java
Presumeably smelts gold jewlery, change keywords to adapt.
https://hastebin.com/jezamebici.java
Makes some kinda dough
https://hastebin.com/yogugelihi.java

ooooo ty

  • 4 weeks later...
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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