TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance! menu

User Tag List

Page 13 of 65 FirstFirst ... 9101112131415161763 ... LastLast
Results 181 to 195 of 972
  1. #181
    CH3ATO's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, first of all thanks for the build. It's nice to see the spirit of botting still alive after Necro and a bunch of other people taking leave.

    Some ideas for improvements to the bot in order to make us less detectable:

    Altitude/GPS jitter:
    Introduce jitter to altitude/gps coordinates in order to simulate handheld device more accurately OR get altitude data from GPX path and jitter around that data.

    GPX Pathing priority:
    A problem with Necrobot (and all other bots) that was never addressed - if using GPX pathing the bot will prioritize capture over movement along the path and eventually get stuck if in a high density pokestop/pokemon area. Bots should be able to continue along the path (and ideally move, probably slower) while carrying out capture instructions, as a human player would do if they were moving through an area.

    Restart with saved coordinates on exception:
    If an exception is thrown that results in a relog action for the bot, the bot's previous coordinates should be documented (and used on unexpected startup) so that we don't end up teleporting to the default start location when the bot resets. Either that, or provide an option for the bot to require user input before unexpected reset.

    Alternatively, if the user cannot be present, the bot can calculate the distance between the last previously documented coordinate and the default start position and implement a login delay corresponding to the distance from the origin.

    If possible I'd like to help you with your build/fork of Necrobot. I haven't taken the time to look at the code but I think I'd be able to help out a bit. I understand that for security/safety reasons that wouldn't be entirely possible publicly (what with Niantic's legal action against previous botters).
    Last edited by CH3ATO; 08-15-2016 at 12:32 PM.

    TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!
  2. Thanks irsyad2502 (1 members gave Thanks to CH3ATO for this useful post)
  3. #182
    swagjord's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know this could be possible ban but how do I up the EXP/H and P/H caught?

  4. #183
    harryvn3294's Avatar Private
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    So the program closes?
    Cause if it does, it's ez mode to start betting a different account in the mean time
    i know, but it should be an option if i want only single account

  5. #184
    harryvn3294's Avatar Private
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by swagjord View Post
    I know this could be possible ban but how do I up the EXP/H and P/H caught?
    Raise move speed, decrease the delay. Choose a crowded location.

  6. Thanks swagjord (1 members gave Thanks to harryvn3294 for this useful post)
  7. #185
    babybash's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    17
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bug

    TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!-50bfc38a1c014634978e5e46f0809595-gif

  8. #186
    alextm's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hwork perfect thx boot 4 h and it,s perfect no ban nothing

  9. #187
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by harryvn3294 View Post
    The kill switch feature should be stop botting but keep the program running until 24h pass from the starting time. So that we could leave the bot totally do the work
    This little batch file will autorestart your TuringBot.exe every 24h, so you get it fully automated. TuringBot.exe kills itself, once it hits the daily limits, and this .bat makes it restart every day

    Either use this Mega download and drop it straight in your folder with the Turing. exe, or follow these simply instructions:

    Manual instructions:
    create 24restarter.bat inside the folder with TouringBot.exe.
    Edit 24restarter.bat
    Paste this inside:
    :start
    start TuringBot.exe
    @echo Starting TuringBot.exe
    timeout 86400
    :loop
    wmic process where (name="TuringBot.exe") get commandline | findstr /i "TuringBot.exe"> NUL
    if errorlevel 1 (
    @echo Restarting...
    timeout /t 1
    start TuringBot.exe

    ) else (
    @echo "TuringBot.exe" is already running .
    )
    timeout 86400

    goto :loop
    Save

    it should look like this: TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!-turingrestarter2-gif

    Don't start the bot via TuringBot.exe, simply run 24hrestarter.bat. It will start TuringBot.exe immediately and then again every 24h, if it's not already running.

    Enjoy
    Attached Thumbnails Attached Thumbnails TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!-turingrestarter-gif  
    Last edited by Ripper3; 08-15-2016 at 01:33 PM.

  10. Thanks logical0, grobusto, baklaforever, Zakriel, harryvn3294 (5 members gave Thanks to Ripper3 for this useful post)
  11. #188
    logical0's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    6
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    This little batch file will autorestart your TuringBot.exe every 24h, so you get it fully automated. TuringBot.exe kills itself, once it hits the daily limits, and this .bat makes it restart every day

    Either use this Mega download and drop it straight in your folder with the Turing. exe, or follow these simply instructions:

    Manual instructions:
    create 24restarter.bat inside the folder with TouringBot.exe.
    Edit 24restarter.bat
    Paste this inside:

    Save

    it should look like this: TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!-turingrestarter2-gif

    Don't start the bot via TuringBot.exe, simply run 24hrestarter.bat. It will start TuringBot.exe immediately and then again every 24h, if it's not already running.

    Enjoy
    this brought a tear to my eye

  12. #189
    zoldikzxz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    22
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    This little batch file will autorestart your TuringBot.exe every 24h, so you get it fully automated. TuringBot.exe kills itself, once it hits the daily limits, and this .bat makes it restart every day

    Either use this Mega download and drop it straight in your folder with the Turing. exe, or follow these simply instructions:

    Don't start the bot via TuringBot.exe, simply run 24hrestarter.bat. It will start TuringBot.exe immediately and then again every 24h, if it's not already running.

    Enjoy
    hello sir, how about if we want starting bot 3hours and then rest 1hour and start again?
    like below??
    :start
    start TuringBot.exe
    @echo Starting TuringBot.exe
    timeout 14400
    :loop
    wmic process where (name="TuringBot.exe") get commandline | findstr /i "TuringBot.exe"> NUL
    if errorlevel 1 (
    @echo Restarting...
    timeout /t 1
    start TuringBot.exe

    ) else (
    @echo "TuringBot.exe" is already running .
    )
    timeout 14400

    goto :loop

    thx

  13. #190
    dubz221's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    29
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nachswac View Post
    can confirm bot is running great after 10h+

    Screenshot by Lightshot
    Please let me know if it will let you go past level 22. Currently that is the cut off I have and others have with various bots. Sometimes 21 sometimes 22 then you can't go further with the account.
    Last edited by dubz221; 08-15-2016 at 02:23 PM.

  14. #191
    grobusto's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    This little batch file will autorestart your TuringBot.exe every 24h, so you get it fully automated. TuringBot.exe kills itself, once it hits the daily limits, and this .bat makes it restart every day

    Either use this Mega download and drop it straight in your folder with the Turing. exe, or follow these simply instructions:

    Manual instructions:
    create 24restarter.bat inside the folder with TouringBot.exe.
    Edit 24restarter.bat
    Paste this inside:

    Save

    it should look like this: TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!-turingrestarter2-gif

    Don't start the bot via TuringBot.exe, simply run 24hrestarter.bat. It will start TuringBot.exe immediately and then again every 24h, if it's not already running.

    Enjoy
    '
    Is it possible to include a delay?

    Like 6 hours botting / 6 hours shutdown.

    And what about a soft ban detector with some delay?

  15. #192
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zoldikzxz View Post
    hello sir, how about if we want starting bot 3hours and then rest 1hour and start again?
    The following would be an easier way of doing 3 hours of botting, 1 h rest, 3 h botting, and so on.
    Just put that code into an .bat file in the folder with TuringBot.exe
    :start
    start TuringBot.exe
    timeout /t 10800
    taskkill -f -IM "TuringBot.exe"
    timeout /t 3600
    goto :start

  16. Thanks zoldikzxz (1 members gave Thanks to Ripper3 for this useful post)
  17. #193
    zoldikzxz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    22
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ripper3 View Post
    The following would be an easier way of doing 3 hours of botting, 1 h rest, 3 h botting, and so on.
    Just put that code into an .bat file in the folder with TuringBot.exe
    oke thx u sir,

  18. #194
    Ripper3's Avatar Contributor
    Reputation
    121
    Join Date
    Jul 2016
    Posts
    485
    Thanks G/R
    52/109
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grobusto View Post
    '
    Is it possible to include a delay?

    Like 6 hours botting / 6 hours shutdown.
    Yes, that would be possible, but when would you want the delay? Right now, it works, because the TuringBot.exe kills itself, before hitting a softban automatically. If I were to kill the .exe prematurely, the pokemon&pokestop counter would reset, making this bot quite useless.

    And what about a soft ban detector with some delay
    I cannot include that. It would require bot modification. It cannot be done easily externally.

  19. Thanks grobusto (1 members gave Thanks to Ripper3 for this useful post)
  20. #195
    grobusto's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, your response to Zolsdikzxz is sufficient.

    And is it possible to randomize delays? The bot will be more human! I think it will be an equivalent feature than random speed.

Similar Threads

  1. [Bot] NemesisBot a Necro Mod - KillSwitch, Schedule bot and easy GUI Manager
    By coiner in forum Pokemon GO Hacks|Cheats
    Replies: 85
    Last Post: 09-23-2016, 10:20 AM
  2. [Tool] Can anyone make Stops Killswitch ? for 300K-500K CFG !
    By remix-_-sa in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 08-16-2016, 09:45 AM
  3. [Bot] Necro 0.8.6 avoid CatchFlee ban configuration
    By Fadelol in forum Pokemon GO Hacks|Cheats
    Replies: 79
    Last Post: 08-14-2016, 10:31 AM
  4. [Selling] [legit seller with proof] *super cheap modded accounts* !!all consoles!! 0% BAN RATE
    By KBMFER in forum Grand Theft Auto 5 Buy Sell Trade
    Replies: 1
    Last Post: 04-17-2016, 09:08 AM
All times are GMT -5. The time now is 10:43 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