Advertisement
Guest User

Untitled

a guest
Sep 30th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;#NoTrayIcon ;Ajic nerqevi znahok@ poqr
  2. ; Generated using SmartGUI Creator for SciTE
  3. Gui, New
  4. ;Gui, Add, Picture, w550 h650 BackgroundTrans, EarthPicFon.png
  5. Gui, Add, Picture, x0 y0 w550 h650 +BackgroundTrans, EarthPicFon4.png
  6. Gui, Font, S15 CBlack Bold +Center, Verdana
  7.  
  8. Start ()
  9. {
  10. ; Skills
  11. IniRead, d1Skill,                   settings.ini,   Skills,             Ability 1
  12. IniRead, d2Skill,                   settings.ini,   Skills,             Ability 2
  13. IniRead, d3Skill,                   settings.ini,   Skills,             Ability 3
  14. IniRead, dUltSkill,                 settings.ini,   Skills,             Ability Ult
  15. IniRead, d5Skill,                   settings.ini,   Skills,             Ability 5
  16. IniRead, d6Skill,                   settings.ini,   Skills,             Ability 6
  17. ;
  18. IniRead, d1SkillQ,              settings.ini,   Skills,             Ability quick cast 1
  19. IniRead, d2SkillQ,              settings.ini,   Skills,             Ability quick cast 2
  20. IniRead, d3SkillQ,              settings.ini,   Skills,             Ability quick cast 3
  21. IniRead, dUltSkillQ,            settings.ini,   Skills,             Ability quick cast Ult
  22. IniRead, d5SkillQ,              settings.ini,   Skills,             Ability quick cast 5
  23. IniRead, d6SkillQ,              settings.ini,   Skills,             Ability quick cast 6
  24. ; Items
  25. IniRead, d1Item,                    settings.ini,   Items,          Item 1
  26. IniRead, d2Item,                    settings.ini,   Items,          Item 2
  27. IniRead, d3Item,                    settings.ini,   Items,          Item 3
  28. IniRead, d4Item,                    settings.ini,   Items,          Item 4
  29. IniRead, d5Item,                    settings.ini,   Items,          Item 5
  30. IniRead, d6Item,                    settings.ini,   Items,          Item 6
  31. ;
  32. IniRead, d1ItemQ,               settings.ini,   Items,          Item quick cast 1
  33. IniRead, d2ItemQ,               settings.ini,   Items,          Item quick cast 2
  34. IniRead, d3ItemQ,               settings.ini,   Items,          Item quick cast 3
  35. IniRead, d4ItemQ,               settings.ini,   Items,          Item quick cast 4
  36. IniRead, d5ItemQ,               settings.ini,   Items,          Item quick cast 5
  37. IniRead, d6ItemQ,               settings.ini,   Items,          Item quick cast 6
  38. ; Combos
  39. IniRead, dCombo1,           settings.ini,   Combos,         Combo 1
  40. IniRead, dCombo2,           settings.ini,   Combos,         Combo 2
  41. IniRead, dCombo3,           settings.ini,   Combos,         Combo 3
  42. IniRead, dCombo4,           settings.ini,   Combos,         Combo 4
  43. ; Other
  44. IniRead, dAttack,               settings.ini,   Other,          Attack
  45. IniRead, dAttackQ,              settings.ini,   Other,          Attack quick cast
  46. IniRead, dMove,                     settings.ini,   Other,          Movement
  47. IniRead, dMoveQ,                settings.ini,   Other,          Movement quick cast
  48. IniRead, dAltMove,              settings.ini,   Other,          AltMove
  49. IniRead, dAltModif,             settings.ini,   Other,          AltModificator
  50. }
  51. Start ()
  52.  
  53. ;Gui, Add, Hotkey, xp+30 yp+30 w150 h190,
  54. Gui, Color, 36393f
  55. ;Gui, Color, ff0000
  56. Gui, Add, Hotkey, x60 y40 w90 h30 vdCombo1, %dCombo1% ;First Hotkey
  57. Gui, Add, Hotkey, xp+170 yp+0 w90 h30 vdCombo2, %dCombo2% ;Second Hotkey
  58. Gui, Add, Hotkey, xp+170 yp+0 w90 h30 vdCombo3,  %dCombo3% ;Third Hotkey
  59. Gui, Font, S12 CWhite Underline Bold , Verdana
  60. Gui, Add, Text, x40 y80 w130 h25 +Center, Invicible Stone ;First Name
  61. Gui, Add, Text, xp+170 yp+0 w130 h25 +Center, Attack Combo ;Second Name
  62. Gui, Add, Text, xp+170 yp+0 w130 h25 +Center, Escape Combo ;Third Name
  63. Gui, Font, Norm
  64. ;
  65. Gui, Font, S9 CWhite , Verdana
  66. Gui, Add, Text, x30 y105 w120 h20, 1.Rolling Boulder ;1 tox 1 blok
  67. Gui, Font, S9 CWhite Bold, Verdana
  68. Gui, Add, Text, xp+190 yp+0 w112 h20, Нажатие кнопки ;1 tox 2 blok
  69. Gui, Font, Norm
  70. Gui, Add, Text, xp+150 yp+0 w130 h20, 1.Rolling Boulder ; 1 tox 3 blok
  71. ;
  72. Gui, Add, Text, x30 y125 w120 h20, 2.Stone Remnant ;2 tox 1 blok
  73. Gui, Add, Text, xp+170 yp+0 w130 h20, 1.Stone Remnant ;2 tox 2 blok
  74. Gui, Add, Text, xp+170 yp+0 w130 h20, 2.Stone Remnant ; 2 tox 3 blok
  75. ;
  76. Gui, Add, Text, x30 y145 w120 h20, 3.Geomagnet Grip ;3 tox 1 blok
  77. Gui, Add, Text, xp+170 yp+0 w130 h20, 2.Boulder Smash ;3 tox 2 blok
  78. ;Gui, Add, Text, xp+170 yp+0 w130 h20, 3.Stone Remnant ;3 tox 3 blok
  79. Gui, Font, S9 CWhite Bold, Verdana
  80. Gui, Add, Text, x220 y165 w112 h20, Отжатие кнопки ;4 tox 2 blok
  81. Gui, Font, Norm
  82. Gui, Add, Text, xp-20 yp+20 w130 h20, 3.Rolling Boulder ;5 tox 2 blok
  83. Gui, Add, Text, xp+0 yp+20 w130 h20, 4.Geomagnet Grip ;5 tox 2 blok
  84. Gui, Add, Text, xp+0 yp+20 w130 h20, 5.Magnetize ;5 tox 2 blok
  85.  
  86. ;Items . Items . Items . Items . Items . Items . Items . Items . Items .
  87. ;1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .1 Blok .
  88. Gui, Add, Picture, x30 y250 w40 h30, Screenshot2.png ;1 blok 1 item
  89. Gui, Add, Picture, xp+55 y250 w40 h30, Screenshot2.png ;1blok 2 item
  90. Gui, Add, Picture, xp+55 y250 w40 h30, Screenshot2.png ;1blok 3 item
  91.  
  92. Gui, Add, Picture, x30 yp+40 w40 h30, Screenshot2.png ;1blok 4 item
  93. Gui, Add, Picture, xp+55  yp+0 w40 h30, Screenshot2.png ;1blok 5 item
  94. Gui, Add, Picture, xp+55  yp+0 w40 h30, Screenshot2.png ;1blok 6 item
  95. ;
  96. ;2 blok . 2 blok . 2 blok . 2 blok . 2 blok . 2 blok . 2 blok . 2 blok . 2 blok . 2 blok .
  97. Gui, Add, Picture, x200     y250 w40 h30, Screenshot2.png ;2 blok 1 item
  98. Gui, Add, Picture, xp+55 y250 w40 h30, Screenshot2.png ;2 blok 2 item
  99. Gui, Add, Picture, xp+55 y250 w40 h30, Screenshot2.png ;2 blok 3 item
  100. ;
  101. Gui, Add, Picture, x200     yp+40 w40 h30, Screenshot2.png ;2 blok 3 item
  102. Gui, Add, Picture, xp+55 yp+0 w40 h30, Screenshot2.png ;2 blok 4 item
  103. Gui, Add, Picture, xp+55 yp+0 w40 h30, Screenshot2.png ;2 blok 5 item
  104. ;
  105. ;3 blok . 3 blok . 3 blok . 3 blok . 3 blok . 3 blok . 3 blok . 3 blok . 3 blok . 3 blok .
  106. Gui, Add, Picture, x370     y250 w40 h30, Screenshot2.png ;3blok 1 item
  107. Gui, Add, Picture, xp+55 y250 w40 h30, Screenshot2.png ;3 blok 2 item
  108. Gui, Add, Picture, xp+55 y250 w40 h30, Screenshot2.png ;3 blok 3 item
  109. ;
  110. Gui, Add, Picture, x370     yp+40 w40 h30, Screenshot2.png ;3 blok 3 item
  111. Gui, Add, Picture, xp+55 yp+0 w40 h30, Screenshot2.png ;3 blok 4 item
  112. Gui, Add, Picture, xp+55 yp+0 w40 h30, Screenshot2.png ;3 blok 5 item
  113. ;a
  114.  
  115. ;
  116. ;
  117. Gui, Font, S13 CWhite Bold , Verdana
  118. Gui, Add, Text, x151 y102 w30 h20 +Center , %d2SkillQ%  ;1tox 1blok
  119. ;Gui, Add, Text, xp+170 yp+0 w30 h25 +Center, F ;1 tox 2 blok
  120. Gui, Add, Text, xp+340 yp+0 w30 h25 +Center, W ;1tox 3 blok
  121. ;
  122. Gui, Add, Text, x151 y122 w30 h20 +Center, F ;2tox 1blok
  123. Gui, Add, Text, xp+170 yp+0 w30 h25 +Center, F ;2tox 2blok
  124. Gui, Add, Text, xp+170 yp+0 w30 h25 +Center, F  ;2tox 3blok
  125. ;
  126. Gui, Add, Text, x151 y142 w30 h20 +Center, Q  ;3tox 1blok
  127. Gui, Add, Text, xp+170 yp+0 w30 h25 +Center, Q  ;3tox 2blok
  128. ;Gui, Add, Text, xp+170 yp+0 w30 h25 +Center, E  ;3tox 3blok
  129.  
  130.  
  131. Gui, Add, Text, x321 y182  w30 h25 +Center, W  ;3tox 2blok
  132. Gui, Add, Text, x321 y202  w30 h25 +Center, E  ;3tox 2blok
  133. Gui, Add, Text, x321 y222  w30 h25 +Center, R  ;3tox 2blok
  134. Gui, Add, Checkbox, x288 y221  w20 h25 +Center,  ;Ultimate checkbox
  135.  
  136. Gui, Add, Picture, x40 y330 w70 h70 border, ability1.jpg
  137. Gui, Add, Picture, xp+100 y330 w70 h70 border, ability2.jpg
  138. Gui, Add, Picture, xp+100 y330 w70 h70 border, ability3.jpg
  139. Gui, Add, Picture, xp+100 y330 w70 h70 border, ability5.jpg
  140. Gui, Add, Picture, xp+100 y330 w70 h70 border, ability4.jpg
  141.  
  142. Gui, Font, S13 CWhite Bold , Verdana
  143. Gui, Add, Text, x43 y378 w13 h20, 1
  144. Gui, Add, Text, x143 y378 w13 h20, 2
  145. Gui, Add, Text, x243 y378 w13 h20, 3
  146. Gui, Add, Text, x343 y378 w13 h20, 5
  147. Gui, Add, Text, x443 y378 w13 h20, U
  148. Gui, Font, S8 CWhite Bold , Verdana
  149. Gui, Add, Hotkey, x60 y378 w50 h20 vd1SkillQ, %d1SkillQ% ;First ability bind
  150. Gui, Add, Hotkey, x160 y378 w50 h20 vd2SkillQ, %d2SkillQ% ;Second ability bind
  151. Gui, Add, Hotkey, x260 y378 w50 h20 vd3SkillQ, %d3SkillQ% ;Third ability bind
  152. Gui, Add, Hotkey, x360 y378 w50 h20 vd5SkillQ, %d5SkillQ% ;Remnant ability bind
  153. Gui, Add, Hotkey, x460 y378 w50 h20 vdUltSkillQ, %dUltSkillQ%  ;Ultimate ability bind
  154.  
  155. Gui, Add, CheckBox, x55 y265 w15 h15, ;1 blok 1item
  156. Gui, Add, CheckBox, xp+55 yp+0 w15 h15,  ;1 blok 2item
  157. Gui, Add, CheckBox, xp+55 yp+0 w15 h15, ;1 blok 3item
  158. Gui, Add, CheckBox, x55 yp+40 w15 h15,  ;1blok 4 item
  159. Gui, Add, CheckBox, xp+55  yp+0 w15 h15,  ;1blok 5 item
  160. Gui, Add, CheckBox, xp+55  yp+0 w15 h15, ;1blok 6 item
  161. ;
  162. Gui, Add, CheckBox, x225    y265 w15 h15, ;2 blok 1 item
  163. Gui, Add, CheckBox, xp+55 yp+0 w15 h15,  ;2 blok 2 item
  164. Gui, Add, CheckBox, xp+55 yp+0 w15 h15,  ;2 blok 3 item
  165. Gui, Add, CheckBox, x225 yp+40 w15 h15,  ;2blok 4 item
  166. Gui, Add, CheckBox, xp+55  yp+0 w15 h15,  ;2blok 5 item
  167. Gui, Add, CheckBox, xp+55  yp+0 w15 h15, ;2blok 6 item
  168. ;
  169. Gui, Add, CheckBox, x395    y265 w15 h15, ;3 blok 1 item
  170. Gui, Add, CheckBox, xp+55 yp+0 w15 h15,  ;3 blok 2 item
  171. Gui, Add, CheckBox, xp+55 yp+0 w15 h15,  ;3 blok 3 item
  172. Gui, Add, CheckBox, x395 yp+40 w15 h15,  ;3blok 4 item
  173. Gui, Add, CheckBox, xp+55  yp+0 w15 h15,  ;3blok 5 item
  174. Gui, Add, CheckBox, xp+55  yp+0 w15 h15, ;3blok 6 item
  175. ;Gui, Add, Picture, x20 y30 w5 h300, golden.png
  176. ;Perem = Sc10
  177. ;Hotkey, %Perem%, MyLabel
  178. Gui, Show, w550 h650, Untitled GUI
  179. Gui, Font, S10 CWhite Bold , Verdana
  180. gui, Add, Button,   x42 y442 w78 h30 gPoint1, Reload Script
  181.  
  182. ;Gui, Add, Picture, x90 y400 BackgroundTrans, Test.png
  183. return
  184.  
  185.  
  186.  
  187. Point1:
  188. GuiControlGet, dCombo1
  189. GuiControlGet, dCombo2
  190. GuiControlGet, dCombo3
  191.  
  192. GuiControlGet, d1SkillQ
  193. GuiControlGet, d2SkillQ
  194. GuiControlGet, d3SkillQ
  195. GuiControlGet, dUltSkillQ
  196. GuiControlGet, d5SkillQ
  197.  
  198.  
  199. IniWrite, %dCombo1%, settings.ini, Combos, Combo 1
  200. IniWrite, %dCombo2%, settings.ini, Combos, Combo 2
  201. IniWrite, %dCombo3%, settings.ini, Combos, Combo 3
  202.  
  203. IniWrite, %d1SkillQ%,       settings.ini,   Skills,         Ability quick cast 1
  204. IniWrite, %d2SkillQ%,       settings.ini,   Skills,         Ability quick cast 2
  205. IniWrite, %d3SkillQ%,       settings.ini,   Skills,         Ability quick cast 3
  206. IniWrite, %dUltSkillQ%,     settings.ini,   Skills,         Ability quick cast Ult
  207. IniWrite, %d5SkillQ%,       settings.ini,   Skills,         Ability quick cast 5
  208.  
  209. Reload
  210. return
  211.  
  212.  
  213. /*
  214. MyLabel:
  215. MsgBox You pressed %A_ThisHotkey%.
  216. return
  217. */
  218. GuiClose:
  219. GuiControlGet, dCombo1
  220. GuiControlGet, dCombo2
  221. GuiControlGet, dCombo3
  222.  
  223. GuiControlGet, d1SkillQ
  224. GuiControlGet, d2SkillQ
  225. GuiControlGet, d3SkillQ
  226. GuiControlGet, dUltSkillQ
  227. GuiControlGet, d5SkillQ
  228.  
  229.  
  230. IniWrite, %dCombo1%, settings.ini, Combos, Combo 1
  231. IniWrite, %dCombo2%, settings.ini, Combos, Combo 2
  232. IniWrite, %dCombo3%, settings.ini, Combos, Combo 3
  233.  
  234. IniWrite, %d1SkillQ%,       settings.ini,   Skills,         Ability quick cast 1
  235. IniWrite, %d2SkillQ%,       settings.ini,   Skills,         Ability quick cast 2
  236. IniWrite, %d3SkillQ%,       settings.ini,   Skills,         Ability quick cast 3
  237. IniWrite, %dUltSkillQ%,     settings.ini,   Skills,         Ability quick cast Ult
  238. IniWrite, %d5SkillQ%,       settings.ini,   Skills,         Ability quick cast 5
  239. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement