Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. did you really just discover this
  2. Thanks , though I can't really watch streams due to my shitty net though I'll check out those two youtubers.
  3. Add my skype: acerdrsps (without a dot) september is doing this for me
  4. Title , has to be global region. basically you can buy from this: https://www.g2a.com/counter-strike-global-offensive-global.html?___store=englishus
  5. youre checking if its not in dialogue and its in dialogue at the same time though :E try this: if (AREA.contains(myPosition())) { if (getDialogues().inDialogue()) { if (dialogues.isPendingContinuation() && !getInventory().contains("THEITEM")) { if (dialogues.clickContinue()) { sleep(400); } } else if (dialogues.isPendingOption()) { if (dialogues.selectOption(3)) { sleep(400); } } } else { npcs.closest("THEDUDE").interact("Talk-to"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getDialogues().inDialogue(); } }.sleep(); } }
  6. if (getInventory().interact("Use", "Blue dye")) { getInventory().interact("Use", "Goblin mail"); } or if (getInventory().getItem("Blue dye").interact("Use")) { getInventory().getItem("Goblin mail").interact(); }
  7. Acerd

    FrostCaves

    url said dank acerd memes was not disappointed
  8. Why do you think he always complains when docs are down
  9. gonna be 3rd year for me next month
  10. Acerd

    Players

    trying to make a muling script and for some reason it cant find the player with a name like "Bla Bla" (with spaces) but it will find the player with a name like "BlaBla" (without spaces) , anyone know how to fix this?
  11. i dont even fucking know if it does my brother just went on the site and picked what looked good and cheap and told me to ask you guys lol
  12. PCPartPicker part list / Price breakdown by merchant CPU: *Intel Core i5-4460 3.2GHz Quad-Core Processor ($169.99 @ SuperBiiz) CPU Cooler: *Cooler Master Hyper 212 EVO 82.9 CFM Sleeve Bearing CPU Cooler ($27.89 @ OutletPC) Memory: Crucial 8GB (1 x 8GB) DDR3-1600 Memory ($24.99 @ SuperBiiz) Storage: Western Digital Caviar Blue 1TB 3.5" 7200RPM Internal Hard Drive ($46.98 @ OutletPC) Video Card: EVGA GeForce GTX 750 Ti 2GB Superclocked Video Card ($99.99 @ Newegg) Case: Azza SIRIUS ATX Mid Tower Case ($25.98 @ Newegg) Power Supply: EVGA SuperNOVA NEX 650W 80+ Gold Certified Fully-Modular ATX Power Supply ($65.99 @ Newegg) Optical Drive: Asus DRW-24B1ST/BLK/B/AS DVD/CD Writer ($18.89 @ OutletPC) Sound Card: Asus Xonar DG 24-bit 96 KHz Sound Card ($19.99 @ NCIX US) Wired Network Adapter: TP-Link TG-3468 10/100/1000 Mbps PCI-Express x1 Network Adapter ($11.58 @ Amazon) Wireless Network Adapter: TP-Link TL-WN881ND 802.11b/g/n PCI-Express x1 Wi-Fi Adapter ($18.79 @ OutletPC) Case Fan: Corsair Air Series AF140 Quiet Edition 67.8 CFM 140mm Fan ($17.48 @ OutletPC) Total: $548.54 Prices include shipping, taxes, and discounts when available *Lowest price parts chosen from parametric criteria Generated by PCPartPicker 2016-05-09 07:43 EDT-0400 budget is $500-600 , shoot ideas
  13. what do you mean by VPS Scripts?
×
×
  • Create New...