layer Posted April 15, 2005 Posted April 15, 2005 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! FootbaG
layer Posted April 15, 2005 Author Posted April 15, 2005 lol, lame <{POST_SNAPBACK}>hehe, just got reallllly bored, needed something to do FootbaG
zcoacoaz Posted April 16, 2005 Posted April 16, 2005 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]
Smed Posted April 16, 2005 Posted April 16, 2005 yep, totally lame, GJ on the registry search though 601DisengageEnd Program
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now