Advertisement
InfinateSpectre

Untitled

Oct 5th, 2019
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.49 KB | None | 0 0
  1. local ezstatsGui = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local Border3 = Instance.new("Frame")
  4. local Border2 = Instance.new("Frame")
  5. local Border4 = Instance.new("Frame")
  6. local Border1 = Instance.new("Frame")
  7. local Buttons = Instance.new("Frame")
  8. local TpToBall = Instance.new("TextButton")
  9. local AutoTackle = Instance.new("TextButton")
  10. local InfiniteJump = Instance.new("TextButton")
  11. local TeleportToBall = Instance.new("TextButton")
  12. local AutoCatch = Instance.new("TextButton")
  13. local TeleportToEndZone = Instance.new("TextButton")
  14. local InstaScore = Instance.new("TextButton")
  15. local AutoRecover = Instance.new("TextButton")
  16. local AutoTackle_2 = Instance.new("TextButton")
  17. local CheckForAdmins = Instance.new("TextButton")
  18. local Title = Instance.new("TextLabel")
  19. local OpenClose = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. ezstatsGui.Name = "ezstats Gui"
  24. ezstatsGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. ezstatsGui.ResetOnSpawn = false
  26.  
  27. MainFrame.Name = "MainFrame"
  28. MainFrame.Parent = ezstatsGui
  29. MainFrame.Active = true
  30. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  31. MainFrame.BackgroundTransparency = 0.10000000149012
  32. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  33. MainFrame.Position = UDim2.new(0.69564414, 0, 0.31695652, 0)
  34. MainFrame.Selectable = true
  35. MainFrame.Size = UDim2.new(0, 264, 0, 295)
  36.  
  37. Border3.Name = "Border3"
  38. Border3.Parent = MainFrame
  39. Border3.Active = true
  40. Border3.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  41. Border3.BackgroundTransparency = 0.10000000149012
  42. Border3.BorderColor3 = Color3.new(0, 0, 0)
  43. Border3.Position = UDim2.new(0, -13, 0, -14)
  44. Border3.Size = UDim2.new(0, 290, 0, 6)
  45.  
  46. Border2.Name = "Border2"
  47. Border2.Parent = MainFrame
  48. Border2.Active = true
  49. Border2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  50. Border2.BackgroundTransparency = 0.10000000149012
  51. Border2.BorderColor3 = Color3.new(0, 0, 0)
  52. Border2.Position = UDim2.new(0, 273, 0, -9)
  53. Border2.Size = UDim2.new(0, 4, 0, 317)
  54.  
  55. Border4.Name = "Border4"
  56. Border4.Parent = MainFrame
  57. Border4.Active = true
  58. Border4.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  59. Border4.BorderColor3 = Color3.new(0, 0, 0)
  60. Border4.Position = UDim2.new(0, -13, 0, 302)
  61. Border4.Size = UDim2.new(0, 289, 0, 6)
  62.  
  63. Border1.Name = "Border1"
  64. Border1.Parent = MainFrame
  65. Border1.Active = true
  66. Border1.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  67. Border1.BackgroundTransparency = 0.10000000149012
  68. Border1.BorderColor3 = Color3.new(0, 0, 0)
  69. Border1.Position = UDim2.new(0, -13, 0, -14)
  70. Border1.Size = UDim2.new(0, 4, 0, 322)
  71.  
  72. Buttons.Name = "Buttons"
  73. Buttons.Parent = MainFrame
  74. Buttons.Active = true
  75. Buttons.BackgroundColor3 = Color3.new(0, 0, 0)
  76. Buttons.BackgroundTransparency = 0.10000000149012
  77. Buttons.BorderColor3 = Color3.new(0, 0, 0)
  78. Buttons.Position = UDim2.new(0.0569107756, 0, 0.117918164, 0)
  79. Buttons.Selectable = true
  80. Buttons.Size = UDim2.new(0, 232, 0, 260)
  81.  
  82. TpToBall.Name = "Tp To Ball"
  83. TpToBall.Parent = Buttons
  84. TpToBall.BackgroundColor3 = Color3.new(0, 0, 0)
  85. TpToBall.Position = UDim2.new(0, 0, 0.0795454755, 0)
  86. TpToBall.Size = UDim2.new(0, 119, 0, 43)
  87. TpToBall.Font = Enum.Font.SourceSansSemibold
  88. TpToBall.Text = "Tp To Ball"
  89. TpToBall.TextColor3 = Color3.new(1, 0, 0)
  90. TpToBall.TextScaled = true
  91. TpToBall.TextSize = 14
  92. TpToBall.TextWrapped = true
  93.  
  94. AutoTackle.Name = "Auto Tackle"
  95. AutoTackle.Parent = Buttons
  96. AutoTackle.BackgroundColor3 = Color3.new(0, 0, 0)
  97. AutoTackle.Position = UDim2.new(0.521551728, 0, 0.0795546323, 0)
  98. AutoTackle.Size = UDim2.new(0, 112, 0, 43)
  99. AutoTackle.Font = Enum.Font.SourceSansSemibold
  100. AutoTackle.Text = "Auto Tackle"
  101. AutoTackle.TextColor3 = Color3.new(1, 0, 0)
  102. AutoTackle.TextScaled = true
  103. AutoTackle.TextSize = 14
  104. AutoTackle.TextWrapped = true
  105.  
  106. InfiniteJump.Name = "InfiniteJump"
  107. InfiniteJump.Parent = Buttons
  108. InfiniteJump.BackgroundColor3 = Color3.new(0, 0, 0)
  109. InfiniteJump.Position = UDim2.new(0.512931049, 0, 0.402640015, 0)
  110. InfiniteJump.Size = UDim2.new(0, 114, 0, 42)
  111. InfiniteJump.Visible = false
  112. InfiniteJump.Font = Enum.Font.SourceSansSemibold
  113. InfiniteJump.Text = ""
  114. InfiniteJump.TextColor3 = Color3.new(0, 1, 1)
  115. InfiniteJump.TextScaled = true
  116. InfiniteJump.TextSize = 14
  117. InfiniteJump.TextWrapped = true
  118.  
  119. TeleportToBall.Name = "TeleportToBall"
  120. TeleportToBall.Parent = Buttons
  121. TeleportToBall.BackgroundColor3 = Color3.new(0, 0, 0)
  122. TeleportToBall.Position = UDim2.new(0.512931049, 0, 0.564187288, 0)
  123. TeleportToBall.Size = UDim2.new(0, 114, 0, 42)
  124. TeleportToBall.Visible = false
  125. TeleportToBall.Font = Enum.Font.SourceSansSemibold
  126. TeleportToBall.Text = ""
  127. TeleportToBall.TextColor3 = Color3.new(0, 1, 1)
  128. TeleportToBall.TextScaled = true
  129. TeleportToBall.TextSize = 14
  130. TeleportToBall.TextWrapped = true
  131.  
  132. AutoCatch.Name = "AutoCatch"
  133. AutoCatch.Parent = Buttons
  134. AutoCatch.BackgroundColor3 = Color3.new(0, 0, 0)
  135. AutoCatch.Position = UDim2.new(0, 0, 0.564187288, 0)
  136. AutoCatch.Size = UDim2.new(0, 119, 0, 42)
  137. AutoCatch.Visible = false
  138. AutoCatch.Font = Enum.Font.SourceSansSemibold
  139. AutoCatch.Text = ""
  140. AutoCatch.TextColor3 = Color3.new(0, 1, 1)
  141. AutoCatch.TextScaled = true
  142. AutoCatch.TextSize = 14
  143. AutoCatch.TextWrapped = true
  144.  
  145. TeleportToEndZone.Name = "TeleportToEndZone"
  146. TeleportToEndZone.Parent = Buttons
  147. TeleportToEndZone.BackgroundColor3 = Color3.new(0, 0, 0)
  148. TeleportToEndZone.Position = UDim2.new(0, 0, 0.415460795, 0)
  149. TeleportToEndZone.Size = UDim2.new(0, 233, 0, 43)
  150. TeleportToEndZone.Font = Enum.Font.SourceSansSemibold
  151. TeleportToEndZone.Text = "Tp To Endzone [Z/Q]"
  152. TeleportToEndZone.TextColor3 = Color3.new(1, 0, 0)
  153. TeleportToEndZone.TextScaled = true
  154. TeleportToEndZone.TextSize = 14
  155. TeleportToEndZone.TextWrapped = true
  156.  
  157. InstaScore.Name = "InstaScore"
  158. InstaScore.Parent = Buttons
  159. InstaScore.BackgroundColor3 = Color3.new(0, 0, 0)
  160. InstaScore.Position = UDim2.new(0, 0, 0.247503072, 0)
  161. InstaScore.Size = UDim2.new(0, 119, 0, 43)
  162. InstaScore.Font = Enum.Font.SourceSansSemibold
  163. InstaScore.Text = "InstaScore"
  164. InstaScore.TextColor3 = Color3.new(1, 0, 0)
  165. InstaScore.TextScaled = true
  166. InstaScore.TextSize = 14
  167. InstaScore.TextWrapped = true
  168.  
  169. AutoRecover.Name = "AutoRecover"
  170. AutoRecover.Parent = Buttons
  171. AutoRecover.BackgroundColor3 = Color3.new(0, 0, 0)
  172. AutoRecover.Position = UDim2.new(0.521551728, 0, 0.247493923, 0)
  173. AutoRecover.Size = UDim2.new(0, 112, 0, 43)
  174. AutoRecover.Font = Enum.Font.SourceSansSemibold
  175. AutoRecover.Text = "AutoRecover Fumbles"
  176. AutoRecover.TextColor3 = Color3.new(1, 0, 0)
  177. AutoRecover.TextScaled = true
  178. AutoRecover.TextSize = 14
  179. AutoRecover.TextWrapped = true
  180.  
  181. AutoTackle_2.Name = "AutoTackle"
  182. AutoTackle_2.Parent = Buttons
  183. AutoTackle_2.BackgroundColor3 = Color3.new(0, 0, 0)
  184. AutoTackle_2.Position = UDim2.new(0, 0, 0.724000335, 0)
  185. AutoTackle_2.Size = UDim2.new(0, 119, 0, 42)
  186. AutoTackle_2.Visible = false
  187. AutoTackle_2.Font = Enum.Font.SourceSansSemibold
  188. AutoTackle_2.Text = ""
  189. AutoTackle_2.TextColor3 = Color3.new(0, 1, 1)
  190. AutoTackle_2.TextScaled = true
  191. AutoTackle_2.TextSize = 14
  192. AutoTackle_2.TextWrapped = true
  193.  
  194. CheckForAdmins.Name = "CheckForAdmins"
  195. CheckForAdmins.Parent = Buttons
  196. CheckForAdmins.BackgroundColor3 = Color3.new(0, 0, 0)
  197. CheckForAdmins.Position = UDim2.new(0.521551728, 0, 0.724000335, 0)
  198. CheckForAdmins.Size = UDim2.new(0, 112, 0, 42)
  199. CheckForAdmins.Visible = false
  200. CheckForAdmins.Font = Enum.Font.SourceSansSemibold
  201. CheckForAdmins.Text = ""
  202. CheckForAdmins.TextColor3 = Color3.new(0, 1, 1)
  203. CheckForAdmins.TextScaled = true
  204. CheckForAdmins.TextSize = 14
  205. CheckForAdmins.TextWrapped = true
  206.  
  207. Title.Name = "Title"
  208. Title.Parent = MainFrame
  209. Title.Active = true
  210. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  211. Title.BackgroundTransparency = 0.10000000149012
  212. Title.BorderColor3 = Color3.new(0, 0, 0)
  213. Title.Size = UDim2.new(0, 264, 0, 47)
  214. Title.Font = Enum.Font.SourceSans
  215. Title.Text = "EZ STATS"
  216. Title.TextColor3 = Color3.new(1, 0, 0)
  217. Title.TextScaled = true
  218. Title.TextSize = 14
  219. Title.TextWrapped = true
  220.  
  221. OpenClose.Name = "OpenClose"
  222. OpenClose.Parent = ezstatsGui
  223. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  224. OpenClose.BorderColor3 = Color3.new(0, 0, 0)
  225. OpenClose.BorderSizePixel = 0
  226. OpenClose.Position = UDim2.new(0.0351634771, 720, 0.469094187, 350)
  227. OpenClose.Size = UDim2.new(0, 67, 0, 25)
  228. OpenClose.Font = Enum.Font.SourceSans
  229. OpenClose.Text = "CLOSE"
  230. OpenClose.TextColor3 = Color3.new(1, 0, 0)
  231. OpenClose.TextScaled = true
  232. OpenClose.TextSize = 14
  233. OpenClose.TextWrapped = true
  234.  
  235. -- Scripts:
  236.  
  237. local function CHHCK_fake_script() -- TpToBall.LocalScript
  238.     local script = Instance.new('LocalScript', TpToBall)
  239.  
  240.     local button = script.Parent
  241.    
  242.     function loadScript()
  243.    
  244.    
  245.    
  246.     loadstring(game:HttpGet("https://pastebin.com/raw/DhH4ZUqF",true))()
  247.    
  248.    
  249.    
  250.     end
  251.    
  252.     button.MouseButton1Click:Connect(loadScript)
  253. end
  254. coroutine.wrap(CHHCK_fake_script)()
  255. local function TYXNOH_fake_script() -- AutoTackle.LocalScript
  256.     local script = Instance.new('LocalScript', AutoTackle)
  257.  
  258.     local button = script.Parent
  259.    
  260.     function loadScript()
  261.    
  262.    
  263.    
  264.     loadstring(game:HttpGet("https://pastebin.com/raw/tebCn4yN",true))()
  265.    
  266.    
  267.    
  268.     end
  269.    
  270.     button.MouseButton1Click:Connect(loadScript)
  271. end
  272. coroutine.wrap(TYXNOH_fake_script)()
  273. -- InfiniteJump.LocalScript is disabled.
  274. -- TeleportToBall.LocalScript is disabled.
  275. -- AutoCatch.LocalScript is disabled.
  276. local function YDHBFT_fake_script() -- TeleportToEndZone.LocalScript
  277.     local script = Instance.new('LocalScript', TeleportToEndZone)
  278.  
  279.     local button = script.Parent
  280.     --[[
  281.     function loadScript()
  282.    
  283.    
  284.    
  285.         game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  286.             if k == "q" then
  287.                 local player = game.Players.LocalPlayer.Character
  288.                 player.HumanoidRootPart.CFrame = CFrame.new(-2.26963782, 5, -160)
  289.             end
  290.         end)
  291.         game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  292.             if k == "z" then
  293.                 local player = game.Players.LocalPlayer.Character
  294.                 player.HumanoidRootPart.CFrame = CFrame.new(2.94989872, 5, 170.553925)
  295.             end
  296.         end)
  297.    
  298.    
  299.    
  300.     end
  301.    
  302.     button.MouseButton1Click:Connect(loadScript)
  303.     ]]
  304.     button.MouseEnter:Connect(function()
  305.         button.Text = "*Patched*"
  306.     end)
  307.    
  308.     button.MouseLeave:Connect(function()
  309.         button.Text = "Tp To Endzone [Z/Q]"
  310.     end)
  311. end
  312. coroutine.wrap(YDHBFT_fake_script)()
  313. local function CYBSWHG_fake_script() -- InstaScore.LocalScript
  314.     local script = Instance.new('LocalScript', InstaScore)
  315.  
  316.     local button = script.Parent
  317.     --[[
  318.     function loadScript()
  319.    
  320.    
  321.    
  322.         while true do
  323.             if game.Players.LocalPlayer.Character:WaitForChild("Football") then
  324.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.94989872, 20, 150.553925)
  325.                 wait()
  326.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.26963782, 20, -150)
  327.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.94989872, 20, 150.553925)
  328.                 wait()
  329.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.26963782, 20, -150)
  330.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.94989872, 20, 150.553925)
  331.                 wait()
  332.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.26963782, 20, -150)
  333.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.94989872, 20, 150.553925)
  334.                 wait()
  335.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.26963782, 20, -150)
  336.             end
  337.         end
  338.    
  339.    
  340.    
  341.     end
  342.    
  343.     button.MouseButton1Click:Connect(loadScript)
  344.     ]]
  345.    
  346.     button.MouseEnter:Connect(function()
  347.         button.Text = "*Patched*"
  348.     end)
  349.    
  350.     button.MouseLeave:Connect(function()
  351.         button.Text = "InstaScore"
  352.     end)
  353. end
  354. coroutine.wrap(CYBSWHG_fake_script)()
  355. local function OHKAR_fake_script() -- AutoRecover.LocalScript
  356.     local script = Instance.new('LocalScript', AutoRecover)
  357.  
  358.     local button = script.Parent
  359.    
  360.     function loadScript()
  361.    
  362.    
  363.    
  364.     football = game.Workspace:WaitForChild("Football")
  365.     hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  366.    
  367.     while true do
  368.     magnitude = (football.Position - hum.Position).magnitude
  369.     if magnitude <= 30 then
  370.     football.CFrame = CFrame.new(hum.Position)
  371.     print(magnitude)
  372.     end
  373.     wait()
  374.     end
  375.    
  376.    
  377.    
  378.     end
  379.    
  380.     button.MouseButton1Click:Connect(loadScript)
  381. end
  382. coroutine.wrap(OHKAR_fake_script)()
  383. -- AutoTackle_2.LocalScript is disabled.
  384. -- CheckForAdmins.LocalScript is disabled.
  385. local function SRTDKY_fake_script() -- MainFrame.Theme
  386.     local script = Instance.new('LocalScript', MainFrame)
  387.  
  388.     --// Variables
  389.     local mainFrame = script.Parent
  390.     local buttons = mainFrame.Buttons
  391.    
  392.     --// Theme Borders
  393.     local themeObjects = {
  394.         mainFrame.Title,
  395.         mainFrame.Border1,
  396.         mainFrame.Border2,
  397.         mainFrame.Border3,
  398.         mainFrame.Border4,
  399.         buttons["AutoRecover"],
  400.         buttons["InstaScore"],
  401.         buttons["TeleportToEndZone"],
  402.         buttons["Tp To Ball"],
  403.         buttons["Auto Tackle"],
  404.         mainFrame.Parent.OpenClose
  405.     }
  406.    
  407.    
  408.     --// Theme Colors
  409.     local ThemeColors = {
  410.         Color3.new(200,0,0),   --RED
  411.         Color3.new(255,255,0), --YELLOW
  412.         Color3.new(0,255,0),   --GREEN
  413.         Color3.new(0,0,255),   --BLUE
  414.         Color3.new(255,0,255)  --PURPLE
  415.     }
  416.    
  417.     --// Theme Function
  418.     function setThemeColor(color)
  419.         for i,v in pairs(themeObjects) do
  420.                 if v:IsA("TextLabel") or v:IsA("TextButton") then
  421.                     v.TextColor3 = color
  422.                 elseif v:IsA("Frame") then
  423.                     v.BackgroundColor3 = color
  424.                 end
  425.         end
  426.         wait()
  427.     end
  428.    
  429.     --// Color Strings
  430.     colorStrings = {
  431.         "red",
  432.         "yellow",
  433.         "green",
  434.         "blue",
  435.         "purple"
  436.     }
  437.    
  438.     --// zigzag Function
  439.     function zigzag(X)
  440.         return math.acos(math.cos(X*math.pi))/math.pi
  441.     end
  442.    
  443.     local counter = 0
  444.    
  445.     --// Set Theme
  446.    
  447.     while wait(0.01) do
  448.         setThemeColor(Color3.fromHSV(zigzag(counter),1,1))
  449.         counter = counter + 0.01
  450.     end
  451.    
  452.    
  453.    
  454.    
  455.    
  456.    
  457.    
  458.    
  459.    
  460.    
  461. end
  462. coroutine.wrap(SRTDKY_fake_script)()
  463. local function QFNHAW_fake_script() -- MainFrame.draggable
  464.     local script = Instance.new('LocalScript', MainFrame)
  465.  
  466.     local gui = script.Parent
  467.     gui.Draggable = true
  468.     gui.Selectable = true
  469.     gui.Active = true
  470. end
  471. coroutine.wrap(QFNHAW_fake_script)()
  472. local function LCBIE_fake_script() -- OpenClose.LocalScript
  473.     local script = Instance.new('LocalScript', OpenClose)
  474.  
  475.     local openClose = script.Parent
  476.     local gui = openClose.Parent
  477.    
  478.     openClose.MouseButton1Click:Connect(function()
  479.         gui.MainFrame.Visible = not gui.MainFrame.Visible
  480.         if gui.MainFrame.Visible == false then
  481.             script.Parent.Text = "OPEN"
  482.         else
  483.             script.Parent.Text = "CLOSE"
  484.         end
  485.     end)
  486. end
  487. coroutine.wrap(LCBIE_fake_script)()
  488. local function HKHZOO_fake_script() -- ezstatsGui.DIE STUPID ANTI CHEAT
  489.     local script = Instance.new('LocalScript', ezstatsGui)
  490.  
  491.     local rs = game:GetService("RunService")
  492.    
  493.     rs.RenderStepped:Connect(function()
  494.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  495.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  496.         end
  497.     end)
  498. end
  499. coroutine.wrap(HKHZOO_fake_script)()
  500. local function QANFUN_fake_script() -- nil.DIE STUPID ANTI CHEAT
  501.     local script = Instance.new('LocalScript', nil)
  502.  
  503.     local rs = game:GetService("RunService")
  504.    
  505.     rs.RenderStepped:Connect(function()
  506.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  507.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  508.         end
  509.     end)
  510. end
  511. coroutine.wrap(QANFUN_fake_script)()
  512. local function TREREF_fake_script() -- nil.DIE STUPID ANTI CHEAT
  513.     local script = Instance.new('LocalScript', nil)
  514.  
  515.     local rs = game:GetService("RunService")
  516.    
  517.     rs.RenderStepped:Connect(function()
  518.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  519.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  520.         end
  521.     end)
  522. end
  523. coroutine.wrap(TREREF_fake_script)()
  524. local function XKMBJKF_fake_script() -- nil.DIE STUPID ANTI CHEAT
  525.     local script = Instance.new('LocalScript', nil)
  526.  
  527.     local rs = game:GetService("RunService")
  528.    
  529.     rs.RenderStepped:Connect(function()
  530.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  531.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  532.         end
  533.     end)
  534. end
  535. coroutine.wrap(XKMBJKF_fake_script)()
  536. local function WVNDL_fake_script() -- nil.DIE STUPID ANTI CHEAT
  537.     local script = Instance.new('LocalScript', nil)
  538.  
  539.     local rs = game:GetService("RunService")
  540.    
  541.     rs.RenderStepped:Connect(function()
  542.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  543.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  544.         end
  545.     end)
  546. end
  547. coroutine.wrap(WVNDL_fake_script)()
  548. local function YDJNA_fake_script() -- nil.DIE STUPID ANTI CHEAT
  549.     local script = Instance.new('LocalScript', nil)
  550.  
  551.     local rs = game:GetService("RunService")
  552.    
  553.     rs.RenderStepped:Connect(function()
  554.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  555.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  556.         end
  557.     end)
  558. end
  559. coroutine.wrap(YDJNA_fake_script)()
  560. local function TGZJXCT_fake_script() -- nil.DIE STUPID ANTI CHEAT
  561.     local script = Instance.new('LocalScript', nil)
  562.  
  563.     local rs = game:GetService("RunService")
  564.    
  565.     rs.RenderStepped:Connect(function()
  566.         if game.ReplicatedStorage.Remotes:FindFirstChild("AntiExploitEnabled") then
  567.             game.ReplicatedStorage.Remotes.AntiExploitEnabled:Destroy()
  568.         end
  569.     end)
  570. end
  571. coroutine.wrap(TGZJXCT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement