Skip to content
  • Seth Carlson @thealphaleoli ·

    HI is it possible to make an autogg for 1.18.2 that can work in any server? Like, if the end message of the game is "The game has ended" then the player could input that message into the client and it would say "gg" if that was in chat?

  • Author Owner

    Hello Seth Carlson, this is not possible in Autokey 0.9.1. However I added that functionality to version 0.9.2. This version is not released yet but here is a google drive link to a download of the current development version: https://drive.google.com/file/d/10Q-rZdoTN7VNM_4sobA03mx07h9ZTWRs/view?usp=sharing

    All you need to do is write a script that sends "gg" in the chat: printPublic("gg")

    Now open the Autokey menu in game and click on your script in game. (Click on the refresh button if the script does not show up) Compile the script and change the following settings: Click on the red button under "Execute on message" so it becomes green. Paste the message that triggers the "gg" in the text box next to it. ("The game has ended" in your case) There is also a green button you need to click under the "Only allow client message" category. It has to be red. If it's not, the script won't work.

    I recommend using print("gg") first to test if everything is working correctly. Only you will see the message if you use print("gg"). Try it out for a few rounds and if everything works you can change print to printPublic.

    I hope I was able to help you. Reply to this if you have any further questions or message me on Discord (Tobias#0773).

    Am Fr., 29. Juli 2022 um 11:06 Uhr schrieb Seth Carlson (@thealphaleoli) < gitlab@mg.gitlab.com>:

  • how to make it stop

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment