Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    Myricalgenie's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    169

    AutoRestarter for PokeFarmer

    v1.1.2 released! Workaround for the update!

    Not my release. Credits to fm365met on a different website.

    NOTICE: If not compliant with MPGH rules please take down post. Just trying to help out fellow PokemonGo l337 hax0rz.

    Re-starter written in AHK!


    How to use:
    1. Login into PokeFarmer once and set it to "Remember my password", close it.
    2. 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 you put it in (if put on desktop, just create a new folder for it).
    3. Open the config.ini with notepad or anything else, put your Pokefarmer.exe Path (e.g. C:\Users\LindaLovelace\Desktop\PokeFarmer\PokeFarm er.patched.exe) , the time you want to restart in milliseconds, and the account type (google or ptc) save and close.
    4. Run the Re-starter again, it will login and restart automatically.

    Template for settings:

    Code:
    [Settings]
    TimeRestart = 1500000
    PokeFarmerPath = C:\Pokemon Go\PokeFarmer\PokeFarmer.patched.exe
    PTC = 1
    Google = 0
    Template for settings for v1.1 (Includes timing delay):
    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

    NOTE: Time restart is in milliseconds, so I would use 25 mins because PokeFarmer stops after that time.


    I DO NOT TAKE ANY CREDIT FOR THIS RELEASE. ALL RIGHTS TO fm365met !!!!

    Original 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%
    	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
    KNOWN ISSUES:
    a. The default setting uses ptc. If you use google, set ptc=0 and google =1
    b. If it doesn't click in the PTC/Google screen, it might be because of the delay between actions are too short. Increase delay between actions such as 500 milliseconds to correct issue.

    UPDATES:
    v1.0 = Original release

    v1.1 = Original release + ability to set a delay for each step

    v1.1.1 = fix not clicking on PTC/Google screen

    v1.1.2 = Fix for autoupdating on Pokefarmer



    Virus Scan v1.0:
    https://www.virustotal.com/en/file/1...is/1470564500/
    https://www.metadefender.com/#!/resu...xtracted/files

    Virus Scan v1.1
    https://www.virustotal.com/en/file/1...is/1470564756/
    https://www.metadefender.com/#!/resu...xtracted/files

    Virus Scan v1.1.1
    https://www.metadefender.com/#!/resu...xtracted/files
    https://www.virustotal.com/en/file/c...is/1470564851/

    Virus Scan v1.1.2
    https://www.metadefender.com/#!/resu...xtracted/files
    https://www.virustotal.com/en/file/d...is/1470609214/

    Detects two possible viruses. They are most likely false-positives. I am running this app currently and have also scanned it with AVG and it reads safe.
    Last edited by Takatsuki; 08-12-2016 at 11:58 AM. Reason: New updates

  2. The Following 167 Users Say Thank You to Myricalgenie For This Useful Post:

    -Sommo- (08-07-2016),12101999 (08-08-2016),123456789scott (08-07-2016),2klvl (08-16-2016),abeijatz92 (08-07-2016),alesakuragi (08-07-2016),aljenie (08-07-2016),ALKALINEPILLS (08-08-2016),ameliandhika (08-08-2016),AngusHK2013 (08-07-2016),arerak (08-07-2016),artur19955 (08-10-2016),atomfred (08-09-2016),Audrela (08-07-2016),aznhuy20 (08-07-2016),babuxx (08-07-2016),baog39 (08-07-2016),bdblucas (08-11-2016),boarulez (08-08-2016),BOT168168 (08-07-2016),boyfile (08-07-2016),brunoskywasosky (08-09-2016),buduncar (08-09-2016),Caesarious (08-07-2016),cakenub (08-07-2016),caocaocao (08-07-2016),Carnifex66 (08-07-2016),Chakall84 (08-07-2016),Charbl2_PissyModBoogaloo (08-07-2016),ckenneth (08-07-2016),CowardAgent (08-07-2016),cStes (08-08-2016),cyberkurajber (08-07-2016),dagorgo2 (08-11-2016),dbswnschl (08-07-2016),deadlywario (04-09-2017),Dedet78 (08-08-2016),derfey (08-07-2016),derlick (08-07-2016),dgreenhalgh (08-08-2016),dickysukardi (08-11-2016),doker120 (08-08-2016),doomhacker (08-07-2016),Down110 (08-07-2016),dretoks (08-07-2016),dridre (08-07-2016),edwardtear (08-07-2016),elangyue (08-07-2016),engage23 (08-07-2016),eragondennis (08-09-2016),ErvingLoh (08-09-2016),Expik090601 (08-07-2016),fireplush (08-07-2016),gariel123 (08-08-2016),gasherd (08-07-2016),ggwpty (08-09-2016),godhunter11 (08-07-2016),gsus627 (08-13-2016),guyscalz (08-07-2016),higorbruto (08-07-2016),Holly_Deluxe (08-07-2016),iFennu (08-07-2016),imonsterdores (08-07-2016),iseng2aja (08-10-2016),j1014 (08-09-2016),Jank.little (08-10-2016),Jayk17 (08-07-2016),Jckz (08-07-2016),jdp056 (08-07-2016),jian2345 (08-07-2016),jianwin96 (08-08-2016),jizzusfgbr (08-07-2016),jmarguelles07 (08-07-2016),jokruz (08-07-2016),jorker100 (08-08-2016),jospownz (08-07-2016),kalnitez (08-07-2016),karakazz (08-07-2016),kay54068 (08-07-2016),khunnongtik (08-08-2016),killaman9244 (08-07-2016),kitbulus (08-09-2016),koko500 (08-07-2016),KrisKalwij (08-08-2016),Kronos85 (08-08-2016),krushna2054 (08-07-2016),kserdark (08-07-2016),l2ound (08-07-2016),leygrim (08-07-2016),limsosrock (08-08-2016),linyanglei33 (08-08-2016),LittleCandy (08-13-2016),loadinghero (08-12-2016),loop123789456 (08-07-2016),Lowst (08-09-2016),magneswg (08-07-2016),melowgie (08-07-2016),Michar0 (08-18-2016),mimilovemy (08-07-2016),Mlcrafting (08-07-2016),mosx (08-07-2016),MrKibbles (08-09-2016),mrlala86 (08-08-2016),mrmanwas (08-07-2016),Muskfetta (08-11-2016),Nanatim (08-07-2016),niklhp (08-11-2016),NO SORA (08-08-2016),NobiQ (08-07-2016),nukerz (08-07-2016),n_n4m (08-08-2016),oliwwere (08-07-2016),oreezy (08-07-2016),Osse94 (08-07-2016),palahammer (08-07-2016),patrik3270 (08-07-2016),peewpeew (08-08-2016),pelusin54 (08-08-2016),PokemonUser (08-07-2016),PokeUser01 (08-09-2016),Pres123 (08-08-2016),proreptile (08-07-2016),qchinhhd (08-14-2016),qmjx (08-07-2016),r1cca (08-07-2016),rawlfh (08-07-2016),RhymeSymph (08-07-2016),rikibo (08-09-2016),robednarczuk (08-07-2016),rockclimber36 (08-08-2016),RoidRager27 (08-07-2016),rubenhamakersdelft (08-07-2016),ruggermuffin96 (08-07-2016),ryz8187 (08-07-2016),samurainop (08-08-2016),ShadowBlade299 (08-07-2016),Shrekman (08-07-2016),SILENC_HD (08-07-2016),sinatra_shinoda (08-11-2016),souls061016 (08-11-2016),stantse (08-07-2016),supermarioo666 (08-07-2016),svanderb (08-07-2016),sydemon1 (08-07-2016),sykraeus (08-08-2016),tarrzz (08-07-2016),terabyte211 (09-15-2016),thebas19 (08-07-2016),TheCrimsonFuckr (08-08-2016),threeballs (08-13-2016),tikbalang4tw (08-07-2016),toom2000 (08-08-2016),tuésgay (08-09-2016),uhWizz (08-07-2016),UkxReaperx (08-07-2016),unspeaking2 (08-07-2016),Uqinue888 (08-07-2016),VaderDarkside (08-07-2016),vaginaschmatzer (08-08-2016),valuebrb (08-07-2016),wiktorekk2 (08-07-2016),Wix123 (08-10-2016),xfireroad (08-07-2016),yenilmez86 (08-07-2016),Yohinar (08-09-2016),yoshis (08-08-2016),zuuggo (08-07-2016)

  3. #2
    itzkaydo's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    them 2 false positives :3

  4. #3
    kennyk16's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    113
    Reputation
    10
    Thanks
    8
    The path in config.ini, is it PokeFarmer.exe? Not PokeFarmer.patched.exe?

  5. #4
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,288
    Reputation
    435
    Thanks
    3,721
    My Mood
    Doh
    Quote Originally Posted by itzkaydo View Post
    them 2 false positives :3
    its because its an AutoHotkey exe. They always make virus scanners go nuts even when they're clean

    commando: You're probably the best non-coder coder I know LOL


  6. #5
    evanthinh's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    SRMTHFG
    Posts
    53
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    ****** link isn't allowed

  7. #6
    SylosisViempyreal's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    dont download just got a rat

  8. #7
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,288
    Reputation
    435
    Thanks
    3,721
    My Mood
    Doh
    Quote Originally Posted by SylosisViempyreal View Post
    dont download just got a rat
    You're an idiot. Its not even approved here yet. You can't download it at the moment unless you're part of staff. shove off

    commando: You're probably the best non-coder coder I know LOL


  9. #8
    Myricalgenie's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    169
    Quote Originally Posted by kennyk16 View Post
    The path in config.ini, is it PokeFarmer.exe? Not PokeFarmer.patched.exe?
    Correct. Use Pokefarmer.patched.exe as the path. You can edit the config.ini.

  10. #9
    itzkaydo's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by evanthinh View Post
    ****** link isn't allowed
    quit trying to be a staff kid, and quit with your efforts in getting more posts, your the one special kind of leecher aint u?

  11. #10
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,288
    Reputation
    435
    Thanks
    3,721
    My Mood
    Doh
    for those worried about a virus. The original Creator has posted the AHK script
    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
    all credits to FM365Met

    commando: You're probably the best non-coder coder I know LOL


  12. #11
    alesakuragi's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    Japan
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    good job.lets tray

  13. #12
    tarrzz's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    sorry.
    Where file edit?

  14. #13
    doomhacker's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    Kinda noob here, can someone explain why is this needed? Does pokefarmer crush a lot and needs this to re login?

  15. #14
    4SGlaxy's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    This is fix for

    [15:06:22] Session expired. Relogging.
    [15:06:24] Session expired. Relogging.
    [15:06:27] Session expired. Relogging.
    [15:06:29] Session expired. Relogging.
    [15:06:32] Session expired. Relogging.
    [15:06:34] Session expired. Relogging.
    [15:06:36] Session expired. Relogging.
    [15:06:39] Session expired. Relogging.
    [15:06:41] Session expired. Relogging.
    [15:06:43] Session expired. Relogging.
    [15:06:46] Session expired. Relogging.
    [15:06:48] Session expired. Relogging.
    [15:06:50] Session expired. Relogging.
    [15:06:52] Session expired. Relogging.

    ?

  16. #15
    BOT168168's Avatar
    Join Date
    Aug 2016
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    0
    dont download just got a rat

Page 1 of 3 123 LastLast

Similar Threads

  1. Hacks for mmorpg?
    By suppaman in forum General Game Hacking
    Replies: 6
    Last Post: 10-17-2010, 11:04 AM
  2. cheat for gunz
    By suppaman in forum Gunz General
    Replies: 27
    Last Post: 02-07-2006, 07:34 PM
  3. Connection About for Annomalation in Game
    By asdasd in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-30-2005, 08:17 PM
  4. Looking for hacks
    By Worcha in forum General Game Hacking
    Replies: 0
    Last Post: 12-29-2005, 03:21 PM
  5. Too Ownage For Words.
    By Flawless in forum Art & Graphic Design
    Replies: 8
    Last Post: 12-28-2005, 04:55 PM