-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblank.au3
38 lines (38 loc) · 1.81 KB
/
blank.au3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#NoTrayIcon
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=icon.ico
#AutoIt3Wrapper_Outfile=Blank.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_UPX_Parameters=-9 --strip-relocs=0 --compress-exports=0 --compress-icons=0
#AutoIt3Wrapper_Res_Description=Prince of Persia T2T Blank Exe
#AutoIt3Wrapper_Res_Fileversion=1.1.0.47
#AutoIt3Wrapper_Res_ProductVersion=1.1.0.47
#AutoIt3Wrapper_Res_LegalCopyright=2014, SalFisher47
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
#AutoIt3Wrapper_Res_SaveSource=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#Region ;**** Pragma Compile ****
#pragma compile(AutoItExecuteAllowed, true)
#pragma compile(Compression, 9)
#pragma compile(Compatibility, vista, win7, win8, win81, win10)
#pragma compile(InputBoxRes, true)
#pragma compile(CompanyName, 'SalFisher47')
#pragma compile(FileDescription, 'Prince of Persia T2T Blank Exe')
#pragma compile(FileVersion, 1.1.0.47)
#pragma compile(InternalName, 'Prince of Persia T2T Blank Exe')
#pragma compile(LegalCopyright, '2015, SalFisher47')
#pragma compile(OriginalFilename, Blank.exe)
#pragma compile(ProductName, 'Prince of Persia T2T Blank Exe')
#pragma compile(ProductVersion, 1.1.0.47)
#EndRegion ;**** Pragma Compile ****
; === UniCrack Installer.au3 =======================================================================================================
; Title .........: Prince of Persia T2T Blank Exe
; Version .......: 1.1.0.47
; AutoIt Version : 3.3.10.2
; Language ......: English
; Description ...: Prince of Persia T2T Blank Exe
; Author(s) .....: SalFisher47
; Last Modified .: July 06, 2015
; ==================================================================================================================================
Exit