Jump to content

whipz

Members
  • Posts

    780
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by whipz

  1. I can upload my version of windows 10 (its on USB) and it doesnt have creator, you can choose to update to it or not, also lose all your shit ? lol i reformated 2 days ago and lost nothing ? you just back up what you want
  2. His not tho
  3. HAHAHAHA
  4. The best post of the month lol
  5. Its only for 700k but still, Ill take screenshots in morning because its late, but bought 7 accounts from user; none work instantly blocked me after sending threw heres chat log just copied as uploading screenshots will take time; and ill do it in morning; [8:52:49 PM] Whipz Osbot: you got any tutisland completed accounts ? [8:53:45 PM] Rauno: I do have some [8:53:50 PM] Whipz Osbot: how many ? [8:53:58 PM] Whipz Osbot: just need 5 - 10 [8:54:02 PM] Rauno: Around 7 [8:54:16 PM] Whipz Osbot: ill grab them all link to your can you pm on osbot [8:54:27 PM] Whipz Osbot: https://osbot.org/forum/profile/125225-whipz/ [8:54:45 PM] Rauno: Osbuser is my name. Im not on pc atm [8:55:19 PM] Whipz Osbot: how long you reckon youll be ? [8:55:36 PM] Rauno: If you are interested then i can get into pc on 5min [8:57:32 PM] Whipz Osbot: if you can pm me and I'm not in bed by then, then sure xD [8:57:46 PM] Whipz Osbot: sorry always need a pm now (been scammed so many times for not doing it) [8:57:51 PM] Rauno: on pc now. [8:58:04 PM] Rauno: going to pm [8:58:19 PM] Whipz Osbot: sweet [8:58:32 PM] Rauno: pmd [8:59:16 PM] Whipz Osbot: sweet thanks [8:59:20 PM] Whipz Osbot: 100k ? [8:59:21 PM] Rauno: if it helps, i have 2 feedback on p****bot's forum without negative feedback and very old account [8:59:22 PM] Whipz Osbot: ea [8:59:39 PM] Rauno: 100k yes [9:00:01 PM] Whipz Osbot: sweet, ill grab them now, wont be able to test till morning tho [9:00:07 PM] Whipz Osbot: can we meet f2p world ? [9:00:10 PM] Rauno: yes [9:00:24 PM] Rauno: 7 accounts right [9:00:29 PM] Whipz Osbot: yeah ill take them all [9:00:33 PM] Whipz Osbot: what world and where ? [9:01:01 PM] Rauno: w81 lumbridge axe shop [9:01:22 PM] Whipz Osbot: just loading up client to secs [9:01:29 PM] Rauno: Alright [9:02:35 PM] Whipz Osbot: that's 500 skill lvl world [9:02:36 PM] Whipz Osbot: lol [9:02:38 PM] Whipz Osbot: cant get in xD [9:02:42 PM] Rauno: oh sorry [9:02:51 PM] Whipz Osbot: 82 [9:02:51 PM] Whipz Osbot: ? [9:03:12 PM] Rauno: sure [9:03:13 PM] Rauno: there [9:03:25 PM] Rauno: name? [9:03:26 PM] Whipz Osbot: gotta open client again [9:03:27 PM] Whipz Osbot: lol [9:03:30 PM] Rauno: a oke [9:03:35 PM] Whipz Osbot: and slay something to secs [9:03:53 PM] Whipz Osbot: slaymind1392 [9:04:05 PM] Whipz Osbot: just got to home tele then walk there [9:04:18 PM] Rauno: alright [9:05:41 PM] Whipz Osbot: battleaxe shop ? [9:05:49 PM] Rauno: yep [9:05:53 PM] Rauno: Traded [9:06:01 PM] Rauno: 700k amulet and fish [9:06:03 PM] Whipz Osbot: confirm [9:06:04 PM] Whipz Osbot: yep [9:06:06 PM] Whipz Osbot: awesoem [9:06:16 PM] Rauno: Alright [9:06:16 PM] Whipz Osbot: sweet [9:08:24 PM] Rauno: 1. Runescaper122@yahoo.com: tere2333 2. NotBotter12221@yahoo.com: Kool233 3. Tester35111@gmail.com: Kukk1337 4. Zeused20@yahoo.com: 1337User 5. NoFade3@gmail.com: teretere 6. CounterStrikeNoob@gmail.com: 4425521A 7. PlayFair1337@gmail.com: teretere [9:08:33 PM] Rauno: Also they are details about emails [9:08:42 PM] Whipz Osbot: thanks mate, [9:08:51 PM] Whipz Osbot: ill leave feedback now but ill check them out in morning [9:08:55 PM] Whipz Osbot: misses is getting grumpy xD [9:08:59 PM] Rauno: Sure [9:09:03 PM] Whipz Osbot: and what you mean details about emails ? [9:09:11 PM] Rauno: Registered emails [9:09:20 PM] Whipz Osbot: ah so I can log into their emails as well ? [9:09:23 PM] Rauno: yes [9:09:29 PM] Whipz Osbot: sweet thanks man [9:09:58 PM] Whipz Osbot: fb left (: thanks again @OSBUser also have pm from him as well;
  6. As title states, looking to buy 5 - 10 tutorial island completed accounts add my skype whipz osbot, or whipzman@gmail.com Looking for it asap thanks
  7. I guess its that ):
  8. Hey guys just wondering why I show as a grey name and not that light blue like the rest of the script writer 1's ?
  9. whipz

    Pet.

    a sayian xD so i could become one
  10. You can rent maxed accounts ? from where ? 0.o
  11. private void acceptTrades() { if (trade.isFirstInterfaceOpen() && trade.didOtherAcceptTrade()) { log("Accepting first trade"); gpmade = gpmade + Math.toIntExact(trade.getTheirOffers().getAmount("Coins")); trade.acceptTrade(); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return trade.isSecondInterfaceOpen(); } }.sleep(); } else if (trade.isSecondInterfaceOpen()) { log("Accepting second trade"); trade.acceptTrade(); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return !trade.isCurrentlyTrading(); } }.sleep(); } } Thats mine, works everytime i dont run 35+ clients but i have tested it on 10 running for a few days and not one problem
  12. See i dont believe that, I got banned on my legit main for afk nmz lol
  13. Position tile = New Position(xxxx, yyyy, z); tile.interact(bot, "Walk here");
  14. can confirm that he has heaps of 2 day ban accounts he gave me one xD
  15. @dragonite3000
  16. went to buy 8 accounts off him paid the 1.2m deposit to start and 1.2m when he finished them never sent the accounts ): said he was partners with Vicfr Sorry they may not be in order
  17. well let me know (:
  18. Same thing happened to me but for only 2.4m, they said they were partnered I can post skype chats if needed
  19. Id be keen, Id love to start a staking farm xD, id write the scripts as well (: but i probs dont have the rep your looking for ? either way pm if your keen
  20. 1.5m for all or 300k ea pm or post your skype
×
×
  • Create New...