The most newb friendly guide to setting up a 24/7 170k XP/H Multibot (with pics)! menu

User Tag List

Page 19 of 27 FirstFirst ... 151617181920212223 ... LastLast
Results 271 to 285 of 397
  1. #271
    kamil234's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2009
    Posts
    156
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    to join those discord channels for sniping, can you join from web, or you have to have discord app? When i paste the link to browser, it doesnt join any server / channel. Just brings me to my main discord page of the servers / channels i already joined previously.

    The most newb friendly guide to setting up a 24/7 170k XP/H Multibot (with pics)!
  2. #272
    UDontKnowWhoIAm's Avatar Active Member
    Reputation
    51
    Join Date
    Sep 2008
    Posts
    396
    Thanks G/R
    5/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Left this running for 10 hours, HDD space became ~7G shorter. Is it possible that the bot uses this much space for logs or smth? Or can anyone tell me where does it store the logs and temp files?
    thanks

  3. #273
    kamil234's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2009
    Posts
    156
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by UDontKnowWhoIAm View Post
    Left this running for 10 hours, HDD space became ~7G shorter. Is it possible that the bot uses this much space for logs or smth? Or can anyone tell me where does it store the logs and temp files?
    thanks
    Logs are under each subfolder in Logs section..

    BotX\Logs\

  4. Thanks Ciris (1 members gave Thanks to kamil234 for this useful post)
  5. #274
    kinjitsu's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DRAKESmother View Post
    I can't get the Pogo Feeder to work it only says

    Listening
    New connection from ...

    but nothing else after that, what am I doing wrong????????????????
    download the newest release of pogofeeder.. now comes with gui, no more cmd prompt window

  6. #275
    Ciris's Avatar Banned
    Reputation
    141
    Join Date
    Sep 2008
    Posts
    368
    Thanks G/R
    14/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kamil234 View Post
    to join those discord channels for sniping, can you join from web, or you have to have discord app? When i paste the link to browser, it doesnt join any server / channel. Just brings me to my main discord page of the servers / channels i already joined previously.
    For me just being in the browser works. The updated invite links on the first post aren't working?

  7. Thanks kamil234 (1 members gave Thanks to Ciris for this useful post)
  8. #276
    kamil234's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2009
    Posts
    156
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works with updated links. dont know how i missed it, must be retarded.

  9. #277
    kinjitsu's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    10/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, for me it seems all of them are being softbanned frequently... not sure why... if the 30 accounts has anything to do with it, also do you have any solutions to manage those cmd prompt windows to resize them or have them stack under each other ?
    Last edited by kinjitsu; 08-02-2016 at 03:46 PM.

  10. #278
    gregcool's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If any advanced users are interested, this is a python script I am using to automatically update the auth.json in each folder.
    Code:
    from shutil import copyfile
    
    auth_filename = "auth.json"
    accounts_filename = "accounts.txt"
    path_start = ".\\Bot"
    path_end = "\\Config\\"
    
    with open(auth_filename, 'r') as auth_template:
        auth_template_contents = auth_template.read()
    
    with open(accounts_filename, 'r') as accounts:
        accounts_list = accounts.read().splitlines()
    
    for index in range(len(accounts_list)):
        info = accounts_list[index].split(':')
        new_contents = auth_template_contents.replace("usernamehere", info[0])
        new_contents = new_contents.replace("passwordhere", info[1])
        with open(path_start + str(index + 1) + path_end + auth_filename, 'w') as f:
            f.write(new_contents)
    
    print("Done")
    I have this python file as well as this auth.json in my base "Multibot" folder:
    Code:
    {
      "AuthType": "ptc",
      "GoogleUsername": null,
      "GooglePassword": null,
      "PtcPassword": "passwordhere",
      "PtcUsername": "usernamehere"
    }
    I wrote this in python 2.7. Make sure accounts.txt has the same number of lines as your number of Bot folders. This will overwrite the old auth.json in each Bot folder.

  11. Thanks Ciris (1 members gave Thanks to gregcool for this useful post)
  12. #279
    BlueberryGoon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ciris View Post
    No google works -- my main is running atm and that's a google account.

    The program stops responding? Can you grab a screenshot of the command prompt before it closes by chance?



    Open the page, login, and link your discord info to the PokeGoFeeder (do this by going into the config.json file found in the PokeGoFeeder folder) make sure you open PokeGoFeeder before opening bots.
    heres the screengrab i got.
    The most newb friendly guide to setting up a 24/7 170k XP/H Multibot (with pics)!-problem-jpg
    and heres a bigger look at the error message
    The most newb friendly guide to setting up a 24/7 170k XP/H Multibot (with pics)!-problem-close-jpg

  13. #280
    MadeYouBlink's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you give us a step-by-step on how to use the pokefeeder ? Or just a plain already set config that I only need to change my password with. I don't think I should leave this in for example:


    "<if you're listening with a bot, insert token here and set useToken to true; otherwise leave blank>"

  14. #281
    DRAKESmother's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MadeYouBlink View Post
    Could you give us a step-by-step on how to use the pokefeeder ? Or just a plain already set config that I only need to change my password with. I don't think I should leave this in for example:


    "<if you're listening with a bot, insert token here and set useToken to true; otherwise leave blank>"
    Same, I need help with this PoGoFeeder can't seem to get it past the point where it says Listening...

  15. #282
    loki114's Avatar Member
    Reputation
    4
    Join Date
    Jan 2012
    Posts
    3
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the xp config doesnt seem to be evolving it just gets 15-20 pokemon then transfers them. thats the 2.0 xp setup

  16. #283
    BCASTTHEKING's Avatar Private
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my pokemaxpowah only detects one client?

  17. #284
    Vibije's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    66
    Thanks G/R
    5/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i keep getting this message last 20 mins

    (ATTENTION) Pokemon Inventory is full, transferring Pokemon...

  18. #285
    kamil234's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2009
    Posts
    156
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vibije View Post
    i keep getting this message last 20 mins
    check the config and restart the bot

Page 19 of 27 FirstFirst ... 151617181920212223 ... LastLast

Similar Threads

  1. An easy noob friendly guide to setting up MySql !!
    By pattywhack in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 07-18-2012, 10:08 AM
  2. Probably the most awesome gold guide i have ever seen
    By Vyre in forum World of Warcraft General
    Replies: 4
    Last Post: 12-02-2009, 10:33 AM
  3. The recruit a friend guide
    By Diablo1903 in forum World of Warcraft Guides
    Replies: 2
    Last Post: 06-18-2009, 10:56 PM
  4. Tasker 3.14 (The most noob-friendly PVP-AFK Program)
    By Ajhuah in forum World of Warcraft Bots and Programs
    Replies: 32
    Last Post: 05-19-2009, 10:27 PM
  5. [Easy] Newb friendly guide to making your server public Hamachi or DNS
    By ZestyJ in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 03-04-2009, 07:39 PM
All times are GMT -5. The time now is 04:04 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