Everything posted by Chris
-
Selling 100m 07
I'll buy 10M 1$/M PayPal
-
Cant comment/Post in ACC section
u need 100 post count to post a topic
-
Jus Some Stuff :leech:
all ur src r belong to me u r give me zip file of all ur src now or pay duh price
- Buying Money Earned: Sig
- Excellent Dragons
-
Dispute against @chris for 2x NMZ account
I'll be back in 8-10 hours since I have work
-
Dispute against @chris for 2x NMZ account
Hello What exactly do you want me to comment? I provided email change links and password change links. you used them both After that it was YOUR responsibility, not mine.
-
Excellent Dragons
I'll have to rerun these in mirror mode when I get the chance tonight. ill be at work for 8-9hrs
-
I'm not at the beach
- How to keep track of script time
public class Timer { private final long start; private final long period; private long end; public Timer(long period) { this.period = period; this.start = System.currentTimeMillis(); this.end = (this.start + period); } public long getElapsed() { return System.currentTimeMillis() - this.start; } public long getRemaining() { if (isRunning()) { return this.end - System.currentTimeMillis(); } return 0L; } public boolean isRunning() { return System.currentTimeMillis() < this.end; } public void reset() { this.end = (System.currentTimeMillis() + this.period); } public long setEndIn(long ms) { this.end = (System.currentTimeMillis() + ms); return this.end; } public String toElapsedString() { return Time.format(getElapsed()); } public String toRemainingString() { return Time.format(getRemaining()); } }- Excellent Dragons
I'll have to take a look at this. Are you using mirror mode or injection?- Excellent Dragons
Asking for banrates is retarded horshshit too tho- How to see if inventory is full?
dont watch an old video use the API docs http://osbot.org/api- Scammed by a Skype imposter
damn jamez making a lot of money ;) he shud be able to pay me back now- Excellent Dragons
- WHY IS MY PROFILE PIC BLURRY
xc fix ur eyes bro- Checking prayer and hp?
getSkills.getStatic to get non boosted level getskills.getDynamic to get a skill that is changing (boosted or stas r weakend etc)- Excellent Dragons
- Tut island? Then vs. now
Buy from vilius/lemons shop 100k ea or 90kea(in bulk 100+)- Excellent Dragons
- Selling 200M 07GP
- Stealth Quester
I usually make my own quest lists and presets for the accs I bot on. so far out of the 6 accounts I have botted this past week. None have been banned by Tokens script.- Excellent Dragons
- Rx7xr
- Make me laugh and I'll give you $5.
my name is jafar i come from afar i got a bomb in my car allahu akbar :trihard: - How to keep track of script time