AutoRestarter for PokeFarmer menu

User Tag List

Page 7 of 9 FirstFirst ... 3456789 LastLast
Results 91 to 105 of 124
  1. #91
    Miracles's Avatar Member
    Reputation
    2
    Join Date
    Jan 2011
    Posts
    17
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A fix for the "update" on PokeFarmer can be incorporated when the author edits the AHK script.

    AutoRestarter for PokeFarmer
  2. #92
    zenbook's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    68
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah. I am waiting

  3. #93
    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)
    aplication update . please new auto restarter please ??

  4. #94
    ofekpm105's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what its do?
    its solve the pokestop problem?

  5. #95
    sgrichboy's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does the paid version require auto restart every 30 minutes?

  6. #96
    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 zenbook View Post
    Yeah! I am sure the author can fix this easily. Wait now
    Never mind, I'll release a fix myself soon.

    EDIT: Fixed. Here the source code:

    #Persistent
    #SingleInstance

    IfNotExist, config.ini
    {
    content =
    (
    [Settings]
    TimeRestart =
    PokeFarmerPath =
    PTC = 1
    Google = 0
    Delay_Launch_StartBot = 4000
    Delay_StartBot_ChooseAccount = 1500
    Delay_ChooseAccount_PTCGoogle = 1000
    )
    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_StartBot_ChooseAccount, config.ini, Settings, Delay_StartBot_ChooseAccount
    iniRead, Delay_ChooseAccount_PTCGoogle, config.ini, Settings, Delay_ChooseAccount_PTCGoogle


    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%
    Sleep, %Delay_StartBot_ChooseAccount%
    MouseClick, left, 480, 100, 1
    Sleep, %Delay_StartBot_ChooseAccount%
    MouseClick, left, 228, 137, 1
    Sleep, %Delay_StartBot_ChooseAccount%
    MouseClick, left, 183, %coordy%, 1
    Sleep, %Delay_ChooseAccount_PTCGoogle%
    Send, {Space}
    sleep, %TimeRestart%
    IfWinExist, ahk_pid %pid1%
    WinKill, ahk_pid %pid1%
    Sleep, 1000
    }
    return

    ^!e::
    ExitApp
    The thing I added is


    Sleep, %Delay_StartBot_ChooseAccount%
    MouseClick, left, 480, 100, 1

    This clicks on No when it asks for updates.
    If you want me to do an executable, you can ask me. If someone trusts more on the source code directly, just install AutoHotKey and create a script with this code and execute it. it will work aswell.




    EDIT2: Nevermind, it doesn't work because the code is NOT based on Pokefarmer 1.1.1, so it gets stucked when it reaches the Login screen (at least mine bypasses the Update window).
    Last edited by Legnadrak; 08-07-2016 at 05:39 AM.

  7. #97
    Bigmonty69's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2013
    Posts
    58
    Thanks G/R
    15/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pokefarmer - AFK script [AHK] | Hacking District

    If you follow the above guide and edit it yourself it's easy to get it working, even with the auto update message.

    Here is mine edited.

    Code:
    Loop,
    {
    Run, C:\Users\me\Downloads\Pokemon Stuff\PokeFarmer\PokeFarmer.patched.exe // Put in your own path
    Sleep, 3000
    WinWaitActive, Update Available
    MouseClick, left, 446, 100
    Sleep, 1000
    WinWaitActive, Pokefarmer
    MouseClick, left, 235, 130
    Sleep, 20000
    WinWaitActive, Pokefarmer
    MouseClick, left, 191, 83
    Sleep, 1000
    Mouseclick, left, 249, 207
    Sleep, 1800000
    Process,Close, pokefarmer.patched.exe
    }

  8. Thanks Afif (1 members gave Thanks to Bigmonty69 for this useful post)
  9. #98
    vansnowpea's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is a new version of Farmer now , and use this tool, it always choose the Yes for update, but I hope to keep the old version , can you help to modify a version of this Restart? thanks.

  10. #99
    qaqaq32's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Legnadrak View Post
    Never mind, I'll release a fix myself soon.

    EDIT: Fixed. Here the source code:



    The thing I added is


    Sleep, %Delay_StartBot_ChooseAccount%
    MouseClick, left, 480, 100, 1

    This clicks on No when it asks for updates.
    If you want me to do an executable, you can ask me. If someone trusts more on the source code directly, just install AutoHotKey and create a script with this code and execute it. it will work aswell.
    EXE please. Thank you

  11. #100
    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)
    where i can editen new script ?

  12. #101
    zenbook's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    68
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Legnadrak View Post
    Never mind, I'll release a fix myself soon.

    EDIT: Fixed. Here the source code:



    The thing I added is


    Sleep, %Delay_StartBot_ChooseAccount%
    MouseClick, left, 480, 100, 1

    This clicks on No when it asks for updates.
    If you want me to do an executable, you can ask me. If someone trusts more on the source code directly, just install AutoHotKey and create a script with this code and execute it. it will work aswell.




    EDIT2: Nevermind, it doesn't work because the code is NOT based on Pokefarmer 1.1.1, so it gets stucked when it reaches the Login screen (at least mine bypasses the Update window).
    How can you run it? Can you publish an exe?

  13. #102
    lkjfds1's Avatar Master Sergeant
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    133
    Thanks G/R
    35/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bot updated~

  14. #103
    otahman's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lafter you update the crack version be patched and you need to key in the auth key

  15. #104
    zenbook's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    68
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bigmonty69 View Post
    Pokefarmer - AFK script [AHK] | Hacking District

    If you follow the above guide and edit it yourself it's easy to get it working, even with the auto update message.

    Here is mine edited.

    Code:
    Loop,
    {
    Run, C:\Users\me\Downloads\Pokemon Stuff\PokeFarmer\PokeFarmer.patched.exe // Put in your own path
    Sleep, 3000
    WinWaitActive, Update Available
    MouseClick, left, 446, 100
    Sleep, 1000
    WinWaitActive, Pokefarmer
    MouseClick, left, 235, 130
    Sleep, 20000
    WinWaitActive, Pokefarmer
    MouseClick, left, 191, 83
    Sleep, 1000
    Mouseclick, left, 249, 207
    Sleep, 1800000
    Process,Close, pokefarmer.patched.exe
    }
    It doesn't open the patched.exe. It only opens my local file.

  16. #105
    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 Miracles View Post
    A fix for the "update" on PokeFarmer can be incorporated when the author edits the AHK script.
    updated

Page 7 of 9 FirstFirst ... 3456789 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 08:48 AM. 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