PokeGo Bot V2! - custom route making - stunning ui - user friendly - human menu

Shout-Out

User Tag List

Page 15 of 20 FirstFirst ... 111213141516171819 ... LastLast
Results 211 to 225 of 299
  1. #211
    omghahahahaha's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by faplo View Post
    version 8 update 101 is the latest one
    thanks mate , will post if i have more issues

    PokeGo Bot V2! - custom route making - stunning ui - user friendly - human
  2. #212
    rndvsttrhd's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    62
    Thanks G/R
    21/2
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does No Pokestops found... want to rescan again? mean???
    Please help

  3. #213
    Verancetwo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I press start it wont start. And this exception is triggered.

    Any idea?

    PokeGo Bot V2! - custom route making - stunning ui - user friendly - human-errorgo-gif

  4. #214
    omghahahahaha's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by omghahahahaha View Post
    thanks mate , will post if i have more issues
    just an update. working well so far. awesome bot. hopefully everthing goes well. +1 to the dev thanks for your hard work . will keep you guys posted

    question tho. i cant work out how to chage the path.

  5. #215
    omghahahahaha's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Verancetwo View Post
    When I press start it wont start. And this exception is triggered.

    Any idea?

    PokeGo Bot V2! - custom route making - stunning ui - user friendly - human-errorgo-gif
    im not sure man im no pro. but have you tried downloading a new java?

    java 8 update 101. try that see if it works.

  6. #216
    HelloYes's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    25
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #217
    hylix's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to add your own GPX file? If so how would we achieve this?

  8. #218
    xchan1323'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)
    stops moving after 9 catches

  9. #219
    yulyulk's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    36
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay I'm a bit confuse about the Evolve selected menu. I tried clicking Pidgey, it evolved. I deselect it, it evolved. Wtf. I'm trying to collect pidgey candy for mass evolve.

  10. #220
    damein17's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i did, i asked what the error meant i posted. and how to fix it.

  11. #221
    damein17's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manjax View Post
    Asks questions I'll relay
    i did, i asked what the error meant that i posted and how to fix it?

    C:\Users\********\Desktop\New folder (2)>java -jar Pokemon.jar
    Couldn't connect to the server
    Exception in Application start method
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.j ava:389)
    at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:32
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
    Caused by: java.lang.RuntimeException: Exception in Application start method
    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917 )
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImp l.java:182)
    at java.lang.Thread.run(Unknown Source)
    Caused by: org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
    at org.json.JSONTokener.syntaxError(JSONTokener.java:433)
    at org.json.JSONObject.<init>(JSONObject.java:194)
    at org.json.JSONObject.<init>(JSONObject.java:321)
    at net.mark.pokemon.d.a.a(Unknown Source)
    at net.mark.pokemon.ui.Main.a(Unknown Source)
    at java.util.Optional.ifPresent(Unknown Source)
    at net.mark.pokemon.ui.Main.a(Unknown Source)
    at net.mark.pokemon.ui.Main.start(Unknown Source)
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherIm pl.java:863)
    at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java: 326)
    at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:29 4)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
    ... 1 more
    Exception running application net.mark.pokemon.ui.Main

    C:\Users\*******\Desktop\New folder (2)>pause
    Press any key to continue . . .

  12. #222
    PikaPikachu's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    32
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manjax View Post
    Asks questions I'll relay
    The bot has stopped a few times since I've run it from 10 pm last night. I think another member mentioned this.
    When I slept around midnight today and checked the log this morning, it stopped around 12:45 am. So it didn't do anything for 5 hours.
    After running it around 5:20 am again - it stopped twice within an hour.

  13. #223
    killerfromsky's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do we need to sonate to access all the functions?

  14. Thanks tmcpnet (1 members gave Thanks to killerfromsky for this useful post)
  15. #224
    janphilliporaca'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)
    Can you add proxy host and port to this bot? or this bot already uses proxy services while running multiple task

  16. #225
    Kauzuki's Avatar Master Sergeant
    Reputation
    48
    Join Date
    Jul 2016
    Posts
    117
    Thanks G/R
    9/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys there will be bugs, this is the new completely remade build it's in beta right now. All features are free at the moment including donator features. We will be working to get everything fixed and running smoothly just make sure to keep checking in

Page 15 of 20 FirstFirst ... 111213141516171819 ... LastLast

Similar Threads

  1. D3 Bot - D3 Rush - Easy To Use And User Friendly bot
    By RushBotX4 in forum Diablo 3 Bots and Programs
    Replies: 3
    Last Post: 01-11-2013, 02:25 PM
  2. custom curreny, making npc to redeem token.
    By titanexile in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 03-08-2009, 12:57 PM
  3. [Guide] How-To make custom items for your server[Noob Friendly]
    By FelBlood in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-29-2008, 06:50 AM
  4. Making a custom route for engineer mote farmong (or anything else)
    By Robzz in forum World of Warcraft Guides
    Replies: 3
    Last Post: 01-14-2008, 05:09 PM
All times are GMT -5. The time now is 10:14 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