C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 87 of 151 FirstFirst ... 37838485868788899091137 ... LastLast
Results 1,291 to 1,305 of 2253
  1. #1291
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Finrodi View Post
    May I ask when it tries to evolve pokemon? There seems to be code about it in the program.cs
    Probably an upcoming feature.
    That'd be great for powerleveling with egg though. To skip the whole evolve animation.

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1292
    hihhuliguy's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To anyone who is wondering where they should bot.
    Latitude: -33.859498
    Longtitude: 151.212844

    This place is in Sydney, near opera house and there is tons of pokestops and many of them have lures almost 24/7 on, but beware, you might get soft banned if you have logged in from location what is far away.

  3. #1293
    xogonjai's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    4/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wishkeeper View Post


    another addition in beta to be looked closely:
    https://github.com/michaelowens/Poke...ree/desktop-ui
    C# Bot for Farming Pokestops & Catching Pokemon-capture-jpg
    sick ul,loving it

  4. #1294
    kingchenc's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    65
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wishkeeper View Post


    another addition in beta to be looked closely:
    https://github.com/michaelowens/Poke...ree/desktop-ui
    Show the GUI Map the actual Position from the Bot?

  5. #1295
    konner1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    16/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cheers for all the great work!
    really nice to see taht many different people worked on this, just for the community
    btw it looks like they now have the server on a stabel level (10h online, thas huge), hope it stays this way

  6. #1296
    grapedrankdawg's Avatar Banned
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to donate, OP add a link.

  7. #1297
    wishkeeper's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    46
    Join Date
    Apr 2012
    Posts
    231
    Thanks G/R
    9/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xogonjai View Post
    C# Bot for Farming Pokestops & Catching Pokemon-capture-jpg
    sick ul,loving it
    not my work... found it. Be careful it's an old version compared to the one on the first post.

    You can edit maps coordinates and location in form1.cs

    Code:
    gmap.MapProvider = GMap.NET.MapProviders.BingMapProvider.Instance;
                GMaps.Instance.Mode = GMap.NET.AccessMode.ServerOnly;
                gmap.SetPositionByKeywords("Paris, France");
                gmap.Zoom = 12;
    
                //PointLatLng start = new PointLatLng(52.3850901, 4.6372016);
                //PointLatLng end = new PointLatLng(53.3850901, 5.6372016);
                //MapRoute route = GMap.NET.MapProviders.GoogleMapProvider.Instance.GetRoute(start, end, true, true, 15);
                //public const double DefaultLatitude = 52.3850901;
                //public const double DefaultLongitude = 4.6372016;
                //route.Points.Add(new PointLatLng(52.3850901, 4.6372016));
    
                //GMapRoute r = new GMapRoute(route.Points, "My route");
    
                GMapOverlay routesOverlay = new GMapOverlay("routes");
                //routesOverlay.Routes.Add(r);
    
                currentLocation = new GMap.NET.WindowsForms.Markers.GMarkerGoogle(new PointLatLng(52.3850901, 4.6372016), GMap.NET.WindowsForms.Markers.GMarkerGoogleType.green);
                currentLocation.ToolTip = new GMapToolTip(currentLocation);
                currentLocation.ToolTip.Marker.ToolTipText = "Starting position";
                routesOverlay.Markers.Add(currentLocation);
    
                GMapRoute r = new GMapRoute("farm route");
    
                PointLatLng startPoint = new PointLatLng(52.3850901, 4.6372016);
                r.Points.Add(startPoint);
    
                PointLatLng endPoint = new PointLatLng(52.3850901, 4.6372016);
                r.Points.Add(endPoint);
    Last edited by wishkeeper; 07-20-2016 at 12:24 PM.

  8. #1298
    S3lent's Avatar Member
    Reputation
    3
    Join Date
    Jun 2016
    Posts
    334
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im just try to avoid the 30 Minutes from google api, but it looks like we need to in build it into the code

    We need to open the URL and enter the Code in the Browser thats how it will work,
    Only think you need to do is auto login to google with your browser!

  9. #1299
    Newborn92's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    59
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    an other cool suggestion is make it so you can add stuff to be removed from the inventory.. say don't want potions etc.. and only poke balls so you can never run out of pokeballs. just a suggestion but great work.

  10. #1300
    shotdownsoul's Avatar Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know why the application works fine for me, says I'm collecting XP and Pokemon, yet when I go in game I don't have anything new?

  11. #1301
    Ainess's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    trojan detected

  12. #1302
    deadlywario0's Avatar Active Member CoreCoins Purchaser
    Reputation
    49
    Join Date
    Oct 2011
    Posts
    173
    Thanks G/R
    19/27
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shotdownsoul View Post
    Does anyone know why the application works fine for me, says I'm collecting XP and Pokemon, yet when I go in game I don't have anything new?
    Close the game and re-open it.

  13. #1303
    navyguy's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it seems fine, and still catches them and still gets xp and items but why SO many empties and running away? just why?

    Screenshot by Lightshot

    works but seems to be getting less and less efficient lmao (anything to do with pokestops having their 5 min cooldown timer??)

  14. #1304
    S3lent's Avatar Member
    Reputation
    3
    Join Date
    Jun 2016
    Posts
    334
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Problem we have is that everytime 30 minutes we restart the progamm it jumps back to start and run again.
    It could be a problem and maybe result in a softban.
    Any Solutions?

  15. #1305
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    332
    Join Date
    Jul 2016
    Posts
    562
    Thanks G/R
    124/277
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ainess View Post
    trojan detected
    If you say so

    http://puu.sh/q8kDA/4fc27a141c.txt

Similar Threads

  1. [Bot] Looking for working BOT only farm Pokestops!
    By samhayne in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-16-2016, 08:51 PM
  2. [How-To] Question: Is there a bot that farms pokestops ONLY for items and NOT catch pokemon?
    By Aubrionnax in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 07-28-2016, 06:13 AM
  3. Best Bot for farm?
    By tanksz in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 11-09-2013, 09:01 AM
  4. What is the best Bot for farming?
    By CookieMage in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 05-15-2013, 11:41 AM
  5. Bot for farming eggs?
    By dw~ in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 10-16-2012, 06:30 AM
All times are GMT -5. The time now is 01:45 PM. 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