AutoRestarter for PokeFarmer menu

Shout-Out

User Tag List

Page 4 of 9 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 124
  1. #46
    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 TechXPlays View Post
    hope you don't mind i threw this up on my Youtube channel. Linked back to your posts, put your username in the title.
    sure thing, i love your channel

    AutoRestarter for PokeFarmer
  2. #47
    SCORPION1's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AutoRestarter for PokeFarmer-capture-png
    WHAT IS IT MEAN? thank

  3. #48
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was just trying to help with he virus scan.. this will be my last
    Last edited by rowxs; 08-07-2016 at 04:09 AM.

  4. #49
    ClubberLlang's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    30
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if anyone here need the auth/licence key...... here it is, thank me later.

    p.s, it worked for me so should for you.

    TH3AL3XCRACKED

  5. #50
    Xylas's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rowxs View Post
    I was just trying to help with he virus scan.. this will be my last
    I did scan it myself and I didn't pick up anything. Thanks for your concern for the community, but I think those were just 2 unlucky false positives

  6. #51
    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 SCORPION1 View Post
    AutoRestarter for PokeFarmer-capture-png
    WHAT IS IT MEAN? thank
    you need to put the "correct" .exe path to the config.ini file

  7. #52
    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)
    Someone just logged in to my Bank account and my Pokemon acct isn't working bc password is incorrect. FK!

  8. #53
    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 zenbook View Post
    Someone just logged in to my Bank account and my Pokemon acct isn't working bc password is incorrect. FK!

  9. #54
    kryokan's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    33
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fm365met View Post
    - Information:
    A simple restarter written with ahk.

    exe made by ahk can be easily reversed back to .ahk file for those who worried about virus, you don't even have to download my compiled exe if you know ahk

    - Edit:
    GMT+10 18:38pm from the feedback it can be used for multiple instance.
    GMT+10 18:58pm Update a new version that can configure delay between each action.

    - How to use:
    a. login the pokefarmer once and set it to "Remember my password", close it.
    b. download the exe file from the link and run. the first time you run, it will create a config.ini file in the same folder where you put the restarter
    c. open the config.ini with notepad or anything else, put your Pokefarmer.exe Path, time you want to restart in millisecond, and the account type. save and close.
    d. run the restarter again, it will login and restart automatically.


    - Download link:
    v 1.0 Working
    https://mega.nz/#!vQ0TBLYA!_9RjUsXQr...mYARqj3qqHF4AU

    v 1.1 for those who want to set delay for each step
    https://mega.nz/#!fF80yA6I!e8iBpdngO...QMvk8dcf1sFdSw

    For those who want to review the code here is the link:
    https://github.com/icdance/pkmngoanj...starter_farmer


    here is a template how to fill the config.ini
    v1.0
    Code:
    [Settings]
    TimeRestart = 1500000 
    PokeFarmerPath = D:\Pokemon Go\PokeFarmer\PokeFarmer.exe
    PTC = 1
    Google = 0
    v1.1
    Code:
    [Settings]
    TimeRestart = 20000
    PokeFarmerPath =D:\Pokemon Go\PokeFarmer_v1.0.82\PokeFarmer\PokeFarmer.patched.exe
    PTC = 1
    Google = 0
    Delay_Launch_StartBot = 4000
    Delay_StartBot_ChooseAccount = 1500
    Delay_ChooseAccount_PTCGoogle = 1000
    - Issues:
    a. the default is using ptc. if you use google. set ptc=0 and google =1
    b. if it doesn't click in the PTC/Google screen, it might cause the delay between actions are too short. here is another version with 500ms delay between actions. see if it can resolve the problem.
    https://mega.nz/#!TRMCVTQQ!WLTRszIMf...UqIsFm0StAjGxI

    AHK Code
    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%
    	MouseClick, left, 228, 137, 1
    	Sleep, %Delay_StartBot_ChooseAccount%
    	WinActivate, Pokefarmer
    	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
    hi, thanks for your works! but it seem the mouse coordinate not correct with my resolution (1920 x 1080)
    is it possible to put the mouse coordinate to config.ini?

  10. #55
    shine963's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unable to download from mega

  11. #56
    SCORPION1's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AutoRestarter for PokeFarmer-capture-png

    why don't run? please!!!

  12. #57
    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 kryokan View Post
    hi, thanks for your works! but it seem the mouse coordinate not correct with my resolution (1920 x 1080)
    is it possible to put the mouse coordinate to config.ini?
    its not about resolution. it would be helpful if you attach a screenshot of your pokefamer shows where is the StartBot button is

  13. #58
    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 SCORPION1 View Post
    AutoRestarter for PokeFarmer-capture-png

    why don't run? please!!!
    you need open the config.ini file to put your .exe file path. See my post there is a template

  14. #59
    mrlaibi's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    49
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it doesn't click in the PTC/Google screen Pls help me

  15. #60
    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 mrlaibi View Post
    it doesn't click in the PTC/Google screen Pls help me
    https://mega.nz/#!fI8iVZ6T!8dUzmGJks...SJsxhetb29QRqg
    try this and please feedback

Page 4 of 9 FirstFirst 12345678 ... 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:52 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