-
Member
Originally Posted by
okatokat
is this normal or is there something wrong? fresh new botting account. havent played it on mobile.

It's either temporary IP ban,wait up to an hour and try again or your cords are bad. To test if it's an IP ban, run the pokemon app on your phone connected to your network and if map doesn't load but loads off LTE on your phone, then you are IP banned and try again in an hour.
-
Post Thanks / Like - 1 Thanks
okatokat (1 members gave Thanks to duece31 for this useful post)
-
Originally Posted by
duece31
It's either temporary IP ban,wait up to an hour and try again or your cords are bad. To test if it's an IP ban, run the pokemon app on your phone connected to your network and if map doesn't load but loads off LTE on your phone, then you are IP banned and try again in an hour.
ok thanks. will do. even though its a different account? will i see if its an IP ban?
EDIT: maps loads on my phone. different account. i use the default coords from the .json file.
-
Member
Quick question? How do i use the config? Where will i put it?
-
Member
Originally Posted by
okatokat
ok thanks. will do. even though its a different account? will i see if its an IP ban?
NP, make sure cords are good too. Doesn't matter if diff account, if the previous account you used to bot was also on the same network. I believe when you run too many accounts on the same network back to back to back you can get IP banned.
-
Member
Well i suggest that you down on XP heavy bots. try to dont bot for 2 days then start whit low xp boting
-
Originally Posted by
chriszz25
Quick question? How do i use the config? Where will i put it?
in the bot folder. " DreamTeam\Config "
-
Originally Posted by
duece31
NP, make sure cords are good too. Doesn't matter if diff account, if the previous account you used to bot was also on the same network. I believe when you run too many accounts on the same network back to back to back you can get IP banned.
maps loads on my phone. different account. i use the default coords from the .json file.
-
Member
Originally Posted by
okatokat
maps loads on my phone. different account. i use the default coords from the .json file.
It loads off the same network as your pc? or loads off LTE? Also you should test with the new account as the one you are trying to use on the phone to see if it's an IP ban.
For example, use the bot account on your pkemon app connected to your network same as the BOT and see if the map loads with nothing on it, like no pokestops or pokemon, then you know you are IP banned on that account. Then logoff the phone and disconnect from the wifi connect to LTE and use same account, if everything loads correctly, it's confirmed IP ban and ususally last about 30 min to an hour.
Last edited by duece31; 08-17-2016 at 10:39 AM.
-
Member
@mike2112 Got this error, what that means? But after it the snipe work normaly
Capture.JPG
-
Originally Posted by
duece31
It loads off the same network as your pc? or loads off LTE? Also you should test with the new account as the one you are trying to use on the phone to see if it's an IP ban.
For example, use the bot account on your pkemon app connected to your network same as the BOT and see if the map loads with nothing on it, like no pokestops or pokemon, then you know you are IP banned on that account. Then logoff the phone and disconnect from the wifi connect to LTE and use same account, if everything loads correctly, it's confirmed IP ban and ususally last about 30 min to an hour.
yes same network. other accounts works just fine. i can see pokestops and can get items from it.
-
Sergeant
I've seen a few batch scrips on here that will restart the bot on an interval... they work, but mine is better 
Mine has a couple of extra features;
- You can set the %Timer% variable
- It will run for the length of the %TIMER% and wait half of that to restart. (ie: runs for 2 hours and waits for 1 to restart)
- It will start the feeder as well as necro. (feeder starts minimized)
- It will also stop the feeder as well as necro.
- It will tell you how long you have left during the waiting period.( In seconds)
To use this simply;
- Create an new txt file
- Paste the code below into the file
- If you want change line "SET timer=7200" to whatever you want in seconds, 7200 is 2 hours on and 1 hour wait.
- Save the file in the root of the "DreamTeam" folder (the folder where DreamTeam and PogLocationFeeder folders are both located).
- Rename the file extension from txt to bat
- Then just run the bat file to start both.
Code:
@echo off
:begin
SET timer=7200
cd DreamTeam
start /b NecroBot.exe
cd ..
cd PogoLocationFeeder.v0.1.8
start "" /min PogoLocationFeeder.exe
cd..
timeout /t %timer% > null
taskkill /f /im NecroBot.exe > null
taskkill /f /im PogoLocationFeeder.exe > null
set /a s=%timer%/2
:timer
cls
@echo Waiting %s% seconds to restart
timeout /t 1 > null
set /a s=%s%-1
if %s% LEQ 0 goto begin
goto :timer
Last edited by hypertoken; 08-17-2016 at 11:13 AM.
-
Post Thanks / Like - 3 Thanks
-
Member
Originally Posted by
okatokat
yes same network. other accounts works just fine. i can see pokestops and can get items from it.
How about the account in question that doesn't work on the BOT, does that work off your phone on the same network, everything loads? If it loads ty using the bot again, maybe also someone else has some input. I know usually that error on the bot you are getting means the map isn't loading which usually is a softban, like IP banned.
-
Corporal
Originally Posted by
frverdian
@mike2112 Got this error, what that means? But after it the snipe work normaly
Capture.JPG
in the config make sure skiplaged is false the only snipeing that works is pokesniper thats the only one i leave true
edit* and u can leave localhost true
Last edited by mike2112; 08-17-2016 at 10:57 AM.
-
Member
always good to see new utility bat file, thanks!
-
Active Member
Originally Posted by
hypertoken
I've seen a few batch scrips on here that will restart the bot on an interval... they work, but mine is better
Mine has a couple of extra features;
- You can set the %Timer% variable
- It will run for the length of the %TIMER% and wait half of that to restart. (ie: runs for 2 hours and waits for 1 to restart)
- It will start the feeder as well as necro. (feeder starts minimized)
- It will also stop the feeder as well as necro.
- It will tell you how long you have left during the waiting period.( In seconds)
To use this simply;
- Create an new txt file
- Paste the code below into the file
- If you want change line "SET timer=7200" to whatever you want in seconds, 7200 is 2 hours on and 1 hour wait.
- Save the file in the root of the "DreamTeam" folder (the folder where DreamTeam and PogLocationFeeder folders are both located).
- Then just run the bat file to start both.
Code:
@echo off
:begin
SET timer=7200
cd DreamTeam
start /b NecroBot.exe
cd ..
cd PogoLocationFeeder.v0.1.8
start "" /min PogoLocationFeeder.exe
cd..
timeout /t %timer% > null
taskkill /f /im NecroBot.exe > null
taskkill /f /im PogoLocationFeeder.exe > null
set /a s=%timer%/2
:timer
cls
@echo Waiting %s% seconds to restart
timeout /t 1 > null
set /a s=%s%-1
if %s% LEQ 0 goto begin
goto :timer
Does it need a specific name and .?