Page 30 of 74 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 738

Thread: [UNSUPPORTED] NeoQuester! - Fully Automated Neoquest 1 Completer

  1. #291

    Joined
    Nov 2014
    Posts
    13
    Userbars
    0
    Thanks
    1
    Thanked
    0/0
    DL/UL
    26/0
    Mentioned
    15 times
    Time Online
    9h 19m
    Avg. Time Online
    N/A
    I accidentally closed the box and when i reopened it, it's stuck on the "logged in as - username" cmnd. Nothing seems to be happening now. :-\

    Edit: Nvm, I deleted the account's save log and just started over.
    Last edited by Bathus2; 11-09-2014 at 01:49 AM.

  2. #292

    Joined
    Nov 2014
    Posts
    16
    Userbars
    0
    Thanks
    1
    Thanked
    3/3
    DL/UL
    6/0
    Mentioned
    8 times
    Time Online
    2d 1h 15m
    Avg. Time Online
    N/A
    Checking it now, Thanks

  3. #293

    Joined
    Jun 2014
    Posts
    95
    Userbars
    2
    Thanks
    8
    Thanked
    3/3
    DL/UL
    12/0
    Mentioned
    17 times
    Time Online
    1d 12h 52m
    Avg. Time Online
    N/A
    Quote Originally Posted by Six View Post
    This is an awesome program, but it crashed for me and when I got around to restart it from the right stage I stupidly messed up and wrote the wrong stage number. Now it doesn't work, it just says I logged in but nothing happens. How can I reset it back to the first stage?

    Edit: Nevermind, I got it to work!
    For anyone who punched in the wrong stage number, you can go to the user file in your saves folder (saves> username) and change the stage number (the top number) to the correct one
    since it looks like methrend has left, you may contact me if you have questions and I'll do my best to help.

    ---------- Post added at 03:01 PM ---------- Previous post was at 02:57 PM ----------

    Quote Originally Posted by Bathus2 View Post
    I accidentally closed the box and when i reopened it, it's stuck on the "logged in as - username" cmnd. Nothing seems to be happening now. :-\

    Edit: Nvm, I deleted the account's save log and just started over.
    this might happen right after a fight- if you go to the game on neopets, and it's on the end battle page (which shows you what you won and exp points from that battle), clicking on the
    'return to map' button should solve the problem and the bot will automatically continue.

  4. #294
    reestoquer's Avatar
    Joined
    Nov 2012
    Posts
    198
    Userbars
    2
    Thanks
    37
    Thanked
    27/16
    DL/UL
    14/0
    Mentioned
    38 times
    Time Online
    12d 10h 30m
    Avg. Time Online
    4m
    It is safe for me to use just to get the trophy in my main?

    How long I leave it active by day, to get safely trophy?
    [-SEEKING/BUYING-] UC'S AND BD'S - PAYMENT WITH NEOPOINTS LEGIT - MAIL ME YOUR PET AND YOUR PRICE


    SELLING NEOPOINTS - IF YOU NEED NEOPOINTS - PM ME - SECURE NEOPOINTS

    [GUIDE] (you need an account to see links)
    [GUIDE] (you need an account to see links)

  5. #295

    Joined
    Jun 2014
    Posts
    95
    Userbars
    2
    Thanks
    8
    Thanked
    3/3
    DL/UL
    12/0
    Mentioned
    17 times
    Time Online
    1d 12h 52m
    Avg. Time Online
    N/A
    Quote Originally Posted by reestoquer View Post
    It is safe for me to use just to get the trophy in my main?

    How long I leave it active by day, to get safely trophy?
    It is safe to use it to get trophies, both on your main and side accounts.
    in order for it to remain safe, I wouldn't recommend using this program for more than 12 hours a day, continuously or with breaks in between, in order not to arise suspicion if anyone is keeping track. 12 hours is simply a precaution.
    However, it should be noted that several people have left the program running for even longer periods of time and they weren't caught or given warnings by TNT.

  6. #296

    Joined
    Jun 2013
    Posts
    3
    Userbars
    0
    Thanks
    1
    Thanked
    0/0
    DL/UL
    15/0
    Mentioned
    Never
    Time Online
    5h 47m
    Avg. Time Online
    N/A
    logMsg('Starting Neoquest Player')

    if neouser == "":
    logMsg('No Username, Exiting')
    sys.exit()

    if neopass == "":
    logMsg('No Password, Exiting')
    sys.exit()

    if proxy == "":
    acc = NeoAccount(neouser, neopass)
    else:
    acc = NeoAccount(neouser, neopass, proxy)

    login_return = acc.login()
    if login_return[0] == False:
    logMsg("Login failed - " + login_return[1] + " - Exiting")
    sys.exit()
    else:
    logMsg("Logged in as - " + acc.user)

    myGame = NQLoop(acc, difficulty)

    isRunning = 1
    while isRunning == 1:
    try:
    myGame.doLoop()
    except KeyboardInterrupt:
    logMsg("\n--------------------")
    logMsg("Interrupted, Saving game then exiting")
    logMsg("---------------------")
    myGame.saveAcc()
    sys.exit()
    I'm using a Mac, please help! Q_Q

  7. #297
    Water's Avatar
    Joined
    Nov 2012
    Posts
    792
    Userbars
    12
    Thanks
    474
    Thanked
    452/210
    DL/UL
    158/9
    Mentioned
    217 times
    Time Online
    54d 9h 37m
    Avg. Time Online
    18m
    Quote Originally Posted by Plueschi View Post
    I'm using a Mac, please help! Q_Q
    Open this in python 2.7, then Run > Run Module

  8. The Following User Says Thank You to Water For This Useful Post:

    Plueschi (12-21-2014)

  9. #298

    Joined
    Jun 2013
    Posts
    3
    Userbars
    0
    Thanks
    1
    Thanked
    0/0
    DL/UL
    15/0
    Mentioned
    Never
    Time Online
    5h 47m
    Avg. Time Online
    N/A
    Quote Originally Posted by Water View Post
    Open this in python 2.7, then Run > Run Module
    When I run client.py with python Terminal opens, what next?
    Sorry for being such an idiot.

  10. #299
    Water's Avatar
    Joined
    Nov 2012
    Posts
    792
    Userbars
    12
    Thanks
    474
    Thanked
    452/210
    DL/UL
    158/9
    Mentioned
    217 times
    Time Online
    54d 9h 37m
    Avg. Time Online
    18m
    Quote Originally Posted by Plueschi View Post
    When I run client.py with python Terminal opens, what next?
    Sorry for being such an idiot.
    Terminal should prompt you for your username and password

  11. #300

    Joined
    Jun 2013
    Posts
    3
    Userbars
    0
    Thanks
    1
    Thanked
    0/0
    DL/UL
    15/0
    Mentioned
    Never
    Time Online
    5h 47m
    Avg. Time Online
    N/A
    Quote Originally Posted by Water View Post
    Terminal should prompt you for your username and password

    It says logged in as [Username] but then nothing is happening.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •