dcomicboy

BabyCoin

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