Jump to content

Ayres

Active Members
  • Posts

    51
  • Joined

  • Last visited

Ayres's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. I'm having problems with the use obfuscator. Several programs have these errors when compiling with the obfuscator. Without using the OBFUSATOR not get match any mistake. What may be happening? Ex: D:\Program1_Obfuscated.au3(4569,45) : WARNING: $A50DB412B45Then: possibly used before declaration. If Execute($A23DB31560F) <> $A50DB412B45Then ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4569,45) : ERROR: multi-line 'If' missing 'Then'. If Execute($A23DB31560F) <> $A50DB412B45Then ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4571,1) : ERROR: missing Wend. EndIf ^ D:\Program1_Obfuscated.au3(4409,1) : REF: missing Wend. While ^ D:\Program1_Obfuscated.au3(4571,1) : ERROR: syntax error EndIf ^ D:\Program1_Obfuscated.au3(4569,45) : ERROR: $A50DB412B45Then: undeclared global variable. If Execute($A23DB31560F) <> $A50DB412B45Then ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(3,14) : ERROR: A3700201C62_(): undefined function. A3700201C62_() ~~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4,41) : ERROR: A3700201C62(): undefined function. global $A4330205C5C=A3700201C62($Os[0x1]) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4244,13) : ERROR: A3620502E2E(): undefined function. A3620502E2E() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4245,13) : ERROR: A552060201F(): undefined function. A552060201F() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4261,43) : ERROR: A0D20701514(): undefined function. TraySetOnEvent($A3887911162, "A0D20701514") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4319,13) : ERROR: A2B20A03003(): undefined function. A2B20A03003() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4330,13) : ERROR: A2020F0361D(): undefined function. A2020F0361D() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4331,13) : ERROR: A3120405255(): undefined function. A3120405255() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4394,13) : ERROR: A552090045D(): undefined function. A552090045D() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4412,13) : ERROR: A4320E06255(): undefined function. A4320E06255() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4428,13) : ERROR: A003000185B(): undefined function. A003000185B() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3(4436,13) : ERROR: A0720D00A3F(): undefined function. A0720D00A3F() ~~~~~~~~~~~~^ D:\Program1_Obfuscated.au3 - 16 error(s), 1 warning(s)
  2. Good morning! The "Find in files" of SciTE (1.73) crashed. He is not searching more on selected files. Does anyone know how to make it work again?
  3. I had seen the function, but I did not understand that it functioned in such a way. Very thanks!
  4. When I execute a compiled program of the AUTOIT and I run it, appears with icon that I chose to program in tray. Stopping mouse over icon it shows the name of the program. How I can change the name of the program for another text?
  5. I would like to make a program that informed me of the name of user in Messenger 7,5 (Windows XP). Somebody could help me?
  6. The program obtains to rename the file to TESTE.DLL, but it does not obtain exactly erases it with the new name also. $file=@ProgramFilesDir & "\google\GoogleToolbar1.dll" If FileExists($file) Then msgbox(0,$i,"Existe") FileMove($file,@ProgramFilesDir & "\google\Teste.txt") FileDelete(@ProgramFilesDir & "\google\Teste.txt") EndIf
  7. I obtain to renomear the archive with the command I MOVE, but I do not obtain erases it with command FILEDELETE. Why it will be?
  8. The path is correct and I already verified it including a msgbox in the code.
  9. I do not obtain to erase this archive with the following code, but I erases it manually. $file=@ProgramFilesDir & "\google\GoogleToolbar1.dll" If FileExists($file) Then FileDelete($file) EndIf
  10. Very thanks Larry!!!It could say me if it has another call to change wallpaper of the Windows? It functions work in all the versions of the Windows? Where I see all the available calls of user32.dll
  11. Some programming languages allow that if it defines an error routine that always will be executed when some error to occur in the execution of the program. The AUTOIT has this resource?
  12. How I use the AUTOIT to modify the color of desktop? Sample: RGB 216-216-216
  13. No macro of the AUTOIT informs the name of workgroup. It would be good for having this resource!
  14. How I make to know the name of the workgroup of a computer with Windows XP, using the AUTOIT? Thanks for all!
×
×
  • Create New...