Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja menu

User Tag List

Page 28 of 186 FirstFirst ... 24252627282930313278128 ... LastLast
Results 406 to 420 of 2782
  1. #406
    Warvox's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MisterNinja View Post
    After many near-sleepless nights of coding (and tons of caught pokemons ) I feel it is time to release the Pokemon Go bot I have made.
    Bot is written in java, meaning you can run it on any system that has the latest version installed:*https://java.com/en/download/
    Many of the existing bots are console based, but decent UI is a must-have in my opinion, so that's the reason for creating it.

    EVERYTHING WORKING AGAIN

    Initial version is simple:
    *- You can log in with your PTC or Google account, then it downloads information and shows the main UI
    *- In the main UI it is possible to configure the start location of your walking, walking speed and toggle some tasks on/off.
    *- From the main UI you can also open up the inventory manager to easily evolve or grind your pokemons, view egg hatching statuses and drop items.
    NB! Right now managing the inventory while other tasks are running is not supported because it does not work wel, plus in real app you cannot catch a pokemon and drop items at the same time

    Walking direction generation is kept simple for the first version: you enter the target coordinates and the the bot generates takes a 1km by 1km box around that point, generates random walking paths into it to mimic people looking for pokemons locally (can be made configurable later) and then starts walking around.
    To get the coordinates, go to https://maps.google.com/, search for a place nearby you, click on the map and type the coordinates you see into the bot.

    Screenshots:















    Have go at it and let me know how it works for you

    Planning to add a manual map generation in future version so it would be possible to*enter the path yourself and see where the bot is walking.

    Download link for V7: PokeBotNinja-latest.zip

    More bot-related information will also soon be available at PokeBot.Ninja - Catch your pokemons like a ninja

    Virustotal scan: https://www.virustotal.com/en/file/c...is/1469983460/

    Edit: released version 2 - inventory manager now shows IV, move1 and move2, log complains less frequently about missing pokeballs
    Edit2: released version 3 - inventory manager now shows pokemon level, renamed the confusing "Grind" button to "Transfer", Candies column now shows available candies even for maxed out pokemons, main UI now shows how much XP is needed for next level.
    Edit3: released version 4 - inventory manager now shows stardust column as {existing}/{needed}, added PowerUp button, improved display of pokemon and item names.
    Edit 4: released version 6 - improved layout (column widths) for the manager, raised greatball CP target from 300 to 700. Also added a download.php link to this post that redirects to zippyshare to make it easier to release updates.
    Edit 5: released version 7 - added anti-softban, improved walking generator greatly, added auto-transfer based on CP, fixed Inventory UI not updating correctly, when pokemons try to escape will try to catch them again up to 3 times
    Edit 6: released version 8, Major update, should resolve issues with very low pokestops looting results and low pokemon catching results!!
    Edit 7: released version 9, Another Major update: Added IV based Pokemon Transfering and you can combine it with the CP check, Added Auto-Dropping of items: configure the limits, enable, and done, no need to manually clear inventory anymore, Added "Use" button for "Items" view in Inventory Manager so you can now use your Lucky Eggs to double your XP gains, Improved anti-softban to ignore last failed Pokestop for a while, got stuck before, Hopefully improved egg hatching logic (detecting hatching and adding new eggs), Added 0 coordinates check, some people accidentally pushed start with 0 values, After stopping the walking, last location is updated back to textboxes and saved to conf for better resuming, Also works now on Java 7.
    Edit 8: released version 10, Auto-Transfer - smallest CP/IV are done first, also it only applies to newly catched pokemons to keep your inventory untouched, Fixed longitude being filled into latitude field after stopping tasks, Pokemons view in Inventory Manager is now sortable by all columns, Fixed "ALREADY_ENCOUNTERED" messages showing up, Improved anti-softban logic, Hatching should now work correctly, If Inventory Manager is resized bigger, the Pokemons tab allows LVL CP and IV columns to resize too (NB! you currently have to toggle tabs after resizing window)
    Edit 9: released version 11, The bot should now keep working longer than 1 hour without any issues, Will now ignore Lure Pokemons in Pokestops if Pokemon catching is disabled, Lucky Egg fixed, Fixed an error when cancelling item drop dialog, Egg hatching did not work correctly if at the beginning there were no eggs in incubators, Drop Potions over X also applied to all Incense types accidentally and Drop Incenses over X did nothing, Bit darker background for the logview.
    Edit 10: Since the main botting stuff is down, did a minor V12 release to improve Inventory Manager that is currently still usable. NB! Pokestop farming and Pokemon catching is still broken as for all bots! - Tab titles now show count/max, Fixed issue with stardust amount not being updated after Powerup, Pokemons can now be marked/unmarked as favorite, Double-clicking on the name column allows setting and removing of nickname.
    Edit 11: Another minor release, V13, mainly for Inventory Manager. Added Mass-Powerup, Mass-Evolve, Mass-Transfer and Mass-Evolve+Transfer. Activate by selecting checkboxes and press the buttons below. Shows progress bar and is cancelable. Also added some coloring to the IV, CP and LVL fields so you can see better which pokemon is the best you have,
    Edit 12: MAJOR UPDATE, EVERYTHING WORKING AGAIN. Credits to pokemongodev and pokemongoapi!!
    Donation made this morning. Thank you for all your hard work.

    Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja
  2. Thanks JonHog (1 members gave Thanks to Warvox for this useful post)
  3. #407
    D4P5YCH0's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    16
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I noticed a bug in the program.
    The CP and IV of the captured pokemon does not correspond with the real value.

    Magikarp CP 1068, weedle CP 1068 ...

    He always gives CP 1068 or 582 and IV is always 76

    Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja-20160807-ninjabug001-jpg

  4. #408
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by D4P5YCH0 View Post
    I noticed a bug in the program.
    The CP and IV of the captured pokemon does not correspond with the real value.

    Magikarp CP 1068, weedle CP 1068 ...

    He always gives CP 1068 or 582 and IV is always 76

    Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja-20160807-ninjabug001-jpg
    Will look into it, does not seem to occur often when I'm running, but have seen once or twice, hard to debug

  5. Thanks D4P5YCH0 (1 members gave Thanks to MisterNinja for this useful post)
  6. #409
    pokemong0's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine too..
    [23:07:56] Caught Pidgey(cp=1726,iv=91%) using Pokeball
    [23:07:45] Caught Machop(cp=1726,iv=91%) using Pokeball

  7. #410
    D4P5YCH0's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    16
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I looked into the manager and I could see that I already had a pokemon with CP:1068 and IV:76 (Dewgong)
    I also have one with CP:582 and IV:76 (Jigglypuff)

    Somehow the program shows a value of an existing pokemon in the inventory.

    Hope this helps you.

  8. #411
    walrusone's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MisterNinja View Post
    Will look into it, does not seem to occur often when I'm running, but have seen once or twice, hard to debug
    It'd be nice to have a fix so auto trade would work, but the bot is still great. For now I'll just use the inventory manager when I get full.

  9. #412
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by walrusone View Post
    It'd be nice to have a fix so auto trade would work, but the bot is still great. For now I'll just use the inventory manager when I get full.
    Auto-Transfer does not work currently? Possibly due to the invalid CP number? I'll get right on it

  10. #413
    Xanor66's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    41
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for update<3

  11. #414
    Jumanfreez's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    81
    Thanks G/R
    45/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How about this that I raead in another post in the forum?

    http://www.ownedcore.com/forums/poke...ml#post3523591 (All bots being down post up here/theory)

    Something about an altitude issue that might get you flagged. I have no idea about this things.. Are we safe to use the bot now or the new API has some bot detector now? I'm a bit afraid of trying again

  12. #415
    walrusone's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MisterNinja View Post
    Auto-Transfer does not work currently? Possibly due to the invalid CP number? I'll get right on it
    Yes, auto transfer doesn't work unless the cp and Iv you set is greater than the one that keeps repeating.

    Sorry, the next comment is correct. It's not working at all. I though I had it working earlier, but it didn't work when I tested it again.
    Last edited by walrusone; 08-07-2016 at 11:47 AM. Reason: More info

  13. #416
    iLiKEMiLK'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)
    Thank you so much!

    The AutoTrade is not working at all, even when I dont put in a CP.

    Can you add a filter to the message log? It would be nice to see catches only for example.

    Keep up the good work!

  14. #417
    djmcredfox's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello im new using your bot? what does drop means? it means example rass berries it drops to pokemon to make easily catch the pokemon?

  15. #418
    walrusone's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by djmcredfox View Post
    hello im new using your bot? what does drop means? it means example rass berries it drops to pokemon to make easily catch the pokemon?
    It means the number of rassberries to keep in your inventory. It'll drop/throw away anything over this amount to make sure your inventory doesn't get filled with too much of any one item. If you don't limit it, your inventory could get filled with potions, revives, and berries and the bot wouldn't be able to collect pokeballs.

  16. #419
    Xanor66's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    41
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i use it on 2 different account on same time?

  17. #420
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    V15 out, catching+autotransfer should work correctly now.
    Auto-Incubate should also work better.

  18. Thanks walrusone (1 members gave Thanks to MisterNinja for this useful post)

Similar Threads

  1. [Release] Cross-platform BOT and SNIPER with UI - pgbot.org
    By Raflesia in forum Pokemon GO Hacks|Cheats
    Replies: 120
    Last Post: 02-06-2017, 07:03 PM
  2. [Trading] [Release] Cross-platform BOT/SNIPER with UI - MyGoBuddy.org
    By MyGoBuddy in forum Pokemon GO Buy Sell Trade
    Replies: 3
    Last Post: 10-02-2016, 07:11 PM
  3. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  4. bots with support for non-live versions of wow
    By massiveschlong in forum World of Warcraft General
    Replies: 0
    Last Post: 04-28-2013, 12:25 AM
  5. Replies: 3
    Last Post: 04-30-2012, 05:34 PM
All times are GMT -5. The time now is 04:06 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