Everything posted by naaiz
-
VPS for botting
https://contabo.com/?show=configurator&vserver_id=180 Personally use this, it can easily run 25 clients in low cpu mode.
-
Mouse scroll wheel not working on osbot website?
I have this sometimes on different websites its annoying as fuck Restart your browser (kill the process not just close the tab)
-
First scripts made, How to use more than one class?
Like Sumo said, task based scripts is probably what you're looking for here.
-
Maxing account with scripts opinions
Not realistic.
-
Maxed Zerk
Stats: 60 attack 45 def 99 str 99 range 97 hp 94 mage 53 prayer (52 is the exact same combat level due to the rounding of prayer level in combat level calculations) Somewhere around 1500 total Quests: Barrows gloves + MM2 + great brain robbery (anchor) done House: Ornate rejuvenation pool (best) Ornate jewellery box (best) Altar of the Occult (best) Untradeables: Void + all helmets Fighter torso Defender Fire cape Barrows gloves Pretty much maxed zerker, looking for a price check on this account since I might get rid of it soon. Thanks!
- Buying 200M $1/M BTC
- Buying 200M $1/M BTC
-
selling 200m 0.98$ per mill (UKBT)
Can I buy 200M $1/m BTC please if still available?
- Buying 200M $1/M BTC
- sold
- Buying 150M BTC $1/m
-
[Price Check] 94 / 82 Mage Accounts
~20m & 7.5-10m
-
Buying OSRS Bond with Verified PayPal
Can sell you for BTC at $2.9 per bond if that's a possibility for you
- Selling 250M $1.02/M BTC
-
Void + range helm on med boat acc
16m 3 days 14m 4 days both times are max, 50% refund when timeframe isn't met.
-
Selling bitcoin for UKBT (UK Bank transfer)
Use Coinbase ?
-
Low CPU Mode
Conditional sleeps should fix it
-
Paying someone to powerlvl my skills
Skype in siggy.
-
Flip merchanting
You can literally flip anything and it will work, just a matter of marings, supply and demand how much you will make. F2P margins are shit though.
-
banned on weekend rip all my moey
From my experience there's banwaves on saturday evening ~9pm GMT, sunday morning 9am GMT and sunday evening 9pm GMT. only has been happening to be for the past couple of weeks though.
-
Fastest GP person methods
Either pickpocketing men or chopping them maple logs
- NMZ
-
New OSBot Anti-Detection
- Who can fix my code?
- Who can fix my code?
Try overriding your 2nd conditional sleep like so new ConditionalSleep(10000) { @Override public boolean condition() { return trade.didOtherAcceptTrade(); } }.sleep(); May be something else wrong with it, let me know. Edit: Nesting your third if statement inside your second one may get rid of some problems aswell, you won't need to use a variable for the coins this way, could just say: if(getTrade().getTheirOffers().getAmount("Coins") >= 9) { // Do stuff }