Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/26/13 in Posts

  1. Nothing like a pointless profile view having the forums in an uproar. Apparently more profile views = bigger penis?
    5 points
  2. I can do that too with simple HTML edit built into Google Chrome
    2 points
  3. 2 points
  4. Current buying price: $2.20-2.35 Offered price will vary with current levels of stock and market conditions as well as how much you are selling. Payment method is US Verified PayPal. Contact method: Add the Skype below (Click it).
    1 point
  5. So I made a layout for @Jordan's tutorial which can be found here. All the information in this tutorial was provided by @Jordan I got @Jordan's permission to post this here. For this tutorial you need: - Photoshop CS6 or previous versions - Visitor font Now your PiP should be ready! Enjoy!
    1 point
  6. So here it is, spent ~~2 weeks to get this shit, enjoy , Didn't use any fkn wikis, all gotten myself There are 94 lvl 1 clues [According to me] , 110 according to Integer, 112 According to zScripz Cleaned clue ids list, Emote items ids arrays .txt clues ids, interface text Rest of clues in a PNG format [79 pics] : Emotes enum + doEmote method Dig tiles + dig method for map clues
    1 point
  7. Credit to Designer for my new Sig, GREAT job . 5/5
    1 point
  8. As I search and search through many of threads doing my best not to gravedig I come to the realization that many of these threads could easily be locked and archived. Many of times people are spamming pages and/or adopt a thread to post back to every single individual who posts asking "wheres the link?" Just an attempt to help keep things nice and neat!
    1 point
  9. He also did mine, he is really good at what he does.
    1 point
  10. lolmanden leave my bf kelly alone.
    1 point
  11. while loop attack wiz khalifa gf end loop
    1 point
  12. 1 point
  13. Leave my gf alone pls
    1 point
  14. I need a refund to buy a better script because it doesn't work for more than 1 hour.
    1 point
  15. Please repost using the format.
    1 point
  16. Amanda, you're so annoying.
    1 point
  17. @Swizzbeat for CBA. for super.
    1 point
  18. It's better to use names for entities because entity IDs change frequently (no RS update required). Also: RS2Object bank = closestObject(BANK_BOOTH_ID); if (bank != null) { if (bank.interact("Bank")) { while (!client.getBank().isOpen()) sleep(250); client.getBank().depositAllExcept("Bronze pickaxe"); } } to: RS2Object bank = closestObjectForName("Bank booth"); if (bank != null) { if (!client.getBank().isOpen()) { bank.interact("Bank"); sleep(250); } else { client.getBank().depositAllExcept("Bronze pickaxe"); } } There's no need to create a while loop. Nice guide nonetheless.
    1 point
×
×
  • Create New...