Jump to content

CodeFOB

Members
  • Posts

    8
  • Joined

  • Last visited

CodeFOB's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I read into both, what exactly is the difference between AutoitWinSetTitle and WinSetTitle
  2. How do you do this exactly? Thankyou
  3. Hello I am noticing with my compiled .exe's I get "autoit v3" when using debuggers as Window title for example http://puu.sh/beBsZ/c82633a209.png How can I change the default window title? My script does not use a GUI.
  4. Perfect explanation, I love you thankyou
  5. Thankyou for response, last question. Lets say a "heavy" encryption method is used to only run on a certain computer(Enviroment-Dependent). And somehow someone gets a hold of that .exe. Would the data still be injected in memory when that person trys to run it? Also is there a way to exclude a certain function from encryption? I notice functions that use Writeprocessmemory that are encrypted slow its function or gives it a delay
  6. Does it stay encrypted in memory? And only decrypted when that resource is needed?
  7. Thank you so much for the quick response! I will definitely try this method, it is exactly what I was looking for.
  8. Hello RTFC I am able to obfuscate and encrypt my autoit flawless and works perfectly on my computer. But I am noticing on someone else computer it doesn't run properly. Could this be because I have using $CCKey[3] which uses my computer username? So I am guessing it only decrypts on my computer with that option? How could I set the encryption so any computer can use the file without a prompt?
×
×
  • Create New...