Jump to content

Davide9

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Davide9

  1. How i can do this? $a = 2 Execute('$A_'&$a&' = 2') MsgBox(0,'',$A_2) thanks for replyes
  2. I think which you must use .gif extension for the pic..
  3. I have this source: Func test1() ToolTip('test1',0,0) EndFunc Func test2() ToolTip('test2',100,100) EndFunc Can i running Test1 and Test2 simultaneusly to use two tooltip simultaneusly?
  4. Can i defend my sources from decompilators? I saw many posts in this forum about this problem, but i don't found a solution for my problem '?do=embed' frameborder='0' data-embedContent>> '?do=embed' frameborder='0' data-embedContent>> '?do=embed' frameborder='0' data-embedContent>> Can you help me? Thanks..
  5. Cream bot is the name of directory, I do not do multiple files that interact with the game..
  6. Oh, thanks Jonniy the error was because i putted / instead
  7. The script didn't work with another ZIP file, the error is the same.. Cream bot is the directory where i've put my autoit files, i tryed to change directory (see screen) but the error don't disappears..
  8. Hi guys, i'm trying to unzip a zip file, but i have an error, why? i'm using this source and this UDF '?do=embed' frameborder='0' data-embedContent>> #RequireAdmin #include 'Zip.au3' Zip_UnzipAll(@ScriptDir&'/packet.update.zip', @ScriptDir&'/') I've attached a screenshot of my error, can you help me? Thanks.
  9. I want to create an auto update software, but i need downloadallfolder() function.. I want get all images, sound, dlls included in my software, for update it.. $LastVersion = BinaryToString(InetRead("http://mysite.com/version.php")) $Version = 1.0.0 If $LastVersion > $Version Then downloadallfolder('http://mysite.com/updates') MsgBox(0, 'Updated', 'All updates have been downloaded') Run('myapp.exe') Else MsgBox(0,"No update found", 'this exe will be close') Exit EndIf
  10. Sorry but i don't speak good english.. Yes, is a game's windows, but i do not think it is protected because it is a small game.. The controlsend works but my keyboard if i use it send caps lock or shift or ctrl or any key..
  11. #RequireAdmin $wintitle = 'My win test' while 1 ControlSend($wintitle,'','','{left}') Sleep(1) WEnd Now i'm sending left key, but the problem persists. My win thest is a d3d window.
  12. My keyboard send caps lock when i use this code..
  13. Can i download an online folder?
  14. it should send the keys until i stop it..
  15. The files into directory will change but the source code no..
  16. Can i get all files from a web directory? Whit inetget() i can get a file, but i want to get all files from the directory..
  17. My win test is the title of Window where i must send the string "test". now i'm trying to use sleep(15)
  18. Hi Melba23 thanks for reply and welcome. this is my code: #RequireAdmin $wintitle = 'My win test' while 1 ControlSend($wintitle,'','','test') Sleep(1) WEnd This code works but my keyboard send many characters on active windows if i use one. Do you thing witch can i use an alternate function?
  19. Hi guys, i have an problem whit controlsend, i don't understand if it is an bug. When i use one my keyboard send on active windows many characters, why? I can resolved this bug? I have Italian keyboard. Sorry for my bad English..
×
×
  • Create New...