Isolate Posted March 16, 2017 Posted March 16, 2017 (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 Wintertodthttps://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 Mainhttps://hastebin.com/ivudeyusin.java Data <-- memorable weekendhttps://hastebin.com/afekutobud.js Foobarhttps://hastebin.com/uvayukecul.scala Prayer/Guilded Altarhttps://hastebin.com/izaburulun.java Tannerhttps://hastebin.com/epicusexan.java The Age old dark minerhttps://hastebin.com/eqeyoxevux.java Dark NMZhttps://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 doughhttps://hastebin.com/yogugelihi.java Edited March 16, 2017 by Isolate 12
Chris Posted March 16, 2017 Posted March 16, 2017 all ur src r belong to me u r give me zip file of all ur src now or pay duh price 1
k9thebeast Posted March 16, 2017 Posted March 16, 2017 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)); }
Isolate Posted March 16, 2017 Author Posted March 16, 2017 10 minutes ago, k9thebeast said: Ugly sleeps. Try using this get out 3
Ship Posted March 17, 2017 Posted March 17, 2017 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 Wintertodthttps://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 Mainhttps://hastebin.com/ivudeyusin.java Data <-- memorable weekendhttps://hastebin.com/afekutobud.js Foobarhttps://hastebin.com/uvayukecul.scala Prayer/Guilded Altarhttps://hastebin.com/izaburulun.java Tannerhttps://hastebin.com/epicusexan.java The Age old dark minerhttps://hastebin.com/eqeyoxevux.java Dark NMZhttps://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 doughhttps://hastebin.com/yogugelihi.java ooooo ty
Chris Posted March 17, 2017 Posted March 17, 2017 wheres the wyverns, zulrah, and pokemongo source. ik u got it 2
Lehto Posted April 11, 2017 Posted April 11, 2017 How exactly do I make these into working .jar files?
SDMM Posted May 6, 2017 Posted May 6, 2017 On 4/11/2017 at 2:48 PM, Lehto said: How exactly do I make these into working .jar files?