AutoRestarter for PokeFarmer menu

Shout-Out

User Tag List

Page 8 of 9 FirstFirst ... 456789 LastLast
Results 106 to 120 of 124
  1. #106
    fm365met's Avatar Master Sergeant
    Reputation
    67
    Join Date
    Jul 2016
    Posts
    83
    Thanks G/R
    5/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zenbook View Post
    After auto restart the game asks me to update newer version of autofarm. It causes the auto restarter to stop. How can I fix that?
    updated v1.1.2

    AutoRestarter for PokeFarmer
  2. #107
    Legnadrak's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working. It has the issue about stucking at login screen.

  3. #108
    Roberto2397's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  4. #109
    fm365met's Avatar Master Sergeant
    Reputation
    67
    Join Date
    Jul 2016
    Posts
    83
    Thanks G/R
    5/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Roberto2397 View Post
    You need put your Exe file path in the config file

  5. #110
    cyber.data's Avatar Corporal
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    done .. work bro !!!

  6. #111
    Legnadrak's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay guys, I fixed the autorestarter and also amplified it's configuration file. Some images here:

    AutoRestarter for PokeFarmer-07_13-16-17-jpg

    This is the code of the bot (thanks Bigmonty69 for some coords issues I had):

    #Persistent
    #SingleInstance

    IfNotExist, config.ini
    {
    content =
    (
    [Settings]

    #Time for closing and opening the bot (ms)
    TimeRestart = 1800000

    #Complete route of the executable Pokefarmer
    PokeFarmerPath =

    #Are you using PTC or Google? Leave 1 in the one you use, and 0 in the one you don't.
    PTC = 1
    Google = 0

    #Waiting time after opening the executable (ms)
    Delay_Launch_StartBot = 4000

    #Waiting time between the bot presses on Login, and the login screen appears (ms)
    Delay_Opening_Login_Screen = 12000
    )
    FileAppend, %content%, config.ini
    ExitApp
    }

    iniRead, TimeRestart, config.ini, Settings, TimeRestart
    iniRead, PokeFarmerPath, config.ini, Settings, PokeFarmerPath
    iniRead, ptc, config.ini, Settings, PTC
    iniRead, google, config.ini, Settings, Google
    iniRead, Delay_Launch_StartBot, config.ini, Settings, Delay_Launch_StartBot
    iniRead, Delay_Opening_Login_Screen, config.ini, Settings, Delay_Opening_Login_Screen


    if ptc = 1
    coordy := 56
    else
    coordy := 86


    Loop
    {
    TrayTip, Starting Service..., Pokefarmer
    Run,%PokeFarmerPath%,,,pid1
    sleep,%Delay_Launch_StartBot%
    IfWinNotActive, ahk_pid %pid1%
    WinActivate, ahk_pid %pid1%
    WinWaitActive,ahk_pid %pid1%
    WinWaitActive, Update Available
    MouseClick, left, 446, 100
    Sleep, 1000
    WinWaitActive, Pokefarmer
    MouseClick, left, 235, 130
    Sleep, %Delay_Opening_Login_Screen%
    WinWaitActive, Pokefarmer
    MouseClick, left, 191, 83
    Sleep, 1000
    Mouseclick, left, 249, 207
    sleep, %TimeRestart%
    IfWinExist, ahk_pid %pid1%
    WinKill, ahk_pid %pid1%
    Sleep, 1000
    }
    return

    ^!e::
    ExitApp
    And finally:

    Download the script file here (you need AHK in order to execute it).
    Download the executable here.

  7. Thanks fm365met (1 members gave Thanks to Legnadrak for this useful post)
  8. #112
    Roberto2397's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update it and rename old file back to .exe and since they fixed session timeout it shouldnt log out now.. Crack works for newest update https://gyazo.com/4f87efebb21e7bf47cdb3d0232925dc1 https://gyazo.com/dc9fbfb2751a769ca202b4e0b268eb5b
    Update bot and then click no to update because it thinks its still 1.0.82 but its updated and shouldnt kick you out anymore so you just need to open it once

    @fm365met


    if this helped click thanks

  9. Thanks Legnadrak, fm365met (2 members gave Thanks to Roberto2397 for this useful post)
  10. #113
    Legnadrak's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Roberto2397 View Post
    Update it and rename old file back to .exe and since they fixed session timeout it shouldnt log out now.. Crack works for newest update https://gyazo.com/4f87efebb21e7bf47cdb3d0232925dc1 https://gyazo.com/dc9fbfb2751a769ca202b4e0b268eb5b
    Update bot and then click no to update because it thinks its still 1.0.82 but its updated and shouldnt kick you out anymore so you just need to open it once

    @fm365met


    if this helped click thanks
    I'll check it. If the bot doesn't stops at 30 mins mark, then it's good, but I would backup with a restarter just in case (at least at 1 hour or something like that).

  11. #114
    Roberto2397's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Legnadrak View Post
    I'll check it. If the bot doesn't stops at 30 mins mark, then it's good, but I would backup with a restarter just in case (at least at 1 hour or something like that).
    yeah i agree with you gotta check back in 30 minutes. Just making assumption because even tho the bottom right corner says 1.0.82 when it's checking for version on the log it says that it is currently 1.0.83 so its weird and on the pokefarm website they said they fixed the session timeout problem


    edit: i was wrong its not working my bad it didnt update as i thought it had when it says current version 1.0.83 its bc thats the current version not the one that you have
    Last edited by Roberto2397; 08-07-2016 at 06:51 AM.

  12. #115
    Legnadrak's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ****, it hit the 30m mark and it blocked again.

    AutoRestarter for PokeFarmer-07_13-57-11-jpg

    Anyway, I got an idea for fixing the logging thing on the bot: renaming the main title window, so the bot detects when the login window appears :P



    EDIT: Updated my own Restarter. It now checks if the login screen has loaded, and then performs the login procedure (doesn't wait random time until it opens, it actually acts when the window opens).
    I also added some log actions to the system tray, so you know what is the bot doing, and WHICH one is acting (incase you have multiple instances like me).
    AutoRestarter for PokeFarmer-07_14-01-29-jpg

    New config file is LegnaxConfig.ini (you can keep my restarter or fm365met's restarter. They won't mess one each other).


    Download the script file here (you need AHK in order to execute it).
    Download the executable here.


    Please let me know if you have any issue with it. The author of this post can use and upload my script if he wants, and also modify it if he feels like it. It's his work after all :P
    Last edited by Legnadrak; 08-07-2016 at 07:12 AM.

  13. Thanks Roberto2397 (1 members gave Thanks to Legnadrak for this useful post)
  14. #116
    cyber.data's Avatar Corporal
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Legnadrak View Post
    ****, it hit the 30m mark and it blocked again.

    AutoRestarter for PokeFarmer-07_13-57-11-jpg

    Anyway, I got an idea for fixing the logging thing on the bot: renaming the main title window, so the bot detects when the login window appears :P
    use restarter farmer la bro

  15. #117
    Legnadrak's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cyber.data View Post
    use restarter farmer la bro
    If you read my last comment, I putted that because I was checking what Roberto said on his last message:

    "yeah i agree with you gotta check back in 30 minutes. Just making assumption because even tho the bottom right corner says 1.0.82 when it's checking for version on the log it says that it is currently 1.0.83 so its weird and on the pokefarm website they said they fixed the session timeout problem"

    It's not fixed, and that's why I released my restarter version that works pretty good.

    Already testing with 8 simultaneous bots, 8 restarters opened at the same time, with a delay of 1 minute between one and another. Already restarted all bots 2 times without stucking or messing one over another.

  16. #118
    r1s3n0n3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I started the auto Restarter, but the tool only opened my folder and did nothing after that, help please, thank you

  17. #119
    fm365met's Avatar Master Sergeant
    Reputation
    67
    Join Date
    Jul 2016
    Posts
    83
    Thanks G/R
    5/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by r1s3n0n3 View Post
    I started the auto Restarter, but the tool only opened my folder and did nothing after that, help please, thank you
    you need the set the path in the config.ini file.
    if is end with .exe
    like the one showing in the templete

  18. Thanks r1s3n0n3 (1 members gave Thanks to fm365met for this useful post)
  19. #120
    r1s3n0n3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my cursor stucked between Google and PTC login, how do you fix it? thank you in advance

Page 8 of 9 FirstFirst ... 456789 LastLast

Similar Threads

  1. [Bot] PokeFarmer for Android
    By Schatje in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 08-16-2016, 04:12 AM
  2. [Bot] Request for auto restarter for PokeFarmer
    By rowxs in forum Pokemon GO Hacks|Cheats
    Replies: 17
    Last Post: 08-07-2016, 07:06 AM
All times are GMT -5. The time now is 01:50 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search