Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account) menu

User Tag List

Page 35 of 38 FirstFirst ... 3132333435363738 LastLast
Results 511 to 525 of 559
  1. #511
    Narcotichobo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)
  2. #512
    jimmyleet's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great work mate, any chance to support things like 8787 build etc?

  3. #513
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ezigon View Post
    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

  4. #514
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Narcotichobo View Post
    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

  5. #515
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jimmyleet View Post
    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

  6. Thanks Narcotichobo (1 members gave Thanks to chancity for this useful post)
  7. #516
    Narcotichobo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #517
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Narcotichobo View Post
    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

  9. #518
    Narcotichobo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can run necrobot no problem. It still asks me to install .NET v3.5 when i run botmanager though.

  10. #519
    ideeboa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Asking me to install this

    https://gyazo.com/cbeaaaeaa19c7144464a966f69d753d7

    I already instaled it

    still asking

  11. #520
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)

    Originally Posted by Narcotichobo View Post
    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

  12. #521
    cloudleon's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  13. #522
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cloudleon View Post
    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
    What language is your OS using?


    Sent from my iPhone using Tapatalk

  14. #523
    ideeboa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine is english

  15. #524
    sebflex's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2012
    Posts
    312
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  16. #525
    cloudleon's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    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.

Similar Threads

  1. [Tutorial] GoManager BOT - Multi Account, Anti-ban features, Easy to use
    By deleteduser2025j in forum Pokemon GO Hacks|Cheats
    Replies: 1
    Last Post: 09-08-2016, 12:20 PM
  2. [Bot] Can anyone teach me how to bot multi account with necro bot ?
    By PokeMaster\Yi in forum Pokemon GO Hacks|Cheats
    Replies: 7
    Last Post: 09-06-2016, 12:01 PM
  3. Can anyone teach me how to bot multi account with necro bot ?
    By PokeMaster\Yi in forum Pokemon GO Chat
    Replies: 7
    Last Post: 09-06-2016, 12:01 PM
  4. Replies: 424
    Last Post: 08-14-2016, 09:46 PM
  5. [BETA] Bioanalysis Bot Multi Companion
    By Foxy1990 in forum SWTOR Bots and Programs
    Replies: 40
    Last Post: 01-26-2014, 01:49 PM
All times are GMT -5. The time now is 10:45 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