Everything posted by The Legman
-
Barrows gloves from scratch
whats the shortest you could do?
-
Barrows gloves from scratch
whatever needed
-
Barrows gloves from scratch
yes fresh
-
Barrows gloves from scratch
how many yeetos?
-
Barrows gloves from scratch
How much will I need to supply?
-
Barrows gloves from scratch
Hi Need a quote please barrows gloves from scratch you supply everything vs I supply all please thanks
-
ALL Chatbox users unite
guys is the bot down?
-
Price Check Name
u can rub my paint
-
How to constantly check if under attacked?
no idea what your on about
-
73 Hunter no email attatched!
"don't remember who OO is" that's reassuring
-
Items in bank
How do you get it to break out of the loop, like half way through? WOuld it be to put if something else break
-
Fresh account to 72 slayer (Wyverns)
Roughly how much would I need to leave on the acc beforehand?
-
Fresh account to 72 slayer (Wyverns)
Price for this? I provide fresh account, bond and gp. VMM Holds gp. You get the account to 72 slayer and 85/85/85 att/def/str and 70 prayer + piety unlocked. You can do this by any means of levelling, quests or whatever. Quotes please? Quotes for both you supplying everything and for me supplying everything. Thanks./
-
Can accounts with unreg email be recovered by "OO"?
So you're telling me they can't? Thanks everyone for the responses
-
High CPU Memory and Disk ... suggestions please
Do you still get high CPU usage now? If so, perhaps try not having low CPU mode on? I've read about some scripts not being optimized/deisnged for low CPU and it can cause the script to fail/use even more CPU.
-
Can accounts with unreg email be recovered by "OO"?
Hi Was wondering if I bought a maxed main off someone for example and the acc had no reg email at purchase, and I set it to mine, can they still recover it? Thanks
-
[F2P][Up to 220k P/H ATM] Temsei's Dough Maker
cor blimey Jessica pipe down there
-
Selling 500M - $0.83/M - BTC Only
selling all at once or willing to sell like 50m?
-
Black chin
Does it have the hunter level? If not wtf? Why offer something completely different? Oh yeah I'd like to buy a burger please! Sure. Have a drain pipe.
- VIP Giveaway
-
How to constantly check if under attacked?
yeet Thanks!
-
How to constantly check if under attacked?
That was my main question for this thread but asked it poorly I got it now. Thanks for the support everyone!
-
Can anyone make my ban quashed?
@Chuckle
-
How to constantly check if under attacked?
This currently how I build my scripts. The issue is when it runs through a task, such as normalRocks ( a completely different script btw), it will never interrupt that task while it's mid way done - which is what I want it to do. Thus I will end up trying to put that code in the onLoop. Thanks!
-
How to constantly check if under attacked?
Thanks! I was looking for where I can actually place the code, such as the onLoop in the main class. I need it somewhere where it always checks - so say if it's half way through the MakeAirOrbs.java class it breaks out of the class. I will probally put else if in