thelemonmaster101

cool beans

Jan 29th, 2023
1,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.38 KB | None | 0 0
  1. local UI = Instance.new("ScreenGui")
  2. local Main = Instance.new("ImageLabel")
  3. local Panel = Instance.new("Frame")
  4. local Catching = Instance.new("TextButton")
  5. local Server = Instance.new("TextButton")
  6. local Title = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local Version = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Items = Instance.new("Folder")
  11. local Catching_2 = Instance.new("Frame")
  12. local Mags = Instance.new("Frame")
  13. local Name = Instance.new("TextLabel")
  14. local About = Instance.new("TextLabel")
  15. local Toggle = Instance.new("Frame")
  16. local TextButton = Instance.new("TextButton")
  17. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  18. local Frame = Instance.new("ImageLabel")
  19. local AutoClick = Instance.new("Frame")
  20. local Name_2 = Instance.new("TextLabel")
  21. local About_2 = Instance.new("TextLabel")
  22. local Toggle_2 = Instance.new("Frame")
  23. local TextButton_2 = Instance.new("TextButton")
  24. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  25. local Frame_2 = Instance.new("ImageLabel")
  26. local Server_2 = Instance.new("Frame")
  27. local Boundaries = Instance.new("Frame")
  28. local Name_3 = Instance.new("TextLabel")
  29. local About_3 = Instance.new("TextLabel")
  30. local Toggle_3 = Instance.new("Frame")
  31. local TextButton_3 = Instance.new("TextButton")
  32. local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
  33. local Frame_3 = Instance.new("ImageLabel")
  34.  
  35. --Properties:
  36.  
  37. UI.Name = "UI"
  38. UI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39.  
  40. Main.Name = "Main"
  41. Main.Parent = UI
  42. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. Main.BackgroundTransparency = 1.000
  44. Main.Position = UDim2.new(0.326728523, 0, 0.234530956, 0)
  45. Main.Size = UDim2.new(0, 329, 0, 212)
  46. Main.Image = "rbxassetid://3570695787"
  47. Main.ImageColor3 = Color3.fromRGB(48, 48, 48)
  48. Main.ScaleType = Enum.ScaleType.Slice
  49. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  50. Main.SliceScale = 0.050
  51. Main.Active = true
  52. Main.Draggable = true
  53.  
  54. Panel.Name = "Panel"
  55. Panel.Parent = Main
  56. Panel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  57. Panel.BorderSizePixel = 0
  58. Panel.Position = UDim2.new(0, 0, 0.132075474, 0)
  59. Panel.Size = UDim2.new(0, 100, 0, 143)
  60.  
  61. Catching.Name = "Catching"
  62. Catching.Parent = Panel
  63. Catching.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  64. Catching.BorderSizePixel = 0
  65. Catching.Position = UDim2.new(0.0399999991, 0, 0.0326086991, 0)
  66. Catching.Size = UDim2.new(0, 92, 0, 16)
  67. Catching.Font = Enum.Font.Gotham
  68. Catching.Text = "Catching"
  69. Catching.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. Catching.TextSize = 14.000
  71.  
  72. Server.Name = "Server"
  73. Server.Parent = Panel
  74. Server.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  75. Server.BorderSizePixel = 0
  76. Server.Position = UDim2.new(0.0399999991, 0, 0.18713896, 0)
  77. Server.Size = UDim2.new(0, 92, 0, 16)
  78. Server.Font = Enum.Font.Gotham
  79. Server.Text = "Server"
  80. Server.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. Server.TextSize = 14.000
  82.  
  83. Title.Name = "Title"
  84. Title.Parent = Main
  85. Title.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  86. Title.BorderSizePixel = 0
  87. Title.Size = UDim2.new(0, 328, 0, 28)
  88. Title.Font = Enum.Font.Gotham
  89. Title.Text = "Football Fusion"
  90. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. Title.TextSize = 14.000
  92. Title.TextXAlignment = Enum.TextXAlignment.Left
  93.  
  94. Close.Name = "Close"
  95. Close.Parent = Main
  96. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. Close.BackgroundTransparency = 1.000
  98. Close.Position = UDim2.new(0.927051604, 0, 0, 0)
  99. Close.Size = UDim2.new(0, 24, 0, 28)
  100. Close.Font = Enum.Font.Gotham
  101. Close.Text = "X"
  102. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. Close.TextSize = 14.000
  104.  
  105. Version.Name = "Version"
  106. Version.Parent = Main
  107. Version.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  108. Version.BorderSizePixel = 0
  109. Version.Position = UDim2.new(0, 0, 0.806603789, 0)
  110. Version.Size = UDim2.new(0, 100, 0, 41)
  111.  
  112. TextLabel.Parent = Version
  113. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. TextLabel.BackgroundTransparency = 1.000
  115. TextLabel.Size = UDim2.new(0, 100, 0, 41)
  116. TextLabel.Font = Enum.Font.Gotham
  117. TextLabel.Text = "1.0"
  118. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. TextLabel.TextSize = 25.000
  120. TextLabel.TextWrapped = true
  121.  
  122. Items.Name = "Items"
  123. Items.Parent = Main
  124.  
  125. Catching_2.Name = "Catching"
  126. Catching_2.Parent = Items
  127. Catching_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. Catching_2.BackgroundTransparency = 1.000
  129. Catching_2.BorderSizePixel = 0
  130. Catching_2.Position = UDim2.new(0.303951263, 0, 0.132075474, 0)
  131. Catching_2.Size = UDim2.new(0, 229, 0, 184)
  132.  
  133. Mags.Name = "Mags"
  134. Mags.Parent = Catching_2
  135. Mags.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  136. Mags.BorderSizePixel = 0
  137. Mags.Position = UDim2.new(0, 0, 0.0253426097, 0)
  138. Mags.Size = UDim2.new(0, 228, 0, 38)
  139.  
  140. Name.Name = "Name"
  141. Name.Parent = Mags
  142. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. Name.BackgroundTransparency = 1.000
  144. Name.Size = UDim2.new(0, 228, 0, 15)
  145. Name.Font = Enum.Font.ArialBold
  146. Name.Text = "Legit Mags"
  147. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. Name.TextSize = 14.000
  149. Name.TextWrapped = true
  150. Name.TextXAlignment = Enum.TextXAlignment.Left
  151.  
  152. About.Name = "About"
  153. About.Parent = Name
  154. About.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  155. About.BackgroundTransparency = 1.000
  156. About.Position = UDim2.new(0, 0, 1, 0)
  157. About.Size = UDim2.new(0, 188, 0, 15)
  158. About.Font = Enum.Font.Arial
  159. About.Text = "Teleports the ball to your character"
  160. About.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. About.TextSize = 10.000
  162. About.TextWrapped = true
  163. About.TextXAlignment = Enum.TextXAlignment.Left
  164.  
  165. Toggle.Name = "Toggle"
  166. Toggle.Parent = Mags
  167. Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. Toggle.BackgroundTransparency = 1.000
  169. Toggle.Position = UDim2.new(0.513157964, 0, -0.657894731, 0)
  170. Toggle.Size = UDim2.new(0, 151, 0, 87)
  171.  
  172. TextButton.Parent = Toggle
  173. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  174. TextButton.BackgroundTransparency = 1.000
  175. TextButton.BorderSizePixel = 0
  176. TextButton.Position = UDim2.new(0.344000012, 0, 0.379000008, 0)
  177. TextButton.Size = UDim2.new(0, 47, 0, 20)
  178. TextButton.Font = Enum.Font.SourceSans
  179. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. TextButton.TextSize = 14.000
  181.  
  182. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  183. TextButton_Roundify_12px.Parent = TextButton
  184. TextButton_Roundify_12px.Active = true
  185. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  186. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  188. TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  189. TextButton_Roundify_12px.Selectable = true
  190. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  191. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  192. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(99, 99, 99)
  193. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  194. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  195. TextButton_Roundify_12px.SliceScale = 0.120
  196.  
  197. Frame.Name = "Frame"
  198. Frame.Parent = TextButton
  199. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. Frame.BackgroundTransparency = 1.000
  201. Frame.Position = UDim2.new(0, 0, 0.0499997139, 0)
  202. Frame.Size = UDim2.new(0, 19, 0, 19)
  203. Frame.Image = "rbxassetid://3570695787"
  204. Frame.ScaleType = Enum.ScaleType.Slice
  205. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  206. Frame.SliceScale = 0.120
  207.  
  208. AutoClick.Name = "AutoClick"
  209. AutoClick.Parent = Catching_2
  210. AutoClick.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  211. AutoClick.BorderSizePixel = 0
  212. AutoClick.Position = UDim2.new(0, 0, 0.280777395, 0)
  213. AutoClick.Size = UDim2.new(0, 228, 0, 38)
  214.  
  215. Name_2.Name = "Name"
  216. Name_2.Parent = AutoClick
  217. Name_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. Name_2.BackgroundTransparency = 1.000
  219. Name_2.Size = UDim2.new(0, 228, 0, 15)
  220. Name_2.Font = Enum.Font.ArialBold
  221. Name_2.Text = "Auto Hands"
  222. Name_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. Name_2.TextSize = 14.000
  224. Name_2.TextWrapped = true
  225. Name_2.TextXAlignment = Enum.TextXAlignment.Left
  226.  
  227. About_2.Name = "About"
  228. About_2.Parent = Name_2
  229. About_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. About_2.BackgroundTransparency = 1.000
  231. About_2.Position = UDim2.new(0, 0, 1, 0)
  232. About_2.Size = UDim2.new(0, 188, 0, 15)
  233. About_2.Font = Enum.Font.Arial
  234. About_2.Text = "Automatically clicks for you"
  235. About_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  236. About_2.TextSize = 10.000
  237. About_2.TextWrapped = true
  238. About_2.TextXAlignment = Enum.TextXAlignment.Left
  239.  
  240. Toggle_2.Name = "Toggle"
  241. Toggle_2.Parent = AutoClick
  242. Toggle_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. Toggle_2.BackgroundTransparency = 1.000
  244. Toggle_2.Position = UDim2.new(0.513157964, 0, -0.657894731, 0)
  245. Toggle_2.Size = UDim2.new(0, 151, 0, 87)
  246.  
  247. TextButton_2.Parent = Toggle_2
  248. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  249. TextButton_2.BackgroundTransparency = 1.000
  250. TextButton_2.BorderSizePixel = 0
  251. TextButton_2.Position = UDim2.new(0.344000012, 0, 0.379000008, 0)
  252. TextButton_2.Size = UDim2.new(0, 47, 0, 20)
  253. TextButton_2.Font = Enum.Font.SourceSans
  254. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  255. TextButton_2.TextSize = 14.000
  256.  
  257. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  258. TextButton_Roundify_12px_2.Parent = TextButton_2
  259. TextButton_Roundify_12px_2.Active = true
  260. TextButton_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  261. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  262. TextButton_Roundify_12px_2.BackgroundTransparency = 1.000
  263. TextButton_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  264. TextButton_Roundify_12px_2.Selectable = true
  265. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  266. TextButton_Roundify_12px_2.Image = "rbxassetid://3570695787"
  267. TextButton_Roundify_12px_2.ImageColor3 = Color3.fromRGB(99, 99, 99)
  268. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  269. TextButton_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  270. TextButton_Roundify_12px_2.SliceScale = 0.120
  271.  
  272. Frame_2.Name = "Frame"
  273. Frame_2.Parent = TextButton_2
  274. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  275. Frame_2.BackgroundTransparency = 1.000
  276. Frame_2.Position = UDim2.new(0, 0, 0.0499997139, 0)
  277. Frame_2.Size = UDim2.new(0, 19, 0, 19)
  278. Frame_2.Image = "rbxassetid://3570695787"
  279. Frame_2.ScaleType = Enum.ScaleType.Slice
  280. Frame_2.SliceCenter = Rect.new(100, 100, 100, 100)
  281. Frame_2.SliceScale = 0.120
  282.  
  283. Server_2.Name = "Server"
  284. Server_2.Parent = Items
  285. Server_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  286. Server_2.BackgroundTransparency = 1.000
  287. Server_2.BorderSizePixel = 0
  288. Server_2.Position = UDim2.new(0.303951263, 0, 0.132075474, 0)
  289. Server_2.Size = UDim2.new(0, 229, 0, 184)
  290. Server_2.Visible = false
  291.  
  292. Boundaries.Name = "Boundaries"
  293. Boundaries.Parent = Server_2
  294. Boundaries.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  295. Boundaries.BorderSizePixel = 0
  296. Boundaries.Position = UDim2.new(0, 0, 0.0253426097, 0)
  297. Boundaries.Size = UDim2.new(0, 228, 0, 38)
  298.  
  299. Name_3.Name = "Name"
  300. Name_3.Parent = Boundaries
  301. Name_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  302. Name_3.BackgroundTransparency = 1.000
  303. Name_3.Size = UDim2.new(0, 228, 0, 15)
  304. Name_3.Font = Enum.Font.ArialBold
  305. Name_3.Text = "Boundaries"
  306. Name_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  307. Name_3.TextSize = 14.000
  308. Name_3.TextWrapped = true
  309. Name_3.TextXAlignment = Enum.TextXAlignment.Left
  310.  
  311. About_3.Name = "About"
  312. About_3.Parent = Name_3
  313. About_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  314. About_3.BackgroundTransparency = 1.000
  315. About_3.Position = UDim2.new(0, 0, 1, 0)
  316. About_3.Size = UDim2.new(0, 188, 0, 15)
  317. About_3.Font = Enum.Font.Arial
  318. About_3.Text = "Disables boundaries"
  319. About_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  320. About_3.TextSize = 10.000
  321. About_3.TextWrapped = true
  322. About_3.TextXAlignment = Enum.TextXAlignment.Left
  323.  
  324. Toggle_3.Name = "Toggle"
  325. Toggle_3.Parent = Boundaries
  326. Toggle_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  327. Toggle_3.BackgroundTransparency = 1.000
  328. Toggle_3.Position = UDim2.new(0.513157964, 0, -0.657894731, 0)
  329. Toggle_3.Size = UDim2.new(0, 151, 0, 87)
  330.  
  331. TextButton_3.Parent = Toggle_3
  332. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. TextButton_3.BackgroundTransparency = 1.000
  334. TextButton_3.BorderSizePixel = 0
  335. TextButton_3.Position = UDim2.new(0.344000012, 0, 0.379000008, 0)
  336. TextButton_3.Size = UDim2.new(0, 47, 0, 20)
  337. TextButton_3.Font = Enum.Font.SourceSans
  338. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  339. TextButton_3.TextSize = 14.000
  340.  
  341. TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
  342. TextButton_Roundify_12px_3.Parent = TextButton_3
  343. TextButton_Roundify_12px_3.Active = true
  344. TextButton_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  345. TextButton_Roundify_12px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  346. TextButton_Roundify_12px_3.BackgroundTransparency = 1.000
  347. TextButton_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  348. TextButton_Roundify_12px_3.Selectable = true
  349. TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  350. TextButton_Roundify_12px_3.Image = "rbxassetid://3570695787"
  351. TextButton_Roundify_12px_3.ImageColor3 = Color3.fromRGB(99, 99, 99)
  352. TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  353. TextButton_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  354. TextButton_Roundify_12px_3.SliceScale = 0.120
  355.  
  356. Frame_3.Name = "Frame"
  357. Frame_3.Parent = TextButton_3
  358. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  359. Frame_3.BackgroundTransparency = 1.000
  360. Frame_3.Position = UDim2.new(0, 0, 0.0499997139, 0)
  361. Frame_3.Size = UDim2.new(0, 19, 0, 19)
  362. Frame_3.Image = "rbxassetid://3570695787"
  363. Frame_3.ScaleType = Enum.ScaleType.Slice
  364. Frame_3.SliceCenter = Rect.new(100, 100, 100, 100)
  365. Frame_3.SliceScale = 0.120
  366.  
  367. -- Scripts:
  368.  
  369. local function NURQKD_fake_script() -- Catching.LocalScript
  370. local script = Instance.new('LocalScript', Catching)
  371.  
  372. local catching = script.Parent.Parent.Parent.Items.Catching
  373.  
  374. local server = script.Parent.Parent.Parent.Items.Server
  375.  
  376. script.Parent.MouseButton1Click:Connect(function()
  377. if server.Visible == true then
  378. server.Visible = false
  379. catching.Visible = true
  380. else
  381. if catching.Visible == false then
  382. catching.Visible = true
  383. end
  384. end
  385. end)
  386. end
  387. coroutine.wrap(NURQKD_fake_script)()
  388. local function YBHWAZ_fake_script() -- Server.LocalScript
  389. local script = Instance.new('LocalScript', Server)
  390.  
  391. local catching = script.Parent.Parent.Parent.Items.Catching
  392.  
  393. local server = script.Parent.Parent.Parent.Items.Server
  394.  
  395. script.Parent.MouseButton1Click:Connect(function()
  396. if catching.Visible == true then
  397. catching.Visible = false
  398. server.Visible = true
  399. else
  400. if server.Visible == false then
  401. server.Visible = true
  402. end
  403. end
  404. end)
  405. end
  406. coroutine.wrap(YBHWAZ_fake_script)()
  407. local function JNOYZD_fake_script() -- Toggle.LocalScript
  408. local script = Instance.new('LocalScript', Toggle)
  409.  
  410. local toggled = false -- The start state of the toggle
  411. local debounce = false -- Debounce / cooldown so you cant spam the toggle and break it
  412. local button = script.Parent.TextButton
  413.  
  414. button.MouseButton1Click:Connect(function() -- Gets executed when you click the button
  415. if debounce == false then
  416. if toggled == true then -- If the toggle is already on
  417. debounce = true
  418. game:GetService("TweenService"):Create(script.Parent.TextButton.TextButton_Roundify_12px, TweenInfo.new(0.25), {ImageColor3 = Color3.fromRGB(200, 200, 200)}):Play()
  419. game:GetService("TweenService"):Create(script.Parent.TextButton.Frame, TweenInfo.new(0.25), {Position = UDim2.new(0, 0,0.05, 0)}):Play()
  420. wait(0.25)
  421. debounce = false
  422. toggled = false
  423.  
  424. _G.mags = false
  425. print("Mags Disabled")
  426. elseif toggled == false then -- If the toggle isnt already on
  427. debounce = true
  428. game:GetService("TweenService"):Create(script.Parent.TextButton.TextButton_Roundify_12px, TweenInfo.new(0.25), {ImageColor3 = Color3.fromRGB(64, 200, 114)}):Play()
  429. game:GetService("TweenService"):Create(script.Parent.TextButton.Frame, TweenInfo.new(0.25), {Position = UDim2.new(0.596, 0,0.05, 0)}):Play()
  430. wait(0.25)
  431. debounce = false
  432. toggled = true
  433.  
  434. _G.mags = true;
  435. print("Mags Enabled")
  436.  
  437. while _G.mags == true do
  438. wait()
  439. local fb = game.Workspace:WaitForChild("Football")
  440. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  441.  
  442. local mag = (fb.Position-hum.Position).magnitude
  443.  
  444. if mag <= 25 and game:GetService("ReplicatedStorage").Values.HomeQB.Value ~= game.Players.LocalPlayer.Name and game:GetService("ReplicatedStorage").Values.AwayQB.Value ~= game.Players.LocalPlayer.Name then
  445. firetouchinterest(game.Players.LocalPlayer.Character.CatchLeft, fb, 0)
  446. firetouchinterest(game.Players.LocalPlayer.Character.CatchRight, fb, 0)
  447. wait(0.01)
  448. firetouchinterest(game.Players.LocalPlayer.Character.CatchLeft, fb, 1)
  449. firetouchinterest(game.Players.LocalPlayer.Character.CatchRight, fb, 1)
  450. end
  451. end
  452. end
  453. end
  454. end)
  455. end
  456. coroutine.wrap(JNOYZD_fake_script)()
  457. local function BUSIDGZ_fake_script() -- Toggle_2.LocalScript
  458. local script = Instance.new('LocalScript', Toggle_2)
  459.  
  460. local toggled = false -- The start state of the toggle
  461. local debounce = false -- Debounce / cooldown so you cant spam the toggle and break it
  462. local button = script.Parent.TextButton
  463.  
  464. button.MouseButton1Click:Connect(function() -- Gets executed when you click the button
  465. if debounce == false then
  466. if toggled == true then -- If the toggle is already on
  467. debounce = true
  468. game:GetService("TweenService"):Create(script.Parent.TextButton.TextButton_Roundify_12px, TweenInfo.new(0.25), {ImageColor3 = Color3.fromRGB(200, 200, 200)}):Play()
  469. game:GetService("TweenService"):Create(script.Parent.TextButton.Frame, TweenInfo.new(0.25), {Position = UDim2.new(0, 0,0.05, 0)}):Play()
  470. wait(0.25)
  471. debounce = false
  472. toggled = false
  473. _G.autohands = false
  474. print("Auto Hands Disabled")
  475. elseif toggled == false then -- If the toggle isnt already on
  476. debounce = true
  477. game:GetService("TweenService"):Create(script.Parent.TextButton.TextButton_Roundify_12px, TweenInfo.new(0.25), {ImageColor3 = Color3.fromRGB(64, 200, 114)}):Play()
  478. game:GetService("TweenService"):Create(script.Parent.TextButton.Frame, TweenInfo.new(0.25), {Position = UDim2.new(0.596, 0,0.05, 0)}):Play()
  479. wait(0.25)
  480. debounce = false
  481. toggled = true
  482. _G.autohands = true
  483.  
  484. print("Auto Hands Enabled")
  485.  
  486. while _G.autohands == true do
  487. wait()
  488. local fb = game.Workspace:WaitForChild("Football")
  489. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  490.  
  491. local mag = (fb.Position-hum.Position).magnitude
  492.  
  493. if mag <= 20 then
  494. local A_1 = "PlayerActions"
  495. local A_2 = "catch"
  496. local Event = game:GetService("ReplicatedStorage").Remotes.CharacterSoundEvent
  497. Event:FireServer(A_1, A_2)
  498. end
  499. end
  500. end
  501. end
  502. end)
  503. end
  504. coroutine.wrap(BUSIDGZ_fake_script)()
  505. local function WWREFX_fake_script() -- Toggle_3.LocalScript
  506. local script = Instance.new('LocalScript', Toggle_3)
  507.  
  508. local toggled = false -- The start state of the toggle
  509. local debounce = false -- Debounce / cooldown so you cant spam the toggle and break it
  510. local button = script.Parent.TextButton
  511.  
  512. button.MouseButton1Click:Connect(function() -- Gets executed when you click the button
  513. if debounce == false then
  514. if toggled == true then -- If the toggle is already on
  515. debounce = true
  516. game:GetService("TweenService"):Create(script.Parent.TextButton.TextButton_Roundify_12px, TweenInfo.new(0.25), {ImageColor3 = Color3.fromRGB(200, 200, 200)}):Play()
  517. game:GetService("TweenService"):Create(script.Parent.TextButton.Frame, TweenInfo.new(0.25), {Position = UDim2.new(0, 0,0.05, 0)}):Play()
  518. wait(0.25)
  519. debounce = false
  520. toggled = false
  521. game.ReplicatedStorage.Boundaries.Parent = game.Workspace.Models
  522. print("Enabled Boundaries")
  523. elseif toggled == false then -- If the toggle isnt already on
  524. debounce = true
  525. game:GetService("TweenService"):Create(script.Parent.TextButton.TextButton_Roundify_12px, TweenInfo.new(0.25), {ImageColor3 = Color3.fromRGB(64, 200, 114)}):Play()
  526. game:GetService("TweenService"):Create(script.Parent.TextButton.Frame, TweenInfo.new(0.25), {Position = UDim2.new(0.596, 0,0.05, 0)}):Play()
  527. wait(0.25)
  528. debounce = false
  529. toggled = true
  530. game.Workspace.Models.Boundaries.Parent = game.ReplicatedStorage
  531. print("Disabled Boundaries")
  532. end
  533. end
  534. end)
  535. end
  536. coroutine.wrap(WWREFX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment