Page 3 of 22 FirstFirst 1234513 ... LastLast
Results 31 to 45 of 330
  1. #31
    wijiang's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Cheerful
    run the exe 1st.. then u can edit config...

  2. #32
    iSteam's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    I get this error:
    t System.Runtime.CompilerServices.TaskAwaiter.ThrowF orNonSuccess(Task task)
    t System.Runtime.CompilerServices.TaskAwaiter.Handle NonSuccessAndDebuggerNotification(Task task)
    t PokemonGo****cketAPI.Rpc.Login.<DoLogin>d__3.MoveN ext() in C:\Users\Jason\Desktop\Bots\PokeMobBot_2016.08.11c _srcOLDPROX\PokeMobBot_2016.08.
    src\Pokemon-Go-Rocket-API\Rpc\Login.cs:line 59
    End of stack trace from previous location where exception was thrown ---
    t System.Runtime.CompilerServices.TaskAwaiter.ThrowF orNonSuccess(Task task)
    t System.Runtime.CompilerServices.TaskAwaiter.Handle NonSuccessAndDebuggerNotification(Task task)
    t PoGo.TuringBot.Logic.State.LoginState.<Execute>d__ 0.MoveNext() in C:\Users\Jason\Desktop\Bots\PokeMobBot_2016.08.11c _srcOLDPROX\PokeMobBot_
    .08.11c_src\PoGo.PokeMobBot.Logic\State\LoginState .cs:line 31
    End of stack trace from previous location where exception was thrown ---
    t System.Runtime.CompilerServices.TaskAwaiter.ThrowF orNonSuccess(Task task)
    t System.Runtime.CompilerServices.TaskAwaiter.Handle NonSuccessAndDebuggerNotification(Task task)
    t PoGo.TuringBot.Logic.State.StateMachine.<Start>d__ 3.MoveNext() in C:\Users\Jason\Desktop\Bots\PokeMobBot_2016.08.11c _srcOLDPROX\PokeMobBot_
    .08.11c_src\PoGo.PokeMobBot.Logic\State\StateMachi ne.cs:line 37

  3. The Following User Says Thank You to iSteam For This Useful Post:

    colindecker8 (08-29-2018)

  4. #33
    you_knw_who's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    Been using Turning BOT for couple of days now (not this update but 1.1.3.0). Yesterday using Turning BOT got to lv 23, had some pokemon to evolve so i popped a lucky egg and got over 200K exp (This i did on my phone with the legit pokemon go app). This morning woke up to find out that my account was banned AND this is the 2nd account to which this has happened to after earning a lot of exp in less than 1h period when evolving pokemon.

    My configs on Turning BOT 1.1.3.0 before i got banned:
    "StartUpSettings": {
    "AutoUpdate": false,
    "TransferConfigAndAuthOnUpdate": true,
    "KillswitchDailyPkmn": true,
    "KillswitchDailyPkmnAmt": 970,
    "KillswitchDailyStops": true,
    "KillswitchDailyStopsAmt": 1970,
    "DumpPokemonStats": false,
    "AmountOfPokemonToDisplayOnStart": 10,
    "StartupWelcomeDelay": true,
    "TranslationLanguageCode": "en",
    "WebSocketPort": 14251,
    "DisplayPokemonMaxPoweredCp": true
    },
    "LocationSettings": {
    "Teleport": false,
    "DefaultLatitude": 36.510067,
    "DefaultLongitude": -4.882378,
    "DefaultAltitude": 8.0,
    "WalkingSpeedInKilometerPerHour": 7.0,
    "MaxSpawnLocationOffset": 10,
    "MaxTravelDistanceInMeters": 750,
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX",
    "UsePokeStopLuckyNumber": false,
    "PokestopSkipLuckyNumberMinUse": 3,
    "PokestopSkipLuckyNumber": 1,
    "PokestopSkipLuckyMin": 0,
    "PokestopSkipLuckyMax": 4
    },
    "DelaySettings": {
    "DelayBetweenPlayerActions": 1000,
    "DelayPositionCheckState": 200,
    "DelayPokestop": 1000,
    "DelayCatchPokemon": 1000,
    "DelayBetweenPokemonCatch": 1000,
    "DelayCatchNearbyPokemon": 1000,
    "DelayCatchLurePokemon": 1000,
    "DelayCatchIncensePokemon": 1000,
    "DelayEvolvePokemon": 1000,
    "DelayEvolveVariation": 0.3,
    "DelayTransferPokemon": 1000,
    "DelayDisplayPokemon": 1000,
    "DelayUseLuckyEgg": 1000,
    "DelaySoftbanRetry": 5,
    "DelayRecyleItem": 1000,
    "DelaySnipePokemon": 1000,
    "MinDelayBetweenSnipes": 10000,
    "SnipingScanOffset": 0.003
    },
    "PokemonSettings": {
    "UseEggIncubators": true,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": false,
    "RenameTemplate": "{1}_{0}",
    "TransferDuplicatePokemon": true,
    "PrioritizeIvOverCp": true,
    "KeepMinCp": 1000,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "KeepPokemonsThatCanEvolve": false,
    "EvolveAllPokemonWithEnoughCandy": false,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAboveIvValue": 99.0,
    "UseLuckyEggsWhileEvolving": false,
    "UseLuckyEggsMinPokemonAmount": 15,
    "AutomaticallyLevelUpPokemon": false,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "AutoFavoritePokemon": true,
    "FavoriteMinIvPercentage": 98.0
    },
    "CatchSettings": {
    "CatchWildPokemon": true,
    "HumanizeThrows": true,
    "ThrowAccuracyMin": 0.5,
    "ThrowAccuracyMax": 1.0,
    "ThrowSpinFrequency": 0.6,
    "MaxPokeballsPerPokemon": 6,
    "UseGreatBallAboveIv": 80,
    "UseUltraBallAboveIv": 90,
    "UseGreatBallBelowCatchProbability": 0.35,
    "UseUltraBallBelowCatchProbability": 0.2,
    "UsePokemonToNotCatchFilter": false,
    "UseBerryMinCp": 1000,
    "UseBerryMinIv": 90.0,
    "UseBerryBelowCatchProbability": 0.25
    },
    "RecycleSettings": {
    "AutomaticInventoryManagement": true,
    "AutomaticMaxAllPokeballs": 200,
    "AutomaticMaxAllPotions": 10,
    "AutomaticMaxAllRevives": 20,
    "AutomaticMaxAllBerries": 50,
    "TotalAmountOfPokeballsToKeep": 40,
    "TotalAmountOfGreatballsToKeep": 80,
    "TotalAmountOfUltraballsToKeep": 120,
    "TotalAmountOfMasterballsToKeep": 100,
    "TotalAmountOfPotionsToKeep": 3,
    "TotalAmountOfSuperPotionsToKeep": 5,
    "TotalAmountOfHyperPotionsToKeep": 10,
    "TotalAmountOfMaxPotionsToKeep": 30,
    "TotalAmountOfRevivesToKeep": 20,
    "TotalAmountOfMaxRevivesToKeep": 40,
    "TotalAmountOfRazzToKeep": 50,
    "RecycleInventoryAtUsagePercentage": 0.85
    },
    "SnipeSettings": {
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": true,
    "UseTransferIvForSnipe": false,
    "MinPokeballsToSnipe": 20,
    "MinPokeballsWhileSnipe": 5,
    "UseSnipeLocationServer": true,
    "UsePokeSnipersLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "SnipeRequestTimeoutSeconds": 10
    },

    I was being careful as my walking speed was reasonably low, didnt use incense and didnt evolve pokemon whilst i was using the BOT but that would not have changed anything anyway...
    SO why did i get banned? I DONT KNOW! ;( i cry...

    I did snipe over the past week, and a lot. Like crazy lot, like didnt wait even a min to snipe a next one. BUTT i never got a soft ban from sniping. Stopped sniping over the weekend and havnt sniped again after getting that IV 100% Dragonite ...or two
    I dont think that i got ban from using 1.1.3.0 BOT however i did go on my phone after using Bot quite often but i would usually wait 20-30 mins before doing so.

    Now i have made a new account and I AM using THIS BOT with unchanged configs except i lowered the speed to 23km/h, so far all good
    This time i am going to bot all the way to my desired lv(probs round 27-30) and only then will go on my phone, see if that actually gonna make any diff.

    this post turned out to be long and im sorry, just want to let u guys know what happened and what i did and so on.

  5. #34
    shatterstar's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    7
    My Mood
    Happy
    Quote Originally Posted by you_knw_who View Post
    Been using Turning BOT for couple of days now (not this update but 1.1.3.0). Yesterday using Turning BOT got to lv 23, had some pokemon to evolve so i popped a lucky egg and got over 200K exp (This i did on my phone with the legit pokemon go app). This morning woke up to find out that my account was banned AND this is the 2nd account to which this has happened to after earning a lot of exp in less than 1h period when evolving pokemon.

    My configs on Turning BOT 1.1.3.0 before i got banned:
    "StartUpSettings": {
    "AutoUpdate": false,
    "TransferConfigAndAuthOnUpdate": true,
    "KillswitchDailyPkmn": true,
    "KillswitchDailyPkmnAmt": 970,
    "KillswitchDailyStops": true,
    "KillswitchDailyStopsAmt": 1970,
    "DumpPokemonStats": false,
    "AmountOfPokemonToDisplayOnStart": 10,
    "StartupWelcomeDelay": true,
    "TranslationLanguageCode": "en",
    "WebSocketPort": 14251,
    "DisplayPokemonMaxPoweredCp": true
    },
    "LocationSettings": {
    "Teleport": false,
    "DefaultLatitude": 36.510067,
    "DefaultLongitude": -4.882378,
    "DefaultAltitude": 8.0,
    "WalkingSpeedInKilometerPerHour": 7.0,
    "MaxSpawnLocationOffset": 10,
    "MaxTravelDistanceInMeters": 750,
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX",
    "UsePokeStopLuckyNumber": false,
    "PokestopSkipLuckyNumberMinUse": 3,
    "PokestopSkipLuckyNumber": 1,
    "PokestopSkipLuckyMin": 0,
    "PokestopSkipLuckyMax": 4
    },
    "DelaySettings": {
    "DelayBetweenPlayerActions": 1000,
    "DelayPositionCheckState": 200,
    "DelayPokestop": 1000,
    "DelayCatchPokemon": 1000,
    "DelayBetweenPokemonCatch": 1000,
    "DelayCatchNearbyPokemon": 1000,
    "DelayCatchLurePokemon": 1000,
    "DelayCatchIncensePokemon": 1000,
    "DelayEvolvePokemon": 1000,
    "DelayEvolveVariation": 0.3,
    "DelayTransferPokemon": 1000,
    "DelayDisplayPokemon": 1000,
    "DelayUseLuckyEgg": 1000,
    "DelaySoftbanRetry": 5,
    "DelayRecyleItem": 1000,
    "DelaySnipePokemon": 1000,
    "MinDelayBetweenSnipes": 10000,
    "SnipingScanOffset": 0.003
    },
    "PokemonSettings": {
    "UseEggIncubators": true,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": false,
    "RenameTemplate": "{1}_{0}",
    "TransferDuplicatePokemon": true,
    "PrioritizeIvOverCp": true,
    "KeepMinCp": 1000,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "KeepPokemonsThatCanEvolve": false,
    "EvolveAllPokemonWithEnoughCandy": false,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAboveIvValue": 99.0,
    "UseLuckyEggsWhileEvolving": false,
    "UseLuckyEggsMinPokemonAmount": 15,
    "AutomaticallyLevelUpPokemon": false,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "AutoFavoritePokemon": true,
    "FavoriteMinIvPercentage": 98.0
    },
    "CatchSettings": {
    "CatchWildPokemon": true,
    "HumanizeThrows": true,
    "ThrowAccuracyMin": 0.5,
    "ThrowAccuracyMax": 1.0,
    "ThrowSpinFrequency": 0.6,
    "MaxPokeballsPerPokemon": 6,
    "UseGreatBallAboveIv": 80,
    "UseUltraBallAboveIv": 90,
    "UseGreatBallBelowCatchProbability": 0.35,
    "UseUltraBallBelowCatchProbability": 0.2,
    "UsePokemonToNotCatchFilter": false,
    "UseBerryMinCp": 1000,
    "UseBerryMinIv": 90.0,
    "UseBerryBelowCatchProbability": 0.25
    },
    "RecycleSettings": {
    "AutomaticInventoryManagement": true,
    "AutomaticMaxAllPokeballs": 200,
    "AutomaticMaxAllPotions": 10,
    "AutomaticMaxAllRevives": 20,
    "AutomaticMaxAllBerries": 50,
    "TotalAmountOfPokeballsToKeep": 40,
    "TotalAmountOfGreatballsToKeep": 80,
    "TotalAmountOfUltraballsToKeep": 120,
    "TotalAmountOfMasterballsToKeep": 100,
    "TotalAmountOfPotionsToKeep": 3,
    "TotalAmountOfSuperPotionsToKeep": 5,
    "TotalAmountOfHyperPotionsToKeep": 10,
    "TotalAmountOfMaxPotionsToKeep": 30,
    "TotalAmountOfRevivesToKeep": 20,
    "TotalAmountOfMaxRevivesToKeep": 40,
    "TotalAmountOfRazzToKeep": 50,
    "RecycleInventoryAtUsagePercentage": 0.85
    },
    "SnipeSettings": {
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": true,
    "UseTransferIvForSnipe": false,
    "MinPokeballsToSnipe": 20,
    "MinPokeballsWhileSnipe": 5,
    "UseSnipeLocationServer": true,
    "UsePokeSnipersLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "SnipeRequestTimeoutSeconds": 10
    },

    I was being careful as my walking speed was reasonably low, didnt use incense and didnt evolve pokemon whilst i was using the BOT but that would not have changed anything anyway...
    SO why did i get banned? I DONT KNOW! ;( i cry...

    I did snipe over the past week, and a lot. Like crazy lot, like didnt wait even a min to snipe a next one. BUTT i never got a soft ban from sniping. Stopped sniping over the weekend and havnt sniped again after getting that IV 100% Dragonite ...or two
    I dont think that i got ban from using 1.1.3.0 BOT however i did go on my phone after using Bot quite often but i would usually wait 20-30 mins before doing so.

    Now i have made a new account and I AM using THIS BOT with unchanged configs except i lowered the speed to 23km/h, so far all good
    This time i am going to bot all the way to my desired lv(probs round 27-30) and only then will go on my phone, see if that actually gonna make any diff.

    this post turned out to be long and im sorry, just want to let u guys know what happened and what i did and so on.
    Of cores you got band for sniping, do you really have to question that? It's like saying "I just teleported half way across the world and back in a split second, but that should look totally legit.... right?" WTF is wrong with people?

  6. #35
    12131322's Avatar
    Join Date
    Aug 2016
    Gender
    female
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    trying this bot for the first time, hope the account is not banned
    thanks for the work

  7. #36
    you_knw_who's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    @shatterstar alright alright, calm ur tits down, jeeez...
    Last edited by you_knw_who; 08-23-2016 at 05:58 AM.

  8. The Following User Says Thank You to you_knw_who For This Useful Post:

    Lulxx (08-23-2016)

  9. #37
    buddyboii's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 12131322 View Post
    trying this bot for the first time, hope the account is not banned
    thanks for the work
    using this for the first time too hope it goes well, also if anyone can help me. i changed the speed to that of 5.0 kmh so it simulates a 3mph walking speed is this safe to do??

  10. #38
    west98's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Location
    London
    Posts
    33
    Reputation
    10
    Thanks
    2
    My Mood
    Blah
    can you update this so it doesn't transfer the higher cp Pokemon its so annoying other then that this bot is great

  11. #39
    12131322's Avatar
    Join Date
    Aug 2016
    Gender
    female
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    potential server instability detected

    anyone know what is the meaning of this log?
    thanks

  12. #40
    AnhSolo02's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    what's the coordination y'all been using? All y'all get to 23 within an hour is crazy! Help a brother out, been trying to find a good spot!

  13. #41
    shatterstar's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    7
    My Mood
    Happy
    Quote Originally Posted by west98 View Post
    can you update this so it doesn't transfer the higher cp Pokemon its so annoying other then that this bot is great
    Just uncheck "Prioritize IV over CP" then it will keep the higher CP poke's.

  14. #42
    Lift's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    Memes
    Posts
    1,121
    Reputation
    205
    Thanks
    315
    My Mood
    Amazed
    nice job man!

  15. #43
    RazerSTFU's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    " No proxy detected , using current ip address 121.121.116.28" I can't login to the bot and i already setup my ptc username and password. Any mistake ? or this bot is not suitable for me?

  16. #44
    Troglossauro's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    This is not safe at all. Banned several accounts already. Even changing it to no sniping, no stupid 50.0 walking speed (that comes in default config), really humanize settings and yet it will get you banned. So far this is a brute copy of necrobot and necrobot team was seized due to a legal action and some smart ass is just trying to mimic it with some extra config. Well guess what? Niantic DO HATE necrobot like stuff.

    Do not use this one.

  17. #45
    Live's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    128.0.0.1
    Posts
    1,327
    Reputation
    71
    Thanks
    2,856
    My Mood
    Relaxed
    Quote Originally Posted by Obliteration View Post
    Obviously not. Just because of this alone I don't think @Adrian knows what "safe" means. Remember, there's no such thing as "safe and fast".
    Either one or the other.
    50 Kilmeters per Hour in central park is very doable? This bot is slower than most, also So i would advise you to download it first before flaming me as my account is now 26 with 2k pokemon no name and no team. So this obviously does work.

    - - - Updated - - -

    Quote Originally Posted by AnhSolo02 View Post
    what's the coordination y'all been using? All y'all get to 23 within an hour is crazy! Help a brother out, been trying to find a good spot!
    Central Park is pretty good.

    40.7829, 73.9654

    - - - Updated - - -

    Quote Originally Posted by Troglossauro View Post
    This is not safe at all. Banned several accounts already. Even changing it to no sniping, no stupid 50.0 walking speed (that comes in default config), really humanize settings and yet it will get you banned. So far this is a brute copy of necrobot and necrobot team was seized due to a legal action and some smart ass is just trying to mimic it with some extra config. Well guess what? Niantic DO HATE necrobot like stuff.

    Do not use this one.
    How come am not banned with a lvl 26, Account?
    Learn to read the script then challenge it. 50.00 Per Hour is a very doable speed on a bike.Niantic check hops, however this bot follows paths, pokestops hence it works best in central park. If you've been banned and i haven't then your doing something wrong.


    For all wanting CP OVER IV
    CHAT TO ME ON IM

    [img]https://thumbs.gfyca*****m/VapidEachCalf-size_restricted.gif[/img]
     

    If I'm not online you can email me instead which may lead to a faster response time.
    livempgh@protonmail.com


















  18. The Following 2 Users Say Thank You to Live For This Useful Post:

    caiquehf (08-24-2016),obxto (08-23-2016)

Page 3 of 22 FirstFirst 1234513 ... LastLast

Similar Threads

  1. Make $5 with minimal effort, easy and fast!
    By JohnGon in forum Giveaways
    Replies: 9
    Last Post: 07-20-2016, 11:31 AM
  2. [WTS] CSGO Account RANKED MG2 - With Original Email - CHEAP AND FAST
    By BluPulse in forum Counter-Strike 2 Marketplace
    Replies: 0
    Last Post: 12-26-2015, 07:01 PM
  3. [WTS] Vac banned csgo account with Super meat boy and Profile level 15 (Market Unlocked)
    By MamaJack in forum Selling Accounts/Keys/Items
    Replies: 1
    Last Post: 07-30-2015, 02:52 PM
  4. Replies: 5
    Last Post: 01-24-2014, 11:32 AM
  5. [Release] 3 Bot Quest with Greatly Dropping XP and Gold!
    By Bogy30 in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 15
    Last Post: 06-28-2013, 05:13 PM