C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 129 of 151 FirstFirst ... 2979125126127128129130131132133 ... LastLast
Results 1,921 to 1,935 of 2253
  1. #1921
    warhame31's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    errr im new to this so should i download the v5.0 or the v4.5 ? which one is better (im using PTC)

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1922
    MSainT98's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    seems to work great!
    But it seems like the bot sometimes travels to fast and i get a softban for like 20 seconds.(Suddenly pokemons get away and no exp is farmed)
    Also is there a way to update the pokemon the bot is giving to the professor?
    Great job.

  3. #1923
    seagula's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    5.0 seems to be working on 5 of my accounts first account though seems to be only gaining xp and letting the everything go :/ soft ban perhaps idk think id not get xp though.

  4. #1924
    Eman's Avatar Active Member
    Reputation
    16
    Join Date
    Dec 2007
    Posts
    66
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MSainT98 View Post
    Hello,
    seems to work great!
    But it seems like the bot sometimes travels to fast and i get a softban for like 20 seconds.(Suddenly pokemons get away and no exp is farmed)
    Also is there a way to update the pokemon the bot is giving to the professor?
    Great job.
    This is just pokemon getting away naturally... as OP said it only uses regular pokeballs & as for the stops it sometimes hits the same one.

  5. #1925
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The more populated area you are in (more pokestops, etc), the less you will see the resetting in 20 seconds, unexpected stop thing.
    Last edited by xLegendx; 07-21-2016 at 12:30 AM.

  6. #1926
    aly68's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    70
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lkjfds1 View Post

    lol, Might I remind you that this bot is free and demanding stuff doesn't work. There are people in the thread kind enough to add functions that you are requesting
    i did it by myself

    http://www.ownedcore.com/forums/poke...ml#post3463202 (transfer more pokemon (nearly all) (program.cs))

    FOR TRANSFERİN MORE ^^

  7. #1927
    daastaman'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)
    Anybody got trashing/deleting items work?

    For example: If you have 250 normal pokeballs, delete 150. (delete everything over 100)

    And also with other items !?

  8. #1928
    ayyy's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting the unexpected stop restarting in 20 seconds error when starting it, anyone know what to do?

  9. #1929
    entengboi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know if u have 0 Poke balls it will switch off to great ball??

  10. #1930
    int_main's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    3
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Simple autohotkey clicker that enter google device code
    Code:
    oldCode := ""
    
    Loop
    {
        Loop, read, C:\ahk\DeviceCode.txt
            newCode := A_LoopReadLine
        
        if (oldCode <> newCode)
        {
            BlockInput On
            
            Run Chrome, , max
            
            Sleep, 4000
            Run http://www.google.com/device
            
            Sleep, 3000
            MouseClick, left, 900, 230
            
            Sleep, 1500
            MouseClick, left, 870, 380
            
            Sleep, 1000
            SendInput, %newCode%{Enter}
            
            Sleep, 5000
            MouseClick, left, 1140, 470
    
            oldCode := newCode
            
            BlockInput Off
        }
        
        Sleep, 1000
    }
    To make it work you shoud add this code in Client.cs after line 132:

    Code:
    132 | Console.WriteLine("Please visit " + token.SelectToken("verification_url") + " and enter " + token.SelectToken("user_code"));
    133 | System.IO.StreamWriter sw = new System.IO.StreamWriter("C:\\ahk\\DeviceCode.txt");
    134 | sw.Write(token.SelectToken("user_code"));
    135 | sw.Close();
    Also you shoud change paths and coordinates according your resolution, and maybe browser.
    Last edited by int_main; 07-21-2016 at 01:02 AM.

  11. #1931
    Adri38's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by entengboi View Post
    Anyone know if u have 0 Poke balls it will switch off to great ball??
    it wont, not implemented

  12. #1932
    entengboi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dang alright Thanks for the reply

  13. #1933
    jr045's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andrerdxd View Post
    how do i add this code to the v5.0 repo?

    I've got the same problem, where to put the code ?

  14. #1934
    warhame31's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    O_O when i start it i get exp in the first 2 poke stops then after that nomore every pokemon it encounter they all get aways then after maybe 6 to 8 line it stop and says unexpected stop restarting in 20 sec 4 hours already O_O same things happening in 3 of my account in 3 different computers

  15. #1935
    jirachidog'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)
    Originally Posted by int_main View Post
    Simple autohotkey clicker that enter google device code
    Code:
    oldCode := ""
    
    Loop
    {
        Loop, read, C:\ahk\DeviceCode.txt
            newCode := A_LoopReadLine
        
        if (oldCode <> newCode)
        {
            BlockInput On
            
            Run Chrome, , max
            
            Sleep, 4000
            Run http://www.google.com/device
            
            Sleep, 3000
            MouseClick, left, 900, 230
            
            Sleep, 1500
            MouseClick, left, 870, 380
            
            Sleep, 1000
            SendInput, %newCode%{Enter}
            
            Sleep, 5000
            MouseClick, left, 1140, 470
    
            oldCode := newCode
            
            BlockInput Off
        }
        
        Sleep, 1000
    }
    To make it work you shoud add this code in Client.cs after line 132:

    Code:
    132 | Console.WriteLine("Please visit " + token.SelectToken("verification_url") + " and enter " + token.SelectToken("user_code"));
    133 | System.IO.StreamWriter sw = new System.IO.StreamWriter("C:\\ahk\\DeviceCode.txt");
    134 | sw.Write(token.SelectToken("user_code"));
    135 | sw.Close();
    Also you shoud change paths and coordinates according your resolution, and maybe browser.
    How do I get this shit to work??????????????????????????????

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 09:32 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