Botmap v1.0 - Realtime map for pokemon bots menu

Shout-Out

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Botmap v1.0 - Realtime map for pokemon bots

    Hey guys,

    I created a quick realtime map for pokemon bots so you can see where the bot is walking. I'm planning on using this to create a web-monitor in the future but for now, this will do.

    Botmap v1.0 - Realtime map for pokemon bots-2016-07-23-19_05_08-new-notification-jpg

    Download: https://github.com/ocjd/botmap
    Installation instructions: https://github.com/ocjd/botmap/blob/master/README.md

    If you have any questions, please ask and I'll answer. I'm sure this could be a lot user friendlier but I'm hungry so I'm gonna just release this now and update it more later.

    Peace,
    JD




  2. Thanks Shameless, Neer, xaitax, GotMilk?, Fadelol, melzar, athitikorn, Shivam, husec (9 members gave Thanks to JD for this useful post)
  3. #2
    Shameless's Avatar Elite User JD's Master CoreCoins Purchaser
    Reputation
    473
    Join Date
    Jul 2009
    Posts
    720
    Thanks G/R
    4/3
    Trade Feedback
    36 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Who are you again?

    +Rep, good shit.

  4. Thanks JD (1 members gave Thanks to Shameless for this useful post)
  5. #3
    GotMilk?'s Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Guys,

    I am new on that, I have never worked with this program, can someone put some step by step how to get this to work?

    Thank you very much.

  6. #4
    Armadax's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you make a detailed instructions for this please

  7. #5
    ItsSpanky's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    11
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can we get more detailed instructions ?

  8. #6
    ItsSpanky's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    11
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    never mind i got it

  9. #7
    xaitax's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Necro Bot looks for Coords.txt - maybe an if-switch would be nice. Just manually edited your script and then worked.

  10. #8
    GotMilk?'s Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also got it. For me was just change 0.0.0.0:3000 > 127.0.0.1:3000, and it worked.

    Just a note: After sometime the page is crashing. I will test it more.

    Thank you very much for that, this tool is really nice.

  11. #9
    docdk's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So is it only certain bots it works with? I tried installing it on my end: all im getting is this:

    .... sinatra.rb in read
    @contents.push File.read('../coords.txt')
    sinatra.rb in block in <main>
    @contents.push File.read('../coords.txt')
    C:/row/Ruby200/lib/ruby/2.3.0/webrick/httpserver.rb in service
    si.service(req, res)
    C:/row/Ruby200/lib/ruby/2.3.0/webrick/httpserver.rb in run
    server.service(req, res)
    C:/row/Ruby200/lib/ruby/2.3.0/webrick/server.rb in block in start_thread
    block ? block.call(sock) : run(sock)
    GET
    No GET data.
    POST
    No POST data.
    COOKIES
    No cookie data....
    full log is here: sinatra.rb in read @contents.push File.read('../coords.txt') sinatra.rb in - Pastebin.com looks like something isnt installed right, I tried reinstalling it a few times, same stuff happens.

    I installed ruby 2.3 32bit
    Last edited by docdk; 07-23-2016 at 05:15 PM.

  12. #10
    GotMilk?'s Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by docdk View Post
    So is it only certain bots it works with? I tried installing it on my end: all im getting is this:



    full log is here: sinatra.rb in read @contents.push File.read('../coords.txt') sinatra.rb in - Pastebin.com looks like something isnt installed right, I tried reinstalling it a few times, same stuff happens.

    I installed ruby 2.3 32bit
    I think that is because Necro´s bot just change the way that the cordinates are stored, take a look here: https://github.com/NecronomiconCodin...5d9ce7a2aa1c26

    "Move Coords.txt to Configs folder as an .ini"

  13. #11
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GotMilk? View Post
    I think that is because Necro´s bot just change the way that the cordinates are stored, take a look here: https://github.com/NecronomiconCodin...5d9ce7a2aa1c26

    "Move Coords.txt to Configs folder as an .ini"
    I'll update that tomorrow




  14. Thanks GotMilk? (1 members gave Thanks to JD for this useful post)
  15. #12
    GotMilk?'s Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JD View Post
    I'll update that tomorrow
    Thank you very much.

  16. #13
    Turfy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To make it work with Necro move botmap folder to "pokemonbotfolder/bin/Debug/Configs/" and, edit sinatra.rb to

    require 'sinatra'

    set :bind, '0.0.0.0'
    set :port, 3000

    get '/' do
    @contents = []
    @contents.push File.read('../coords.ini')
    erb :map
    end

    get '/coords' do
    @coords = File.read('../coords.ini')
    @coords
    end
    Last edited by Turfy; 07-23-2016 at 05:48 PM.

  17. #14
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't get how this works. Somebody please make a detail instruction.

  18. #15
    vdc's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got this works. Thanks
    Last edited by vdc; 07-23-2016 at 11:08 PM.

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja
    By MisterNinja in forum Pokemon GO Hacks|Cheats
    Replies: 2779
    Last Post: 06-20-2022, 07:40 AM
  2. [Selling] Pokemon Bot for sale! Auto Catch ✔ Auto Poke-stop ✔ Auto Walk and More! ✔
    By elo.killers in forum Pokemon GO Buy Sell Trade
    Replies: 2
    Last Post: 08-03-2016, 07:51 PM
  3. [Release] Smart Pokemon Go! (A live pokemon map for android phones and android smart watches!)
    By Crazyhead in forum Pokemon GO Hacks|Cheats
    Replies: 10
    Last Post: 08-02-2016, 05:09 PM
  4. [Question] Is it possible for Pokemon GO bots to be run on Windows XP?
    By chaozyx in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-01-2016, 01:58 AM
  5. Looking for Pokemon Bot that logs number of candies?
    By FeenixGoodies in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 07-28-2016, 07:06 AM
All times are GMT -5. The time now is 11:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2023 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search