-
Member
I've installed the .NET 3.5 Framework Developer and have enabled .NET in windows programs and features on windows 10 but it still says "Install .NET Framework 3.5" when trying to start the program.
-
Member
Great work mate, any chance to support things like 8787 build etc?
-
Originally Posted by
Ezigon
Hey Chancity, great job on the program but I have one issue and a couple of suggestions to make
Issue: Necro's bot has been modified and is now PokeMobBot and I believe your program does not support it because when I tried to input my account credentials there would be no values in the settings boxes when adding a Necrobot.
Attachment 32821
Suggestions:
-I hate having the program extract spegeli, necro, and haxton automatically without my permission. It would be nice to have an option to refuse it.
-A feature where accounts and their credentials can be saved for easier setup rather than inputting the information every time would be great.
Other than that keep up the great work!
Are you getting any errors? The other two suggestions are already implemented.
Sent from my iPhone using Tapatalk
-
Originally Posted by
Narcotichobo
I've installed the .NET 3.5 Framework Developer and have enabled .NET in windows programs and features on windows 10 but it still says "Install .NET Framework 3.5" when trying to start the program.
Is your computer language set to English?
Sent from my iPhone using Tapatalk
-
Originally Posted by
jimmyleet
Great work mate, any chance to support things like 8787 build etc?
It already does, just copy the configs before adding instances.
Sent from my iPhone using Tapatalk
-
Post Thanks / Like - 1 Thanks
Narcotichobo (1 members gave Thanks to chancity for this useful post)
-
Member
Yes it is, I've also checked the registry and .NET 3.5 has the correct value as installed. I've also run a .NET verification tool and it stated v3.5 is installed correctly.
I'm on Windows 10 Pro x64 English.
-
Originally Posted by
Narcotichobo
Yes it is, I've also checked the registry and .NET 3.5 has the correct value as installed. I've also run a .NET verification tool and it stated v3.5 is installed correctly.
I'm on Windows 10 Pro x64 English.
Try running the NecroBot manually and then opening the bot manager, decline the update by pressing No, and then add a NecroBot
Sent from my iPhone using Tapatalk
-
Member
I can run necrobot no problem. It still asks me to install .NET v3.5 when i run botmanager though.
-
Member
Asking me to install this
https://gyazo.com/cbeaaaeaa19c7144464a966f69d753d7
I already instaled it
still asking
-
Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)
Originally Posted by
Narcotichobo
I can run necrobot no problem. It still asks me to install .NET v3.5 when i run botmanager though.
Code:
If Not Directory.Exists("C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5") Then
MsgBox("Install .NETFramework v3.5")
End
ElseIf Not Directory.Exists("C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0")
MsgBox("Install .NETFramework v4.0")
End
ElseIf Not Directory.Exists("C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5")
MsgBox("Install .NETFramework v4.5")
End
ElseIf Not Directory.Exists("C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2")
MsgBox("Install .NETFramework v4.5.2")
It's hard coded in English. And you must have the framework SDKs installed in order to compile using MSBuild (the bot manager). As an alternative you can manually compile and then run the bot manager.
You may have the framework installed but not the software developer kit installed.
Sent from my iPhone using Tapatalk
-
Member
Already install . net framework 3.5 developers kit at https://www.microsoft.com/en-us/down...s.aspx?id=3138
But still, the program keep asking me install .net framework 3.5
-
Originally Posted by
cloudleon
What language is your OS using?
Sent from my iPhone using Tapatalk
-
Member
-
Active Member
instant after start
[08:58:59] Die Datei oder Assembly "GPSOAuthSharp, Version=0.0.5.0, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. from Pokemon Go Rocket API
-
Member
Originally Posted by
chancity
What language is your OS using?
Sent from my iPhone using Tapatalk
English, windows 7 ulti 64bit sp1
guys, just asking, why you guys bot lots of account in one time? i still not see the reason why make mass account for pokemon go
Last edited by cloudleon; 08-02-2016 at 02:12 AM.