Jump to content

Notepad

Active Members
  • Posts

    29
  • Joined

  • Last visited

About Notepad

  • Birthday 08/17/1994

Profile Information

  • Location
    Bitchfield, Germany
  • WWW
    http://udownload.us
  • Interests
    Killing you, Hacking your info, KILLING YOU
    ahhhh!!!! - <('_')><-----------------<======3

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Notepad's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Tried that, too much crap thats not about this. But thanks for trying to help.
  2. Oh and i didn't understand the help things
  3. I need help with autoit to email things. I need to have an email support in my script that they click, and then an inputbox pops up then they type in what they want to tell me then it emails me. Their name can be anything. If it's possible then i need help putting attacments that they can select (a screenshot of the bug) then send the file with it. I'm stupid
  4. Wowwwwwww!!!! Nobody even tries to help even with a current 36 views? Yah I guess you guys have to make Jon do it and not even try to help!!! I guess we are all stupid!
  5. Hey Percy! Notepad here and I wanted to have a more detailed look on how to add textures to models (I'm very good at making textures)! If that is possible if you cannot respond then I understand and I hope somebody else will answer for me if it's not possible for you to.
  6. I need help with functions controlling a flash game. I already know $var = $oGame.getvariable("lives") and $oGame.setvariable("lives", 999), but I need a function to return all the variables in an array or just normal (if you can't get an array) and display it in a message box, I only need this part. Please help me I looked all through the help file but couldn't find ANYTHING! Now my eyes are hurting. PS: If you are working on it please say you are working on it, just so I know.
  7. If you want full control that is...
  8. Well look under TCP, you will have to have to start up a TCP and have a script taking screenshots and retrieving mousepositions and a script on the other computer have a fullscreen GUI displaying the screenshots being sent over the TCP and taking your mouse position sent over the TCP. Hope it helped.
  9. Is it even possible to get all variables from an object? If it is possible please post how!
  10. Thanks for the help! I haven't been using autoit for about a year i just got started up again so thanks again!
  11. so im wanting t make a macro creator script but not like mouse record one a little different i can't really explain the problem better than this.. (19) : ==> Missing separator character after keyword.: FileWriteLine($file, "MouseClick("left"," & $3 & ", $1, 1, 0)") FileWriteLine($file, "MouseClick("left^ ERROR heres the script #Include <Timers.au3> HotKeySet("{lctrl}", "_lclick") HotKeySet("{lshift}", "_mousemove") HotKeySet("{lalt}", "_rclick") $thing = 1 While If $thing = 1 Then _Timer_Init() Else WEnd Func _lclick() _Timer_Diff($iTimeStamp) $file = FileOpen("bot.au3", 1) $thing = 0 $1 = MouseGetPos() FileWriteLine($file, "Sleep(" & $iTimeStamp & ")" FileWriteLine($file, "MouseClick("left"," & $3 & ", $1, 1, 0)") $thing = 1 FileClose($file) EndFunc Func _rclick() _Timer_Diff($iTimeStamp) $file = FileOpen("bot.au3", 1) $thing = 0 $2 = MouseGetPos() FileWriteLine($file, "Sleep(" & $iTimeStamp & ")" FileWriteLine($file, "MouseClick("right"," & $3 & ", $2, 1, 0)") $thing = 1 FileClose($file) EndFunc Func _mousemove() _Timer_Diff($iTimeStamp) $file = FileOpen("bot.au3", 1) $thing = 0 $3 = MouseGetPos() FileWriteLine($file, "Sleep(" & $iTimeStamp & ")" FileWriteLine($file, "MouseMove(" & $3 & ", 0)") $thing = 1 FileClose($file) EndFunc please help me! all i need is an au3 wizard :scorcerer:
  12. Works GREAT for me thanks for some more au3
  13. Glad to hear you like auto it you're doing good for "A FIRST YEAR"! Remember, always use the help file if your unsure and if its not there go to the help forum and if its still not there make a post in help!
  14. This is exactly what it says! A screencapture program but what ??? it doesn't take a picture of the whole screen? Yup just an area you select!!! Here it is! Feedback helps a LOT! Ps. this is only a little test thing and mostly for xp because it dosen't have snippit so just use it because it comes in handy many times! snippet.au3
  15. what i mean is the title dosnt make sense i mean what if someone thinks this is all gdi+ they will get crapped up so the owner of this tpic should at least edit because he does not mention dll's and .dat. omg gtfa <- him!!! ...............................................
×
×
  • Create New...