[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 59 of 229 FirstFirst ... 9555657585960616263109159 ... LastLast
Results 871 to 885 of 3427
  1. #871
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think 6 might be too many.... this keeps happening.

    5 seems to be the sweet spot.

    [UPDATED] Pokemon Bot in C# Community Version-1-jpg

    [UPDATED] Pokemon Bot in C# Community Version
  2. #872
    iceboatherald's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dv999, how is your GUI coming along? That looked awesome, especially with the map...

  3. #873
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    Download the latest commit. Its uncompiled yet tho ;P https://github.com/DetectiveSquirrel...-Go-Rocket-API
    ah I can't use that. I have a mac and I'm using someone else's windows laptop to run this, they would prefer me to not install visual studios or anything else :/ I can only run the simple compiled one which is a huge lifesaver

  4. #874
    ganonslayer's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Last edited by ganonslayer; 07-21-2016 at 07:30 PM.

  5. Thanks Deedaa (1 members gave Thanks to ganonslayer for this useful post)
  6. #875
    maxim3124's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    I think 6 might be too many.... this keeps happening.

    5 seems to be the sweet spot.

    [UPDATED] Pokemon Bot in C# Community Version-1-jpg
    Pls give your config.. I can't set up my config properly

  7. #876
    vayneprod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got softban

  8. #877
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    I think 6 might be too many.... this keeps happening.

    5 seems to be the sweet spot.

    [UPDATED] Pokemon Bot in C# Community Version-1-jpg
    wait..are those all different accounts?!?????

  9. #878
    Equalizer21's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What i d like to propose is to specify some pokemon, in which a berry is given.. (e.g Dragonite etc.) so there is higher chance with an ultraball to be caught... I think it s a huge idea, on a really good project you 're building over here... Well done guys!

  10. #879
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    I think 6 might be too many.... this keeps happening.

    5 seems to be the sweet spot.

    [UPDATED] Pokemon Bot in C# Community Version-1-jpg

    I run 6 perfecty fine (although some are banned ;p)

    ((7 There actually, another one is hidden by the last one))

  11. #880
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maxim3124 View Post
    Pls give your config.. I can't set up my config properly
    There's not much to it man, not sure how you could screw it up but here you go.

    [UPDATED] Pokemon Bot in C# Community Version-1-jpg

  12. #881
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post

    I run 6 perfecty fine (although some are banned ;p)
    Do you ever get unexpected error's or retry's to connect to the server?

    Seems to happen every time I get a 6th running, but could just be coincidence too.

  13. #882
    Deedaa's Avatar Member
    Reputation
    3
    Join Date
    Dec 2013
    Posts
    42
    Thanks G/R
    22/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    System.ArgumentNullException was unhandled by user code
    HResult=-2147467261
    Message=Value cannot be null.
    Parameter name: value
    ParamName=value
    Source=Google.Protobuf
    StackTrace:
    at Google.Protobuf.ProtoPreconditions.CheckNotNull[T](T value, String name)
    at PokemonGo.RocketAPI.GeneratedCode.Request.Types.AuthInfo.Types.JWT.set_Contents( String value) in C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\GeneratedCode\Request.cs:line 1625
    at PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authToken, AuthType authType, Double lat, Double lng, Double altitude, Requests[] customRequests) in C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Helpers\RequestBuilder.cs:line 16
    at PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authToken, AuthType authType, Double lat, Double lng, Double altitude, RequestType[] customRequestTypes) in C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Helpers\RequestBuilder.cs:line 44
    at PokemonGo.RocketAPI.Client.<SetServer>d__24.MoveNext() in C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:line 350
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Console.Program.<Execute>d__6.MoveNext() in C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:line 142
    InnerException:
    Severity Code Description Project File Line Suppression State
    Warning CS0168 The variable 'ufe' is declared but never used PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 190 Active
    Warning CS4014 Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 180 Active
    Warning CS4014 Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 183 Active
    Warning CS0168 The variable 'tce' is declared but never used PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 189 Active
    Warning CS0168 The variable 'aore' is declared but never used PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 191 Active
    Warning CS0168 The variable 'nre' is declared but never used PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 192 Active
    Warning CS0168 The variable 'ane' is declared but never used PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 193 Active
    Warning CS4014 Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. PokemonGo.RocketAPI.Console C:\Users\welsh\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs 485 Active
    was runing okay time out from server restarted now it spitting this out
    Last edited by Deedaa; 07-21-2016 at 07:31 PM.

  14. #883
    yusufkurnia39's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to setup unwanted pokemon?
    in user.xml its clearly rattata, pidgey, etc. on the unwantedpokemon list but its still caught when bot starting. why?
    pls help its wasting my pokeball haha

  15. #884
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    There's not much to it man, not sure how you could screw it up but here you go.

    [UPDATED] Pokemon Bot in C# Community Version-1-jpg
    Why have some people here been posting 2 lines of latitude and longitude?

  16. #885
    siapakahsaya001's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG after I update to the newest version, I got Unexpected Stop? Restarting in 20 Seconds.. FYI, I use Ptc account.. Someone can address me how to fix this error? Thank you

Similar Threads

  1. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  2. [Release] Maclone's Community Versions - Compiled, ready to go PokemonGo bots
    By maclone in forum Pokemon GO Hacks|Cheats
    Replies: 2519
    Last Post: 08-24-2016, 11:55 AM
  3. [REV2.0.1] [UPDATED!] Fishing Bot. Written by me =)
    By PopcornWoW in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-25-2008, 01:04 AM
  4. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  5. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 08:28 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