Jump to content

Minesweeper simple hack


Coder_Noob
 Share

Recommended Posts

regdelete("HKCU\Software\Microsoft\winmine", "Time1")
regdelete("HKCU\Software\Microsoft\winmine", "Time2")
regdelete("HKCU\Software\Microsoft\winmine", "Time3")
regdelete("HKCU\Software\Microsoft\winmine", "Name1")
regdelete("HKCU\Software\Microsoft\winmine", "Name2")
regdelete("HKCU\Software\Microsoft\winmine", "Name3")
regwrite("HKCU\Software\Microsoft\winmine", "Time1", "REG_DWORD", "0")
regwrite("HKCU\Software\Microsoft\winmine", "Time2", "REG_DWORD", "0")
regwrite("HKCU\Software\Microsoft\winmine", "Time3", "REG_DWORD", "0")
regwrite("HKCU\Software\Microsoft\winmine", "Name1", "REG_SZ", "YourName")
regwrite("HKCU\Software\Microsoft\winmine", "Name2", "REG_SZ", "YourName")
regwrite("HKCU\Software\Microsoft\winmine", "Name3", "REG_SZ", "YourName")


Run("winmine.exe")
WinWaitActive("Minesweeper")
$size = WinGetPos("Minesweeper")
ToolTip("Hacking wait 3 seconds", $size[0], $size[1])
sleep(3000)
Send("!G")
Send("T")
; End

Sets all the times to 0 also shows a tooltip, the wait 3 seconds is just a dummy to keep the tooltip up.

Again Ty to the people that helped me!

Avatar made on Gmod for HL2 by me!Name on Gmod: Oclops

Link to comment
Share on other sites

regdelete("HKCU\Software\Microsoft\winmine", "Time1")
regdelete("HKCU\Software\Microsoft\winmine", "Time2")
regdelete("HKCU\Software\Microsoft\winmine", "Time3")
regdelete("HKCU\Software\Microsoft\winmine", "Name1")
regdelete("HKCU\Software\Microsoft\winmine", "Name2")
regdelete("HKCU\Software\Microsoft\winmine", "Name3")
regwrite("HKCU\Software\Microsoft\winmine", "Time1", "REG_DWORD", "0")
regwrite("HKCU\Software\Microsoft\winmine", "Time2", "REG_DWORD", "0")
regwrite("HKCU\Software\Microsoft\winmine", "Time3", "REG_DWORD", "0")
regwrite("HKCU\Software\Microsoft\winmine", "Name1", "REG_SZ", "YourName")
regwrite("HKCU\Software\Microsoft\winmine", "Name2", "REG_SZ", "YourName")
regwrite("HKCU\Software\Microsoft\winmine", "Name3", "REG_SZ", "YourName")


Run("winmine.exe")
WinWaitActive("Minesweeper")
$size = WinGetPos("Minesweeper")
ToolTip("Hacking wait 3 seconds", $size[0], $size[1])
sleep(3000)
Send("!G")
Send("T")
; End

Sets all the times to 0 also shows a tooltip, the wait 3 seconds is just a dummy to keep the tooltip up.

Again Ty to the people that helped me!

I see you cut-and-pasted from http://www.autoitscript.com/forum/index.php?showtopic=17515 B)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...