Advertisement
Guest User

Untitled

a guest
May 21st, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.99 KB | None | 0 0
  1. PASTEBINnew pastetrends API tools faq
  2. search...
  3.  
  4.  
  5. Guest User
  6. -
  7. Public Pastes
  8. xd
  9. Python | 7 sec ago
  10. Untitled
  11. 12 sec ago
  12. Untitled
  13. 18 sec ago
  14. Untitled
  15. 25 sec ago
  16. Untitled
  17. 48 sec ago
  18. Untitled
  19. 51 sec ago
  20. Untitled
  21. 58 sec ago
  22. Untitled
  23. 1 min ago
  24. daily pastebin goal
  25. 63%
  26. help support pastebin
  27.  
  28. SHARE
  29. TWEET
  30.  
  31. Script
  32. A GUEST JUL 11TH, 2016 1,331 NEVER
  33.  
  34. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  35. rawdownloadcloneembedreportprint text 2.13 KB
  36. WinGet, winList, list, ahk_class IEFrame
  37.  
  38. !m::
  39. loop, 4
  40. {
  41. run iexplore.exe http://diep.io/#86EE7BAABB304E
  42. sleep, 3000
  43. controlsend, Internet Explorer_Server1, army, A
  44. controlsend, Internet Explorer_Server1, {enter}, A
  45. sleep, 400
  46. }
  47. WinGet, winList, list, ahk_class IEFrame
  48. return
  49.  
  50. !c::
  51. run iexplore.exe http://diep.io/#86DEA97DBB306
  52. sleep, 3000
  53. controlsend, Internet Explorer_Server1, army, A
  54. controlsend, Internet Explorer_Server1, {enter}, A
  55. sleep, 400
  56. WinGet, winList, list, ahk_class IEFrame
  57. return
  58.  
  59. right::
  60. Loop %winList%
  61. ControlSend, Internet Explorer_Server1, {right down},% "ahk_id " winList%a_index%
  62. KeyWait, right
  63. Loop %winList%
  64. ControlSend, Internet Explorer_Server1, {right up},% "ahk_id " winList%a_index%
  65. return
  66. left::
  67. Loop %winList%
  68. ControlSend, Internet Explorer_Server1, {left down},% "ahk_id " winList%a_index%
  69. KeyWait, left
  70. Loop %winList%
  71. ControlSend, Internet Explorer_Server1, {left up},% "ahk_id " winList%a_index%
  72. return
  73. up::
  74. Loop %winList%
  75. ControlSend, Internet Explorer_Server1, {up down},% "ahk_id " winList%a_index%
  76. KeyWait, up
  77. Loop %winList%
  78. ControlSend, Internet Explorer_Server1, {up up},% "ahk_id " winList%a_index%
  79. return
  80. down::
  81. Loop %winList%
  82. ControlSend, Internet Explorer_Server1, {down down},% "ahk_id " winList%a_index%
  83. KeyWait, down
  84. Loop %winList%
  85. ControlSend, Internet Explorer_Server1, {down up},% "ahk_id " winList%a_index%
  86. return
  87. e::
  88. Loop %winList%
  89. ControlSend, Internet Explorer_Server1, e,% "ahk_id " winList%a_index%
  90. return
  91.  
  92. LButton::
  93. MouseGetPos, OutputVarX, OutPutVarY, cw
  94. WinActivate, ahk_id %cw%
  95. WinGetPos,,,mw,mh, A
  96. loop, %winList%
  97. {
  98. WinActivate,% "ahk_id " winList%a_index%
  99. WinGetPos,,,w,h,% "ahk_id " winList%a_index%
  100. x := w * (OutputVarX / mw)
  101. y := h * (OutputVarY / mh)
  102. MouseMove, %x%, %y%, 0
  103. }
  104. WinActivate, ahk_id %cw%
  105. MouseMove, %OutputVarX%, %OutPutVarY%, 0
  106. return
  107.  
  108. 1::
  109. WinActivate, ahk_id %Winlist1%
  110. return
  111. 2::
  112. WinActivate, ahk_id %Winlist2%
  113. return
  114. 3::
  115. WinActivate, ahk_id %Winlist3%
  116. return
  117. 4::
  118. WinActivate, ahk_id %Winlist4%
  119. return
  120.  
  121. end::
  122. exitapp
  123. return
  124. RAW Paste Data
  125.  
  126. WinGet, winList, list, ahk_class IEFrame
  127.  
  128. !m::
  129. loop, 4
  130. {
  131. run iexplore.exe http://diep.io/#86EE7BAABB304E
  132. sleep, 3000
  133. controlsend, Internet Explorer_Server1, army, A
  134. controlsend, Internet Explorer_Server1, {enter}, A
  135. sleep, 400
  136. }
  137. WinGet, winList, list, ahk_class IEFrame
  138. return
  139.  
  140. !c::
  141. run iexplore.exe http://diep.io/#86DEA97DBB306
  142. sleep, 3000
  143. controlsend, Internet Explorer_Server1, army, A
  144. controlsend, Internet Explorer_Server1, {enter}, A
  145. sleep, 400
  146. WinGet, winList, list, ahk_class IEFrame
  147. return
  148.  
  149. right::
  150. Loop %winList%
  151. ControlSend, Internet Explorer_Server1, {right down},% "ahk_id " winList%a_index%
  152. KeyWait, right
  153. Loop %winList%
  154. ControlSend, Internet Explorer_Server1, {right up},% "ahk_id " winList%a_index%
  155. return
  156. left::
  157. Loop %winList%
  158. ControlSend, Internet Explorer_Server1, {left down},% "ahk_id " winList%a_index%
  159. KeyWait, left
  160. Loop %winList%
  161. ControlSend, Internet Explorer_Server1, {left up},% "ahk_id " winList%a_index%
  162. return
  163. up::
  164. Loop %winList%
  165. ControlSend, Internet Explorer_Server1, {up down},% "ahk_id " winList%a_index%
  166. KeyWait, up
  167. Loop %winList%
  168. ControlSend, Internet Explorer_Server1, {up up},% "ahk_id " winList%a_index%
  169. return
  170. down::
  171. Loop %winList%
  172. ControlSend, Internet Explorer_Server1, {down down},% "ahk_id " winList%a_index%
  173. KeyWait, down
  174. Loop %winList%
  175. ControlSend, Internet Explorer_Server1, {down up},% "ahk_id " winList%a_index%
  176. return
  177. e::
  178. Loop %winList%
  179. ControlSend, Internet Explorer_Server1, e,% "ahk_id " winList%a_index%
  180. return
  181.  
  182. LButton::
  183. MouseGetPos, OutputVarX, OutPutVarY, cw
  184. WinActivate, ahk_id %cw%
  185. WinGetPos,,,mw,mh, A
  186. loop, %winList%
  187. {
  188. WinActivate,% "ahk_id " winList%a_index%
  189. WinGetPos,,,w,h,% "ahk_id " winList%a_index%
  190. x := w * (OutputVarX / mw)
  191. y := h * (OutputVarY / mh)
  192. MouseMove, %x%, %y%, 0
  193. }
  194. WinActivate, ahk_id %cw%
  195. MouseMove, %OutputVarX%, %OutPutVarY%, 0
  196. return
  197.  
  198. 1::
  199. WinActivate, ahk_id %Winlist1%
  200. return
  201. 2::
  202. WinActivate, ahk_id %Winlist2%
  203. return
  204. 3::
  205. WinActivate, ahk_id %Winlist3%
  206. return
  207. 4::
  208. WinActivate, ahk_id %Winlist4%
  209. return
  210.  
  211. end::
  212. exitapp
  213. return
  214.  
  215. LINUX CLOUD HOSTING - 1GB OF RAM FOR $5/MO. GET A SERVER RUNNING IN SECONDS.
  216.  
  217. create new paste / dealsnew! / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / scraping / go
  218. Site design & logo © 2017 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server Hosting by Steadfast
  219. RAW Paste Data
  220. PASTEBINnew pastetrends API tools faq
  221. search...
  222.  
  223.  
  224. Guest User
  225. -
  226. Public Pastes
  227. xd
  228. Python | 7 sec ago
  229. Untitled
  230. 12 sec ago
  231. Untitled
  232. 18 sec ago
  233. Untitled
  234. 25 sec ago
  235. Untitled
  236. 48 sec ago
  237. Untitled
  238. 51 sec ago
  239. Untitled
  240. 58 sec ago
  241. Untitled
  242. 1 min ago
  243. daily pastebin goal
  244. 63%
  245. help support pastebin
  246.  
  247. SHARE
  248. TWEET
  249.  
  250. Script
  251. A GUEST JUL 11TH, 2016 1,331 NEVER
  252.  
  253. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  254. rawdownloadcloneembedreportprint text 2.13 KB
  255. WinGet, winList, list, ahk_class IEFrame
  256.  
  257. !m::
  258. loop, 4
  259. {
  260. run iexplore.exe http://diep.io/#86EE7BAABB304E
  261. sleep, 3000
  262. controlsend, Internet Explorer_Server1, army, A
  263. controlsend, Internet Explorer_Server1, {enter}, A
  264. sleep, 400
  265. }
  266. WinGet, winList, list, ahk_class IEFrame
  267. return
  268.  
  269. !c::
  270. run iexplore.exe http://diep.io/#86DEA97DBB306
  271. sleep, 3000
  272. controlsend, Internet Explorer_Server1, army, A
  273. controlsend, Internet Explorer_Server1, {enter}, A
  274. sleep, 400
  275. WinGet, winList, list, ahk_class IEFrame
  276. return
  277.  
  278. right::
  279. Loop %winList%
  280. ControlSend, Internet Explorer_Server1, {right down},% "ahk_id " winList%a_index%
  281. KeyWait, right
  282. Loop %winList%
  283. ControlSend, Internet Explorer_Server1, {right up},% "ahk_id " winList%a_index%
  284. return
  285. left::
  286. Loop %winList%
  287. ControlSend, Internet Explorer_Server1, {left down},% "ahk_id " winList%a_index%
  288. KeyWait, left
  289. Loop %winList%
  290. ControlSend, Internet Explorer_Server1, {left up},% "ahk_id " winList%a_index%
  291. return
  292. up::
  293. Loop %winList%
  294. ControlSend, Internet Explorer_Server1, {up down},% "ahk_id " winList%a_index%
  295. KeyWait, up
  296. Loop %winList%
  297. ControlSend, Internet Explorer_Server1, {up up},% "ahk_id " winList%a_index%
  298. return
  299. down::
  300. Loop %winList%
  301. ControlSend, Internet Explorer_Server1, {down down},% "ahk_id " winList%a_index%
  302. KeyWait, down
  303. Loop %winList%
  304. ControlSend, Internet Explorer_Server1, {down up},% "ahk_id " winList%a_index%
  305. return
  306. e::
  307. Loop %winList%
  308. ControlSend, Internet Explorer_Server1, e,% "ahk_id " winList%a_index%
  309. return
  310.  
  311. LButton::
  312. MouseGetPos, OutputVarX, OutPutVarY, cw
  313. WinActivate, ahk_id %cw%
  314. WinGetPos,,,mw,mh, A
  315. loop, %winList%
  316. {
  317. WinActivate,% "ahk_id " winList%a_index%
  318. WinGetPos,,,w,h,% "ahk_id " winList%a_index%
  319. x := w * (OutputVarX / mw)
  320. y := h * (OutputVarY / mh)
  321. MouseMove, %x%, %y%, 0
  322. }
  323. WinActivate, ahk_id %cw%
  324. MouseMove, %OutputVarX%, %OutPutVarY%, 0
  325. return
  326.  
  327. 1::
  328. WinActivate, ahk_id %Winlist1%
  329. return
  330. 2::
  331. WinActivate, ahk_id %Winlist2%
  332. return
  333. 3::
  334. WinActivate, ahk_id %Winlist3%
  335. return
  336. 4::
  337. WinActivate, ahk_id %Winlist4%
  338. return
  339.  
  340. end::
  341. exitapp
  342. return
  343. RAW Paste Data
  344.  
  345. WinGet, winList, list, ahk_class IEFrame
  346.  
  347. !m::
  348. loop, 4
  349. {
  350. run iexplore.exe http://diep.io/#86EE7BAABB304E
  351. sleep, 3000
  352. controlsend, Internet Explorer_Server1, army, A
  353. controlsend, Internet Explorer_Server1, {enter}, A
  354. sleep, 400
  355. }
  356. WinGet, winList, list, ahk_class IEFrame
  357. return
  358.  
  359. !c::
  360. run iexplore.exe http://diep.io/#86DEA97DBB306
  361. sleep, 3000
  362. controlsend, Internet Explorer_Server1, army, A
  363. controlsend, Internet Explorer_Server1, {enter}, A
  364. sleep, 400
  365. WinGet, winList, list, ahk_class IEFrame
  366. return
  367.  
  368. right::
  369. Loop %winList%
  370. ControlSend, Internet Explorer_Server1, {right down},% "ahk_id " winList%a_index%
  371. KeyWait, right
  372. Loop %winList%
  373. ControlSend, Internet Explorer_Server1, {right up},% "ahk_id " winList%a_index%
  374. return
  375. left::
  376. Loop %winList%
  377. ControlSend, Internet Explorer_Server1, {left down},% "ahk_id " winList%a_index%
  378. KeyWait, left
  379. Loop %winList%
  380. ControlSend, Internet Explorer_Server1, {left up},% "ahk_id " winList%a_index%
  381. return
  382. up::
  383. Loop %winList%
  384. ControlSend, Internet Explorer_Server1, {up down},% "ahk_id " winList%a_index%
  385. KeyWait, up
  386. Loop %winList%
  387. ControlSend, Internet Explorer_Server1, {up up},% "ahk_id " winList%a_index%
  388. return
  389. down::
  390. Loop %winList%
  391. ControlSend, Internet Explorer_Server1, {down down},% "ahk_id " winList%a_index%
  392. KeyWait, down
  393. Loop %winList%
  394. ControlSend, Internet Explorer_Server1, {down up},% "ahk_id " winList%a_index%
  395. return
  396. e::
  397. Loop %winList%
  398. ControlSend, Internet Explorer_Server1, e,% "ahk_id " winList%a_index%
  399. return
  400.  
  401. LButton::
  402. MouseGetPos, OutputVarX, OutPutVarY, cw
  403. WinActivate, ahk_id %cw%
  404. WinGetPos,,,mw,mh, A
  405. loop, %winList%
  406. {
  407. WinActivate,% "ahk_id " winList%a_index%
  408. WinGetPos,,,w,h,% "ahk_id " winList%a_index%
  409. x := w * (OutputVarX / mw)
  410. y := h * (OutputVarY / mh)
  411. MouseMove, %x%, %y%, 0
  412. }
  413. WinActivate, ahk_id %cw%
  414. MouseMove, %OutputVarX%, %OutPutVarY%, 0
  415. return
  416.  
  417. 1::
  418. WinActivate, ahk_id %Winlist1%
  419. return
  420. 2::
  421. WinActivate, ahk_id %Winlist2%
  422. return
  423. 3::
  424. WinActivate, ahk_id %Winlist3%
  425. return
  426. 4::
  427. WinActivate, ahk_id %Winlist4%
  428. return
  429.  
  430. end::
  431. exitapp
  432. return
  433.  
  434. LINUX CLOUD HOSTING - 1GB OF RAM FOR $5/MO. GET A SERVER RUNNING IN SECONDS.
  435.  
  436. create new paste / dealsnew! / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / scraping / go
  437. Site design & logo © 2017 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server Hosting by Steadfast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement