-
Originally Posted by
droman123
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:
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
-
Banned
Originally Posted by
chancity
I wish I could replicate it.
My attempt to fix it is right here.
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
-
Member
If you could add a feature to add multiple bots at once in a user
ass format list you'd be a god
-
Originally Posted by
Snoller
If you could add a feature to add multiple bots at once in a user

ass format list you'd be a god
I'll add it sometime today or tomorrow.
Sent from my iPhone using Tapatalk
-
Post Thanks / Like - 1 Thanks
Snoller (1 members gave Thanks to chancity for this useful post)
-
Banned

this is the error i'm getting. is there a fix for this?
-
Member
The latest update it good stuff.
-
Member
Originally Posted by
chancity
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?
-
Member
Just registered to say a big : Thanks a lot. Really nice and usefull.
-
-
Originally Posted by
ilovedigimon
It's not the bot manager, its the bot itself. Mine has been acting funny too.
-
Post Thanks / Like - 1 Thanks
ilovedigimon (1 members gave Thanks to chancity for this useful post)
-
Originally Posted by
droman123

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
-
Member
cn you make this without those bots... i would like to put necro's and snipe bots...?
-
Originally Posted by
droman123

this is the error i'm getting. is there a fix for this?
Found the fix...implementing it now
-
Post Thanks / Like - 2 Thanks
-
Banned
Hell yeah thanks a ton man!
Originally Posted by
chancity
Found the fix...implementing it now
Sent from my LG-D415 using Tapatalk
-
Member
Originally Posted by
chancity
Found the fix...implementing it now
Wow. You're amazing dude. I was having the same problem. So quick!