Jump to content

rawrr

Active Members
  • Posts

    79
  • Joined

  • Last visited

rawrr's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. haha thanks.. this should help lots.. really good file, which means a really bad file to delete. thanks
  2. i need help, i used FileDelete instead of FileRecycle to delete a file and its not in my recyclying bin.. where did it go? and how can i get it back?
  3. What flash game? And look at the helpfile for send commands.
  4. Where do you want the video?
  5. 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. "]
  6. Yeah, well.. I'm a beginner at making a game/login script so I am starting off easy. "]
  7. @Paulie. Thanks man. Only one problem.. Says, "For $i = 1 to $Array[0]" "For $i = 1 to $Array^ ERROR" Help please. "]
  8. 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. "]
  9. Text file, for now. "]
  10. 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.
  11. 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..
  12. EDIT : Nvm didn't really understand what you said, you do Hotkeyset ("{UP}","Upkey") For up. Hotkeyset ("{Down}","Downkey) For down.
  13. I'm a fellow wow player and I made a script exacly like this let me see if i can find it. EDIT : Can't find it. Might have deleted it. =[
  14. Yeah, I know it has flaws, I'm still an AutoIt noob. I just shared it because it helped me.
  15. Yeah..
×
×
  • Create New...