Guest User

c00lkidd Gui Made by myself

a guest
Sep 21st, 2024
5,023
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. -- This GUI made by ! Ghost#90
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextButton = Instance.new("TextLabel")
  8. local idk = Instance.new("TextButton")
  9. local idk1 = Instance.new("TextButton")
  10. local idk2 = Instance.new("TextButton")
  11. local idk3 = Instance.new("TextButton")
  12. local idk4 = Instance.new("TextButton")
  13. local idk5 = Instance.new("TextButton")
  14. local idk6 = Instance.new("TextButton")
  15. local idk7 = Instance.new("TextButton")
  16. local idk8 = Instance.new("TextButton")
  17. local idk9 = Instance.new("TextButton")
  18. local idk12 = Instance.new("TextButton")
  19. local idk13 = Instance.new("TextButton")
  20. local idk14 = Instance.new("TextButton")
  21. local close = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. ScreenGui.ResetOnSpawn = false
  27.  
  28. Frame.Parent = ScreenGui
  29. Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  30. Frame.Position = UDim2.new(0.369825214, 0, 0.423832893, 0)
  31. Frame.Size = UDim2.new(0, 350, 0, 250)
  32. Frame.Active = true
  33. Frame.Draggable = true
  34.  
  35.  
  36. TextButton.Parent = Frame
  37. TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  38. TextButton.Position = UDim2.new(0.01, 0, 0.00832893, 0)
  39. TextButton.Size = UDim2.new(0, 303, 0, 35)
  40. TextButton.Font = Enum.Font.Cartoon
  41. TextButton.Text = "c00lkidd gui"
  42. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. TextButton.TextSize = 40.000
  44.  
  45. idk.Parent = Frame
  46. idk.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  47. idk.Position = UDim2.new(0.01, 0, 0.2, 0)
  48. idk.Size = UDim2.new(0, 94, 0, 35)
  49. idk.Font = Enum.Font.Cartoon
  50. idk.Text = "skybox"
  51. idk.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. idk.TextSize = 20.000
  53. idk.MouseButton1Down:connect(function()
  54.  
  55. sky = Instance.new("Sky",game:GetService("Lighting"))
  56. sky.SkyboxBk = "http://www.roblox.com/asset/?id=140285861217913"
  57. sky.SkyboxFt = "http://www.roblox.com/asset/?id=140285861217913"
  58. sky.SkyboxLf = "http://www.roblox.com/asset/?id=140285861217913"
  59. sky.SkyboxRt = "http://www.roblox.com/asset/?id=140285861217913"
  60. sky.SkyboxUp = "http://www.roblox.com/asset/?id=140285861217913"
  61. sky.SkyboxDn = "http://www.roblox.com/asset/?id=140285861217913"
  62. end)
  63.  
  64. idk1.Parent = Frame
  65. idk1.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  66. idk1.Position = UDim2.new(0.01, 0, 0.4, 0)
  67. idk1.Size = UDim2.new(0, 94, 0, 35)
  68. idk1.Font = Enum.Font.Cartoon
  69. idk1.Text = "Decal"
  70. idk1.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. idk1.TextSize = 20.000
  72. idk1.MouseButton1Down:connect(function()
  73. decalID = 16761646077
  74. function exPro(root)
  75. for _, v in pairs(root:GetChildren()) do
  76. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
  77. v.Parent = nil
  78. elseif v:IsA("BasePart") then
  79. v.Material = "Plastic"
  80. v.Transparency = 0
  81. local One = Instance.new("Decal", v)
  82. local Two = Instance.new("Decal", v)
  83. local Three = Instance.new("Decal", v)
  84. local Four = Instance.new("Decal", v)
  85. local Five = Instance.new("Decal", v)
  86. local Six = Instance.new("Decal", v)
  87. One.Texture = "http://www.roblox.com/asset/?id="..decalID
  88. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  89. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  90. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  91. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  92. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  93. One.Face = "Front"
  94. Two.Face = "Back"
  95. Three.Face = "Right"
  96. Four.Face = "Left"
  97. Five.Face = "Top"
  98. Six.Face = "Bottom"
  99. end
  100. exPro(v)
  101. end
  102. end
  103. function asdf(root)
  104. for _, v in pairs(root:GetChildren()) do
  105. asdf(v)
  106. end
  107. end
  108. exPro(game.Workspace)
  109. asdf(game.Workspace)
  110. end)
  111.  
  112. idk2.Parent = Frame
  113. idk2.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  114. idk2.Position = UDim2.new(0.34, 0, 0.4, 0)
  115. idk2.Size = UDim2.new(0, 94, 0, 35)
  116. idk2.Font = Enum.Font.Cartoon
  117. idk2.Text = "logo particle"
  118. idk2.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. idk2.TextSize = 20.00
  120. idk2.MouseButton1Down:connect(function()
  121. for i, v in pairs(game.Players:GetChildren()) do emit = Instance.new("ParticleEmitter") emit.Parent = v.Character.Head emit.Texture = "http://www.roblox.com/asset/?id=140285861217913" emit.VelocitySpread = 100 end
  122. end)
  123.  
  124. idk3.Parent = Frame
  125. idk3.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  126. idk3.Position = UDim2.new(0.34, 0, 0.2, 0)
  127. idk3.Size = UDim2.new(0, 94, 0, 35)
  128. idk3.Font = Enum.Font.Cartoon
  129. idk3.Text = "hint a"
  130. idk3.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. idk3.TextSize = 20.000
  132. idk3.MouseButton1Down:connect(function()
  133.  
  134. local function write(text,object)
  135. if object:IsA("Hint") == true then
  136. local count = object:FindFirstChild("Count")
  137. if count == nil then
  138. count = Instance.new("NumberValue")
  139. count.Parent = object
  140. count.Name = "Count"
  141. count.Value = count.Value + 1
  142. else
  143. count.Value = count.Value + 1
  144. end
  145. local startcount = count.Value
  146. for i = 1,#text do
  147. if count.Value == startcount then
  148. local letter = string.sub(text,i,i)
  149. object.Text = string.sub(text,1,i)
  150. wait(0.001)
  151. else
  152. break
  153. end
  154. end
  155. end
  156. end
  157. local bro = Instance.new("Hint",workspace)
  158. write("Team c00lkidd Join Today",bro)
  159. end)
  160.  
  161. idk4.Parent = F
  162. idk4.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  163. idk4.Position = UDim2.new(0.69, 0, 0.2, 0)
  164. idk4.Size = UDim2.new(0, 94, 0, 35)
  165. idk4.Font = Enum.Font.Cartoon
  166. idk4.Text = "jumpscare 2"
  167. idk4.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. idk4.TextSize = 20.000
  169. idk4.MouseButton1Down:connect(function()
  170. b = Instance.new("Sky") b.Parent = game.Lighting b.SkyboxBk = "http://www.roblox.com/asset/?id=0" b.SkyboxDn = "http://www.roblox.com/asset/?id=0" b.SkyboxFt = "http://www.roblox.com/asset/?id=0" b.SkyboxLf = "http://www.roblox.com/asset/?id=0" b.SkyboxRt = "http://www.roblox.com/asset/?id=0" b.SkyboxUp = "http://www.roblox.com/asset/?id=0" for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/Asset/?id=16891921648" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://6018028320" s.Volume = 9e9 s.Looped = true s:Play() print("Screamed "..v.Name) while wait(9) do newimage.Parent:Destroy() wait(11) Spooky = Instance.new("Sound", game.Workspace) Spooky.Name = "Spooky" Spooky.SoundId = "rbxassetid://0" Spooky.Volume = 20 Spooky.Pitch = 0.8 Spooky:Play() end end) end end
  171. end)
  172.  
  173. idk5.Parent = Frame
  174. idk5.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  175. idk5.Position = UDim2.new(0.69, 0, 0.4, 0)
  176. idk5.Size = UDim2.new(0, 94, 0, 35)
  177. idk5.Font = Enum.Font.Cartoon
  178. idk5.Text = "jumpscare 2"
  179. idk5.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. idk5.TextSize = 20.000
  181. idk5.MouseButton1Down:connect(function()
  182. b = Instance.new("Sky") b.Parent = game.Lighting b.SkyboxBk = "http://www.roblox.com/asset/?id=0" b.SkyboxDn = "http://www.roblox.com/asset/?id=0" b.SkyboxFt = "http://www.roblox.com/asset/?id=0" b.SkyboxLf = "http://www.roblox.com/asset/?id=0" b.SkyboxRt = "http://www.roblox.com/asset/?id=0" b.SkyboxUp = "http://www.roblox.com/asset/?id=0" for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/Asset/?id=16891921648" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://6018028320" s.Volume = 9e9 s.Looped = true s:Play() print("Screamed "..v.Name) while wait(9) do newimage.Parent:Destroy() wait(11) Spooky = Instance.new("Sound", game.Workspace) Spooky.Name = "Spooky" Spooky.SoundId = "rbxassetid://0" Spooky.Volume = 20 Spooky.Pitch = 0.8 Spooky:Play() end end) end end
  183. end)
  184.  
  185. idk6.Parent = Frame
  186. idk6.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  187. idk6.Position = UDim2.new(0.69, 0, 0.8, 0)
  188. idk6.Size = UDim2.new(0, 94, 0, 35)
  189. idk6.Font = Enum.Font.Cartoon
  190. idk6.Text = "s5n5 gui"
  191. idk6.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. idk6.TextSize = 20.000
  193. idk6.MouseButton1Down:connect(function()
  194. _G.HeadSize = 10
  195. _G.Disabled = true
  196.  
  197. game:GetService('RunService').RenderStepped:connect(function()
  198. if _G.Disabled then
  199. for i,v in next, game:GetService('Players'):GetPlayers() do
  200. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  201. pcall(function()
  202. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  203. v.Character.HumanoidRootPart.Transparency = 0.7
  204. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  205. v.Character.HumanoidRootPart.Material = "Neon"
  206. v.Character.HumanoidRootPart.CanCollide = false
  207. end)
  208. end
  209. end
  210. end
  211. end)
  212. end)
  213.  
  214. idk7.Parent = Frame
  215. idk7.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  216. idk7.Position = UDim2.new(0.01, 0, 0.6, 0)
  217. idk7.Size = UDim2.new(0, 94, 0, 35)
  218. idk7.Font = Enum.Font.Cartoon
  219. idk7.Text = "jumpscare"
  220. idk7.TextColor3 = Color3.fromRGB(0, 0, 0)
  221. idk7.TextSize = 20.000
  222. idk7.MouseButton1Down:connect(function()
  223. b = Instance.new("Sky") b.Parent = game.Lighting b.SkyboxBk = "http://www.roblox.com/asset/?id=0" b.SkyboxDn = "http://www.roblox.com/asset/?id=0" b.SkyboxFt = "http://www.roblox.com/asset/?id=0" b.SkyboxLf = "http://www.roblox.com/asset/?id=0" b.SkyboxRt = "http://www.roblox.com/asset/?id=0" b.SkyboxUp = "http://www.roblox.com/asset/?id=0" for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/Asset/?id=16797210046" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://6129291390" s.Volume = 999e999 s.Pitch = 0.2 s.Looped = true s:Play() print("Screamed "..v.Name) while wait(15) do newimage.Parent:Destroy() wait(11) Spooky = Instance.new("Sound", game.Workspace) Spooky.Name = "Spooky" Spooky.SoundId = "rbxassetid://0" Spooky.Volume = 20 Spooky.Pitch = 0.8 Spooky:Play() end end) end end
  224. end)
  225.  
  226. idk8.Parent = Frame
  227. idk8.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  228. idk8.Position = UDim2.new(0.34, 0, 0.6, 0)
  229. idk8.Size = UDim2.new(0, 94, 0, 35)
  230. idk8.Font = Enum.Font.Cartoon
  231. idk8.Text = "message"
  232. idk8.TextColor3 = Color3.fromRGB(0, 0, 0)
  233. idk8.TextSize = 20.000
  234. idk8.MouseButton1Down:connect(function()
  235. while wait(0.1) do
  236. msg = Instance.new("Message",workspace)
  237. msg.Text = " Team c00lkidd Was here"
  238. wait(0)
  239. msg:Destroy()
  240. end
  241. end)
  242.  
  243.  
  244. idk12.Parent = Frame
  245. idk12.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  246. idk12.Position = UDim2.new(0.69, 0, 0.6, 0)
  247. idk12.Size = UDim2.new(0, 94, 0, 35)
  248. idk12.Font = Enum.Font.Cartoon
  249. idk12.Text = "Face all"
  250. idk12.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. idk12.TextSize = 20.000
  252. idk12.MouseButton1Down:connect(function()
  253. local FillColor = Color3.fromRGB(175,25,255)
  254. local DepthMode = "AlwaysOnTop"
  255. local FillTransparency = 0.5
  256. local OutlineColor = Color3.fromRGB(255,255,255)
  257. local OutlineTransparency = 0
  258. for i,v in pairs(game.Players:GetChildren()) do
  259. if v.Character:FindFirstChild("Head") then
  260. gui1=Instance.new("BillboardGui")
  261. gui1.Parent = v.Character.Head
  262. gui1.Adornee = v.Character.Head
  263. gui1.Size=UDim2.new(2.5,0,2.5,0)
  264. gui1.StudsOffset=Vector3.new(0,0.2,0)
  265. gui1.AlwaysOnTop = true
  266. text1=Instance.new("ImageLabel")
  267. text1.Image = "http://www.roblox.com/asset/?id=140285861217913"
  268. text1.Size=UDim2.new(1,0,1,0)
  269. text1.Position=UDim2.new(0,0,0,0)
  270. text1.BackgroundTransparency = 1
  271. text1.Parent=gui1
  272. v.Character.Head.Transparency = 1
  273. end
  274. end
  275. end)
  276.  
  277. idk13.Parent = Frame
  278. idk13.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  279. idk13.Position = UDim2.new(0.34, 0, 0.8, 0)
  280. idk13.Size = UDim2.new(0, 94, 0, 35)
  281. idk13.Font = Enum.Font.Cartoon
  282. idk13.Text = "theme 2"
  283. idk13.TextColor3 = Color3.fromRGB(0, 0, 0)
  284. idk13.TextSize = 20.000
  285. idk13.MouseButton1Down:connect(function()
  286. local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=5409360995" s.Volume = 999999999 s.Pitch = 1.4 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play()
  287. end)
  288.  
  289. idk14.Parent = Frame
  290. idk14.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  291. idk14.Position = UDim2.new(0.01, 0, 0.8, 0)
  292. idk14.Size = UDim2.new(0, 94, 0, 35)
  293. idk14.Font = Enum.Font.Cartoon
  294. idk14.Text = "theme"
  295. idk14.TextColor3 = Color3.fromRGB(0, 0, 0)
  296. idk14.TextSize = 20.000
  297. idk14.MouseButton1Down:connect(function()
  298. local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=1836255687" s.Volume = 99999999999999 s.Pitch = 0.762 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play()
  299. end)
  300.  
  301. idk9.Parent = Frame
  302. idk9.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  303. idk9.Position = UDim2.new(0.69, 0, 0.2, 0)
  304. idk9.Size = UDim2.new(0, 94, 0, 35)
  305. idk9.Font = Enum.Font.Cartoon
  306. idk9.Text = "Disco"
  307. idk9.TextColor3 = Color3.fromRGB(0, 0, 0)
  308. idk9.TextSize = 20.000
  309. idk9.MouseButton1Down:connect(function()
  310. local Lighting = game:GetService("Lighting")
  311. local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting)
  312.  
  313. function zigzag(X)
  314. return math.acos(math.cos(X*math.pi))/math.pi
  315. end
  316.  
  317. Counter = 0
  318.  
  319. Lighting.TimeOfDay = "12:00"
  320.  
  321. while wait(0.1) do
  322. ColorCorrection.TintColor = Color3.fromHSV(zigzag(Counter),1,1)
  323. Lighting.Ambient = Color3.fromHSV(zigzag(Counter),1,1)
  324. Counter += 0.01
  325. end
  326. end)
  327.  
  328. close.Parent = Frame
  329. close.BackgroundColor3 = Color3.fromRGB(125, 102, 255)
  330. close.Position = UDim2.new(0.879518092, 0, 0.00832893, 0)
  331. close.Size = UDim2.new(0, 40, 0, 35)
  332. close.Font = Enum.Font.GothamBlack
  333. close.Text = "X"
  334. close.TextColor3 = Color3.new(0, 0, 0)
  335. close.TextScaled = true
  336. close.TextSize = 14
  337. close.TextWrapped = true
  338. close.MouseButton1Down:connect(function()
  339. Frame.Visible = false
  340. end)
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment