Jump to content

Jus Some Stuff :leech:


Isolate

Recommended Posts

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
Link to comment
Share on other sites

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));
	}

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks 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...