Geoguessr Location Resolver (Works in all modes)

Features: Automatically score 5000 Points | Score randomly between 4500 and 5000 points | Open in Google Maps

< Feedback on Geoguessr Location Resolver (Works in all modes)

Question/comment

§
Posted: 2023-06-02

pls how to change binds

0x978Author
§
Posted: 2023-06-02

You can replace the numbers with an appropriate number for each key, e.g. changing 49 to 70 will change the key from 1 to F.

You can use this site to find the numbers for the keys: https://www.toptal.com/developers/keycode

The relevant code with the numbers you need to change is below

let h = (e) => {
if(e.keyCode === 49){km(true)}
if(e.keyCode === 50){km(false)}
if(e.keyCode === 51){qq()}
if(e.keyCode === 52){vn()}
if(e.keyCode === 53){hr()}
if(e.keyCode === 54){ed()}
}

Post reply

Sign in to post a reply.