layer 2 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 Share this post Link to post Share on other sites
layer 2 Posted April 15, 2005 lol, lame <{POST_SNAPBACK}>hehe, just got reallllly bored, needed something to do FootbaG Share this post Link to post Share on other sites
zcoacoaz 0 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] Share this post Link to post Share on other sites
Smed 0 Posted April 16, 2005 yep, totally lame, GJ on the registry search though 601DisengageEnd Program Share this post Link to post Share on other sites