Geoguessr Location Resolver (Works in all modes)

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

< 脚本Geoguessr Location Resolver (Works in all modes)的反馈

评价:好评 - 脚本运行良好

§
发表于:2022-11-03

Is there a way to change keybinds? When I press the number keys it does the emotes in competitive, obviously don't want to be saying GG every round, that would be pretty sus after a while.

Other than that it works great.

0x978作者
§
发表于:2022-11-04

You can change them by changing the numbers found in this block of code at the bottom (e.g. 49 = the '1' key, 50 = the '2' key)

if(e.keyCode === 49){lo(true,false)} // 1
if(e.keyCode === 50){lo(false,false)} // 2
if(e.keyCode === 51){lo(true,true)} // 3
if(e.keyCode === 52){lo(false,true)} // 4
if(e.keyCode === 53){lv()} // 5

I commented them so you know which one corresponds to which key.

You can use this site to know which button to change it to:
https://www.toptal.com/developers/keycode

To ensure stability of the code, don't try to change anything but the numbers (49,50,51,52,53)

§
发表于:2022-11-04

Awesome thanks for the reply.

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址