Thanks Paulie, that was actually a mistake on my part. I had the Users.txt named Users.txt.txt because Vista doesn't show the ending of the files.. Still new at Vista.
"]
Thanks but this game isn't made with IE.. Its GUI.. So that won't work. Thanks though. Btw theres an error..
$oForm = _IEFormGetCollection($oIE, 0)oÝ÷ Ù«¢+ØÀÌØí½%
Is used without being declared.
"]
Hello Autoit'ers!
I'm in the middle of making a game and I need the players to login with an account but how would I make it so when the login button is pressed it makes sure the password and username match, and if it does then open up a different GUI?
Thanks in advance.
HotKeySet("{INS}","Pos")
Func Pos()
$pos = MouseGetPos()
MsgBox(0, "Mouse x,y:", $pos[0] & "," & $pos[1])
EndFunc
While 1
WEnd
For some reason I'm blanking out and can't think of how to make it work without the While 1 but this works fine..
Btw, just press Insert and a message box will come up telling you your mouse's cords..