Everything posted by Lewis
-
Lewis' Tutorial Island Account Shop [Price beating!][Best prices][$100 Donor][Bulk Deals]
bump!
-
Selling 100 30+ crafting accs [CHEAP]
yup got 100+ @Bella1337
-
Lewis' Tutorial Island Account Shop [Price beating!][Best prices][$100 Donor][Bulk Deals]
bump!
-
Lewis' Tutorial Island Account Shop [Price beating!][Best prices][$100 Donor][Bulk Deals]
bump!
-
Lewis' Tutorial Island Account Shop [Price beating!][Best prices][$100 Donor][Bulk Deals]
bump!
- NMZ service
-
nmz service 79-90str
added on skype - sales.lewis
- Selling 100 30+ crafting accs [CHEAP]
-
Lewis' Tutorial Island Account Shop [Price beating!][Best prices][$100 Donor][Bulk Deals]
Back selling fresh level 3's Account info: Accounts come with no registered email. They are fresh off of tutorial island with all items still in inventory. Will be rested for 3+ days I don't store what IP they was created on, so i cannot recover if locked Prices: 99 and under = 100k each 100+ = 80k each 07RSGP - BTC - ETH - LTCNote: Convert RSGP to USD at 1M:$1, for prices in BTC/ETH/LTC. Terms and Conditions: After purchase you have 1 hour to report a ban/lock for a free replacement. After 1 hour I am not responsible for any locks or bans. All accounts i give you are unused. If you desire an account to be recovered, it will not be possible due to them being made on different IP's. I will not recover/use any accounts sold You will go first, or we will use a middleman
-
@Maldesto
yall gonna get fucked when he see's the notifications lmao
-
Selling 100 30+ crafting accs [CHEAP]
Got a load of spare accounts from free mems weekend Acc info: unregisted email been rested since free mems ended many accounts come with 1k bow string on them (around 100k gp value, note not every acc has 1k strings on them buy a very large majority do) accounts come with 7qp accounts have 30+ crafting on them Prices: under 100 = 250k each for all 100 = 20m (200k each)
-
How to avoid login limit exceeded?
error is "login limit exceeded, too many connections from your address" Never experienced this problem as much as i am right now. I made random.dat read only i got some proxies to use on bots (1 proxy per 5 accounts) yet still, i get login limit exceeded How can i avoid this and login as many accs as i want per world EDIT: i used to run my oak cutter on this server @ 50 accounts on same ip perfectly fine. Now i cannot even run 5 per ip without login limit
-
Selling 25m for £0.7/m UKBT + £28 eth for sale @ 90%
Got 25m to sell for ukbt (£0.7/m) also got £28 eth to sell (£1 eth = £0.9 ukbt) if anything i can buy gold with the eth and sell extra gold (would be around 50m) pm or come chatbox
-
Buying 20-100m 07 (UKBT or Paypal) $0.95/1.00 per M
pm me/ chat on skype - sales.lewis
-
buying fresh level 3's
talking on skype - im sales.lewis
- buying fresh level 3's
-
IRL THREAD - REBORN
leaked pic of me
- [closed request]
- [closed request]
- Selling 30m for $1/m UKBT/BTC
-
How much did you guys make this weekend
after the first day, 100k bow string/hr
- :frog:
-
:frog:
sad to see the dispute end as it has. taught me to not use marketplace no more
-
Can't get past 2nd trade screen
it gets the job done, but theres many flaws in it
-
Can't get past 2nd trade screen
that code nasty if (trade.isCurrentlyTrading()) { if (trade.isFirstInterfaceOpen()) { trade.acceptTrade(); log("accept trade 1"); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return trade.isSecondInterfaceOpen() || !trade.isCurrentlyTrading(); } }.sleep(); } else if (trade.isSecondInterfaceOpen()) { log("accept trade 2"); trade.acceptTrade(); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return !trade.isCurrentlyTrading(); } }.sleep(); } }