Xnatee

Chaos *OP* Gui Script

Jul 14th, 2022
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.89 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TextLabel = Instance.new("TextLabel")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local TextButton = Instance.new("TextButton")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local TextButton_3 = Instance.new("TextButton")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local TextButton_4 = Instance.new("TextButton")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local TextButton_5 = Instance.new("TextButton")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local TextButton_6 = Instance.new("TextButton")
  22. local UICorner_8 = Instance.new("UICorner")
  23. local TextButton_7 = Instance.new("TextButton")
  24. local UICorner_9 = Instance.new("UICorner")
  25. local TextButton_8 = Instance.new("TextButton")
  26. local UICorner_10 = Instance.new("UICorner")
  27. local TextButton_9 = Instance.new("TextButton")
  28. local UICorner_11 = Instance.new("UICorner")
  29. local TextButton_10 = Instance.new("TextButton")
  30. local UICorner_12 = Instance.new("UICorner")
  31. local TextButton_11 = Instance.new("TextButton")
  32. local UICorner_13 = Instance.new("UICorner")
  33. local TextButton_12 = Instance.new("TextButton")
  34. local UICorner_14 = Instance.new("UICorner")
  35. local TextLabel_2 = Instance.new("TextLabel")
  36. local UICorner_15 = Instance.new("UICorner")
  37.  
  38. --Properties:
  39.  
  40. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. Frame.Parent = ScreenGui
  44. Frame.BackgroundColor3 = Color3.fromRGB(54, 65, 68)
  45. Frame.BorderSizePixel = 3
  46. Frame.Position = UDim2.new(0.211394295, 0, 0.181333318, 0)
  47. Frame.Size = UDim2.new(0, 384, 0, 238)
  48. Frame.Active = true
  49. Frame.Draggable = true
  50.  
  51. UICorner.Parent = Frame
  52.  
  53. TextLabel.Parent = Frame
  54. TextLabel.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  55. TextLabel.Size = UDim2.new(0, 384, 0, 34)
  56. TextLabel.Font = Enum.Font.Bangers
  57. TextLabel.Text = "Chaos Script"
  58. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. TextLabel.TextSize = 28.000
  60. TextLabel.TextStrokeColor3 = Color3.fromRGB(38, 136, 54)
  61. TextLabel.TextStrokeTransparency = 0.850
  62. TextLabel.TextWrapped = true
  63.  
  64. UICorner_2.Parent = TextLabel
  65.  
  66. TextButton.Parent = Frame
  67. TextButton.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  68. TextButton.Position = UDim2.new(0.018229166, 0, 0.176470593, 0)
  69. TextButton.Size = UDim2.new(0, 107, 0, 26)
  70. TextButton.Font = Enum.Font.Bangers
  71. TextButton.Text = "Old Version"
  72. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TextButton.TextSize = 14.000
  74. TextButton.MouseButton1Down:Connect(function()
  75. -- Gui to Lua
  76. -- Version: 3.2
  77.  
  78. -- Instances:
  79.  
  80. local ScreenGui = Instance.new("ScreenGui")
  81. local Frame = Instance.new("Frame")
  82. local TextLabel = Instance.new("TextLabel")
  83. local Hitbox = Instance.new("TextButton")
  84. local Gamepass = Instance.new("TextButton")
  85. local fly = Instance.new("TextButton")
  86. local speedsonic = Instance.new("TextButton")
  87. local TextLabel_2 = Instance.new("TextLabel")
  88.  
  89. --Properties:
  90.  
  91. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  92. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  93. ScreenGui.ResetOnSpawn = false
  94.  
  95. Frame.Parent = ScreenGui
  96. Frame.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  97. Frame.Position = UDim2.new(0.218826383, 0, 0.14314115, 0)
  98. Frame.Size = UDim2.new(0, 438, 0, 277)
  99. Frame.Active = true
  100. Frame.Draggable = true
  101.  
  102. TextLabel.Parent = Frame
  103. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  104. TextLabel.Size = UDim2.new(0, 438, 0, 35)
  105. TextLabel.Font = Enum.Font.SourceSansBold
  106. TextLabel.Text = "Chaos Gui Script"
  107. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  108. TextLabel.TextSize = 26.000
  109. TextLabel.TextWrapped = true
  110.  
  111. Hitbox.Name = "Hitbox"
  112. Hitbox.Parent = Frame
  113. Hitbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  114. Hitbox.Position = UDim2.new(0.0547945164, 0, 0.193650797, 0)
  115. Hitbox.Size = UDim2.new(0, 164, 0, 50)
  116. Hitbox.Font = Enum.Font.SourceSansBold
  117. Hitbox.Text = "HITBOX"
  118. Hitbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. Hitbox.TextScaled = true
  120. Hitbox.TextSize = 14.000
  121. Hitbox.TextWrapped = true
  122. Hitbox.MouseButton1Down:connect(function()
  123. _G.HeadSize = 20
  124. _G.Disabled = true
  125.  
  126. game:GetService('RunService').RenderStepped:connect(function()
  127. if _G.Disabled then
  128. for i,v in next, game:GetService('Players'):GetPlayers() do
  129. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  130. pcall(function()
  131. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  132. v.Character.HumanoidRootPart.Transparency = 0.7
  133. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  134. v.Character.HumanoidRootPart.Material = "Neon"
  135. v.Character.HumanoidRootPart.CanCollide = false
  136. end)
  137. end
  138. end
  139. end
  140. end)
  141. end)
  142.  
  143. Gamepass.Name = "Gamepass"
  144. Gamepass.Parent = Frame
  145. Gamepass.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  146. Gamepass.Position = UDim2.new(0.570776224, 0, 0.193650797, 0)
  147. Gamepass.Size = UDim2.new(0, 164, 0, 50)
  148. Gamepass.Font = Enum.Font.SourceSansBold
  149. Gamepass.Text = "FREE GAMEPASS!!!!"
  150. Gamepass.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. Gamepass.TextScaled = true
  152. Gamepass.TextSize = 14.000
  153. Gamepass.TextWrapped = true
  154. Gamepass.MouseButton1Down:connect(function()
  155. if game.CreatorType == Enum.CreatorType.User then
  156. game.Players.LocalPlayer.UserId = game.CreatorId
  157. end
  158. if game.CreatorType == Enum.CreatorType.Group then
  159. game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
  160. end
  161. end)
  162.  
  163. fly.Name = "fly (patched)"
  164. fly.Parent = Frame
  165. fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  166. fly.Position = UDim2.new(0.0547944903, 0, 0.596825421, 0)
  167. fly.Size = UDim2.new(0, 164, 0, 50)
  168. fly.Font = Enum.Font.SourceSansBold
  169. fly.Text = "Fly Press (E)"
  170. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  171. fly.TextScaled = true
  172. fly.TextSize = 14.000
  173. fly.TextWrapped = true
  174. fly.MouseButton1Down:connect(function()
  175. -- Press "E" to fly and unfly
  176. -- You have to re-apply the script if you die
  177. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  178. end)
  179.  
  180. speedsonic.Name = "speed sonic"
  181. speedsonic.Parent = Frame
  182. speedsonic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  183. speedsonic.Position = UDim2.new(0.570776224, 0, 0.596825421, 0)
  184. speedsonic.Size = UDim2.new(0, 164, 0, 50)
  185. speedsonic.Font = Enum.Font.SourceSansBold
  186. speedsonic.Text = "Speed"
  187. speedsonic.TextColor3 = Color3.fromRGB(255, 255, 255)
  188. speedsonic.TextScaled = true
  189. speedsonic.TextSize = 14.000
  190. speedsonic.TextWrapped = true
  191. speedsonic.MouseButton1Down:connect(function()
  192. speed = 1500 --16 is default
  193.  
  194. function onPlayerRespawned(character)
  195. wait(1) --loading delay
  196. local player = game.Players:GetPlayerFromCharacter(character)
  197. local human = character:findFirstChild("Humanoid")
  198. if player ~= nil and human ~= nil then
  199. human.WalkSpeed = speed
  200. end
  201. end
  202.  
  203. game.Workspace.ChildAdded:connect(onPlayerRespawned)
  204. end)
  205.  
  206. TextLabel_2.Parent = Frame
  207. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  208. TextLabel_2.Position = UDim2.new(0, 0, 0.87189275, 0)
  209. TextLabel_2.Size = UDim2.new(0, 438, 0, 35)
  210. TextLabel_2.Font = Enum.Font.SourceSansBold
  211. TextLabel_2.Text = "Script Made By JJspolit93s"
  212. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. TextLabel_2.TextSize = 26.000
  214. TextLabel_2.TextWrapped = true
  215. end)
  216.  
  217. UICorner_3.Parent = TextButton
  218.  
  219. TextButton_2.Parent = Frame
  220. TextButton_2.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  221. TextButton_2.Position = UDim2.new(0.359375, 0, 0.176470593, 0)
  222. TextButton_2.Size = UDim2.new(0, 107, 0, 26)
  223. TextButton_2.Font = Enum.Font.Bangers
  224. TextButton_2.Text = "Original Version"
  225. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  226. TextButton_2.TextSize = 14.000
  227. TextButton_2.MouseButton1Down:Connect(function()
  228. local function Create(Object, Properties)
  229. local New = Instance.new(Object)
  230. for i,v in pairs(Properties) do
  231. New[i] = v
  232. end
  233. return New
  234. end
  235.  
  236. local Player = game:GetService("Players").LocalPlayer
  237. local Mouse = Player:GetMouse()
  238.  
  239. local Gui = Create("ScreenGui",{Name="MXscript",ResetOnSpawn=false,Parent=Player.PlayerGui})
  240. local Frame = Create("Frame",{Parent=Gui,Position = UDim2.new(0.4,0,0.4,0),Size=UDim2.new(0.2,0,0.2,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=0})
  241. local Title = Create("TextLabel",{Parent=Frame,Position=UDim2.new(0.3,0,-0.15,-1),Size=UDim2.new(0.4,0,0.15,0),Font=Enum.Font.Oswald,Text="MXscript",BorderSizePixel=3,TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(8,3,7),ZIndex=100})
  242. local OutlineU = Create("Frame",{Parent=Frame,Position = UDim2.new(0,0,0,0),Size=UDim2.new(1,0,0.01,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=100})
  243. local OutlineD = Create("Frame",{Parent=Frame,Position = UDim2.new(0,0,1,0),Size=UDim2.new(1,0,0.01,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=100})
  244. local OutlineL = Create("Frame",{Parent=Frame,Position = UDim2.new(0,0,0,0),Size=UDim2.new(0.005,0,1,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=100})
  245. local OutlineR = Create("Frame",{Parent=Frame,Position = UDim2.new(1,0,0,0),Size=UDim2.new(0.005,0,1,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=100})
  246.  
  247. local InfoText = Create("TextLabel",{Parent=Gui,Position=UDim2.new(0,0,0,0),Size=UDim2.new(0.1,0,0.1,0),BackgroundTransparency=0,BackgroundColor3=Color3.new(0,0,0),Font=Enum.Font.Oswald,Text="Weapons",TextColor3=Color3.new(0,0,0),TextStrokeTransparency=10,TextScaled=true,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Top,Visible=false,ZIndex=15})
  248.  
  249. local GiveGS = Create("TextButton",{Name="GiveGS",Parent=Frame,Position=UDim2.new(0.05,0,0.3,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="SD",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  250. local GiveBD = Create("TextButton",{Name="GiveBD",Parent=Frame,Position=UDim2.new(0.05,0,0.5,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="BD",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  251. local SpamTools = Create("TextButton",{Name="SpamTools",Parent=Frame,Position=UDim2.new(0.05,0,0.7,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="STools",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  252. local KillNear = Create("TextButton",{Name="KillNear",Parent=Frame,Position=UDim2.new(0.6,0,0.3,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="KNear",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  253. local SpamGrenades = Create("TextButton",{Name="C4/Grenades",Parent=Frame,Position=UDim2.new(0.6,0,0.5,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="C4/GR",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  254. local FastKill = Create("TextButton",{Name="FastKill",Parent=Frame,Position=UDim2.new(0.6,0,0.7,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="FKAll",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  255. local RSpam = Create("TextButton",{Name="RSpam",Parent=Frame,Position=UDim2.new(0.6,0,0.9,0),Size=UDim2.new(0.3,0,0.14,0),Font=Enum.Font.Oswald,Text="RSpam",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  256. local SSpiked = Create("TextButton",{Name="SSpiked",Parent=Frame,Position=UDim2.new(0.05,0,0.9,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="SSpiked",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  257. local InfDash = Create("TextButton",{Name="InfDash",Parent=Frame,Position=UDim2.new(0.05,0,0.07,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="InfDash",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  258. local Pan = Create("TextButton",{Name="Pan",Parent=Frame,Position=UDim2.new(0.6,0,0.07,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Pan",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=0})
  259.  
  260. local ButtonInfo = {
  261. GiveGS = "Gives gamepass Emerald Greatsword weapon for free",
  262. GiveBD = "Gives gamepass Blood Dagger weapon for free",
  263. SpamTools = "Rapidly gives you multiple tools, use when combined with Spam Grenades",
  264. KillNear = "WHILE HOLDING OUT A WEAPON, damages the closest player from any distance",
  265. SpamGrenades = "Automatically throws grenades incredibly fast, use with Spam Tools to refresh grenades",
  266. FastKill = "Uses all weapons to kill everybody in the server. Give yourself more tools for faster killing"
  267. }
  268.  
  269. local function GetChar()
  270. local Char = Player.Character or Player.CharacterAdded:Wait()
  271. return Char
  272. end
  273.  
  274. local DragSpeed = .3
  275. local FrameStart
  276. local MouseStart
  277. local HeldDown = false
  278. Title.InputBegan:Connect(function(Input)
  279. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  280. HeldDown = true
  281. FrameStart = Frame.Position
  282. MouseStart = Input.Position
  283. repeat
  284. Frame.Position = Frame.Position:Lerp(UDim2.new(FrameStart.X.Scale,FrameStart.X.Offset + (Mouse.X - MouseStart.X),FrameStart.Y.Scale,FrameStart.Y.Offset + (Mouse.Y - MouseStart.Y)), DragSpeed)
  285. game:GetService("RunService").RenderStepped:Wait()
  286. until not HeldDown
  287. local EndPos = {X = Mouse.X, Y = Mouse.Y}
  288. for i=1,50 do
  289. if not HeldDown then
  290. Frame.Position = Frame.Position:Lerp(UDim2.new(FrameStart.X.Scale,FrameStart.X.Offset + (EndPos.X - MouseStart.X),FrameStart.Y.Scale,FrameStart.Y.Offset + (EndPos.Y - MouseStart.Y)), DragSpeed)
  291. else
  292. break
  293. end
  294. game:GetService("RunService").RenderStepped:Wait()
  295. end
  296. end
  297. end)
  298.  
  299. Title.InputEnded:Connect(function(Input)
  300. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  301. HeldDown = false
  302. end
  303. end)
  304.  
  305. Pan.MouseButton1Click:Connect(function()
  306. if Player.Character:FindFirstChild("Loaded") then Player.Character.Loaded:Destroy() end
  307. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Pan")
  308. end)
  309.  
  310. GiveGS.MouseButton1Click:Connect(function()
  311. if Player.Character:FindFirstChild("Loaded") then Player.Character.Loaded:Destroy() end
  312. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Emerald Greatsword")
  313. end)
  314.  
  315. GiveBD.MouseButton1Click:Connect(function()
  316. if Player.Character:FindFirstChild("Loaded") then Player.Character.Loaded:Destroy() end
  317. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Blood Dagger")
  318. end)
  319.  
  320. local Spamming = false
  321. SpamTools.MouseButton1Click:Connect(function()
  322. if Spamming then
  323. Spamming = false
  324. SpamTools.BackgroundColor3 = Color3.new(1,1,1)
  325. else
  326. SpamTools.BackgroundColor3 = Color3.new(0,1,0)
  327. Spamming = true
  328. repeat
  329. if GetChar():FindFirstChild("Loaded") then
  330. GetChar().Loaded:Destroy()
  331. end
  332. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Chainsaw")
  333. game:GetService("RunService").Heartbeat:Wait()
  334. until not Spamming
  335. end
  336. end)
  337.  
  338. local KillingNear = false
  339. KillNear.MouseButton1Click:Connect(function()
  340. if KillingNear then
  341. KillingNear = false
  342. KillNear.BackgroundColor3 = Color3.new(1,1,1)
  343. else
  344. KillNear.BackgroundColor3 = Color3.new(0,1,0)
  345. KillingNear = true
  346. repeat
  347. local targ
  348. local range = 10000
  349. for i,v in pairs(workspace:GetChildren()) do
  350. if v~=GetChar() and not table.find(_G.IgnoreList,v.Name) then
  351. local vhum = v:FindFirstChild("Humanoid")
  352. local vroot = v:FindFirstChild("HumanoidRootPart")
  353. if vhum and vroot then
  354. local dist = (vroot.Position - Player.Character.HumanoidRootPart.Position).magnitude
  355. if vhum.Health>0 and not v:FindFirstChild("ForceField") and dist <= range then
  356. targ = vhum
  357. range = dist
  358. end
  359. end
  360. end
  361. end
  362.  
  363. if targ then
  364. local tool = GetChar():FindFirstChildOfClass("Tool")
  365. tool.DamageRemote:FireServer(targ)
  366. end
  367. wait()
  368. until not KillingNear
  369. end
  370. end)
  371.  
  372. local Grenading = false
  373. RSpam.MouseButton1Click:Connect(function()
  374. if Grenading then
  375. Grenading = false
  376. RSpam.BackgroundColor3 = Color3.new(1,1,1)
  377. else
  378. RSpam.BackgroundColor3 = Color3.new(0,1,0)
  379. Grenading = true
  380. repeat
  381. for i,v in pairs(Player.Backpack:GetChildren()) do
  382. if v.Name == "Kawaii Revolver" then
  383. GetChar().Humanoid:EquipTool(v)
  384. v:Activate()
  385. for i=1,2 do
  386. game:GetService("RunService").Heartbeat:Wait()
  387. break
  388. end
  389. end
  390. end
  391. game:GetService("RunService").Heartbeat:Wait()
  392. until not Grenading
  393. end
  394. end)
  395.  
  396. InfDash.MouseButton1Click:Connect(function()
  397. originalfunction = hookfunction(wait, function(seconds)
  398. if seconds == 2 then return end
  399. return originalfunction(seconds)
  400. end)
  401. end)
  402.  
  403. local Grenading = false
  404. SpamGrenades.MouseButton1Click:Connect(function()
  405. if Grenading then
  406. Grenading = false
  407. SpamGrenades.BackgroundColor3 = Color3.new(1,1,1)
  408. else
  409. SpamGrenades.BackgroundColor3 = Color3.new(0,1,0)
  410. Grenading = true
  411. repeat
  412. for i,v in pairs(Player.Backpack:GetChildren()) do
  413. if v.Name == "Grenade" then
  414. GetChar().Humanoid:EquipTool(v)
  415. v:Activate()
  416. for i=1,5 do
  417. game:GetService("RunService").Heartbeat:Wait()
  418. break
  419. end
  420. end
  421. end
  422. game:GetService("RunService").Heartbeat:Wait()
  423. until not Grenading
  424. end
  425. end)
  426.  
  427. local Grenading = false
  428. SSpiked.MouseButton1Click:Connect(function()
  429. if Grenading then
  430. Grenading = false
  431. SSpiked.BackgroundColor3 = Color3.new(1,1,1)
  432. else
  433. SSpiked.BackgroundColor3 = Color3.new(0,1,0)
  434. Grenading = true
  435. repeat
  436. for i,v in pairs(Player.Backpack:GetChildren()) do
  437. if v.Name == "Spiked Trap" then
  438. GetChar().Humanoid:EquipTool(v)
  439. v:Activate()
  440. for i=1,5 do
  441. game:GetService("RunService").Heartbeat:Wait()
  442. break
  443. end
  444. end
  445. end
  446. game:GetService("RunService").Heartbeat:Wait()
  447. until not Grenading
  448. end
  449. end)
  450.  
  451. local Grenading = false
  452. SpamGrenades.MouseButton1Click:Connect(function()
  453. if Grenading then
  454. Grenading = false
  455. SpamGrenades.BackgroundColor3 = Color3.new(1,1,1)
  456. else
  457. SpamGrenades.BackgroundColor3 = Color3.new(0,1,0)
  458. Grenading = true
  459. repeat
  460. for i,v in pairs(Player.Backpack:GetChildren()) do
  461. if v.Name == "C4" then
  462. GetChar().Humanoid:EquipTool(v)
  463. v:Activate()
  464. for i=1,5 do
  465. game:GetService("RunService").Heartbeat:Wait()
  466. end
  467. if not Grenading then
  468. break
  469. end
  470. end
  471. end
  472. game:GetService("RunService").Heartbeat:Wait()
  473. until not Grenading
  474. end
  475. end)
  476.  
  477. local FastKilling = false
  478. FastKill.MouseButton1Click:Connect(function()
  479. if FastKilling then
  480. FastKilling = false
  481. FastKill.BackgroundColor3 = Color3.new(1,1,1)
  482. else
  483. FastKill.BackgroundColor3 = Color3.new(0,1,0)
  484. FastKilling = true
  485. repeat
  486. for i,v in pairs(Player.Backpack:GetChildren()) do
  487. if v:FindFirstChild("DamageRemote") then
  488. GetChar().Humanoid:EquipTool(v)
  489.  
  490. local targ
  491. local range = 10000
  492. for i,v in pairs(workspace:GetChildren()) do
  493. if v~=GetChar() and not table.find(_G.IgnoreList,v.Name) then
  494. local vhum = v:FindFirstChild("Humanoid")
  495. local vroot = v:FindFirstChild("HumanoidRootPart")
  496. if vhum and vroot then
  497. local dist = (vroot.Position - Player.Character.HumanoidRootPart.Position).magnitude
  498. if vhum.Health>0 and not v:FindFirstChild("ForceField") and dist <= range then
  499. targ = vhum
  500. range = dist
  501. end
  502. end
  503. end
  504. end
  505.  
  506. for i=1,2 do
  507. game:GetService("RunService").Heartbeat:Wait()
  508. end
  509.  
  510. if targ then
  511. v.DamageRemote:FireServer(targ)
  512. end
  513.  
  514. if not FastKilling then
  515. break
  516. end
  517. end
  518. end
  519. wait()
  520. until not FastKilling
  521. end
  522. end)
  523.  
  524. for name,info in pairs(ButtonInfo) do
  525. local button = Frame[name]
  526. button.MouseEnter:Connect(function()
  527. local left = false
  528. local con = button.MouseLeave:Connect(function()
  529. left = true
  530. end)
  531.  
  532. InfoText.Visible = true
  533. InfoText.Text = info
  534.  
  535. repeat
  536. game:GetService("RunService").RenderStepped:Wait()
  537. InfoText.Position = UDim2.new(0,Mouse.X+5,0,Mouse.Y+5)
  538. until left
  539. InfoText.Visible = false
  540. con:Disconnect()
  541. end)
  542. end
  543. end)
  544.  
  545. UICorner_4.Parent = TextButton_2
  546.  
  547. TextButton_3.Parent = Frame
  548. TextButton_3.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  549. TextButton_3.Position = UDim2.new(0.690104127, 0, 0.176470593, 0)
  550. TextButton_3.Size = UDim2.new(0, 107, 0, 26)
  551. TextButton_3.Font = Enum.Font.Bangers
  552. TextButton_3.Text = "NEW version"
  553. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  554. TextButton_3.TextSize = 14.000
  555. TextButton_3.MouseButton1Down:Connect(function()
  556. if not _G.IgnoreList then
  557. _G.IgnoreList = {}
  558. end
  559.  
  560. local function Create(Object, Properties)
  561. local New = Instance.new(Object)
  562. for i,v in pairs(Properties) do
  563. New[i] = v
  564. end
  565. return New
  566. end
  567.  
  568. local Player = game:GetService("Players").LocalPlayer
  569. local Mouse = Player:GetMouse()
  570.  
  571. local Gui = Create("ScreenGui",{Name="Peacemaker",ResetOnSpawn=false,Parent=Player.PlayerGui})
  572. local Frame = Create("Frame",{Parent=Gui,Position = UDim2.new(0.4,0,0.4,0),Size=UDim2.new(0.2,0,0.2,0),BackgroundTransparency=0.6,BorderSizePixel=0,BackgroundColor3=Color3.new(1,1,1),ZIndex=10})
  573. local Title = Create("TextLabel",{Parent=Frame,Position=UDim2.new(0.3,0,-0.15,-1),Size=UDim2.new(0.4,0,0.15,0),Font=Enum.Font.Oswald,Text="PEACEMAKER",BorderSizePixel=3,TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),ZIndex=11})
  574. local OutlineU = Create("Frame",{Parent=Frame,Position = UDim2.new(0,0,0,0),Size=UDim2.new(1,0,0.01,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=11})
  575. local OutlineD = Create("Frame",{Parent=Frame,Position = UDim2.new(0,0,1,0),Size=UDim2.new(1,0,0.01,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=11})
  576. local OutlineL = Create("Frame",{Parent=Frame,Position = UDim2.new(0,0,0,0),Size=UDim2.new(0.005,0,1,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=11})
  577. local OutlineR = Create("Frame",{Parent=Frame,Position = UDim2.new(1,0,0,0),Size=UDim2.new(0.005,0,1,0),BackgroundTransparency=0,BorderSizePixel=0,BackgroundColor3=Color3.new(0,0,0),ZIndex=11})
  578. local Note = Create("TextLabel",{Parent=Frame,Position=UDim2.new(0,0,0.9,0),Size=UDim2.new(1,0,0.1,0),Font=Enum.Font.Oswald,Text="Made by Crokuran",BorderSizePixel=3,BackgroundTransparency=1,TextScaled=true,TextWrapped=true,TextColor3=Color3.new(1,1,1),TextStrokeTransparency=0,ZIndex=11})
  579.  
  580. local ToolsText = Create("TextLabel",{Parent=Frame,Position=UDim2.new(0.05,0,0.05,0),Size=UDim2.new(0.3,0,0.2,0),BackgroundTransparency=1,Font=Enum.Font.Oswald,Text="Tools",TextColor3=Color3.new(1,1,1),TextStrokeTransparency=0,TextScaled=true,TextWrapped=true,ZIndex=11})
  581. local WeaponsText = Create("TextLabel",{Parent=Frame,Position=UDim2.new(0.6,0,0.05,0),Size=UDim2.new(0.3,0,0.2,0),BackgroundTransparency=1,Font=Enum.Font.Oswald,Text="Weapons",TextColor3=Color3.new(1,1,1),TextStrokeTransparency=0,TextScaled=true,TextWrapped=true,ZIndex=11})
  582. local InfoText = Create("TextLabel",{Parent=Gui,Position=UDim2.new(0,0,0,0),Size=UDim2.new(0.1,0,0.1,0),BackgroundTransparency=0,BackgroundColor3=Color3.new(0,0,0),Font=Enum.Font.Oswald,Text="Weapons",TextColor3=Color3.new(1,1,1),TextStrokeTransparency=0,TextScaled=true,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Top,Visible=false,ZIndex=15})
  583.  
  584. local GiveGS = Create("TextButton",{Name="GiveGS",Parent=Frame,Position=UDim2.new(0.05,0,0.3,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Emerald Greatsword",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=11})
  585. local GiveBD = Create("TextButton",{Name="GiveBD",Parent=Frame,Position=UDim2.new(0.05,0,0.5,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Blood Dagger",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=11})
  586. local SpamTools = Create("TextButton",{Name="SpamTools",Parent=Frame,Position=UDim2.new(0.05,0,0.7,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Spam Tools",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=11})
  587. local KillNear = Create("TextButton",{Name="KillNear",Parent=Frame,Position=UDim2.new(0.6,0,0.3,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Kill Nearest",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=11})
  588. local SpamGrenades = Create("TextButton",{Name="SpamGrenades",Parent=Frame,Position=UDim2.new(0.6,0,0.5,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Spam Grenades",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=11})
  589. local FastKill = Create("TextButton",{Name="FastKill",Parent=Frame,Position=UDim2.new(0.6,0,0.7,0),Size=UDim2.new(0.3,0,0.15,0),Font=Enum.Font.Oswald,Text="Fast Kill All",TextScaled=true,TextWrapped=true,BackgroundColor3=Color3.new(1,1,1),BorderSizePixel=2,ZIndex=11})
  590.  
  591. local ButtonInfo = {
  592. GiveGS = "Gives gamepass Emerald Greatsword weapon for free",
  593. GiveBD = "Gives gamepass Blood Dagger weapon for free",
  594. SpamTools = "Rapidly gives you multiple tools, use when combined with Spam Grenades",
  595. KillNear = "WHILE HOLDING OUT A WEAPON, damages the closest player from any distance",
  596. SpamGrenades = "Automatically throws grenades incredibly fast, use with Spam Tools to refresh grenades",
  597. FastKill = "Uses all weapons to kill everybody in the server. Give yourself more tools for faster killing"
  598. }
  599.  
  600. local function GetChar()
  601. local Char = Player.Character or Player.CharacterAdded:Wait()
  602. return Char
  603. end
  604.  
  605. local DragSpeed = .3
  606. local FrameStart
  607. local MouseStart
  608. local HeldDown = false
  609. Title.InputBegan:Connect(function(Input)
  610. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  611. HeldDown = true
  612. FrameStart = Frame.Position
  613. MouseStart = Input.Position
  614. repeat
  615. Frame.Position = Frame.Position:Lerp(UDim2.new(FrameStart.X.Scale,FrameStart.X.Offset + (Mouse.X - MouseStart.X),FrameStart.Y.Scale,FrameStart.Y.Offset + (Mouse.Y - MouseStart.Y)), DragSpeed)
  616. game:GetService("RunService").RenderStepped:Wait()
  617. until not HeldDown
  618. local EndPos = {X = Mouse.X, Y = Mouse.Y}
  619. for i=1,50 do
  620. if not HeldDown then
  621. Frame.Position = Frame.Position:Lerp(UDim2.new(FrameStart.X.Scale,FrameStart.X.Offset + (EndPos.X - MouseStart.X),FrameStart.Y.Scale,FrameStart.Y.Offset + (EndPos.Y - MouseStart.Y)), DragSpeed)
  622. else
  623. break
  624. end
  625. game:GetService("RunService").RenderStepped:Wait()
  626. end
  627. end
  628. end)
  629.  
  630. Title.InputEnded:Connect(function(Input)
  631. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  632. HeldDown = false
  633. end
  634. end)
  635.  
  636. GiveGS.MouseButton1Click:Connect(function()
  637. if Player.Character:FindFirstChild("Loaded") then Player.Character.Loaded:Destroy() end
  638. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Emerald Greatsword")
  639. end)
  640.  
  641. GiveBD.MouseButton1Click:Connect(function()
  642. if Player.Character:FindFirstChild("Loaded") then Player.Character.Loaded:Destroy() end
  643. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Blood Dagger")
  644. end)
  645.  
  646. local Spamming = false
  647. SpamTools.MouseButton1Click:Connect(function()
  648. if Spamming then
  649. Spamming = false
  650. SpamTools.BackgroundColor3 = Color3.new(1,1,1)
  651. else
  652. SpamTools.BackgroundColor3 = Color3.new(0,1,0)
  653. Spamming = true
  654. repeat
  655. if GetChar():FindFirstChild("Loaded") then
  656. GetChar().Loaded:Destroy()
  657. end
  658. Player.PlayerGui["Menu Screen"].RemoteEvent:FireServer("Pencil")
  659. game:GetService("RunService").Heartbeat:Wait()
  660. until not Spamming
  661. end
  662. end)
  663.  
  664. local KillingNear = false
  665. KillNear.MouseButton1Click:Connect(function()
  666. if KillingNear then
  667. KillingNear = false
  668. KillNear.BackgroundColor3 = Color3.new(1,1,1)
  669. else
  670. KillNear.BackgroundColor3 = Color3.new(0,1,0)
  671. KillingNear = true
  672. repeat
  673. local targ
  674. local range = 10000
  675. for i,v in pairs(workspace:GetChildren()) do
  676. if v~=GetChar() and not table.find(_G.IgnoreList,v.Name) then
  677. local vhum = v:FindFirstChild("Humanoid")
  678. local vroot = v:FindFirstChild("HumanoidRootPart")
  679. if vhum and vroot then
  680. local dist = (vroot.Position - Player.Character.HumanoidRootPart.Position).magnitude
  681. if vhum.Health>0 and not v:FindFirstChild("ForceField") and dist <= range then
  682. targ = vhum
  683. range = dist
  684. end
  685. end
  686. end
  687. end
  688.  
  689. if targ then
  690. local tool = GetChar():FindFirstChildOfClass("Tool")
  691. tool.DamageRemote:FireServer(targ)
  692. end
  693. wait()
  694. until not KillingNear
  695. end
  696. end)
  697.  
  698. local Grenading = false
  699. SpamGrenades.MouseButton1Click:Connect(function()
  700. if Grenading then
  701. Grenading = false
  702. SpamGrenades.BackgroundColor3 = Color3.new(1,1,1)
  703. else
  704. SpamGrenades.BackgroundColor3 = Color3.new(0,1,0)
  705. Grenading = true
  706. repeat
  707. for i,v in pairs(Player.Backpack:GetChildren()) do
  708. if v.Name == "Grenade" then
  709. GetChar().Humanoid:EquipTool(v)
  710. v:Activate()
  711. for i=1,5 do
  712. game:GetService("RunService").Heartbeat:Wait()
  713. end
  714. if not Grenading then
  715. break
  716. end
  717. end
  718. end
  719. game:GetService("RunService").Heartbeat:Wait()
  720. until not Grenading
  721. end
  722. end)
  723.  
  724. local FastKilling = false
  725. FastKill.MouseButton1Click:Connect(function()
  726. if FastKilling then
  727. FastKilling = false
  728. FastKill.BackgroundColor3 = Color3.new(1,1,1)
  729. else
  730. FastKill.BackgroundColor3 = Color3.new(0,1,0)
  731. FastKilling = true
  732. repeat
  733. for i,v in pairs(Player.Backpack:GetChildren()) do
  734. if v:FindFirstChild("DamageRemote") then
  735. GetChar().Humanoid:EquipTool(v)
  736.  
  737. local targ
  738. local range = 10000
  739. for i,v in pairs(workspace:GetChildren()) do
  740. if v~=GetChar() and not table.find(_G.IgnoreList,v.Name) then
  741. local vhum = v:FindFirstChild("Humanoid")
  742. local vroot = v:FindFirstChild("HumanoidRootPart")
  743. if vhum and vroot then
  744. local dist = (vroot.Position - Player.Character.HumanoidRootPart.Position).magnitude
  745. if vhum.Health>0 and not v:FindFirstChild("ForceField") and dist <= range then
  746. targ = vhum
  747. range = dist
  748. end
  749. end
  750. end
  751. end
  752.  
  753. for i=1,2 do
  754. game:GetService("RunService").Heartbeat:Wait()
  755. end
  756.  
  757. if targ then
  758. v.DamageRemote:FireServer(targ)
  759. end
  760.  
  761. if not FastKilling then
  762. break
  763. end
  764. end
  765. end
  766. wait()
  767. until not FastKilling
  768. end
  769. end)
  770.  
  771. for name,info in pairs(ButtonInfo) do
  772. local button = Frame[name]
  773. button.MouseEnter:Connect(function()
  774. local left = false
  775. local con = button.MouseLeave:Connect(function()
  776. left = true
  777. end)
  778.  
  779. InfoText.Visible = true
  780. InfoText.Text = info
  781.  
  782. repeat
  783. game:GetService("RunService").RenderStepped:Wait()
  784. InfoText.Position = UDim2.new(0,Mouse.X+5,0,Mouse.Y+5)
  785. until left
  786. InfoText.Visible = false
  787. con:Disconnect()
  788. end)
  789. end
  790. end)
  791.  
  792. UICorner_5.Parent = TextButton_3
  793.  
  794. TextButton_4.Parent = Frame
  795. TextButton_4.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  796. TextButton_4.Position = UDim2.new(0.690104127, 0, 0.340336144, 0)
  797. TextButton_4.Size = UDim2.new(0, 107, 0, 26)
  798. TextButton_4.Font = Enum.Font.Bangers
  799. TextButton_4.Text = "New Script Update"
  800. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  801. TextButton_4.TextSize = 14.000
  802. TextButton_4.MouseButton1Down:Connect(function()
  803.  
  804. loadstring(game:HttpGet('https://raw.githubusercontent.com/1111-ssss/Chaos_Script/main/Chaos_script.txt'))()
  805. end)
  806.  
  807. UICorner_6.Parent = TextButton_4
  808.  
  809. TextButton_5.Parent = Frame
  810. TextButton_5.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  811. TextButton_5.Position = UDim2.new(0.361979127, 0, 0.340336144, 0)
  812. TextButton_5.Size = UDim2.new(0, 107, 0, 26)
  813. TextButton_5.Font = Enum.Font.Bangers
  814. TextButton_5.Text = "Script name"
  815. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  816. TextButton_5.TextSize = 14.000
  817. TextButton_5.MouseButton1Down:Connect(function()
  818.  
  819. end)
  820.  
  821. UICorner_7.Parent = TextButton_5
  822.  
  823. TextButton_6.Parent = Frame
  824. TextButton_6.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  825. TextButton_6.Position = UDim2.new(0.0182291269, 0, 0.340336144, 0)
  826. TextButton_6.Size = UDim2.new(0, 107, 0, 26)
  827. TextButton_6.Font = Enum.Font.Bangers
  828. TextButton_6.Text = "Script name"
  829. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  830. TextButton_6.TextSize = 14.000
  831. TextButton_6.MouseButton1Down:Connect(function()
  832.  
  833. end)
  834.  
  835. UICorner_8.Parent = TextButton_6
  836.  
  837. TextButton_7.Parent = Frame
  838. TextButton_7.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  839. TextButton_7.Position = UDim2.new(0.0182291269, 0, 0.50420171, 0)
  840. TextButton_7.Size = UDim2.new(0, 107, 0, 26)
  841. TextButton_7.Font = Enum.Font.Bangers
  842. TextButton_7.Text = "Script name"
  843. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  844. TextButton_7.TextSize = 14.000
  845. TextButton_7.MouseButton1Down:Connect(function()
  846.  
  847. end)
  848.  
  849. UICorner_9.Parent = TextButton_7
  850.  
  851. TextButton_8.Parent = Frame
  852. TextButton_8.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  853. TextButton_8.Position = UDim2.new(0.35937497, 0, 0.50420171, 0)
  854. TextButton_8.Size = UDim2.new(0, 107, 0, 26)
  855. TextButton_8.Font = Enum.Font.Bangers
  856. TextButton_8.Text = "Script name"
  857. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  858. TextButton_8.TextSize = 14.000
  859. TextButton_8.MouseButton1Down:Connect(function()
  860.  
  861. end)
  862.  
  863. UICorner_10.Parent = TextButton_8
  864.  
  865. TextButton_9.Parent = Frame
  866. TextButton_9.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  867. TextButton_9.Position = UDim2.new(0.690104127, 0, 0.50420171, 0)
  868. TextButton_9.Size = UDim2.new(0, 107, 0, 26)
  869. TextButton_9.Font = Enum.Font.Bangers
  870. TextButton_9.Text = "Script name"
  871. TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  872. TextButton_9.TextSize = 14.000
  873. TextButton_9.MouseButton1Down:Connect(function()
  874.  
  875. end)
  876.  
  877. UICorner_11.Parent = TextButton_9
  878.  
  879. TextButton_10.Parent = Frame
  880. TextButton_10.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  881. TextButton_10.Position = UDim2.new(0.690104127, 0, 0.680672288, 0)
  882. TextButton_10.Size = UDim2.new(0, 107, 0, 26)
  883. TextButton_10.Font = Enum.Font.Bangers
  884. TextButton_10.Text = "Script name"
  885. TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  886. TextButton_10.TextSize = 14.000
  887. TextButton_10.MouseButton1Down:Connect(function()
  888.  
  889. end)
  890.  
  891. UICorner_12.Parent = TextButton_10
  892.  
  893. TextButton_11.Parent = Frame
  894. TextButton_11.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  895. TextButton_11.Position = UDim2.new(0.361979127, 0, 0.680672288, 0)
  896. TextButton_11.Size = UDim2.new(0, 107, 0, 26)
  897. TextButton_11.Font = Enum.Font.Bangers
  898. TextButton_11.Text = "Script name"
  899. TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  900. TextButton_11.TextSize = 14.000
  901. TextButton_11.MouseButton1Down:Connect(function()
  902.  
  903. end)
  904.  
  905. UICorner_13.Parent = TextButton_11
  906.  
  907. TextButton_12.Parent = Frame
  908. TextButton_12.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  909. TextButton_12.Position = UDim2.new(0.0156249702, 0, 0.680672288, 0)
  910. TextButton_12.Size = UDim2.new(0, 107, 0, 26)
  911. TextButton_12.Font = Enum.Font.Bangers
  912. TextButton_12.Text = "Script name"
  913. TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  914. TextButton_12.TextSize = 14.000
  915. TextButton_12.MouseButton1Down:Connect(function()
  916.  
  917. end)
  918.  
  919. UICorner_14.Parent = TextButton_12
  920.  
  921. TextLabel_2.Parent = Frame
  922. TextLabel_2.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  923. TextLabel_2.Position = UDim2.new(0, 0, 0.857142866, 0)
  924. TextLabel_2.Size = UDim2.new(0, 384, 0, 34)
  925. TextLabel_2.Font = Enum.Font.Bangers
  926. TextLabel_2.Text = "Credits To GamerZ"
  927. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  928. TextLabel_2.TextSize = 28.000
  929. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(38, 136, 54)
  930. TextLabel_2.TextStrokeTransparency = 0.850
  931. TextLabel_2.TextWrapped = true
  932.  
  933. UICorner_15.Parent = TextLabel_20
Add Comment
Please, Sign In to add comment