Jump to content

i blewd up mine sweeper


corganno
 Share

Recommended Posts

i was board......like REALLY board

this will tell you via tooltip if the block under your mouse is a mine. finished easy in 4 seconds

run("winmine.exe")
WinWaitActive("Minesweeper")
sleep(100)
send("xyzzy")
send("{SHIFTDOWN}{ENTER}{SHIFTUP}") 
while 1
 $var = PixelGetColor( 0 , 0 )
 if $var = 0 then
  $posx = MouseGetPos(0)
  $posy = MouseGetPos(1)
  ToolTip("mine",$posx+14,$posy+5)
 Else
  $posx = MouseGetPos(0)
  $posy = MouseGetPos(1)
  ToolTip("")
 endif
 if WinExists("Minesweeper") =0 Then
  Exit
 EndIf
wend

this is one of my first scripts so tell me what you think

evryones retarded, but its how retarded that makes us different

Link to comment
Share on other sites

InetGet("TheWholeInternet")

That would be awesome.

Also, this script rocks. Simple, effective, and well constructed. /claps

Link to comment
Share on other sites

@OP: Doesnt work on vista.

@jrowe: I lol'd loudly Haha

Spoiler

 

"If a vegetarian eats vegetables,What the heck does a humanitarian eat?"

"I hear voices in my head, but I ignore them and continue on killing."

"You have forced me to raise the indifference warning to beige, it's a beige alert people. As with all beige alerts please prepare to think about the possibility of caring."

An optimist says that giving someone power DOESN'T immediately turn them into a sadist. A pessimist says that giving someone power doesn't IMMEDIATELY turn them into a sadist.

 

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