Welcome, Visitor!

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

AHK-script for users chest etc

kotyauchik

New member
Joined
Feb 3, 2024
Messages
3
Hi, my name is Kostik and i wrote ahk-script for open users chest with password. But it can take many time. Script check all values from 0000 to 9999. Time to check one password - 1,5 second. It works only for 1920*1080 fullscreen
What you should do:
1. Download ahk from Ethernet.
2. Creat on Desktop file “someone.ahk”.
3. Right Click on file and choose “Edit”(you can do this in notepad)
4. Past THIS CODE:
Code:
F9::
Array_X := [963,887,968,1046,893,970,1056,888,960,1042]
Array_Y := [707,474,449,468,538,541,542,623,619,621]
for index, element in Array_X
{
	for inde, elemen in Array_X
	{
		for ind, eleme in Array_X
		{
			for in, elem in Array_X
			{
				MouseMove, element,Array_Y[index]
				Click
				MouseMove, elemen,Array_Y[inde]
				Click
				MouseMove, eleme,Array_Y[ind]
				Click
				MouseMove, elem,Array_Y[in]
				Click
				Sleep, 1200
			}
			
		}
	}
}
5. Save file.
6. Start file.
7. Start game and load in your world, where is you want hack chest.
8. Go to chest and click ‘F’ to see the password entry menu.
9. Press F9 and waiting!
BE CAREFULL you can dead by Pals or other enemy NPC. Also you can die by
cold or heat. Come up with something about it 🙂

P.S.
Ahk is not embedded in the gameplay and works as a macro, which means it cannot be defined as a cheat

I open my friend`s chest for 2 hours. Be patient. Good Luck
 
Last edited: