Jump to content

payton9812

Members
  • Posts

    72
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1758 profile views

payton9812's Achievements

Iron Poster

Iron Poster (3/10)

15

Reputation

  1. How do I implement the api into my scripts? got a snippet to reference?
  2. Stuck on new fresh start worlds prompt https://ibb.co/61cTS2s
  3. I canceled my card, so my paypal stopped working. I now have an outstanding balance of 360 because I had no idea how to cancel this sooner. But I haven't been using this service since well be fore I canceled the card, how can I fix this?
  4. same error as these others guys, I payed for this script last month and loved it. Now its broken ;(
  5. I think I've fixed this, check out the main download for the fix.
  6. Alright I think I've got it. Thank you for trying this script. Please continue your support.
  7. Well I though I had it fixed, give me a moment...
  8. Fixed this with the latest update. Check out the download now, it's much cleaner.
  9. P.S. You must be at the grand exchange for this to work I suppose. It isn't transferable to any location with wheat near a bank unfortunately.
  10. Well either way, I only have experience with c# :P
  11. Took me a day to write it, no experience in java script. It gathers wheat, opens the gate, and puts the wheat into the bank for another account to sell. Update 1: Updated the script, bank bug fixed. No longer spam clicks when collecting wheat. Update 2: Tweaked bank depositing. Fixed stops collecting wheat after a while, and tweaked collection speed. *********** This Program is no longer available as a free demo. ************************** If you wish to purchase this for a measly 1mil, you can just contact me and I'll hook you up. If you have any issues, I'm very active in debugging and fixing your issues. The 1mil price tag will pay for itself in no time. If you like easy scripts that don't need you to do any leveling, use one sketchy guy's wheat gatherer.
  12. I understand now, I can use " pos.equals(myPosition()); " as a bool, which is exactly what I needed. Thank you.
  13. I can't figure out why this is always returning false... private boolean atBankPosition() { Position pos = new Position(3185, 3444, 0); if (myPosition() == pos) return true; else return false; } Any help?
×
×
  • Create New...