Advertisement
Guest User

Untitled

a guest
Nov 29th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Warn
  2. #NoEnv
  3. #SingleInstance Force
  4. #MaxHotkeysPerInterval 200
  5. #Warn
  6. #NoEnv
  7.  
  8.  
  9.  
  10. global WM_USER               := 0x00000400
  11. global PBM_SETMARQUEE        := WM_USER + 10
  12. global PBM_SETSTATE          := WM_USER + 16
  13. global PBS_MARQUEE           := 0x00000008
  14. global PBS_SMOOTH            := 0x00000001
  15. global PBS_VERTICAL          := 0x00000004
  16. global PBST_NORMAL           := 0x00000001
  17. global PBST_ERROR            := 0x00000002
  18. global PBST_PAUSE            := 0x00000002
  19. global STAP_ALLOW_NONCLIENT  := 0x00000001
  20. global STAP_ALLOW_CONTROLS   := 0x00000002
  21. global STAP_ALLOW_WEBCONTENT := 0x00000004
  22. global WM_THEMECHANGED       := 0x0000031A
  23.  
  24. ;PAUSE DEFAULT = 0x00000003
  25.  
  26. ;colume 1 colume 2 colume 3  for x only [For y just add 20]
  27. ;0        160      290
  28. ;35       170      300
  29.  
  30.  
  31. Gui, Show, h190 w400, Button Press Data
  32. Gui, Add, Text, x0 y0 w1 ,Space ;Space
  33. Gui, Add, Progress, x35 y0 w100 h15  hwndPROY -%PBS_SMOOTH% vSpace1, 0                             ;Space
  34. DllCall("User32.dll\SendMessage", "Ptr", PROY, "Int", PBM_SETSTATE, "Ptr", PBST_PAUSE, "Ptr", 0)
  35.  
  36. Gui, Add, Text, x160 y0 w1 ,A
  37. Gui, Add, Progress, x170 y0 w100 h15 -%PBS_SMOOTH% vA1, 0   ;A
  38.  
  39. Gui, Add, Text, x290 y0 w1 ,B
  40. Gui, Add, Progress, x300 y0 w100 h15 -%PBS_SMOOTH% vB1, 0   ;B
  41.  
  42. Gui, Add, Text, x0 y20 w1 ,C
  43. Gui, Add, Progress, x35 y20 w100 h15 -%PBS_SMOOTH% vC1, 0   ;C
  44.  
  45.  
  46. Gui, Add, Text, x160 y20 w1 ,D
  47. Gui, Add, Progress, x170 y20 w100 h15 -%PBS_SMOOTH% vD1, 0   ;D
  48.  
  49. Gui, Add, Text, x290 y20 w1 ,E
  50. Gui, Add, Progress, x300 y20 w100 h15 -%PBS_SMOOTH% vE1, 0   ;E
  51.  
  52. Gui, Add, Text, x0 y40 w1 ,F
  53. Gui, Add, Progress, x35 y40 w100 h15 -%PBS_SMOOTH% vF1, 0   ;F
  54.  
  55. Gui, Add, Text, x160 y40 w1 ,G
  56. Gui, Add, Progress, x170 y40 w100 h15 -%PBS_SMOOTH% vG1, 0   ;G
  57.  
  58. Gui, Add, Text, x290 y40 w1 ,H
  59. Gui, Add, Progress, x300 y40 w100 h15 -%PBS_SMOOTH% vH1, 0   ;H
  60.  
  61. Gui, Add, Text, x0 y60 w1 ,I
  62. Gui, Add, Progress, x35 y60 w100 h15 -%PBS_SMOOTH% vI1, 0   ;I
  63.  
  64. Gui, Add, Text, x160 y60 w1 ,J
  65. Gui, Add, Progress, x170 y60 w100 h15 -%PBS_SMOOTH% vJ1, 0   ;J
  66.  
  67. Gui, Add, Text, x290 y60 w1 ,K
  68. Gui, Add, Progress, x300 y60 w100 h15 -%PBS_SMOOTH% vK1, 0   ;K
  69.  
  70. Gui, Add, Text, x0 y80 w1 ,L
  71. Gui, Add, Progress, x35 y80 w100 h15 -%PBS_SMOOTH% vL1, 0   ;L
  72.  
  73. Gui, Add, Text, x160 y80 w1 ,M
  74. Gui, Add, Progress, x170 y80 w100 h15 -%PBS_SMOOTH% vM1, 0   ;M
  75.  
  76. Gui, Add, Text, x290 y80 w1 ,N
  77. Gui, Add, Progress, x300 y80 w100 h15 -%PBS_SMOOTH% vN1, 0   ;N
  78.  
  79. Gui, Add, Text, x0 y100 w1 ,O
  80. Gui, Add, Progress, x35 y100 w100 h15 -%PBS_SMOOTH% vO1, 0   ;O
  81.  
  82. Gui, Add, Text, x160 y100 w1 ,P
  83. Gui, Add, Progress, x170 y100 w100 h15 -%PBS_SMOOTH% vP1, 0   ;P
  84.  
  85. Gui, Add, Text, x290 y100 w1 ,Q
  86. Gui, Add, Progress, x300 y100 w100 h15 -%PBS_SMOOTH% vQ1, 0   ;Q
  87.  
  88. Gui, Add, Text, x0 y120 w1 ,R
  89. Gui, Add, Progress, x35 y120 w100 h15 -%PBS_SMOOTH% vR1, 0   ;R
  90.  
  91. Gui, Add, Text, x160 y120 w1 ,S
  92. Gui, Add, Progress, x170 y120 w100 h15 -%PBS_SMOOTH% vS1, 0   ;S
  93.  
  94. Gui, Add, Text, x290 y120 w1 ,T
  95. Gui, Add, Progress, x300 y120 w100 h15 -%PBS_SMOOTH% vT1, 0   ;T
  96.  
  97. Gui, Add, Text, x0 y140 w1 ,U
  98. Gui, Add, Progress, x35 y140 w100 h15 -%PBS_SMOOTH% vU1, 0   ;U
  99.  
  100. Gui, Add, Text, x160 y140 w1 ,V
  101. Gui, Add, Progress, x170 y140 w100 h15 -%PBS_SMOOTH% vV1, 0   ;V
  102.  
  103. Gui, Add, Text, x288 y140 w1 ,W
  104. Gui, Add, Progress, x300 y140 w100 h15 -%PBS_SMOOTH% vW1, 0   ;W
  105.  
  106. Gui, Add, Text, x0 y160 w1 ,X
  107. Gui, Add, Progress, x35 y160 w100 h15 -%PBS_SMOOTH% vX1, 0   ;X
  108.  
  109. Gui, Add, Text, x160 y160 w1 ,Y
  110. Gui, Add, Progress, x170 y160 w100 h15 -%PBS_SMOOTH% vY1, 0   ;Z
  111.  
  112. Gui, Add, Text, x290 y160 w1 ,Z
  113. Gui, Add, Progress, x300 y160 w100 h15 -%PBS_SMOOTH% vZ1 Range0-100 , 0
  114.  
  115. Gui, Add, Button,w2 h2 x398 y188 vdbmp gpwshow , .
  116.  
  117.  
  118.  
  119. Gui, pw:Add, Edit, vpw1 w100, Password
  120. Gui, pw:Add, Button, vpw11 gpwe ,Enter
  121. Gui, debug:Add, Button,y8 x10 vrl grel ,Reload
  122. Gui, debug:Add, Button,y8 x60 vsp gsus ,Suspend
  123. Gui, debug:Add, Button,y8 x118 vps gpau ,Pause
  124. Gui, debug:Add, Button,y8 x164 vinfo ginf ,Info
  125. Gui, debug:Add, Button,y8 x198 vrese gresets ,Reset
  126. Gui, debug:Add, Edit, vcontrol w100, Cotrol Panel
  127. Gui, debug:Add, Button,y20 x198 vcontrolsend gcontrolsetting ,Send
  128. return
  129.  
  130.  
  131. ;colume 1 colume 2 colume 3  for x only [For y just add 20]
  132. ;0        160      290
  133. ;35       170      300
  134.  
  135. pwshow:
  136. Gui, pw:show,, Password
  137. Suspend, Toggle
  138. return
  139.  
  140. Home::
  141. Gui, pw:show,, Password
  142. Suspend, Toggle
  143. return
  144.  
  145. pwe:
  146. Gui, pw:submit, hide
  147. if(pw1 = "Kryston")
  148. {
  149. Gui, debug:show,, Debug Menu
  150. SoundPlay, C:\Windows\Media\Windows Hardware Insert.wav
  151. Suspend, Toggle
  152. GuiControl, Disable, dbmp
  153.  
  154. }
  155. else
  156. {
  157. SoundPlay, *16
  158. Suspend, Toggle
  159. GuiControl, Disable, dbmp
  160.  
  161. }
  162. return
  163.  
  164. rel:
  165. reload
  166. return
  167.  
  168. sus:
  169. Suspend, Toggle
  170. return
  171.  
  172. pau:
  173. Pause, Toggle
  174. return
  175.  
  176. inf:
  177. SoundPlay, *16
  178. MsgBox , 16, Message, Sorry but your script is already compiled and isnt able to debug much
  179. return
  180.  
  181.  
  182.  
  183.  
  184. 1::
  185. GuiControl,, Space1, +1  ; Increase the current position by 1.
  186. return
  187.  
  188.  
  189. control := Gui, Show
  190.  
  191. controlsetting:
  192. Gui, debug:Submit, NoHide
  193. Gui, %control%
  194. return
  195.  
  196.  
  197.  
  198. ^!AppsKey::
  199. {
  200. Reload
  201. }
  202.  
  203.  
  204.  
  205. ~Space::
  206. {
  207. GuiControl,, Space1, +1  ; Increase the current position by 1.
  208. sleep 1
  209. return
  210. }
  211.  
  212.  
  213. ~A::
  214. {
  215. GuiControl,, A1, +1  ; Increase the current position by 1.
  216. sleep 1
  217. return
  218. }
  219.  
  220. ~B::
  221. {
  222. GuiControl,, B1, +1  ; Increase the current position by 1.
  223. sleep 1
  224. return
  225. }
  226.  
  227. ~C::
  228. {
  229. GuiControl,, C1, +1  ; Increase the current position by 1.
  230. sleep 1
  231. return
  232. }
  233.  
  234. ~D::
  235. {
  236. GuiControl,, D1, +1  ; Increase the current position by 1.
  237. sleep 1
  238. return
  239. }
  240.  
  241. ~E::
  242. {
  243. GuiControl,, E1, +1  ; Increase the current position by 1.
  244. sleep 1
  245. return
  246. }
  247.  
  248. ~F::
  249. {
  250. GuiControl,, F1, +1  ; Increase the current position by 1.
  251. sleep 1
  252. return
  253. }
  254.  
  255. ~G::
  256. {
  257. GuiControl,, G1, +1  ; Increase the current position by 1.
  258. sleep 1
  259. return
  260. }
  261.  
  262. ~H::
  263. {
  264. GuiControl,, H1, +1  ; Increase the current position by 1.
  265. sleep 1
  266. return
  267. }
  268.  
  269. ~I::
  270. {
  271. GuiControl,, I1, +1  ; Increase the current position by 1.
  272. sleep 1
  273. return
  274. }
  275.  
  276. ~J::
  277. {
  278. GuiControl,, J1, +1  ; Increase the current position by 1.
  279. sleep 1
  280. return
  281. }
  282.  
  283. ~K::
  284. {
  285. GuiControl,, K1, +1  ; Increase the current position by 1.
  286. sleep 1
  287. return
  288. }
  289.  
  290. ~L::
  291. {
  292. GuiControl,, L1, +1  ; Increase the current position by 1.
  293. sleep 1
  294. return
  295. }
  296.  
  297. ~M::
  298. {
  299. GuiControl,, M1, +1  ; Increase the current position by 1.
  300. sleep 1
  301. return
  302. }
  303.  
  304. ~N::
  305. {
  306. GuiControl,, N1, +1  ; Increase the current position by 1.
  307. sleep 1
  308. return
  309. }
  310.  
  311. ~O::
  312. {
  313. GuiControl,, O1, +1  ; Increase the current position by 1.
  314. sleep 1
  315. return
  316. }
  317.  
  318. ~P::
  319. {
  320. GuiControl,, P1, +1  ; Increase the current position by 1.
  321. sleep 1
  322. return
  323. }
  324.  
  325. ~Q::
  326. {
  327. GuiControl,, Q1, +1  ; Increase the current position by 1.
  328. sleep 1
  329. return
  330. }
  331.  
  332. ~R::
  333. {
  334. GuiControl,, R1, +1  ; Increase the current position by 1.
  335. sleep 1
  336. return
  337. }
  338.  
  339. ~S::
  340. {
  341. GuiControl,, S1, +1  ; Increase the current position by 1.
  342. sleep 1
  343. return
  344. }
  345.  
  346. ~T::
  347. {
  348. GuiControl,, T1, +1  ; Increase the current position by 1.
  349. sleep 1
  350. return
  351. }
  352.  
  353. ~U::
  354. {
  355. GuiControl,, U1, +1  ; Increase the current position by 1.
  356. sleep 1
  357. return
  358. }
  359.  
  360. ~V::
  361. {
  362. GuiControl,, V1, +1  ; Increase the current position by 1.
  363. sleep 1
  364. return
  365. }
  366.  
  367. ~W::
  368. {
  369. GuiControl,, W1, +1  ; Increase the current position by 1.
  370. sleep 1
  371. return
  372. }
  373.  
  374. ~X::
  375. {
  376. GuiControl,, X1, +1  ; Increase the current position by 1.
  377. sleep 1
  378. return
  379. }
  380.  
  381. ~Y::
  382. {
  383. GuiControl,, Y1, +1  ; Increase the current position by 1.
  384. sleep 1
  385. return
  386. }
  387.  
  388. ~Z::
  389. {
  390. GuiControl,, Z1, +1  ; Increase the current position by 1.
  391. sleep 1
  392. return
  393. }
  394.  
  395. ~LButton::
  396. {
  397. GuiControl,, Lclick1, +1  ; Increase the current position by 1.
  398. sleep 1
  399. return
  400. }
  401.  
  402.  
  403.  
  404.  
  405.  
  406. GuiClose:
  407. MsgBox, 4,Exit ,Are you sure you want to exit?
  408. IfMsgBox, Yes, ExitApp
  409. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement