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

Shout-Out

User Tag List

Page 7 of 38 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 559
  1. #91
    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 droman123 View Post
    Just downloaded and installed all of the reqs. Hopefully that will fix the problem. Thanks for the awesome manager. Dont know what i would do without it :}

    Sent from my LG-D415 using Tapatalk

    edit***
    just got the error again. all it has to do is just close the "pokemongo.haxton.console has stopped working"
    wish I could help but Idk how to code.
    I wish I could replicate it.

    My attempt to fix it is right here.

    Code:
    Not p.Responding
    Code:
     Public Shared Function IsRunning(ByRef botProperties As Bot) As Boolean
                Try
                    Dim p As Process = Process.GetProcessById(botProperties.ProcessId)
                    If Not p.Responding Then
                        Kill(botProperties)
                        Return False
                    Else 
                        Return True
                    End If
                Catch
                    Return False
                End Try
            End Function

    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)
  2. #92
    droman123's Avatar Banned
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    69
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    I wish I could replicate it.

    My attempt to fix it is right here.

    Code:
    Not p.Responding
    Code:
     Public Shared Function IsRunning(ByRef botProperties As Bot) As Boolean
                Try
                    Dim p As Process = Process.GetProcessById(botProperties.ProcessId)
                    If Not p.Responding Then
                        Kill(botProperties)
                        Return False
                    Else 
                        Return True
                    End If
                Catch
                    Return False
                End Try
            End Function
    Just restarted my comp after the installs will update to see if it has fixed

    Sent from my LG-D415 using Tapatalk

  3. #93
    Snoller'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)
    If you could add a feature to add multiple bots at once in a userass format list you'd be a god

  4. #94
    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 Snoller View Post
    If you could add a feature to add multiple bots at once in a userass format list you'd be a god
    I'll add it sometime today or tomorrow.


    Sent from my iPhone using Tapatalk

  5. Thanks Snoller (1 members gave Thanks to chancity for this useful post)
  6. #95
    droman123's Avatar Banned
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    69
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)-error2-jpg
    this is the error i'm getting. is there a fix for this?

  7. #96
    keyfrags's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The latest update it good stuff.

  8. #97
    eazyCv's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    I'll add it sometime today or tomorrow.


    Sent from my iPhone using Tapatalk
    First of all ty for your great work ,

    however ive run into a problem, if i run my bots sometimes (happend twice now) the bot cmd will just stop adding new text lines until i manualy restart, is there an option tio make it restart with me being afk?

  9. #98
    joetherabit'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)
    Just registered to say a big : Thanks a lot. Really nice and usefull.

  10. #99
    ilovedigimon's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sir, to be honest i dont install these things
    - Install Microsoft Build Tools 2015 (https://www.microsoft.com/en-us/down....aspx?id=48159)
    - Install Windows 8 SDK (https://developer.microsoft.com/en-u.../windows-8-sdk)
    - Install Microsoft .NET Framework 4.6 (https://www.microsoft.com/en-us/down....aspx?id=48130)
    - OPTIONAL Increase command prompt size (https://technet.microsoft.com/en-us/.../bb491037.aspx)

    but it works well, the main problem from all bots that i tried is transfering pokemon.. i don't know why its transfering so slowly like catching 20 pokemon and just transfering 3 or 4 pokemon
    here's my config, is there anything wrong sir

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

    and here's the example sir

    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)-untitled1-jpg
    Last edited by ilovedigimon; 07-28-2016 at 10:35 PM.

  11. #100
    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 ilovedigimon View Post
    sir, to be honest i dont install these things
    - Install Microsoft Build Tools 2015 (https://www.microsoft.com/en-us/down....aspx?id=48159)
    - Install Windows 8 SDK (https://developer.microsoft.com/en-u.../windows-8-sdk)
    - Install Microsoft .NET Framework 4.6 (https://www.microsoft.com/en-us/down....aspx?id=48130)
    - OPTIONAL Increase command prompt size (https://technet.microsoft.com/en-us/.../bb491037.aspx)

    but it works well, the main problem from all bots that i tried is transfering pokemon.. i don't know why its transfering so slowly like catching 20 pokemon and just transfering 3 or 4 pokemon
    here's my config, is there anything wrong sir

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

    and here's the example sir

    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)-untitled1-jpg
    It's not the bot manager, its the bot itself. Mine has been acting funny too.

  12. Thanks ilovedigimon (1 members gave Thanks to chancity for this useful post)
  13. #101
    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 droman123 View Post
    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)-error2-jpg
    this is the error i'm getting. is there a fix for this?
    Not yet sadly. Soon though. I can't get my bots to throw errors

  14. #102
    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)
    cn you make this without those bots... i would like to put necro's and snipe bots...?

  15. #103
    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 droman123 View Post
    Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account)-error2-jpg
    this is the error i'm getting. is there a fix for this?
    Found the fix...implementing it now

  16. Thanks droman123, sittmo (2 members gave Thanks to chancity for this useful post)
  17. #104
    droman123's Avatar Banned
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    69
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hell yeah thanks a ton man!
    Originally Posted by chancity View Post
    Found the fix...implementing it now

    Sent from my LG-D415 using Tapatalk

  18. #105
    botWarrior's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Found the fix...implementing it now
    Wow. You're amazing dude. I was having the same problem. So quick!

Page 7 of 38 FirstFirst ... 34567891011 ... LastLast

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 05:36 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