AlphaBot v1.1 - Gotta catch'em all as fast as possible (Not human at all) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    steven5538's Avatar Private
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AlphaBot v1.1 - Gotta catch'em all as fast as possible (Not human at all)

    Hello,
    I just update my bot to version 1.1 and it may be quicker than the previous version.
    I know that many of bot is trying to be more like human, but it still get banned.
    So I create this bot that make you gain exp as fast as possible, and hope that it won't get ban.

    PS. It is still in develop, so I won't release the compile version of it at this moment.

    Link
    GitHub - PokemonAlpha/AlphaBot: A Bot for PokemonGo.

    Screenshot
    AlphaBot v1.1 - Gotta catch'em all as fast as possible (Not human at all)-2016-08-28-1-25-13-gif

    AlphaBot v1.1 - Gotta catch'em all as fast as possible (Not human at all)
  2. Thanks kenny131189, sittmo, dungby4, EliteValorSquad, chudung (5 members gave Thanks to steven5538 for this useful post)
  3. #2
    kenny131189's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How many Exp per hour?

  4. #3
    tmcpnet's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by steven5538 View Post
    Hello,
    I just update my bot to version 1.1 and it may be quicker than the previous version.
    I know that many of bot is trying to be more like human, but it still get banned.
    So I create this bot that make you gain exp as fast as possible, and hope that it won't get ban.

    PS. It is still in develop, so I won't release the compile version of it at this moment.

    Link
    GitHub - PokemonAlpha/AlphaBot: A Bot for PokemonGo.

    Screenshot
    AlphaBot v1.1 - Gotta catch'em all as fast as possible (Not human at all)-2016-08-28-1-25-13-gif
    Where is the download link?

  5. #4
    kenny131189's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you give ust master? Thanks!!!

  6. #5
    dungby4's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    18
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i don't know setup this bot ! pls teach me

  7. #6
    Thevilish's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to use this using python?

  8. #7
    dungby4's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    18
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    failed building wheel for cryptography -_- help me

  9. #8
    EliteValorSquad's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello I am currently running Linux Mint 18... Do I have to install Python over current config?

  10. #9
    adam132's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2016
    Posts
    102
    Thanks G/R
    8/82
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    more info about your bot sir

  11. #10
    Theclose's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I installed python in my PC but i dont know how to use it.

    Please give more details to use .

    thanks!

  12. #11
    retali8's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C:\Users\techn\Downloads\AlphaBot-master>C:\Python27\python run.py
    2016-08-28 23:23:34,786 [init] [INFO] Alpha Bot v1.1
    2016-08-28 23:23:34,788 [init] [INFO] Load config from /configs/config.json
    2016-08-28 23:23:35,052 [init] [INFO] Set location - -39.636000, 218.842000
    Traceback (most recent call last):
    File "run.py", line 58, in <module>
    main()
    File "run.py", line 24, in main
    bot.start()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 61, in start
    self.login()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 101, in login
    self.trainer_info()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 518, in trainer_info
    player = self.get_player_data()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 579, in get_player_data
    player_data = self.api.get_player()['responses']['GET_PLAYER']['player_data']
    File "c:\users\techn\downloads\alphabot-master\src\pgoapi\pgoapi\pgoapi.py", line 137, in function
    return request.call()
    File "c:\users\techn\downloads\alphabot-master\src\pgoapi\pgoapi\pgoapi.py", line 226, in call
    request.activate_signature(lib_path)
    File "c:\users\techn\downloads\alphabot-master\src\pgoapi\pgoapi\rpc_api.py", line 83, in activate_signature
    self._signature_lib = ctypes.cdll.LoadLibrary(lib_path)
    File "C:\Python27\lib\ctypes\__init__.py", line 440, in LoadLibrary
    return self._dlltype(name)
    File "C:\Python27\lib\ctypes\__init__.py", line 362, in __init__
    self._handle = _dlopen(self._name, mode)
    WindowsError: [Error 126] The specified module could not be found

    C:\Users\techn\Downloads\AlphaBot-master>

  13. #12
    steven5538's Avatar Private
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by retali8 View Post
    C:\Users\techn\Downloads\AlphaBot-master>C:\Python27\python run.py
    2016-08-28 23:23:34,786 [init] [INFO] Alpha Bot v1.1
    2016-08-28 23:23:34,788 [init] [INFO] Load config from /configs/config.json
    2016-08-28 23:23:35,052 [init] [INFO] Set location - -39.636000, 218.842000
    Traceback (most recent call last):
    File "run.py", line 58, in <module>
    main()
    File "run.py", line 24, in main
    bot.start()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 61, in start
    self.login()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 101, in login
    self.trainer_info()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 518, in trainer_info
    player = self.get_player_data()
    File "C:\Users\techn\Downloads\AlphaBot-master\bot\__init__.py", line 579, in get_player_data
    player_data = self.api.get_player()['responses']['GET_PLAYER']['player_data']
    File "c:\users\techn\downloads\alphabot-master\src\pgoapi\pgoapi\pgoapi.py", line 137, in function
    return request.call()
    File "c:\users\techn\downloads\alphabot-master\src\pgoapi\pgoapi\pgoapi.py", line 226, in call
    request.activate_signature(lib_path)
    File "c:\users\techn\downloads\alphabot-master\src\pgoapi\pgoapi\rpc_api.py", line 83, in activate_signature
    self._signature_lib = ctypes.cdll.LoadLibrary(lib_path)
    File "C:\Python27\lib\ctypes\__init__.py", line 440, in LoadLibrary
    return self._dlltype(name)
    File "C:\Python27\lib\ctypes\__init__.py", line 362, in __init__
    self._handle = _dlopen(self._name, mode)
    WindowsError: [Error 126] The specified module could not be found

    C:\Users\techn\Downloads\AlphaBot-master>
    In this case, you might forget to put the encrypt.dll in the project folder?

  14. #13
    steven5538's Avatar Private
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tmcpnet View Post
    Where is the download link?
    GitHub - PokemonAlpha/AlphaBot: A Bot for PokemonGo.

  15. #14
    steven5538's Avatar Private
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kenny131189 View Post
    How many Exp per hour?
    I get from lv1 to lv20 in about 120 mins, it could be faster, just try to modify the config.

  16. #15
    retali8's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, where is the encrypt.dll :?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Bot] AlphaBot - Catch / Farming / How fast it could be? (Not human at all)
    By steven5538 in forum Pokemon GO Hacks|Cheats
    Replies: 16
    Last Post: 08-19-2016, 09:26 PM
  2. [How-To] Catch 'em all on Smartphone
    By Drakke421 in forum Pokemon GO Hacks|Cheats
    Replies: 34
    Last Post: 08-13-2016, 10:04 PM
  3. Catch them all quick!!!
    By pokemongoscanner in forum Pokemon GO Chat
    Replies: 0
    Last Post: 07-29-2016, 12:13 PM
  4. [Selling] Selling Pokemon Go accounts lvl10+ (with no team) Catch 'em all!
    By hegyirablo in forum Pokemon GO Buy Sell Trade
    Replies: 1
    Last Post: 07-16-2016, 03:24 AM
  5. [Warez!?] All warez/crack downloaders gotta check this ^^
    By latruwski in forum Screenshot & Video Showoff
    Replies: 3
    Last Post: 12-27-2007, 03:55 PM
All times are GMT -5. The time now is 12:17 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