Advertisement
2AreYouMental110

creeper chaos (Fixed)[kinda]

Jul 1st, 2022 (edited)
10,429
2
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 32.34 KB | None | 2 0
  1. -- WARNING: THIS SCRIPT IS NOT MAINTAINED VERY WELL, THERE MAY BE BUGS
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. --[[
  10. list of unfixable bugs
  11. telekinesis cant carry
  12. cooldowns dont work
  13. ]]
  14. --[[
  15. list of fixable bugs
  16. ]]
  17.  
  18. for i, v in pairs(game:GetDescendants()) do
  19.     if v.Name == "AntiHack" then
  20.         game:GetService("Workspace").Map.AntiHack:Destroy()
  21.     end
  22. end
  23. for i,v in pairs(game.CoreGui:GetChildren()) do
  24.     if v.Name == "stat thing folder" then
  25.         v:Destroy()
  26.     end
  27. end
  28.  
  29.  
  30.  
  31.  
  32.  
  33. local folder = Instance.new("Folder")
  34. local scrgui = Instance.new("ScreenGui")
  35. local Frame = Instance.new("Frame")
  36. local humans = Instance.new("TextLabel")
  37. local creepers = Instance.new("TextLabel")
  38. local timer = Instance.new("TextLabel")
  39. local textlabel = Instance.new("TextLabel")
  40. local textlabel_2 = Instance.new("TextLabel")
  41. local textlabel_3 = Instance.new("TextLabel")
  42. local textlabel_4 = Instance.new("TextLabel")
  43.  
  44. --Properties:
  45.  
  46. folder.Parent = game.CoreGui
  47. folder.Name = "stat thing folder"
  48.  
  49. scrgui.Parent = folder
  50. scrgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51. scrgui.Name = "stat thing"
  52.  
  53. Frame.Parent = scrgui
  54. Frame.Active = true
  55. Frame.BackgroundColor3 = Color3.fromRGB(0, 120, 255)
  56. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  57. Frame.Position = UDim2.new(0.248021111, 0, 0.0752293542, 0)
  58. Frame.Size = UDim2.new(0, 381, 0, 380)
  59. Frame.Draggable = true
  60.  
  61. humans.Name = "humans"
  62. humans.Parent = Frame
  63. humans.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  64. humans.BorderColor3 = Color3.fromRGB(255, 255, 255)
  65. humans.Position = UDim2.new(0.501312315, 0, 0.213157892, 0)
  66. humans.Size = UDim2.new(0, 190, 0, 99)
  67. humans.Font = Enum.Font.SourceSans
  68. humans.Text = "humans"
  69. humans.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. humans.TextScaled = true
  71. humans.TextSize = 14.000
  72. humans.TextWrapped = true
  73.  
  74. creepers.Name = "creepers"
  75. creepers.Parent = Frame
  76. creepers.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  77. creepers.BorderColor3 = Color3.fromRGB(255, 255, 255)
  78. creepers.Position = UDim2.new(0.501312315, 0, 0.475438654, 0)
  79. creepers.Size = UDim2.new(0, 190, 0, 99)
  80. creepers.Font = Enum.Font.SourceSans
  81. creepers.Text = "creepers"
  82. creepers.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. creepers.TextScaled = true
  84. creepers.TextSize = 14.000
  85. creepers.TextWrapped = true
  86.  
  87. timer.Name = "timer"
  88. timer.Parent = Frame
  89. timer.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  90. timer.BorderColor3 = Color3.fromRGB(255, 255, 255)
  91. timer.Position = UDim2.new(0.501312315, 0, 0.737719297, 0)
  92. timer.Size = UDim2.new(0, 190, 0, 99)
  93. timer.Font = Enum.Font.SourceSans
  94. timer.Text = "timer"
  95. timer.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. timer.TextScaled = true
  97. timer.TextSize = 14.000
  98. timer.TextWrapped = true
  99.  
  100. textlabel.Name = "textlabel"
  101. textlabel.Parent = Frame
  102. textlabel.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  103. textlabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
  104. textlabel.Position = UDim2.new(0, 0, 0.21228075, 0)
  105. textlabel.Size = UDim2.new(0, 190, 0, 99)
  106. textlabel.Font = Enum.Font.SourceSans
  107. textlabel.Text = "Humans:"
  108. textlabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  109. textlabel.TextScaled = true
  110. textlabel.TextSize = 14.000
  111. textlabel.TextWrapped = true
  112.  
  113. textlabel_2.Name = "textlabel"
  114. textlabel_2.Parent = Frame
  115. textlabel_2.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  116. textlabel_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  117. textlabel_2.Position = UDim2.new(0, 0, 0.478070229, 0)
  118. textlabel_2.Size = UDim2.new(0, 190, 0, 99)
  119. textlabel_2.Font = Enum.Font.SourceSans
  120. textlabel_2.Text = "Creepers:"
  121. textlabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. textlabel_2.TextScaled = true
  123. textlabel_2.TextSize = 14.000
  124. textlabel_2.TextWrapped = true
  125.  
  126. textlabel_3.Name = "textlabel"
  127. textlabel_3.Parent = Frame
  128. textlabel_3.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  129. textlabel_3.BorderColor3 = Color3.fromRGB(255, 255, 255)
  130. textlabel_3.Position = UDim2.new(0, 0, 0.735964954, 0)
  131. textlabel_3.Size = UDim2.new(0, 190, 0, 99)
  132. textlabel_3.Font = Enum.Font.SourceSans
  133. textlabel_3.Text = "Timer:"
  134. textlabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. textlabel_3.TextScaled = true
  136. textlabel_3.TextSize = 14.000
  137. textlabel_3.TextWrapped = true
  138.  
  139. textlabel_4.Name = "textlabel"
  140. textlabel_4.Parent = Frame
  141. textlabel_4.BackgroundColor3 = Color3.fromRGB(0, 99, 255)
  142. textlabel_4.BorderColor3 = Color3.fromRGB(255, 255, 255)
  143. textlabel_4.Position = UDim2.new(0.00262467191, 0, -0.00087713945, 0)
  144. textlabel_4.Size = UDim2.new(0, 380, 0, 81)
  145. textlabel_4.Font = Enum.Font.SourceSans
  146. textlabel_4.Text = "Made by 2AreYouMental110"
  147. textlabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. textlabel_4.TextScaled = true
  149. textlabel_4.TextSize = 14.000
  150. textlabel_4.TextWrapped = true
  151. scrgui.Enabled = false
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. rconsoleclear()
  159. wait()
  160. rconsolename("Creeper Chaos Script (CREDITS)")
  161. rconsoleprint("@@LIGHT_BLUE@@")
  162. rconsoleprint[[
  163.  
  164.  
  165. Credits:
  166.  
  167. everything in the main tab - 2areyoumental110/me
  168. stats gui - 2areyoumental110/me
  169. bad code - 2areyoumental110/me
  170.  
  171.  
  172.  
  173. telekinesis script - dont know who made it but here is where i found it: https://www.youtube.com/watch?v=7cVhlqYekuo
  174.  
  175. infinite yield - edge, zwolf, moon, toon
  176.  
  177. dark dex v3 - moon, wally, ic3, and hamstagang
  178.  
  179. simple spy - exx
  180.  
  181. crapper chaos - blame the lag / https://www.youtube.com/watch?v=TaCD9CWYpb8
  182.  
  183. FE HAT FLING - BlueCat / https://www.youtube.com/watch?v=lyhpjG4vbvw
  184.  
  185. fling all script - idk who made it again so heres the yt link: https://www.youtube.com/watch?v=BnNb-uo2gQo
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. ]]
  195.  
  196.  
  197. wait(1)
  198.  
  199.  
  200.  
  201.  
  202.  
  203. getgenv().deletecreepercon = false
  204. getgenv().placeholder1 = false
  205. getgenv().statsgui = false
  206. getgenv().deltnt = false
  207. getgenv().bigarrows = false
  208. getgenv().tparrows = false
  209. getgenv().bbay = false
  210. getgenv().textloop = false
  211.  
  212.  
  213. local selectedoption
  214. local selectedblock
  215. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  216. local Window = Library.CreateLib("Creeper Chaos (Beta)", "Sentinel")
  217.  
  218. local A = Window:NewTab("Main")
  219. local A1 = A:NewSection("Main")
  220. local B = Window:NewTab("Other Scripts")
  221. local B1 = B:NewSection("Other Scripts")
  222.  
  223.  
  224.  
  225. local drpdwn = A1:NewDropdown("players", "its not display name", {"placeholer", "placeholder"}, function(value1)
  226.     selectedoption = value1
  227.     print(value1)
  228. end)
  229.  
  230. local bdrpdwn = A1:NewDropdown("blocks", "its not manual", {"placeholer", "placeholder"}, function(value1)
  231.     selectedblock = value1
  232.     print(value1)
  233.     return selectedblock
  234. end)
  235.  
  236.  
  237. local playerdrpdwn = {
  238.  
  239. }
  240. local blockdrpdwn = {
  241.  
  242. }
  243.  
  244. A1:NewButton("Update Dropdown (humans)", "Refreshes Dropdown", function()
  245.     table.clear(playerdrpdwn)
  246.     for i,v in pairs(game.Teams.Humans:GetPlayers()) do
  247.         if v.Name ~= game.Players.LocalPlayer.Name then
  248.             table.insert(playerdrpdwn,v.Name)
  249.             drpdwn:Refresh(playerdrpdwn)
  250.         end
  251.     end
  252. end)
  253.  
  254. A1:NewButton("Update Dropdown (creepers)", "Refreshes Dropdown", function()
  255.     table.clear(playerdrpdwn)
  256.     for i,v in pairs(game.Teams.Creepers:GetPlayers()) do
  257.         if v.Name ~= game.Players.LocalPlayer.Name then
  258.             table.insert(playerdrpdwn,v.Name)
  259.             drpdwn:Refresh(playerdrpdwn)
  260.         end
  261.     end
  262. end)
  263.  
  264. A1:NewButton("Update Dropdown (both)", "Refreshes Dropdown", function()
  265.     table.clear(playerdrpdwn)
  266.     for i,v in pairs(game.Players:GetPlayers()) do
  267.         if v.Name ~= game.Players.LocalPlayer.Name then
  268.             table.insert(playerdrpdwn,v.Name)
  269.             drpdwn:Refresh(playerdrpdwn)
  270.         end
  271.     end
  272. end)
  273.  
  274. A1:NewButton("Update Dropdown (blocks)", "Refreshes Dropdown (the other one)", function()
  275.     table.clear(blockdrpdwn)
  276.     for i,v in pairs(game:GetService("ReplicatedStorage").Packages.Cloneables.Blocks:GetChildren()) do
  277.         if v.ClassName == "Part" then
  278.             table.insert(blockdrpdwn,v.Name)
  279.             bdrpdwn:Refresh(blockdrpdwn)
  280.         end
  281.     end
  282. end)
  283.  
  284. A1:NewButton("select block", "selects block to build", function()
  285.     local A_1 = (selectedblock)
  286.     local Event = game:GetService("ReplicatedStorage").Remotes.SelectBlock
  287.     Event:FireServer(A_1)
  288. end)
  289.  
  290.  
  291.  
  292. A1:NewToggle("build blocks around you (selected)", "you have to select the block", function(bool)
  293.     getgenv().bbay = bool
  294.     if bool then
  295.         bbay()
  296.     end
  297. end)
  298.  
  299.  
  300. A1:NewButton("kill (selected)", "ping must be 50 - 400", function()
  301.     for i,v in pairs(game.Teams.Creepers:GetPlayers()) do
  302.         if v.Name == game.Players.LocalPlayer.Name then -- checks if you are in the creepers team
  303.             for i,v in pairs(game:GetService("CoreGui").RobloxGui.PerformanceStats:GetDescendants()) do
  304.                 if v.ClassName == "TextLabel" and v.Text == "Ping" then
  305.                     for i,v in pairs(v.Parent:GetChildren()) do
  306.                         if v.Name == "ValueLabel" then
  307.                             local oldping = string.gsub(v.Text," ms","")
  308.                             local ping = (oldping/1000) -- divides ping by 1000
  309.                             local explodetime = 2.65 -- normal explode time - 0.05
  310.                             local total = (explodetime-ping)
  311.                             game:GetService("ReplicatedStorage").Remotes.Explode:InvokeServer()
  312.                             wait(total)
  313.                             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[selectedoption].Character.HumanoidRootPart.CFrame
  314.                         end
  315.                     end
  316.                 end
  317.             end
  318.         end
  319.     end
  320.     for i,v in pairs(game.Teams.Humans:GetPlayers()) do
  321.         if v.Name == game.Players.LocalPlayer.Name then -- checks if you are in the humans team
  322.             print("bruh")
  323.         end
  324.     end
  325. end)
  326.  
  327.  
  328.  
  329. A1:NewButton("tp to (selected)", "a little bit sus", function()
  330.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace")[selectedoption].HumanoidRootPart.CFrame
  331. end)
  332.  
  333. A1:NewButton("delete shields", "HOW DID HE DAMAGE ME!!!", function()
  334.     for i,v in pairs(game:GetDescendants()) do
  335.         if v.Name == "Shield" and v.Parent.Name ~= "ItemWeapons" and v.Parent.Name ~= "Items" then
  336.             v:Destroy()
  337.         end
  338.     end
  339. end)
  340.  
  341. A1:NewButton("Delete Creeper Cons", "deletes creeper cons", function()
  342.     game.Players.LocalPlayer.Character.CreeperCons:Destroy()
  343. end)
  344.  
  345. A1:NewToggle("auto delete creeper cons", "auto deletes the creepercons", function(bool)
  346.     getgenv().deletecreepercon = bool
  347.     if bool then
  348.         deletecreepercon()
  349.     end
  350. end)
  351.  
  352. A1:NewToggle("auto delete tnt white part", "auto deletes the tnt kill thing", function(bool)
  353.     getgenv().deltnt = bool
  354.     if bool then
  355.         deltnt()
  356.     end
  357. end)
  358.  
  359.  
  360. A1:NewButton("Become Jesus", "walk on water", function()
  361.     for i,v in pairs(game:GetService("Workspace").Map.Water:GetChildren()) do
  362.         if v.ClassName == "Part" and v.Name == "Water" then
  363.             for i,v in pairs(v:GetChildren()) do
  364.                 if v.ClassName == "TouchTransmitter" then
  365.                     v:Destroy()
  366.                 end
  367.             end
  368.         end
  369.         if v.ClassName == "Script" and v.Name == "Water" then
  370.             v:Destroy()
  371.         end
  372.     end
  373. end)
  374.  
  375. A1:NewButton("cobwebs dont effect", "no slowness", function()
  376.     for i,v in pairs(game.Workspace.Map.ExplodableBlocks:GetDescendants()) do
  377.         if v.Name == "Cobweb" then
  378.             for i,v in pairs(v.Parent:GetChildren()) do
  379.                 if v.ClassName == "TouchTransmitter" then
  380.                     v:Destroy()
  381.                 end
  382.             end
  383.         end
  384.     end
  385. end)
  386.  
  387. A1:NewButton("delete ragdoll", "no ragdoll!!", function()
  388.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  389.         if v.Name == "RagDollHandler" then
  390.             v:Destroy()
  391.         end
  392.         if v.Name == "RagDollClient" then
  393.             v:Destroy()
  394.         end
  395.     end
  396. end)
  397.  
  398. A1:NewButton("show/size iron golem hitbox", "big hitbox!!", function()
  399.     for i,v in pairs(game:GetService("Workspace").Items:GetChildren()) do
  400.         if v.Name == "Iron Golem" then
  401.             v.HitBox.Transparency = 0.5
  402.             v.HitBox.CanCollide = false
  403.             v.HitBox.Size = Vector3.new("50","50","50")
  404.         end
  405.     end
  406. end)
  407.  
  408. A1:NewButton("size weapon 420!!", "bigg hitbox!!", function()
  409.     for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  410.         if v.ClassName == "Tool" and v.Name ~= "Bow" and v.Name ~= "Telekinesis Gun" and v.Name ~= "Torch" and v.Name ~= "Build" and v.Name ~= "Delete" and v.Name ~= "Shield" and v.Name ~= "TNT" and v.Name ~= "Golem" and v.Name ~= "Tele Pearl" and v.Name ~= "BloxyCola" then
  411.             v.BodyAttach.CanCollide = false
  412.             v.BodyAttach.Size = Vector3.new("420","420","420")
  413.         end
  414.     end
  415.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  416.         if v.ClassName == "Tool" and v.Name ~= "Bow" and v.Name ~= "Telekinesis Gun" and v.Name ~= "Torch" and v.Name ~= "Build" and v.Name ~= "Delete" and v.Name ~= "Shield" and v.Name ~= "TNT" and v.Name ~= "Golem" and v.Name ~= "Tele Pearl" and v.Name ~= "BloxyCola" then
  417.             v.BodyAttach.CanCollide = false
  418.             v.BodyAttach.Size = Vector3.new("420","420","420")
  419.         end
  420.     end
  421. end)
  422.  
  423. A1:NewButton("size other player weapon 0.01!!", "really small hitbox!!", function()
  424.     for i,v in pairs(game.Teams.Humans:GetPlayers()) do
  425.         if v.Name ~= game.Players.LocalPlayer.Name then
  426.             for i,v in pairs(v.Backpack:GetChildren()) do
  427.                 if v.ClassName == "Tool" and v.Name ~= "Bow" and v.Name ~= "Telekinesis Gun" and v.Name ~= "Torch" and v.Name ~= "Build" and v.Name ~= "Delete" and v.Name ~= "Shield" and v.Name ~= "TNT" and v.Name ~= "Golem" and v.Name ~= "Tele Pearl" and v.Name ~= "BloxyCola" then
  428.                     v.BodyAttach.CanCollide = false
  429.                     v.BodyAttach.Size = Vector3.new("0.01","0.01","0.01")
  430.                 end
  431.             end
  432.             for i,v in pairs(v.Character:GetChildren()) do
  433.                 if v.ClassName == "Tool" and v.Name ~= "Bow" and v.Name ~= "Telekinesis Gun" and v.Name ~= "Torch" and v.Name ~= "Build" and v.Name ~= "Delete" and v.Name ~= "Shield" and v.Name ~= "TNT" and v.Name ~= "Golem" and v.Name ~= "Tele Pearl" and v.Name ~= "BloxyCola" then
  434.                     v.BodyAttach.CanCollide = false
  435.                     v.BodyAttach.Size = Vector3.new("0.01","0.01","0.01")
  436.                 end
  437.             end
  438.         end
  439.     end
  440. end)
  441.  
  442.  
  443. A1:NewToggle("size arrow 5", "big arrows", function(bool)
  444.     getgenv().bigarrows = bool
  445.     if bool then
  446.         bigarrows()
  447.     end
  448. end)
  449.  
  450. A1:NewToggle("tp arrows to creepers", "funni kill", function(bool)
  451.     getgenv().tparrows = bool
  452.     if bool then
  453.         tparrows()
  454.     end
  455. end)
  456.  
  457.  
  458. A1:NewButton("swords dont have cooldown", "no cooldown", function()
  459.     for i,v in pairs(game:GetDescendants()) do
  460.         if v.Name == "SwingRate" and v.Parent.Name == "Configuration" then
  461.             v.Value = 0
  462.         end
  463.     end
  464. end)
  465.  
  466. A1:NewButton("print votekicks", "yes", function()
  467.     for i,v in pairs(game:GetService("Players").LocalPlayer.VoteKicks:GetChildren()) do
  468.         if v.ClassName == "BoolValue" then
  469.             print(v.Name)
  470.             print("if theres none, you havent been votekicked yet")
  471.         end
  472.     end
  473. end)
  474.  
  475. A1:NewButton("delete votekicks", "yes", function()
  476.     for i,v in pairs(game:GetService("Players").LocalPlayer.VoteKicks:GetChildren()) do
  477.         if v.ClassName == "BoolValue" then
  478.             v:Destroy()
  479.         end
  480.     end
  481. end)
  482.  
  483. A1:NewButton("open all trapdoors/doors", "may open other stuff but whatever", function()
  484.     for i,v in pairs(game:GetService("Workspace").Map.ExplodableBlocks:GetDescendants()) do
  485.         if v.ClassName == "ClickDetector" then
  486.             fireclickdetector(v)
  487.         end
  488.     end
  489. end)
  490.  
  491.  
  492. A1:NewButton("kill", "ping must be 50 - 400", function()
  493.     for i,v in pairs(game.Teams.Creepers:GetPlayers()) do
  494.         if v.Name == game.Players.LocalPlayer.Name then -- checks if you are in the creepers team
  495.             for i,v in pairs(game:GetService("CoreGui").RobloxGui.PerformanceStats:GetDescendants()) do
  496.                 if v.ClassName == "TextLabel" and v.Text == "Ping" then
  497.                     for i,v in pairs(v.Parent:GetChildren()) do
  498.                         if v.Name == "ValueLabel" then
  499.                             local oldping = string.gsub(v.Text," ms","")
  500.                             local ping = (oldping/1000) -- divides ping by 1000
  501.                             local explodetime = 2.65 -- normal explode time - 0.05
  502.                             local total = (explodetime-ping)
  503.                             game:GetService("ReplicatedStorage").Remotes.Explode:InvokeServer()
  504.                             wait(total)
  505.                             for i,v in pairs(game.Teams.Humans:GetPlayers()) do
  506.                                 if v.Name ~= "." then -- if you dont wanna kill your friend, replace "." with your friends name
  507.                                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  508.                                 end
  509.                             end
  510.                         end
  511.                     end
  512.                 end
  513.             end
  514.         end
  515.     end
  516.     for i,v in pairs(game.Teams.Humans:GetPlayers()) do
  517.         if v.Name == game.Players.LocalPlayer.Name then -- checks if you are in the humans team
  518.             print("bruh")
  519.         end
  520.     end
  521. end)
  522.  
  523. A1:NewButton("print possible glitched creeper bodies", "it may mistake normal charged creepers", function()
  524.     for i,v in pairs(game.Workspace:GetDescendants()) do
  525.         if v.Name == "Charged" and v.Parent.PrimaryPart ~= nil then
  526.             print(v.Parent.Parent.Parent,v.Parent.Parent,v.Parent,v.Parent.HumanoidRootPart.CFrame)
  527.         end
  528.     end
  529.     print("completed, if theres nothing printed no charged creepers are here")
  530. end)
  531.  
  532. A1:NewButton("show scaffolding hitbox", "trusses are shown", function()
  533.     for i,v in pairs(game.Workspace.Map.ExplodableBlocks:GetDescendants()) do
  534.         if v.Name == "Block" and v.Value == "Scaffolding" then
  535.             for i,v in pairs(v.Parent:GetDescendants()) do
  536.                 if v.Name == "Truss" then
  537.                     v.Transparency = 0
  538.                 end
  539.             end
  540.         end
  541.     end
  542. end)
  543.  
  544. A1:NewToggle("show shop", "show the shop", function(bool)
  545.     if bool then
  546.         game:GetService("Players").LocalPlayer.PlayerGui.ShopGUI.ShopButton.Visible = true
  547.         game:GetService("Players").LocalPlayer.PlayerGui.ShopGUI.ShopFrame.Visible = true
  548.     else
  549.         game:GetService("Players").LocalPlayer.PlayerGui.ShopGUI.ShopButton.Visible = false
  550.         game:GetService("Players").LocalPlayer.PlayerGui.ShopGUI.ShopFrame.Visible = false
  551.     end
  552. end)
  553.  
  554. A1:NewButton("give building tools", "for broken servers", function()
  555.     for i,v in pairs(game.ReplicatedStorage:GetChildren()) do
  556.         if v.ClassName == "Tool" then
  557.             local a = v:clone()
  558.             a.Parent = game.Players.LocalPlayer.Backpack
  559.         end
  560.     end
  561. end)
  562.  
  563. A1:NewButton("delete all blocks you placed", "delete", function()
  564.     for i,v in pairs(game:GetService("Workspace").Map.ExplodableBlocks:GetChildren()) do
  565.         local A_1 = v
  566.         local Event = game:GetService("ReplicatedStorage").Remotes.DeleteBlock
  567.         Event:FireServer(A_1)
  568.     end
  569. end)
  570.  
  571.  
  572. A1:NewToggle("esp", "esp", function(bool)
  573.     if bool then
  574.         for i,v in pairs(game.CoreGui:GetChildren()) do
  575.             if v.Name == "playeresp" then
  576.                 v:Destroy()
  577.             end
  578.         end
  579.         local folder = Instance.new("Folder")
  580.         folder.Parent = game.CoreGui
  581.         folder.Name = "playeresp"
  582.         for i,v in pairs(game.Players:GetPlayers()) do
  583.             if v ~= game.Players.LocalPlayer then
  584.                 for i,v in pairs(v.Character:GetChildren()) do
  585.                     if v:IsA("BasePart") then
  586.                         local box = Instance.new("BoxHandleAdornment")
  587.                         box.Parent = folder
  588.                         box.Color3 = v.Color
  589.                         box.Size = v.Size
  590.                         box.ZIndex = 10
  591.                         box.Adornee = v
  592.                         box.Name = v.Name
  593.                         box.AlwaysOnTop = true
  594.                         box.Visible = true
  595.                         box.Transparency = 0.5
  596.                     end
  597.                 end
  598.             end
  599.         end
  600.         getgenv().textloop = bool
  601.         for i,v in pairs(game.CoreGui:GetChildren()) do
  602.             if v.Name == "playeresptexttest" then
  603.                 v:Destroy()
  604.             end
  605.         end
  606.         wait(1)
  607.         local folder = Instance.new("Folder")
  608.         folder.Parent = game.CoreGui
  609.         folder.Name = "playeresptext"
  610.         for i,v in pairs(game.Players:GetPlayers()) do
  611.             if v ~= game.Players.LocalPlayer and v.Character.Head and v.Character.Humanoid then
  612.                 local bbgui = Instance.new("BillboardGui")
  613.                 bbgui.Name = "playeresptext"
  614.                 bbgui.Adornee = v.Character.Head
  615.                 bbgui.Parent = folder
  616.                 bbgui.AlwaysOnTop = true
  617.                 bbgui.Name = v.Name
  618.                 bbgui.Size = UDim2.new(0, 500, 0, 10)
  619.                 local text = Instance.new("TextLabel")
  620.                 text.Parent = bbgui
  621.                 text.TextSize = 10
  622.                 text.Name = v.Name
  623.                 text.Size = UDim2.new(0, 500, 0, 10)
  624.                 text.BackgroundTransparency = 1
  625.                 text.TextColor3 = Color3.fromRGB(v.TeamColor.Color.R*255,game.Players.LocalPlayer.TeamColor.Color.G*255,game.Players.LocalPlayer.TeamColor.Color.B*255)
  626.                 text.Text = ("Name: ".. v.Name.. " Health: ".. math.floor(v.Character.Humanoid.Health).. " Studs: ".. math.floor(game.Players.LocalPlayer:DistanceFromCharacter(v.Character.HumanoidRootPart.Position)))
  627.                 function textloop()
  628.                     spawn(function()
  629.                         while getgenv().textloop do
  630.                             if v ~= game.Players.LocalPlayer and v.Character.Head and v.Character.Humanoid then
  631.                                 text.Text = ("Name: ".. v.Name.. " Health: ".. math.floor(v.Character.Humanoid.Health).. " Studs: ".. math.floor(game.Players.LocalPlayer:DistanceFromCharacter(v.Character.HumanoidRootPart.Position)))
  632.                                 wait()
  633.                             end
  634.                         end
  635.                     end)
  636.                 end
  637.                 if getgenv().textloop then
  638.                     textloop()
  639.                 end
  640.             end
  641.         end
  642.     else
  643.         wait(.1)
  644.         for i,v in pairs(game.CoreGui:GetChildren()) do
  645.             if v.Name == "playeresp" then
  646.                 v:Destroy()
  647.             end
  648.         end
  649.         wait(.1)
  650.         for i,v in pairs(game.CoreGui:GetChildren()) do
  651.             if v.Name == "playeresptext" then
  652.                 v:Destroy()
  653.             end
  654.         end
  655.     end
  656. end)
  657.  
  658. A1:NewButton("rejoin", "rejoins", function()
  659.     game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  660. end)
  661.  
  662. A1:NewKeybind("toggleui", "toggleui", Enum.KeyCode.RightControl, function()
  663.     Library:ToggleUI()
  664. end)
  665.  
  666. B1:NewKeybind("Telekenisis", "only works when your a human", Enum.KeyCode.T, function()
  667.     loadstring(game:HttpGet("https://pastebin.com/raw/3HaC8vY3",true))()
  668.     print("done!")
  669. end)
  670.  
  671. B1:NewButton("infinite yield", "by edge, zwolf, moon, toon", function()
  672.     loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source",true))()
  673. end)
  674.  
  675. B1:NewButton("dark dex v3", "by moon, wally, ic3, and hamstagang", function()
  676.     loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
  677. end)
  678.  
  679. B1:NewButton("simple spy", "by exx", function()
  680.     loadstring(game:HttpGet("https://raw.githubusercontent.com/exxtremestuffs/SimpleSpySource/master/SimpleSpy.lua"))()
  681. end)
  682.  
  683. B1:NewToggle("stats gui", "by me", function(bool)
  684.     getgenv().statsgui = bool
  685.     if bool then
  686.         wait(.1)
  687.         scrgui.Enabled = true
  688.         statsgui()
  689.     else
  690.         scrgui.Enabled = false
  691.     end
  692. end)
  693.  
  694. B1:NewButton("Crapper Chaos", "by Blame The Lag", function()
  695.     loadstring(game:HttpGet("https://pastebin.com/raw/KKVPEXBN"))()
  696. end)
  697.  
  698. B1:NewButton("FE HAT FLING", "fling undetected (made by bluecat)", function()
  699.     loadstring(game:HttpGet('https://gist.githubusercontent.com/1BlueCat/544f7efbe88235666b5b7add65b7344d/raw/f20804bb85542dcc3bc938982e1f05b7ff05cded/FE%2520Hat%2520Fling'))()
  700. end)
  701.  
  702. B1:NewButton("fling all script", "for humans: fling detected (made by ???)", function()
  703.     loadstring(game:HttpGet('https://github.com/DigitalityScripts/roblox-scripts/raw/main/loop%20fling%20all'))()
  704. end)
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716. function deletecreepercon()
  717.     spawn(function()
  718.         while getgenv().deletecreepercon do
  719.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  720.                 if v.Name == "CreeperCons" then
  721.                     v:Destroy()
  722.                 end
  723.             end
  724.             wait()
  725.         end
  726.     end)
  727. end
  728.  
  729. function placeunanchored()
  730.     spawn(function()
  731.         while getgenv().placeunanchored do
  732.             local x = math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X)
  733.             local y = math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-4)
  734.             local z = math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z)
  735.             local xround = (Round(x))
  736.             local yround = (Round(y))
  737.             local zround = (Round(z))
  738.             local A_1 = Vector3.new(xround, yround, zround)
  739.             local A_2 = Vector3.new(0, 0, 0)
  740.             local A_3 = (selectedblock)
  741.             local Event = game:GetService("ReplicatedStorage").Remotes.PlaceBlock
  742.             Event:FireServer(A_1, A_2, A_3)
  743.             wait()
  744.         end
  745.     end)
  746. end
  747.  
  748. function statsgui()
  749.     spawn(function()
  750.         while getgenv().statsgui do
  751.             local htext = (game:GetService("ReplicatedStorage").Values.Humans.Value)
  752.             local ctext = (game:GetService("ReplicatedStorage").Values.Creepers.Value)
  753.             local ttest = (game:GetService("ReplicatedStorage").Values.Timer.Value)
  754.             humans.Text = htext
  755.             creepers.Text = ctext
  756.             timer.Text = ttest
  757.             wait(.1)
  758.         end
  759.     end)
  760. end
  761.  
  762.  
  763. function deltnt()
  764.     spawn(function()
  765.         while getgenv().deltnt do
  766.             for i,v in pairs(game:GetService("Workspace").Items:GetChildren()) do
  767.                 if v.Name == "WhitePart" then
  768.                     for i,v in pairs(v:GetChildren()) do
  769.                         if v.ClassName == "TouchTransmitter" then
  770.                             v:Destroy()
  771.                         end
  772.                     end
  773.                 end
  774.             end
  775.             wait()
  776.         end
  777.     end)
  778. end
  779.  
  780. function deletecreepercons2()
  781.     for i, v in pairs(game:GetDescendants()) do
  782.         local cval = game.Players.LocalPlayer.Character
  783.         if v.Name == "CreeperCons" and v.Parent.Name == (cval) then
  784.             v:Destroy()
  785.         end
  786.         wait()
  787.     end
  788. end
  789.  
  790. function bigarrows()
  791.     spawn(function()
  792.         while getgenv().bigarrows do
  793.             for i,v in pairs(game.Workspace.Items:GetChildren()) do
  794.                 if v.Name == "Arrow" then
  795.                     v.Size = Vector3.new("5","5","5")
  796.                     v.CanCollide = false
  797.                     v.Transparency = 0
  798.                 end
  799.             end
  800.             wait(.1)
  801.         end
  802.     end)
  803. end
  804.  
  805. function tparrows()
  806.     spawn(function()
  807.         while getgenv().tparrows do
  808.             for i,b in pairs(game.Teams.Creepers:GetPlayers()) do
  809.                 for i,v in pairs(game:GetService("Workspace").Items:GetChildren()) do
  810.                     if v.Name == "Arrow" then
  811.                         v.CFrame = b.Character.Head.CFrame
  812.                     end
  813.                 end
  814.             end
  815.             wait()
  816.         end
  817.     end)
  818. end
  819.  
  820.  
  821.  
  822. local function Round(r)
  823.     local divided = r / 4
  824.     local rounded = 4 * math.floor(divided)
  825.     return rounded
  826. end
  827.  
  828. function bbay()
  829.     spawn(function()
  830.         while getgenv().bbay do
  831.             game.ReplicatedStorage.Values.Game.Value = false
  832.             local x = math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X)
  833.             local y = math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y)
  834.             local z = math.floor(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z)
  835.             local xround = (Round(x))
  836.             local yround = (Round(y))
  837.             local zround = (Round(z))
  838.             local A_1 = Vector3.new(xround, yround-4, zround)
  839.             local A_2 = Vector3.new(0, 0, 0)
  840.             local A_3 = (selectedblock)
  841.             local Event = game:GetService("ReplicatedStorage").Remotes.PlaceBlock
  842.             Event:FireServer(A_1, A_2, A_3)
  843.             yround = (Round(y))
  844.             local A_1 = Vector3.new(xround, yround-8, zround)
  845.             local A_2 = Vector3.new(0, 0, 0)
  846.             local A_3 = (selectedblock)
  847.             local Event = game:GetService("ReplicatedStorage").Remotes.PlaceBlock
  848.             Event:FireServer(A_1, A_2, A_3)
  849.             wait()
  850.         end
  851.     end)
  852. end
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861. game:GetService("ReplicatedStorage").Values:WaitForChild("Hint")
  862. game:GetService("ReplicatedStorage").Values.Hint.Value = "Created By 2AreYouMental110"
  863.  
  864. game:GetService("ReplicatedStorage").Values.Hint:GetPropertyChangedSignal("Value"):connect(function()
  865.     if game:GetService("ReplicatedStorage").Values.Hint.Value ~= "Created By 2AreYouMental110" then
  866.         wait(2)
  867.         game:GetService("ReplicatedStorage").Values.Hint.Value = "Created By 2AreYouMental110"
  868.         wait(3)
  869.         if game:GetService("ReplicatedStorage").Values.Hint.Value ~= "Created By 2AreYouMental110" then
  870.             repeat
  871.             game:GetService("ReplicatedStorage").Values.Hint.Value = "Created By 2AreYouMental110"
  872.             wait(2)
  873.             until game:GetService("ReplicatedStorage").Values.Hint.Value == "Created By 2AreYouMental110"
  874.         end
  875.     end
  876. end)
  877.  
  878.  
  879.  
  880.  
  881.  
  882. for i,v in pairs(game.Players:GetPlayers()) do
  883.     if v:GetRankInGroup(5683059) >= 7 and v:GetRankInGroup(5683059) ~= 255 then
  884.         game:GetService("StarterGui"):SetCore("SendNotification", {
  885.         Title = "Moderator Already Ingame!",
  886.         Text = (v.Name)
  887.         })
  888.         rconsoleprint("mod detected!",v.Name)
  889.     end
  890.     if v:GetRankInGroup(5683059) == 3 then
  891.         game:GetService("StarterGui"):SetCore("SendNotification", {
  892.         Title = "Helper Already Ingame!",
  893.         Text = (v.Name)
  894.         })
  895.         rconsoleprint("@@RED@@")
  896.         rconsoleprint("Helper Already Ingame!",v.Name)
  897.     end
  898.     if v:GetRankInGroup(5683059) == 255 then
  899.         game:GetService("StarterGui"):SetCore("SendNotification", {
  900.         Title = "AYOO CREATOR JOINED!!!!",
  901.         Text = (v.Name)
  902.         })
  903.         rconsoleprint("@@RED@@")
  904.         rconsoleprint("CREATOR IN HERE!!!!",v.Name)
  905.     end
  906. end
  907.  
  908. game.Players.PlayerAdded:Connect(function(plr)
  909.     wait(.5)
  910.     if plr:GetRankInGroup(5683059) >= 7 and v:GetRankInGroup(5683059) ~= 255 then
  911.         game:GetService("StarterGui"):SetCore("SendNotification", {
  912.         Title = "Moderator Joined!",
  913.         Text = (plr.Name)
  914.         })
  915.         rconsoleprint("@@RED@@")
  916.         rconsoleprint("mod detected!",plr.Name)
  917.     end
  918.     if plr:GetRankInGroup(5683059) == 3 then
  919.         game:GetService("StarterGui"):SetCore("SendNotification", {
  920.         Title = "Helper Joined!",
  921.         Text = (plr.Name)
  922.         })
  923.         rconsoleprint("@@RED@@")
  924.         rconsoleprint("Helper detected!",plr.Name)
  925.     end
  926.     if plr:GetRankInGroup(5683059) <= 1 then
  927.         game:GetService("StarterGui"):SetCore("SendNotification", {
  928.         Title = "normal player joined",
  929.         Text = (plr.Name)
  930.         })
  931.     end
  932.     if plr:GetRankInGroup(5683059) == 255 then
  933.         game:GetService("StarterGui"):SetCore("SendNotification", {
  934.         Title = "AYOO CREATOR JOINED!!!!",
  935.         Text = (plr.Name)
  936.         })
  937.         rconsoleprint("@@RED@@")
  938.         rconsoleprint("CREATOR IN HERE!!!!",plr.Name)
  939.     end
  940. end)
  941.  
  942. game:GetService("StarterGui"):SetCore("SendNotification", {
  943. Title = "Successfully Loaded CC Script!",
  944. Text = "Successfully Loaded CC Script!"
  945. })
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement