Jump to content

MineSweeper cheat :P


layer
 Share

Recommended Posts

i was going through my registry, deleting crap that doesnt get used, like old programs and stuff... and i came accross winmine.. and heres a little script i wrote so u can show off to all your friends! :(

$warning = MsgBox(16+4, "WARNING!", "WARNING! Please turn off MineSweeper if you have it running! This prorgram writes to the registry in order to change the values of the names and scores! CONTINUE?")
If $warning = 7 then 
    Exit
Else
$name = InputBox("MineSweeper Cheat", "Enter your name for the highscore")
If @error then Exit
$time = InputBox("MineSweeper Cheat", "Enter the time you want for your record")
if @error then Exit
ProgressOn("MineSweeper Cheat Progress", "Progress:")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\winmine\", "Name1", "REG_SZ", $name)
ProgressSet(50)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\winmine\", "Time1", "REG_DWORD", $time)
ProgressSet(100)
ProgressOff()
MsgBox(0, "Complete!", "MineSweeper will now be run. When it comes up, go to 'Game>Best Times...' and you'll find your name there!")
Run("winmine.exe", "C:\WINDOWS\System32")
EndIf

enjoy! :D:):D:(:huh:

FootbaG
Link to comment
Share on other sites

Lots of the time when i'm bored i will write bots for flash games. I guess you did a good job figuring out how to do this.

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

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...