/Geoguessr-Cheat

Not cheat just API caller :D

Primary LanguageJavaScript

Geoguessr Cheat

Image

Installation

  1. Clone the repo
    git clone 
  2. Install Package
    npm install
  3. Setup Environment on .env
    GOOGLE_MAP_API_KEY= //YOURKEY
  4. Run on NodeJs
    node index.js
    

How to use

  1. Run program
    npm start
    or
    node index.js
  2. Enter PanoId
    Enter Pano Id: Your PanoId
    
  3. Get Result
    Result Url = https://www.google.com/maps/place/55.79095087313308,38.43603199976145
    

How to get panoId ?

  1. Open Developer console on GeoGuessr Tap image1
  2. Open Network tap on Developer console image2
  3. Play some game (can use in everymode)
  4. Find package on Network tap which start with
    cbk?cb_client=
    
    image2
  5. Click on the package that match in 4. and click on right tap named payload
    payload
    
    image2
  6. Get panoid from payload
    panoid: xxxxxxxxxxx
    
    image2
  7. Enter PanoId from (6.) to this program
    Enter Pano Id: xxxxxxxxxxx
    
  8. Get Result
    Result Url = https://www.google.com/maps/place/xxxxxxxxxxx
    
  9. Copy/Following the result url

How to get GOOGLE_MAP_API_KEY

Get your GOOGLE_MAP_API_KEY by following this Google documentation


Enjoy 😀