C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 60 of 151 FirstFirst ... 10565758596061626364110 ... LastLast
Results 886 to 900 of 2253
  1. #886
    Macpod's Avatar Contributor CoreCoins Purchaser
    Reputation
    144
    Join Date
    Sep 2007
    Posts
    181
    Thanks G/R
    22/47
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to have Nox open and logged in at the same time as the bot is running or will it **** with each other because of the gps spoofing etc?

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #887
    mayomason's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zacho96 View Post
    use nox and ikaros's transfer macro for now :X
    Mind providing a link? I can't seem to find the macro.

  3. #888
    Arashi87's Avatar Sergeant
    Reputation
    6
    Join Date
    Jan 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ekans11 View Post
    We have taken OP's code and completely modified it, we are up to version 7 of our own.
    mind sharing? lol

  4. #889
    Ev0lbyte's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been softbanned for about 1.5 hour now. I have a location thats about 10 miles away from my home.
    Still waiting to get unbanned

  5. #890
    2736127836's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the people who get a constant '.... Got Away' message but are getting EXP from Pokéstops. It's because you're out of POKEBALLS. The bot doesn't use great or ultra balls so it's running away when you're out of pokéballs.

    If somebody could tell me how to add greatballs into the catching mix that would be incredible.

  6. Thanks enhancer (1 members gave Thanks to 2736127836 for this useful post)
  7. #891
    kiihk1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    59
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    botting is main account ? i use sub accout..

  8. #892
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2736127836 View Post
    For the people who get a constant '.... Got Away' message but are getting EXP from Pokéstops. It's because you're out of POKEBALLS. The bot doesn't use great or ultra balls so it's running away when you're out of pokéballs.

    If somebody could tell me how to add greatballs into the catching mix that would be incredible.
    Change Client.cs find
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_POKE_BALL,
    Change to
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_GREAT_BALL,

  9. Thanks 2736127836, k199, WoWSondermüll, windowsguy (4 members gave Thanks to Neer for this useful post)
  10. #893
    TheEnglishGuy's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2011
    Posts
    197
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Change Client.cs find
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_POKE_BALL,
    Change to
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_GREAT_BALL,
    The github is updated and now also has it in the settings.cs

  11. #894
    b0Ni07's Avatar Sergeant Major
    Reputation
    19
    Join Date
    Jul 2016
    Posts
    184
    Thanks G/R
    7/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did u changed delay or something in 4.2, i think 4.0 was faster xD

  12. #895
    RavenPooh's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Change Client.cs find
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_POKE_BALL,
    Change to
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_GREAT_BALL,
    I think what he means is, if out of pokeballs, use greatballs and so forth. Loads been asking for it but noone seems to know how to
    Auto"magical" you know

  13. #896
    ekans11's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Arashi87 View Post
    mind sharing? lol
    Well, I'm not the coder - I'm the tester/debugger.

    To be honest, theres not much to share yet.

    We fixed most of the crashes and applied handling to alot of the exceptions.

    There is more than one exception, but it's always the same ones.

    It wasn't handling running out of PokeStops, that's one of the crashes. We managed to get it to report when it ran out of PokeStops, and instead wait 60 seconds before attempting to loop again.

    I've uploaded a picture of the console.

    I'll probably upload a working .exe of the finished product with compliments of OP - but right now its just not worth doing.

    Oh, and our version will continue working after Pokemon Inventory is full.

    I'm monitoring a Google and a PTC console in the screenshot, different compiles.C# Bot for Farming Pokestops & Catching Pokemon-untitled-jpg

  14. #897
    Ev0lbyte's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok my softban is over.
    I still have the same problem : im in a area with a lot of pokestops but the bot stops working after about 2-5 minutes.
    Cmd prompt doesnt update

  15. #898
    k199's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    30/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i make the bot use the blue ball case my red ball is zero

  16. #899
    TheEnglishGuy's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2011
    Posts
    197
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys I need help..

    So I run the bot on Sydney and I keep getting a lot of Pokestops that don't give XP

    How?

    C# Bot for Farming Pokestops & Catching Pokemon-1c63c424eec088ea272db15ce28c565c-png

  17. #900
    rubenhkoster's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You're probably Soft-banned @THEENGLISHGUY

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 08:12 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