Jump to content

TheDcoder

Active Members
  • Posts

    7,103
  • Joined

  • Days Won

    88

Everything posted by TheDcoder

  1. Try Disabling Spy++ Control Detection Logic [Ctrl + Alt + S to toggle]
  2. Please open a new thread
  3. Global $Runtime = TimerInit() ; This is the first line of your script ; ; YOUR CODE HERE ; $Runtime / 1000 = $RuntimeInSeconds MsgBox(0, "Runtime", "Total Runtime: " & $RuntimeInSeconds & " Seconds.") More friendly version....
  4. Global $Runtime = TimerInit() ; This is the first line of your script ; ; YOUR CODE HERE ; MsgBox(0, "Runtime", TimerDiff($Runtime))
  5. Please read the help file
  6. RunAsWait($sUserName, $sDomain, $sPassword, 0, ("msiexec /i "C:FileInstaller.msi"")) The Highlighted quote is ending the string, so use this: RunAsWait($sUserName, $sDomain, $sPassword, 0, ('msiexec /i "C:FileInstaller.msi"'))
  7. This sentence is gonna get your thread locked....
  8. Anyway, I think its a good practice to verify files with our own little autoit algorithm
  9. @orbs Please read the question carefully
  10. Isn't it only for MVP's? (I voted because I felt like it)
  11. @TheSaint Why, isn't it found in the old forums?
  12. @Jos I found my answer here
  13. AutoIt 2 ?
  14. I vote for #6 because it show the simplicity of AutoIt, All the other examples are hard to understand for beginners (incl me)
  15. You can download it >here, also you need this
  16. You can't, AutoIt does not allow you decompile the script and this type of threads are prohibited in the forum . Please read Forum Rules Oops Sorry
  17. This is strange, Today I tried to compile it with UPX Disabled but it gave out the same error, I solved it by ticking "Use UPX" and again un-ticking the the same option.... Might be a bug, Will try Jos's suggestion and post the result here
  18. Pretty Old Thread, Isn't DosBox a (game) Emulator?
  19. Hello again, I solved this problem by disabling UPX
  20. @ricky03 Thanks for the suggestion but it did not work
  21. Hello, I am having a strange error, here is a screenshot below: Thanks in Advance
×
×
  • Create New...