Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. HotKeySet("{u}","myExit")
  2.  
  3. $x = WinActivate("League of Legends (TM) Client")
  4.  
  5. If $x == 0 Then
  6. MsgBox(0, "NO LEAGUE", "REEEEEE")
  7. Exit
  8. EndIf
  9.  
  10.  
  11.  
  12.  
  13. While (1)
  14. Send("{F2}")
  15. MouseClick("right", 750, 400, 1, 1)
  16. Sleep(10)
  17. $a = Random(0, 5000, 1)
  18. If $a == 0 Then
  19. KillYourself()
  20. ElseIf $a == 1 Then
  21. MiddleFinger()
  22. EndIf
  23.  
  24.  
  25. WEnd
  26.  
  27.  
  28. Func KillYourself()
  29. Global $thing[8]
  30.  
  31.  
  32. $thing[0] = "KK KK YY YY 5555"
  33. $thing[1] = "KK KK YY YY 55 55"
  34. $thing[2] = "KK KK YY YY 55 55"
  35. $thing[3] = "KKKK YYY 55 "
  36. $thing[4] = "KKKK Y 5555 "
  37. $thing[5] = "KK KK Y 55 "
  38. $thing[6] = "KK KK Y 55 55 "
  39. $thing[7] = "KK KK Y 555555 "
  40.  
  41.  
  42. For $i = 0 To UBound($thing) - 1
  43. Send("{ENTER}")
  44. Sleep(10)
  45. Send("/all ")
  46. Send($thing[$i])
  47. Send("{ENTER}")
  48. Next
  49.  
  50. EndFunc
  51.  
  52. Func MiddleFinger()
  53. Global $thing[10]
  54.  
  55.  
  56. $thing[0] = "....................../´¯/) "
  57. $thing[1] = "....................,/¯../ "
  58. $thing[2] = ".................../..../ "
  59. $thing[3] = "............./´¯/'...'/´¯¯`·¸ "
  60. $thing[4] = "........../'/.../..../......./¨¯\ "
  61. $thing[5] = "........('(...´...´.... ¯~/'...') "
  62. $thing[6] = ".........\.................'...../ "
  63. $thing[7] = "..........''...\.......... _.·´ "
  64. $thing[8] = "............\..............( "
  65. $thing[9] = "..........''...\.......... _.·´ "
  66.  
  67.  
  68.  
  69. For $i = 0 To UBound($thing) - 1
  70. Send("{ENTER}")
  71. Sleep(10)
  72. Send("/all ")
  73. Send($thing[$i])
  74. Send("{ENTER}")
  75. Next
  76.  
  77. EndFunc
  78.  
  79.  
  80.  
  81.  
  82. Func myExit()
  83. MsgBox(0, "bruh im done", "BRUH")
  84. Exit
  85. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement