Jump to content

XxShadowxX

Members
  • Posts

    6
  • Joined

  • Last visited

XxShadowxX's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Good...except that BlockInput = you can't close the BlueScreen. You should get BlockInputEx
  2. You probably shouldn't have revived this thread. Anyhow, finding the base address is only useful for static addresses.
  3. The brackets stand for optional arguments, they should not be in your actual script. Those two lines should look like: HotKeySet ( "BD" , "On") HotKeySet ( "BB" , "Off")
  4. Hmm...your example doesn't work for me. I'm on Windows Vista (maybe the API changed between Vista and 7?) See attached.
  5. AutoIt3Wrapper Version 2.0.1.24 This is just an example of the resources: #Region #AutoIt3Wrapper_Icon=[ICON GOES HERE] #AutoIt3Wrapper_Outfile=[EXE NAME GOES HERE] #AutoIt3Wrapper_Compression=4 #AutoIt3Wrapper_UseUpx=n #AutoIt3Wrapper_UseX64=n #AutoIt3Wrapper_Res_Comment=Example of the resources #AutoIt3Wrapper_Res_Description=Example of resources #AutoIt3Wrapper_Res_Fileversion=[VERSION #] #AutoIt3Wrapper_Res_LegalCopyright=[COPYRIGHT GOES HERE] #AutoIt3Wrapper_Res_requestedExecutionLevel=highestAvailable #EndRegion It's pretty basic, so I'm not quite sure why it would fail. If it helps, I'm using Windows Vista.
  6. This error happens when I try to add resources when I compile. Error: EndUpdateResource: Returncode = 0 - LastError:0:The operation completed successfully. I'm pretty sure that AutoIt3Wrapper shouldn't count this as an error because when I modified AutoIt3Wrapper and tried it, the resulting executable worked and had correct resources... Anyone know of any possible fixes?
×
×
  • Create New...