Advertisement
snajper23

start of 18 accs NEW

Jul 10th, 2021
6,915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 47.38 KB | None | 0 0
  1. ;0_1
  2. $steam = ("snajper610") ;указываем ваш логин
  3. $sda = ("D:\Program Files\SDA-1.0.10\Steam Desktop Authenticator.exe") ;указываем путь для сда
  4. Run(@ScriptDir & '\' & $steam & '_cs.bat') ; запускаем батник в папке с этим скриптом
  5. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  6. if not WinExists("Steam Desktop Authenticator") Then ; проверка запущен ли сда
  7.    Run($sda) ; запускаем sda
  8.    $b = 0
  9.    While $b = 0
  10.       $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  11.       If $d <> "" Then
  12.          $b = 1
  13.       EndIf
  14.    WEnd
  15. EndIf
  16. WinActivate("Steam Desktop Authenticator")
  17. WinWaitActive("Steam Desktop Authenticator")
  18. Sleep (300)
  19. WinMove("Steam Desktop Authenticator", "", 1408, 296) ; перемещаем сда для удобства
  20. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  21. Sleep (300)
  22. Send("{end}")
  23. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  24. Send("{home}")
  25. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  26. $b = 0
  27. $c = "Account: " & $steam ; название акка из сда
  28. if $a = $c Then
  29.    $b = 1
  30. EndIf
  31. While $b <>1
  32.    Send("{down 1}")
  33.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  34.    if $a = $c Then
  35.       $b = 1
  36.    EndIf
  37.    if $b <> 1 and $a = $sda then
  38.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  39.       Exit
  40.    EndIf
  41. WEnd
  42. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  43. ClipPut($d)
  44. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  45. WinActivate("Steam Guard — Необходима авторизация компьютера")
  46. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  47. Send('+{INS}')
  48. Send("{enter}")
  49. WinActivate("Counter-Strike: Global Offensive — Steam")
  50. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  51. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  52. WinExists("Counter-Strike: Global Offensive")
  53. WinActivate("Counter-Strike: Global Offensive")
  54. WinWaitActive("Counter-Strike: Global Offensive")
  55. $z = 0
  56. while $z = 0
  57.    $x = WinGetPos("Counter-Strike: Global Offensive")
  58.    if $x[2] < 420 and $x[3] < 420 Then
  59.       $z = 1
  60.    EndIf
  61. WEnd
  62. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam) ; переименовуем кс
  63. $m = 0
  64. While $m = 0
  65.    $k = Winlist()
  66.    for $i = 1 to $k[0][0]
  67.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  68.          $m = 1
  69.       EndIf
  70.    Next
  71.    if $m = 0 Then
  72.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam) ; переименовуем кс 2
  73.    EndIf
  74. WEnd
  75. WinExists("csgo - "& $steam)
  76. WinWaitActive("csgo - "& $steam)
  77. Sleep (3000)
  78. $x = WinGetPos("csgo - "& $steam)
  79. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1) ; нажать играть
  80. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1) ; нажать бой на смерть
  81. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1) ; нажать начать
  82.  
  83. ;0_2
  84. $steam = ("snajper6102")
  85. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  86. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  87. WinActivate("Steam Desktop Authenticator")
  88. WinWaitActive("Steam Desktop Authenticator")
  89. Sleep (300)
  90. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  91. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  92. Sleep (300)
  93. Send("{end}")
  94. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  95. Send("{home}")
  96. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  97. $b = 0
  98. $c = "Account: " & $steam
  99. if $a = $c Then
  100.    $b = 1
  101. EndIf
  102. While $b <>1
  103.    Send("{down 1}")
  104.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  105.    if $a = $c Then
  106.       $b = 1
  107.    EndIf
  108.    if $b <> 1 and $a = $sda then
  109.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  110.       Exit
  111.    EndIf
  112. WEnd
  113. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  114. ClipPut($d)
  115. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  116. WinActivate("Steam Guard — Необходима авторизация компьютера")
  117. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  118. Send('+{INS}')
  119. Send("{enter}")
  120. WinActivate("Counter-Strike: Global Offensive — Steam")
  121. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  122. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  123. WinExists("Counter-Strike: Global Offensive")
  124. WinActivate("Counter-Strike: Global Offensive")
  125. WinWaitActive("Counter-Strike: Global Offensive")
  126. $z = 0
  127. while $z = 0
  128.    $x = WinGetPos("Counter-Strike: Global Offensive")
  129.    if $x[2] < 420 and $x[3] < 420 Then
  130.       $z = 1
  131.    EndIf
  132. WEnd
  133. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  134. $m = 0
  135. While $m = 0
  136.    $k = Winlist()
  137.    for $i = 1 to $k[0][0]
  138.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  139.          $m = 1
  140.       EndIf
  141.    Next
  142.    if $m = 0 Then
  143.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  144.    EndIf
  145. WEnd
  146. WinExists("csgo - "& $steam)
  147. WinWaitActive("csgo - "& $steam)
  148. Sleep (3000)
  149. $x = WinGetPos("csgo - "& $steam)
  150. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  151. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  152. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  153.  
  154. ;1_1
  155. $steam = ("saloman610")
  156. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  157. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  158. WinActivate("Steam Desktop Authenticator")
  159. WinWaitActive("Steam Desktop Authenticator")
  160. Sleep (300)
  161. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  162. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  163. Sleep (300)
  164. Send("{end}")
  165. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  166. Send("{home}")
  167. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  168. $b = 0
  169. $c = "Account: " & $steam
  170. if $a = $c Then
  171.    $b = 1
  172. EndIf
  173. While $b <>1
  174.    Send("{down 1}")
  175.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  176.    if $a = $c Then
  177.       $b = 1
  178.    EndIf
  179.    if $b <> 1 and $a = $sda then
  180.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  181.       Exit
  182.    EndIf
  183. WEnd
  184. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  185. ClipPut($d)
  186. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  187. WinActivate("Steam Guard — Необходима авторизация компьютера")
  188. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  189. Send('+{INS}')
  190. Send("{enter}")
  191. WinActivate("Counter-Strike: Global Offensive — Steam")
  192. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  193. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  194. WinExists("Counter-Strike: Global Offensive")
  195. WinActivate("Counter-Strike: Global Offensive")
  196. WinWaitActive("Counter-Strike: Global Offensive")
  197. $z = 0
  198. while $z = 0
  199.    $x = WinGetPos("Counter-Strike: Global Offensive")
  200.    if $x[2] < 420 and $x[3] < 420 Then
  201.       $z = 1
  202.    EndIf
  203. WEnd
  204. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  205. $m = 0
  206. While $m = 0
  207.    $k = Winlist()
  208.    for $i = 1 to $k[0][0]
  209.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  210.          $m = 1
  211.       EndIf
  212.    Next
  213.    if $m = 0 Then
  214.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  215.    EndIf
  216. WEnd
  217. WinExists("csgo - "& $steam)
  218. WinWaitActive("csgo - "& $steam)
  219. Sleep (3000)
  220. $x = WinGetPos("csgo - "& $steam)
  221. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  222. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  223. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  224.  
  225. ;1_2
  226. $steam = ("saloman6102")
  227. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  228. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  229. WinActivate("Steam Desktop Authenticator")
  230. WinWaitActive("Steam Desktop Authenticator")
  231. Sleep (300)
  232. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  233. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  234. Sleep (300)
  235. Send("{end}")
  236. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  237. Send("{home}")
  238. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  239. $b = 0
  240. $c = "Account: " & $steam
  241. if $a = $c Then
  242.    $b = 1
  243. EndIf
  244. While $b <>1
  245.    Send("{down 1}")
  246.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  247.    if $a = $c Then
  248.       $b = 1
  249.    EndIf
  250.    if $b <> 1 and $a = $sda then
  251.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  252.       Exit
  253.    EndIf
  254. WEnd
  255. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  256. ClipPut($d)
  257. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  258. WinActivate("Steam Guard — Необходима авторизация компьютера")
  259. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  260. Send('+{INS}')
  261. Send("{enter}")
  262. WinActivate("Counter-Strike: Global Offensive — Steam")
  263. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  264. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  265. WinExists("Counter-Strike: Global Offensive")
  266. WinActivate("Counter-Strike: Global Offensive")
  267. WinWaitActive("Counter-Strike: Global Offensive")
  268. $z = 0
  269. while $z = 0
  270.    $x = WinGetPos("Counter-Strike: Global Offensive")
  271.    if $x[2] < 420 and $x[3] < 420 Then
  272.       $z = 1
  273.    EndIf
  274. WEnd
  275. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  276. $m = 0
  277. While $m = 0
  278.    $k = Winlist()
  279.    for $i = 1 to $k[0][0]
  280.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  281.          $m = 1
  282.       EndIf
  283.    Next
  284.    if $m = 0 Then
  285.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  286.    EndIf
  287. WEnd
  288. WinExists("csgo - "& $steam)
  289. WinWaitActive("csgo - "& $steam)
  290. Sleep (3000)
  291. $x = WinGetPos("csgo - "& $steam)
  292. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  293. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  294. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  295.  
  296. ;1_3
  297. $steam = ("saloman6103")
  298. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  299. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  300. WinActivate("Steam Desktop Authenticator")
  301. WinWaitActive("Steam Desktop Authenticator")
  302. Sleep (300)
  303. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  304. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  305. Sleep (300)
  306. Send("{end}")
  307. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  308. Send("{home}")
  309. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  310. $b = 0
  311. $c = "Account: " & $steam
  312. if $a = $c Then
  313.    $b = 1
  314. EndIf
  315. While $b <>1
  316.    Send("{down 1}")
  317.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  318.    if $a = $c Then
  319.       $b = 1
  320.    EndIf
  321.    if $b <> 1 and $a = $sda then
  322.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  323.       Exit
  324.    EndIf
  325. WEnd
  326. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  327. ClipPut($d)
  328. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  329. WinActivate("Steam Guard — Необходима авторизация компьютера")
  330. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  331. Send('+{INS}')
  332. Send("{enter}")
  333. WinActivate("Counter-Strike: Global Offensive — Steam")
  334. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  335. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  336. WinExists("Counter-Strike: Global Offensive")
  337. WinActivate("Counter-Strike: Global Offensive")
  338. WinWaitActive("Counter-Strike: Global Offensive")
  339. $z = 0
  340. while $z = 0
  341.    $x = WinGetPos("Counter-Strike: Global Offensive")
  342.    if $x[2] < 420 and $x[3] < 420 Then
  343.       $z = 1
  344.    EndIf
  345. WEnd
  346. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  347. $m = 0
  348. While $m = 0
  349.    $k = Winlist()
  350.    for $i = 1 to $k[0][0]
  351.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  352.          $m = 1
  353.       EndIf
  354.    Next
  355.    if $m = 0 Then
  356.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  357.    EndIf
  358. WEnd
  359. WinExists("csgo - "& $steam)
  360. WinWaitActive("csgo - "& $steam)
  361. Sleep (3000)
  362. $x = WinGetPos("csgo - "& $steam)
  363. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  364. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  365. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  366.  
  367. ;1_4
  368. $steam = ("saloman6104")
  369. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  370. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  371. WinActivate("Steam Desktop Authenticator")
  372. WinWaitActive("Steam Desktop Authenticator")
  373. Sleep (300)
  374. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  375. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  376. Sleep (300)
  377. Send("{end}")
  378. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  379. Send("{home}")
  380. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  381. $b = 0
  382. $c = "Account: " & $steam
  383. if $a = $c Then
  384.    $b = 1
  385. EndIf
  386. While $b <>1
  387.    Send("{down 1}")
  388.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  389.    if $a = $c Then
  390.       $b = 1
  391.    EndIf
  392.    if $b <> 1 and $a = $sda then
  393.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  394.       Exit
  395.    EndIf
  396. WEnd
  397. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  398. ClipPut($d)
  399. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  400. WinActivate("Steam Guard — Необходима авторизация компьютера")
  401. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  402. Send('+{INS}')
  403. Send("{enter}")
  404. WinActivate("Counter-Strike: Global Offensive — Steam")
  405. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  406. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  407. WinExists("Counter-Strike: Global Offensive")
  408. WinActivate("Counter-Strike: Global Offensive")
  409. WinWaitActive("Counter-Strike: Global Offensive")
  410. $z = 0
  411. while $z = 0
  412.    $x = WinGetPos("Counter-Strike: Global Offensive")
  413.    if $x[2] < 420 and $x[3] < 420 Then
  414.       $z = 1
  415.    EndIf
  416. WEnd
  417. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  418. $m = 0
  419. While $m = 0
  420.    $k = Winlist()
  421.    for $i = 1 to $k[0][0]
  422.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  423.          $m = 1
  424.       EndIf
  425.    Next
  426.    if $m = 0 Then
  427.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  428.    EndIf
  429. WEnd
  430. WinExists("csgo - "& $steam)
  431. WinWaitActive("csgo - "& $steam)
  432. Sleep (3000)
  433. $x = WinGetPos("csgo - "& $steam)
  434. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  435. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  436. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  437.  
  438. ;1_5
  439. $steam = ("saloman6105")
  440. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  441. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  442. WinActivate("Steam Desktop Authenticator")
  443. WinWaitActive("Steam Desktop Authenticator")
  444. Sleep (300)
  445. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  446. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  447. Sleep (300)
  448. Send("{end}")
  449. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  450. Send("{home}")
  451. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  452. $b = 0
  453. $c = "Account: " & $steam
  454. if $a = $c Then
  455.    $b = 1
  456. EndIf
  457. While $b <>1
  458.    Send("{down 1}")
  459.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  460.    if $a = $c Then
  461.       $b = 1
  462.    EndIf
  463.    if $b <> 1 and $a = $sda then
  464.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  465.       Exit
  466.    EndIf
  467. WEnd
  468. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  469. ClipPut($d)
  470. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  471. WinActivate("Steam Guard — Необходима авторизация компьютера")
  472. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  473. Send('+{INS}')
  474. Send("{enter}")
  475. WinActivate("Counter-Strike: Global Offensive — Steam")
  476. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  477. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  478. WinExists("Counter-Strike: Global Offensive")
  479. WinActivate("Counter-Strike: Global Offensive")
  480. WinWaitActive("Counter-Strike: Global Offensive")
  481. $z = 0
  482. while $z = 0
  483.    $x = WinGetPos("Counter-Strike: Global Offensive")
  484.    if $x[2] < 420 and $x[3] < 420 Then
  485.       $z = 1
  486.    EndIf
  487. WEnd
  488. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  489. $m = 0
  490. While $m = 0
  491.    $k = Winlist()
  492.    for $i = 1 to $k[0][0]
  493.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  494.          $m = 1
  495.       EndIf
  496.    Next
  497.    if $m = 0 Then
  498.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  499.    EndIf
  500. WEnd
  501. WinExists("csgo - "& $steam)
  502. WinWaitActive("csgo - "& $steam)
  503. Sleep (3000)
  504. $x = WinGetPos("csgo - "& $steam)
  505. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  506. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  507. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  508.  
  509. ;1_6
  510. $steam = ("saloman6106")
  511. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  512. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  513. WinActivate("Steam Desktop Authenticator")
  514. WinWaitActive("Steam Desktop Authenticator")
  515. Sleep (300)
  516. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  517. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  518. Sleep (300)
  519. Send("{end}")
  520. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  521. Send("{home}")
  522. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  523. $b = 0
  524. $c = "Account: " & $steam
  525. if $a = $c Then
  526.    $b = 1
  527. EndIf
  528. While $b <>1
  529.    Send("{down 1}")
  530.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  531.    if $a = $c Then
  532.       $b = 1
  533.    EndIf
  534.    if $b <> 1 and $a = $sda then
  535.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  536.       Exit
  537.    EndIf
  538. WEnd
  539. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  540. ClipPut($d)
  541. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  542. WinActivate("Steam Guard — Необходима авторизация компьютера")
  543. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  544. Send('+{INS}')
  545. Send("{enter}")
  546. WinActivate("Counter-Strike: Global Offensive — Steam")
  547. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  548. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  549. WinExists("Counter-Strike: Global Offensive")
  550. WinActivate("Counter-Strike: Global Offensive")
  551. WinWaitActive("Counter-Strike: Global Offensive")
  552. $z = 0
  553. while $z = 0
  554.    $x = WinGetPos("Counter-Strike: Global Offensive")
  555.    if $x[2] < 420 and $x[3] < 420 Then
  556.       $z = 1
  557.    EndIf
  558. WEnd
  559. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  560. $m = 0
  561. While $m = 0
  562.    $k = Winlist()
  563.    for $i = 1 to $k[0][0]
  564.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  565.          $m = 1
  566.       EndIf
  567.    Next
  568.    if $m = 0 Then
  569.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  570.    EndIf
  571. WEnd
  572. WinExists("csgo - "& $steam)
  573. WinWaitActive("csgo - "& $steam)
  574. Sleep (3000)
  575. $x = WinGetPos("csgo - "& $steam)
  576. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  577. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  578. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  579.  
  580. ;1_7
  581. $steam = ("saloman6107")
  582. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  583. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  584. WinActivate("Steam Desktop Authenticator")
  585. WinWaitActive("Steam Desktop Authenticator")
  586. Sleep (300)
  587. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  588. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  589. Sleep (300)
  590. Send("{end}")
  591. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  592. Send("{home}")
  593. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  594. $b = 0
  595. $c = "Account: " & $steam
  596. if $a = $c Then
  597.    $b = 1
  598. EndIf
  599. While $b <>1
  600.    Send("{down 1}")
  601.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  602.    if $a = $c Then
  603.       $b = 1
  604.    EndIf
  605.    if $b <> 1 and $a = $sda then
  606.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  607.       Exit
  608.    EndIf
  609. WEnd
  610. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  611. ClipPut($d)
  612. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  613. WinActivate("Steam Guard — Необходима авторизация компьютера")
  614. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  615. Send('+{INS}')
  616. Send("{enter}")
  617. WinActivate("Counter-Strike: Global Offensive — Steam")
  618. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  619. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  620. WinExists("Counter-Strike: Global Offensive")
  621. WinActivate("Counter-Strike: Global Offensive")
  622. WinWaitActive("Counter-Strike: Global Offensive")
  623. $z = 0
  624. while $z = 0
  625.    $x = WinGetPos("Counter-Strike: Global Offensive")
  626.    if $x[2] < 420 and $x[3] < 420 Then
  627.       $z = 1
  628.    EndIf
  629. WEnd
  630. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  631. $m = 0
  632. While $m = 0
  633.    $k = Winlist()
  634.    for $i = 1 to $k[0][0]
  635.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  636.          $m = 1
  637.       EndIf
  638.    Next
  639.    if $m = 0 Then
  640.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  641.    EndIf
  642. WEnd
  643. WinExists("csgo - "& $steam)
  644. WinWaitActive("csgo - "& $steam)
  645. Sleep (3000)
  646. $x = WinGetPos("csgo - "& $steam)
  647. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  648. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  649. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  650.  
  651. ;1_8
  652. $steam = ("saloman6108")
  653. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  654. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  655. WinActivate("Steam Desktop Authenticator")
  656. WinWaitActive("Steam Desktop Authenticator")
  657. Sleep (300)
  658. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  659. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  660. Sleep (300)
  661. Send("{end}")
  662. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  663. Send("{home}")
  664. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  665. $b = 0
  666. $c = "Account: " & $steam
  667. if $a = $c Then
  668.    $b = 1
  669. EndIf
  670. While $b <>1
  671.    Send("{down 1}")
  672.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  673.    if $a = $c Then
  674.       $b = 1
  675.    EndIf
  676.    if $b <> 1 and $a = $sda then
  677.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  678.       Exit
  679.    EndIf
  680. WEnd
  681. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  682. ClipPut($d)
  683. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  684. WinActivate("Steam Guard — Необходима авторизация компьютера")
  685. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  686. Send('+{INS}')
  687. Send("{enter}")
  688. WinActivate("Counter-Strike: Global Offensive — Steam")
  689. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  690. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  691. WinExists("Counter-Strike: Global Offensive")
  692. WinActivate("Counter-Strike: Global Offensive")
  693. WinWaitActive("Counter-Strike: Global Offensive")
  694. $z = 0
  695. while $z = 0
  696.    $x = WinGetPos("Counter-Strike: Global Offensive")
  697.    if $x[2] < 420 and $x[3] < 420 Then
  698.       $z = 1
  699.    EndIf
  700. WEnd
  701. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  702. $m = 0
  703. While $m = 0
  704.    $k = Winlist()
  705.    for $i = 1 to $k[0][0]
  706.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  707.          $m = 1
  708.       EndIf
  709.    Next
  710.    if $m = 0 Then
  711.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  712.    EndIf
  713. WEnd
  714. WinExists("csgo - "& $steam)
  715. WinWaitActive("csgo - "& $steam)
  716. Sleep (3000)
  717. $x = WinGetPos("csgo - "& $steam)
  718. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  719. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  720. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  721.  
  722. ;1_9
  723. $steam = ("saloman6109")
  724. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  725. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  726. WinActivate("Steam Desktop Authenticator")
  727. WinWaitActive("Steam Desktop Authenticator")
  728. Sleep (300)
  729. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  730. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  731. Sleep (300)
  732. Send("{end}")
  733. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  734. Send("{home}")
  735. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  736. $b = 0
  737. $c = "Account: " & $steam
  738. if $a = $c Then
  739.    $b = 1
  740. EndIf
  741. While $b <>1
  742.    Send("{down 1}")
  743.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  744.    if $a = $c Then
  745.       $b = 1
  746.    EndIf
  747.    if $b <> 1 and $a = $sda then
  748.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  749.       Exit
  750.    EndIf
  751. WEnd
  752. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  753. ClipPut($d)
  754. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  755. WinActivate("Steam Guard — Необходима авторизация компьютера")
  756. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  757. Send('+{INS}')
  758. Send("{enter}")
  759. WinActivate("Counter-Strike: Global Offensive — Steam")
  760. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  761. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  762. WinExists("Counter-Strike: Global Offensive")
  763. WinActivate("Counter-Strike: Global Offensive")
  764. WinWaitActive("Counter-Strike: Global Offensive")
  765. $z = 0
  766. while $z = 0
  767.    $x = WinGetPos("Counter-Strike: Global Offensive")
  768.    if $x[2] < 420 and $x[3] < 420 Then
  769.       $z = 1
  770.    EndIf
  771. WEnd
  772. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  773. $m = 0
  774. While $m = 0
  775.    $k = Winlist()
  776.    for $i = 1 to $k[0][0]
  777.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  778.          $m = 1
  779.       EndIf
  780.    Next
  781.    if $m = 0 Then
  782.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  783.    EndIf
  784. WEnd
  785. WinExists("csgo - "& $steam)
  786. WinWaitActive("csgo - "& $steam)
  787. Sleep (3000)
  788. $x = WinGetPos("csgo - "& $steam)
  789. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  790. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  791. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  792.  
  793. ;1_10
  794. $steam = ("saloman61010")
  795. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  796. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  797. WinActivate("Steam Desktop Authenticator")
  798. WinWaitActive("Steam Desktop Authenticator")
  799. Sleep (300)
  800. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  801. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  802. Sleep (300)
  803. Send("{end}")
  804. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  805. Send("{home}")
  806. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  807. $b = 0
  808. $c = "Account: " & $steam
  809. if $a = $c Then
  810.    $b = 1
  811. EndIf
  812. While $b <>1
  813.    Send("{down 1}")
  814.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  815.    if $a = $c Then
  816.       $b = 1
  817.    EndIf
  818.    if $b <> 1 and $a = $sda then
  819.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  820.       Exit
  821.    EndIf
  822. WEnd
  823. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  824. ClipPut($d)
  825. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  826. WinActivate("Steam Guard — Необходима авторизация компьютера")
  827. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  828. Send('+{INS}')
  829. Send("{enter}")
  830. WinActivate("Counter-Strike: Global Offensive — Steam")
  831. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  832. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  833. WinExists("Counter-Strike: Global Offensive")
  834. WinActivate("Counter-Strike: Global Offensive")
  835. WinWaitActive("Counter-Strike: Global Offensive")
  836. $z = 0
  837. while $z = 0
  838.    $x = WinGetPos("Counter-Strike: Global Offensive")
  839.    if $x[2] < 420 and $x[3] < 420 Then
  840.       $z = 1
  841.    EndIf
  842. WEnd
  843. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  844. $m = 0
  845. While $m = 0
  846.    $k = Winlist()
  847.    for $i = 1 to $k[0][0]
  848.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  849.          $m = 1
  850.       EndIf
  851.    Next
  852.    if $m = 0 Then
  853.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  854.    EndIf
  855. WEnd
  856. WinExists("csgo - "& $steam)
  857. WinWaitActive("csgo - "& $steam)
  858. Sleep (3000)
  859. $x = WinGetPos("csgo - "& $steam)
  860. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  861. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  862. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  863.  
  864. ;1_11
  865. $steam = ("saloman61011")
  866. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  867. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  868. WinActivate("Steam Desktop Authenticator")
  869. WinWaitActive("Steam Desktop Authenticator")
  870. Sleep (300)
  871. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  872. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  873. Sleep (300)
  874. Send("{end}")
  875. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  876. Send("{home}")
  877. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  878. $b = 0
  879. $c = "Account: " & $steam
  880. if $a = $c Then
  881.    $b = 1
  882. EndIf
  883. While $b <>1
  884.    Send("{down 1}")
  885.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  886.    if $a = $c Then
  887.       $b = 1
  888.    EndIf
  889.    if $b <> 1 and $a = $sda then
  890.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  891.       Exit
  892.    EndIf
  893. WEnd
  894. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  895. ClipPut($d)
  896. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  897. WinActivate("Steam Guard — Необходима авторизация компьютера")
  898. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  899. Send('+{INS}')
  900. Send("{enter}")
  901. WinActivate("Counter-Strike: Global Offensive — Steam")
  902. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  903. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  904. WinExists("Counter-Strike: Global Offensive")
  905. WinActivate("Counter-Strike: Global Offensive")
  906. WinWaitActive("Counter-Strike: Global Offensive")
  907. $z = 0
  908. while $z = 0
  909.    $x = WinGetPos("Counter-Strike: Global Offensive")
  910.    if $x[2] < 420 and $x[3] < 420 Then
  911.       $z = 1
  912.    EndIf
  913. WEnd
  914. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  915. $m = 0
  916. While $m = 0
  917.    $k = Winlist()
  918.    for $i = 1 to $k[0][0]
  919.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  920.          $m = 1
  921.       EndIf
  922.    Next
  923.    if $m = 0 Then
  924.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  925.    EndIf
  926. WEnd
  927. WinExists("csgo - "& $steam)
  928. WinWaitActive("csgo - "& $steam)
  929. Sleep (3000)
  930. $x = WinGetPos("csgo - "& $steam)
  931. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  932. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  933. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  934.  
  935. ;1_12
  936. $steam = ("saloman61012")
  937. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  938. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  939. WinActivate("Steam Desktop Authenticator")
  940. WinWaitActive("Steam Desktop Authenticator")
  941. Sleep (300)
  942. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  943. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  944. Sleep (300)
  945. Send("{end}")
  946. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  947. Send("{home}")
  948. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  949. $b = 0
  950. $c = "Account: " & $steam
  951. if $a = $c Then
  952.    $b = 1
  953. EndIf
  954. While $b <>1
  955.    Send("{down 1}")
  956.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  957.    if $a = $c Then
  958.       $b = 1
  959.    EndIf
  960.    if $b <> 1 and $a = $sda then
  961.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  962.       Exit
  963.    EndIf
  964. WEnd
  965. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  966. ClipPut($d)
  967. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  968. WinActivate("Steam Guard — Необходима авторизация компьютера")
  969. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  970. Send('+{INS}')
  971. Send("{enter}")
  972. WinActivate("Counter-Strike: Global Offensive — Steam")
  973. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  974. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  975. WinExists("Counter-Strike: Global Offensive")
  976. WinActivate("Counter-Strike: Global Offensive")
  977. WinWaitActive("Counter-Strike: Global Offensive")
  978. $z = 0
  979. while $z = 0
  980.    $x = WinGetPos("Counter-Strike: Global Offensive")
  981.    if $x[2] < 420 and $x[3] < 420 Then
  982.       $z = 1
  983.    EndIf
  984. WEnd
  985. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  986. $m = 0
  987. While $m = 0
  988.    $k = Winlist()
  989.    for $i = 1 to $k[0][0]
  990.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  991.          $m = 1
  992.       EndIf
  993.    Next
  994.    if $m = 0 Then
  995.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  996.    EndIf
  997. WEnd
  998. WinExists("csgo - "& $steam)
  999. WinWaitActive("csgo - "& $steam)
  1000. Sleep (3000)
  1001. $x = WinGetPos("csgo - "& $steam)
  1002. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  1003. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  1004. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  1005.  
  1006. ;1_13
  1007. $steam = ("saloman61013")
  1008. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  1009. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1010. WinActivate("Steam Desktop Authenticator")
  1011. WinWaitActive("Steam Desktop Authenticator")
  1012. Sleep (300)
  1013. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  1014. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  1015. Sleep (300)
  1016. Send("{end}")
  1017. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1018. Send("{home}")
  1019. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1020. $b = 0
  1021. $c = "Account: " & $steam
  1022. if $a = $c Then
  1023.    $b = 1
  1024. EndIf
  1025. While $b <>1
  1026.    Send("{down 1}")
  1027.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1028.    if $a = $c Then
  1029.       $b = 1
  1030.    EndIf
  1031.    if $b <> 1 and $a = $sda then
  1032.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  1033.       Exit
  1034.    EndIf
  1035. WEnd
  1036. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  1037. ClipPut($d)
  1038. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  1039. WinActivate("Steam Guard — Необходима авторизация компьютера")
  1040. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1041. Send('+{INS}')
  1042. Send("{enter}")
  1043. WinActivate("Counter-Strike: Global Offensive — Steam")
  1044. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  1045. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  1046. WinExists("Counter-Strike: Global Offensive")
  1047. WinActivate("Counter-Strike: Global Offensive")
  1048. WinWaitActive("Counter-Strike: Global Offensive")
  1049. $z = 0
  1050. while $z = 0
  1051.    $x = WinGetPos("Counter-Strike: Global Offensive")
  1052.    if $x[2] < 420 and $x[3] < 420 Then
  1053.       $z = 1
  1054.    EndIf
  1055. WEnd
  1056. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  1057. $m = 0
  1058. While $m = 0
  1059.    $k = Winlist()
  1060.    for $i = 1 to $k[0][0]
  1061.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  1062.          $m = 1
  1063.       EndIf
  1064.    Next
  1065.    if $m = 0 Then
  1066.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  1067.    EndIf
  1068. WEnd
  1069. WinExists("csgo - "& $steam)
  1070. WinWaitActive("csgo - "& $steam)
  1071. Sleep (3000)
  1072. $x = WinGetPos("csgo - "& $steam)
  1073. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  1074. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  1075. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  1076.  
  1077. ;1_14
  1078. $steam = ("saloman61014")
  1079. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  1080. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1081. WinActivate("Steam Desktop Authenticator")
  1082. WinWaitActive("Steam Desktop Authenticator")
  1083. Sleep (300)
  1084. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  1085. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  1086. Sleep (300)
  1087. Send("{end}")
  1088. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1089. Send("{home}")
  1090. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1091. $b = 0
  1092. $c = "Account: " & $steam
  1093. if $a = $c Then
  1094.    $b = 1
  1095. EndIf
  1096. While $b <>1
  1097.    Send("{down 1}")
  1098.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1099.    if $a = $c Then
  1100.       $b = 1
  1101.    EndIf
  1102.    if $b <> 1 and $a = $sda then
  1103.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  1104.       Exit
  1105.    EndIf
  1106. WEnd
  1107. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  1108. ClipPut($d)
  1109. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  1110. WinActivate("Steam Guard — Необходима авторизация компьютера")
  1111. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1112. Send('+{INS}')
  1113. Send("{enter}")
  1114. WinActivate("Counter-Strike: Global Offensive — Steam")
  1115. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  1116. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  1117. WinExists("Counter-Strike: Global Offensive")
  1118. WinActivate("Counter-Strike: Global Offensive")
  1119. WinWaitActive("Counter-Strike: Global Offensive")
  1120. $z = 0
  1121. while $z = 0
  1122.    $x = WinGetPos("Counter-Strike: Global Offensive")
  1123.    if $x[2] < 420 and $x[3] < 420 Then
  1124.       $z = 1
  1125.    EndIf
  1126. WEnd
  1127. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  1128. $m = 0
  1129. While $m = 0
  1130.    $k = Winlist()
  1131.    for $i = 1 to $k[0][0]
  1132.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  1133.          $m = 1
  1134.       EndIf
  1135.    Next
  1136.    if $m = 0 Then
  1137.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  1138.    EndIf
  1139. WEnd
  1140. WinExists("csgo - "& $steam)
  1141. WinWaitActive("csgo - "& $steam)
  1142. Sleep (3000)
  1143. $x = WinGetPos("csgo - "& $steam)
  1144. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  1145. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  1146. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  1147.  
  1148. ;1_15
  1149. $steam = ("saloman61015")
  1150. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  1151. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1152. WinActivate("Steam Desktop Authenticator")
  1153. WinWaitActive("Steam Desktop Authenticator")
  1154. Sleep (300)
  1155. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  1156. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  1157. Sleep (300)
  1158. Send("{end}")
  1159. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1160. Send("{home}")
  1161. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1162. $b = 0
  1163. $c = "Account: " & $steam
  1164. if $a = $c Then
  1165.    $b = 1
  1166. EndIf
  1167. While $b <>1
  1168.    Send("{down 1}")
  1169.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1170.    if $a = $c Then
  1171.       $b = 1
  1172.    EndIf
  1173.    if $b <> 1 and $a = $sda then
  1174.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  1175.       Exit
  1176.    EndIf
  1177. WEnd
  1178. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  1179. ClipPut($d)
  1180. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  1181. WinActivate("Steam Guard — Необходима авторизация компьютера")
  1182. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1183. Send('+{INS}')
  1184. Send("{enter}")
  1185. WinActivate("Counter-Strike: Global Offensive — Steam")
  1186. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  1187. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  1188. WinExists("Counter-Strike: Global Offensive")
  1189. WinActivate("Counter-Strike: Global Offensive")
  1190. WinWaitActive("Counter-Strike: Global Offensive")
  1191. $z = 0
  1192. while $z = 0
  1193.    $x = WinGetPos("Counter-Strike: Global Offensive")
  1194.    if $x[2] < 420 and $x[3] < 420 Then
  1195.       $z = 1
  1196.    EndIf
  1197. WEnd
  1198. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  1199. $m = 0
  1200. While $m = 0
  1201.    $k = Winlist()
  1202.    for $i = 1 to $k[0][0]
  1203.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  1204.          $m = 1
  1205.       EndIf
  1206.    Next
  1207.    if $m = 0 Then
  1208.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  1209.    EndIf
  1210. WEnd
  1211. WinExists("csgo - "& $steam)
  1212. WinWaitActive("csgo - "& $steam)
  1213. Sleep (3000)
  1214. $x = WinGetPos("csgo - "& $steam)
  1215. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  1216. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  1217. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  1218.  
  1219. ;1_16
  1220. $steam = ("saloman61016")
  1221. Run(@ScriptDir & '\' & $steam & '_cs.bat')
  1222. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1223. WinActivate("Steam Desktop Authenticator")
  1224. WinWaitActive("Steam Desktop Authenticator")
  1225. Sleep (300)
  1226. WinMove("Steam Desktop Authenticator", "", 1408, 296)
  1227. ControlClick("Steam Desktop Authenticator", "", "[Class:WindowsForms10.LISTBOX.app.0.afceb_r9_ad1; INSTANCE:1]")
  1228. Sleep (300)
  1229. Send("{end}")
  1230. $sda = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1231. Send("{home}")
  1232. $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1233. $b = 0
  1234. $c = "Account: " & $steam
  1235. if $a = $c Then
  1236.    $b = 1
  1237. EndIf
  1238. While $b <>1
  1239.    Send("{down 1}")
  1240.    $a = ControlGetText ("Steam Desktop Authenticator", "", "[Class:WindowsForms10.Window.8.app.0.afceb_r9_ad1; INSTANCE:2]")
  1241.    if $a = $c Then
  1242.       $b = 1
  1243.    EndIf
  1244.    if $b <> 1 and $a = $sda then
  1245.       MsgBox (0, "Ошибка", "Аккаунт отсутствует в SDA" )
  1246.       Exit
  1247.    EndIf
  1248. WEnd
  1249. $d = ControlGetText("Steam Desktop Authenticator", "", "[Class:WindowsForms10.EDIT.app.0.afceb_r9_ad1; INSTANCE:2]")
  1250. ClipPut($d)
  1251. WinSetState("Steam Desktop Authenticator", "", @SW_MINIMIZE)
  1252. WinActivate("Steam Guard — Необходима авторизация компьютера")
  1253. WinWaitActive("Steam Guard — Необходима авторизация компьютера")
  1254. Send('+{INS}')
  1255. Send("{enter}")
  1256. WinActivate("Counter-Strike: Global Offensive — Steam")
  1257. WinWaitActive("Counter-Strike: Global Offensive — Steam")
  1258. WinWaitClose("Counter-Strike: Global Offensive — Steam")
  1259. WinExists("Counter-Strike: Global Offensive")
  1260. WinActivate("Counter-Strike: Global Offensive")
  1261. WinWaitActive("Counter-Strike: Global Offensive")
  1262. $z = 0
  1263. while $z = 0
  1264.    $x = WinGetPos("Counter-Strike: Global Offensive")
  1265.    if $x[2] < 420 and $x[3] < 420 Then
  1266.       $z = 1
  1267.    EndIf
  1268. WEnd
  1269. WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - " & $steam)
  1270. $m = 0
  1271. While $m = 0
  1272.    $k = Winlist()
  1273.    for $i = 1 to $k[0][0]
  1274.       if StringRegExp($k[$i][0], "csgo - " & $steam) then
  1275.          $m = 1
  1276.       EndIf
  1277.    Next
  1278.    if $m = 0 Then
  1279.       WinSetTitle("Counter-Strike: Global Offensive", "", "csgo - "& $steam)
  1280.    EndIf
  1281. WEnd
  1282. WinExists("csgo - "& $steam)
  1283. WinWaitActive("csgo - "& $steam)
  1284. Sleep (3000)
  1285. $x = WinGetPos("csgo - "& $steam)
  1286. MouseClick('primary', $x[0] + 16, $x[1] + 64, 1)
  1287. MouseClick('primary', $x[0] + 169, $x[1] + 79, 1)
  1288. MouseClick('primary', $x[0] + 311, $x[1] + 313, 1)
  1289. Exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement