Jump to content

Dqtreats

Members
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Dqtreats's Achievements

Bronze Poster

Bronze Poster (2/10)

4

Reputation

  1. I've been looking for an account creator I'll def check this dude out.
  2. Got it all figured out! Thanks guys
  3. Found one! Works, but won't click on the "CLICK HERE TO PLAY" button so close!
  4. I could try. I'd hate for people to think that I'm trying to steal information if I decided to release it to the public.
  5. EDIT: Found an event login from a couple years ago, outdated but it halfway worked. Got it working! Thanks for those who helped! So I am trying to make a script that will allow me to log in for 30 seconds, grab a couple things, log out, and wait for 30 minutes for the items to refresh and then repeat. However I can't use a Break Handler because how long I stay logged in couple vary from time to time, depending on how far I am from my location. Unless I am able to call on the Break Handler to activate whenever I do a logoutTab.logOut(); command, then I am out of luck on a break handler. Example below. public int onLoop() throws InterruptedException { if (myPlayer().getPosition() != Lumbridge) { getWalking().webWalk(Lumbridge); } if (!getInventory().contains("Air Rune")) { groundItems.closestThatContains("Air Rune").interact("Take"); } if (getInventory().contains("Air Rune")) { log("Logging out for 30-45 minutes for runes to refresh."); logoutTab.logOut(); sleep(random(1_800_000, 2_400_000)); //Sit on logout screen for 30-45 minutes before Auto Login handler kicks in. } return 100; }
  6. At this time, if you are unable to get it to work on mirror, try stealth! Seemed to fix my issue. Plan on keeping it now. Great support!
  7. The new version with the fix on it is 0.28 which looks like it was updated today! I'll start running it now and test it out! Mirror mode works great for me, so I hope brofield is able to get it to work for him. EDIT... It broke in the first 30 seconds. https://ibb.co/5hDHJgf
  8. Love the support man! I'm sorry I wasn't able to get into on Discord, I'm currently at work. I'll pull it up and see if it's been updated on the SDN. I've updated my request for a refund post saying that you are trying to fix the issue first. If it fixes it, I will gladly keep it! EDIT: What version was pushed? Was it higher than 0.27? I guess that's still the version on SDN and it's not fixed. Are we waiting for an SDN update? EDIT 2: Nevermind, I'm on your website and see the 0.28 version on there.
  9. May I get a refund? This script, even with the placeholders off, it is messing up. Still throws random items into new tabs and disorganizes it. It was almost done for the first time but it threw 3 herbs into 3 different tabs. More of a headache than anything.
  10. I think the mouse moves a little to quickly. It messes up and drops items in other tabs on accident, causing it to mess up, and I've had to restart it several times now. I'm really trying to get it to work by changing reaction times and whatnot but so far it's not working. It's putting runes with weapons, darts with armor, and sits and waits because it needs more tabs. https://ibb.co/jMbWV6m
  11. Dqtreats

    Stealth Quester

    Thanks so much! I guess it thinks Rune Mysteries needs 1 salmon lol xD
  12. Dqtreats

    Stealth Quester

    So far I like this script! However I does get confusing. Whenever I try to run multiple quests ex: Romeo and Juliet & Rune Mysteries.... Neither one of them require food, however it's trying to force me to buy Salmon. I am on and Iron Man and whenever it does it's log it says "IRON MAN = FALSE" whenever it should be true.
  13. Price for Acc 2? Sorry, seen that you're looking for a price, not selling. Just seen this post in the feed.
×
×
  • Create New...