Advertisement
Guest User

c00lkidd mini Gui V2

a guest
Sep 21st, 2024
3,926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.77 KB | None | 0 0
  1. --c00lkidd gui from 1x1x1x1
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Name = Instance.new("TextLabel")
  5. local Credits = Instance.new("TextLabel")
  6. local e1x1x1x1Message = Instance.new("TextButton")
  7. local e1x1x1x1Music = Instance.new("TextButton")
  8. local e1x1x1x1Laugh = Instance.new("TextButton")
  9. local DayToNight = Instance.new("TextButton")
  10. local e666 = Instance.new("TextButton")
  11. local EpicSaxGuy = Instance.new("TextButton")
  12. local Disc0 = Instance.new("TextButton")
  13. local e2006Theme = Instance.new("TextButton")
  14. local ForceField = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  23. Frame.Position = UDim2.new(0.382171214, 0, 0.328530252, 0)
  24. Frame.Size = UDim2.new(0, 378, 0, 250)
  25.  
  26. Name.Name = "Name"
  27. Name.Parent = Frame
  28. Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  29. Name.Size = UDim2.new(0, 378, 0, 25)
  30. Name.Font = Enum.Font.GothamBold
  31. Name.Text = "c00lkidd Gui"
  32. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. Name.TextScaled = true
  34. Name.TextSize = 14.000
  35. Name.TextWrapped = true
  36.  
  37. Credits.Name = "Credits"
  38. Credits.Parent = Frame
  39. Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  40. Credits.Position = UDim2.new(0, 0, 0.912, 0)
  41. Credits.Size = UDim2.new(0, 378, 0, 22)
  42. Credits.Font = Enum.Font.GothamBold
  43. Credits.Text = "By Tyler_XD"
  44. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. Credits.TextScaled = true
  46. Credits.TextSize = 14.000
  47. Credits.TextWrapped = true
  48.  
  49. e1x1x1x1Message.Name = "e1x1x1x1Message"
  50. e1x1x1x1Message.Parent = Frame
  51. e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  52. e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0)
  53. e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31)
  54. e1x1x1x1Message.Font = Enum.Font.GothamBold
  55. e1x1x1x1Message.Text = "c00lkidd Message"
  56. e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. e1x1x1x1Message.TextScaled = true
  58. e1x1x1x1Message.TextSize = 14.000
  59. e1x1x1x1Message.TextWrapped = true
  60. e1x1x1x1Message.MouseButton1Down:connect(function()
  61. while true do
  62. wait(12)--set this to how much time between messages
  63. msg = Instance.new ("Hint")
  64. msg.Parent = game.Workspace
  65. msg.Text = "Hi, We are c00lkidd When you see This a c00lkidd member join"
  66. wait(6)
  67. msg:remove()
  68. wait(3)
  69. msg = Instance.new("Message")
  70. msg.Parent = game.Workspace
  71. msg.Text = "Pls leave or you get bannd LG Team c00lkidd"
  72. wait(6)
  73. msg:remove()
  74. wait(3)
  75. msg = Instance.new("Message")
  76. msg.Parent = game.Workspace
  77. msg.Text = "You still here?! Nahh Team c00lkidd Will Ban you!"
  78. wait(6)
  79. msg:remove()
  80. wait(3)
  81. msg = Instance.new("Message")
  82. msg.Parent = game.Workspace
  83. msg.Text = "WHAT?! FINAL SERVER DESTROY Ahhahahahahahaha"
  84. wait(6)
  85. msg:remove()
  86. wait(3)
  87. msg = Instance.new("Message")
  88. msg.Parent = game.Workspace
  89. msg.Text = "LOST? SCARED? CONFUST?! GOOD! HAHAHAHAHAHA"
  90. wait(6)
  91. msg:remove()
  92. wait(3)
  93. msg = Instance.new("Message")
  94. msg.Parent = game.Workspace
  95. msg.Text = "10 ! 9! 8! 7! 6! 5! 4! 3! 2! 1!"
  96. wait(6)
  97. msg:remove()
  98. wait(3)
  99. msg = Instance.new("Message")
  100. msg.Parent = game.Workspace
  101. msg.Text = "0! You get bannd You have 3 Days HAHAHAHAH!"
  102. wait(6)
  103. msg:remove()
  104. end
  105. end)
  106. e1x1x1x1Music.Name = "e1x1x1x1Music"
  107. e1x1x1x1Music.Parent = Frame
  108. e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  109. e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0)
  110. e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31)
  111. e1x1x1x1Music.Font = Enum.Font.GothamBold
  112. e1x1x1x1Music.Text = "Toxic Music"
  113. e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. e1x1x1x1Music.TextScaled = true
  115. e1x1x1x1Music.TextSize = 14.000
  116. e1x1x1x1Music.TextWrapped = true
  117. e1x1x1x1Music.MouseButton1Down:connect(function()
  118. --Made by Servano
  119.  
  120. local s = Instance.new("Sound")
  121.  
  122. s.Name = "Sound"
  123. s.SoundId = "http://www.roblox.com/asset/?id=1837301451"
  124. s.Volume = 999999999
  125. s.Pitch = 3
  126. s.Looped = true
  127. s.archivable = false
  128.  
  129. s.Parent = game.Workspace
  130.  
  131. wait(1)
  132.  
  133. s:play()
  134. end)
  135. e1x1x1x1Laugh.Name = "e1x1x1x1Laugh"
  136. e1x1x1x1Laugh.Parent = Frame
  137. e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  138. e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0)
  139. e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34)
  140. e1x1x1x1Laugh.Font = Enum.Font.GothamBold
  141. e1x1x1x1Laugh.Text = "Scream"
  142. e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. e1x1x1x1Laugh.TextScaled = true
  144. e1x1x1x1Laugh.TextSize = 14.000
  145. e1x1x1x1Laugh.TextWrapped = true
  146. e1x1x1x1Laugh.MouseButton1Down:connect(function()
  147. --Made by Servano
  148.  
  149. local s = Instance.new("Sound")
  150.  
  151. s.Name = "Sound"
  152. s.SoundId = "http://www.roblox.com/asset/?id=3158269057"
  153. s.Volume = 1
  154. s.Pitch = 0.9
  155. s.Looped = true
  156. s.archivable = false
  157.  
  158. s.Parent = game.Workspace
  159.  
  160. wait(1)
  161.  
  162. s:play()
  163. end)
  164. DayToNight.Name = "DayToNight"
  165. DayToNight.Parent = Frame
  166. DayToNight.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  167. DayToNight.Position = UDim2.new(0.388888896, 0, 0.216000006, 0)
  168. DayToNight.Size = UDim2.new(0, 83, 0, 31)
  169. DayToNight.Font = Enum.Font.GothamBold
  170. DayToNight.Text = "Night"
  171. DayToNight.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. DayToNight.TextScaled = true
  173. DayToNight.TextSize = 14.000
  174. DayToNight.TextWrapped = true
  175. DayToNight.MouseButton1Down:connect(function()
  176. while true do
  177. print ("Loop cycle start")
  178. game.Lighting.TimeOfDay = "23:00:00"
  179. wait(0.5)
  180. end
  181. end)
  182. e666.Name = "e666"
  183. e666.Parent = Frame
  184. e666.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  185. e666.Position = UDim2.new(0.388888896, 0, 0.43599999, 0)
  186. e666.Size = UDim2.new(0, 83, 0, 31)
  187. e666.Font = Enum.Font.GothamBold
  188. e666.Text = "666"
  189. e666.TextColor3 = Color3.fromRGB(0, 0, 0)
  190. e666.TextScaled = true
  191. e666.TextSize = 14.000
  192. e666.TextWrapped = true
  193. e666.MouseButton1Down:connect(function()
  194. for i,v in next,workspace:children''do
  195. if(v:IsA'BasePart')then
  196. me=v;
  197. bbg=Instance.new('BillboardGui',me);
  198. bbg.Name='stuf';
  199. bbg.Adornee=me;
  200. bbg.Size=UDim2.new(2.5,0,2.5,0)
  201. --bbg.StudsOffset=Vector3.new(0,2,0)
  202. tlb=Instance.new'TextLabel';
  203. tlb.Text='Welcome To Hell';
  204. tlb.Font='SourceSansBold';
  205. tlb.FontSize='Size48';
  206. tlb.TextColor3=Color3.new(1,0,0);
  207. tlb.Size=UDim2.new(1.25,0,1.25,0);
  208. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  209. tlb.BackgroundTransparency=1;
  210. tlb.Parent=bbg;
  211. end;end;
  212. function xds(dd)
  213. for i,v in next,dd:children''do
  214. if(v:IsA'BasePart')then
  215. v.BrickColor=BrickColor.new'Really black';
  216. v.TopSurface='Smooth';
  217. v.BottomSurface='Smooth';
  218. s=Instance.new('SelectionBox',v);
  219. s.Adornee=v;
  220. s.Color=BrickColor.new'Really red';
  221. a=Instance.new('PointLight',v);
  222. a.Color=Color3.new(1,0,0);
  223. a.Range=15;
  224. a.Brightness=5;
  225. f=Instance.new('Fire',v);
  226. f.Size=19;
  227. f.Heat=22;
  228. end;
  229. game.Lighting.TimeOfDay=0;
  230. game.Lighting.Brightness=0;
  231. game.Lighting.ShadowColor=Color3.new(0,0,0);
  232. game.Lighting.Ambient=Color3.new(1,0,0);
  233. game.Lighting.FogEnd=200;
  234. game.Lighting.FogColor=Color3.new(0,0,0);
  235. local dec = 'http://www.roblox.com/asset/?id=19399245';
  236. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  237. --coroutine.wrap(function()
  238. --for ,_ in pairs(fac) do
  239. --local ddec = Instance.new("Decal", v)
  240. --ddec.Face =
  241. --ddec.Texture = dec
  242. --end end)()
  243. if #(v:GetChildren())>0 then
  244. xds(v)
  245. end
  246. end
  247. end
  248. xds(game.Workspace)
  249. end)
  250. EpicSaxGuy.Name = "EpicSaxGuy"
  251. EpicSaxGuy.Parent = Frame
  252. EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  253. EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0)
  254. EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34)
  255. EpicSaxGuy.Font = Enum.Font.GothamBold
  256. EpicSaxGuy.Text = "Speed Up"
  257. EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0)
  258. EpicSaxGuy.TextScaled = true
  259. EpicSaxGuy.TextSize = 14.000
  260. EpicSaxGuy.TextWrapped = true
  261. EpicSaxGuy.MouseButton1Down:connect(function()
  262. --Made by Servano
  263.  
  264. local s = Instance.new("Sound")
  265.  
  266. s.Name = "Sound"
  267. s.SoundId = "http://www.roblox.com/asset/?id=1836255687"
  268. s.Volume = 9999999
  269. s.Pitch = 1
  270. s.Looped = true
  271. s.archivable = false
  272.  
  273. s.Parent = game.Workspace
  274.  
  275. wait(1)
  276.  
  277. s:play()
  278. end)
  279. Disc0.Name = "Disc0"
  280. Disc0.Parent = Frame
  281. Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  282. Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0)
  283. Disc0.Size = UDim2.new(0, 89, 0, 31)
  284. Disc0.Font = Enum.Font.GothamBold
  285. Disc0.Text = "Disco"
  286. Disc0.TextColor3 = Color3.fromRGB(0, 0, 0)
  287. Disc0.TextScaled = true
  288. Disc0.TextSize = 14.000
  289. Disc0.TextWrapped = true
  290. Disc0.MouseButton1Down:connect(function()
  291. while true do
  292.  
  293. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  294. wait(.25)
  295.  
  296. end
  297. end)
  298. e2006Theme.Name = "e2006Theme"
  299. e2006Theme.Parent = Frame
  300. e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  301. e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0)
  302. e2006Theme.Size = UDim2.new(0, 89, 0, 31)
  303. e2006Theme.Font = Enum.Font.GothamBold
  304. e2006Theme.Text = "c00lkidd Theme"
  305. e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0)
  306. e2006Theme.TextScaled = true
  307. e2006Theme.TextSize = 14.000
  308. e2006Theme.TextWrapped = true
  309. e2006Theme.MouseButton1Down:connect(function()
  310. --Made by Servano
  311.  
  312. local s = Instance.new("Sound")
  313.  
  314. s.Name = "Sound"
  315. s.SoundId = "http://www.roblox.com/asset/?id=5409360995""
  316. s.Volume = 999999999999999
  317. s.Pitch = 1
  318. s.Looped = true
  319. s.archivable = false
  320.  
  321. s.Parent = game.Workspace
  322.  
  323. wait(1)
  324.  
  325. s:play()
  326. end)
  327. ForceField.Name = "FF"
  328. ForceField.Parent = Frame
  329. ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  330. ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0)
  331. ForceField.Size = UDim2.new(0, 89, 0, 34)
  332. ForceField.Font = Enum.Font.GothamBold
  333. ForceField.Text = "FF"
  334. ForceField.TextColor3 = Color3.fromRGB(0, 0, 0)
  335. ForceField.TextScaled = true
  336. ForceField.TextSize = 14.000
  337. ForceField.TextWrapped = true
  338. ForceField.MouseButton1Down:connect(function()
  339. -- Gui to Lua
  340. -- Version: 3.
  341. -- Instances:
  342.  
  343. local ForceFieldGUI = Instance.new("ScreenGui")
  344. local ForceFieldGUI_2 = Instance.new("TextButton")
  345. local ForceFieldOFF = Instance.new("TextButton")
  346. local ForceFieldON = Instance.new("TextButton")
  347.  
  348. --Properties:
  349.  
  350. ForceFieldGUI.Name = "ForceFieldGUI"
  351. ForceFieldGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  352.  
  353. ForceFieldGUI_2.Name = "ForceFieldGUI"
  354. ForceFieldGUI_2.Parent = ForceFieldGUI
  355. ForceFieldGUI_2.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  356. ForceFieldGUI_2.BackgroundTransparency = 0.300
  357. ForceFieldGUI_2.BorderColor3 = Color3.fromRGB(245, 244, 247)
  358. ForceFieldGUI_2.BorderSizePixel = 0
  359. ForceFieldGUI_2.Position = UDim2.new(0, 0, 0, 240)
  360. ForceFieldGUI_2.Size = UDim2.new(0, 100, 0, 20)
  361. ForceFieldGUI_2.Text = "FF Gui"
  362. ForceFieldGUI_2.TextColor3 = Color3.fromRGB(17, 17, 17)
  363. ForceFieldGUI_2.TextTransparency = 0.300
  364.  
  365. ForceFieldOFF.Name = "ForceFieldOFF"
  366. ForceFieldOFF.Parent = ForceFieldGUI
  367. ForceFieldOFF.BackgroundColor3 = Color3.fromRGB(253, 253, 253)
  368. ForceFieldOFF.BackgroundTransparency = 0.300
  369. ForceFieldOFF.BorderColor3 = Color3.fromRGB(245, 244, 247)
  370. ForceFieldOFF.BorderSizePixel = 0
  371. ForceFieldOFF.Position = UDim2.new(0, 0, 0, 280)
  372. ForceFieldOFF.Size = UDim2.new(0, 100, 0, 20)
  373. ForceFieldOFF.Visible = false
  374. ForceFieldOFF.Text = "On/Stop"
  375. ForceFieldOFF.TextColor3 = Color3.fromRGB(17, 17, 17)
  376.  
  377. ForceFieldON.Name = "ForceFieldON"
  378. ForceFieldON.Parent = ForceFieldGUI
  379. ForceFieldON.BackgroundColor3 = Color3.fromRGB(253, 253, 253)
  380. ForceFieldON.BackgroundTransparency = 0.300
  381. ForceFieldON.BorderColor3 = Color3.fromRGB(245, 244, 247)
  382. ForceFieldON.BorderSizePixel = 0
  383. ForceFieldON.Position = UDim2.new(0, 0, 0, 260)
  384. ForceFieldON.Size = UDim2.new(0, 100, 0, 20)
  385. ForceFieldON.Visible = false
  386. ForceFieldON.Text = "On/Stop"
  387. ForceFieldON.TextColor3 = Color3.fromRGB(17, 17, 17)
  388.  
  389. -- Scripts:
  390.  
  391. local function DVAWVL_fake_script() -- ForceFieldGUI_2.Script
  392. local script = Instance.new('Script', ForceFieldGUI_2)
  393.  
  394. function onClicked(GUI)
  395. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")
  396. if (h ~= nil) then
  397. script.Parent.Parent.ForceFieldOFF.Visible = true
  398. script.Parent.Parent.ForceFieldON.Visible = true
  399. else return end
  400. end
  401. script.Parent.MouseButton1Click:connect(onClicked)
  402. end
  403. coroutine.wrap(DVAWVL_fake_script)()
  404. local function HYECSMJ_fake_script() -- ForceFieldOFF.Script
  405. local script = Instance.new('Script', ForceFieldOFF)
  406.  
  407. function onClicked(GUI)
  408. f = script.Parent.Parent.Parent.Parent.Character:findFirstChild("ForceField")
  409. if (f ~= nil) then
  410. f:remove()
  411. else return end
  412. end
  413. script.Parent.MouseButton1Click:connect(onClicked)
  414. end
  415. coroutine.wrap(HYECSMJ_fake_script)()
  416. local function LOYRXPU_fake_script() -- ForceFieldOFF.Script
  417. local script = Instance.new('Script', ForceFieldOFF)
  418.  
  419. function onClicked(GUI)
  420. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")
  421. if (h ~= nil) then
  422. script.Parent.Parent.ForceFieldOFF.Visible = false
  423. script.Parent.Parent.ForceFieldON.Visible = false
  424. else return end
  425. end
  426. script.Parent.MouseButton1Click:connect(onClicked)
  427. end
  428. coroutine.wrap(LOYRXPU_fake_script)()
  429. local function PFEVNBW_fake_script() -- ForceFieldON.Script
  430. local script = Instance.new('Script', ForceFieldON)
  431.  
  432. function onClicked(GUI)
  433. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")
  434. if (h ~= nil) then
  435. FF = Instance.new("ForceField")
  436. FF.Parent = script.Parent.Parent.Parent.Parent.Character
  437. else return end
  438. end
  439. script.Parent.MouseButton1Click:connect(onClicked)
  440. end
  441. coroutine.wrap(PFEVNBW_fake_script)()
  442. local function FNHQ_fake_script() -- ForceFieldON.Script
  443. local script = Instance.new('Script', ForceFieldON)
  444.  
  445. function onClicked(GUI)
  446. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")
  447. if (h ~= nil) then
  448. script.Parent.Parent.ForceFieldOFF.Visible = false
  449. script.Parent.Parent.ForceFieldON.Visible = false
  450. else return end
  451. end
  452. script.Parent.MouseButton1Click:connect(onClicked)
  453. end
  454. coroutine.wrap(FNHQ_fake_script)()
  455. end)
  456. -- Scripts:
  457.  
  458. local function QFCS_fake_script() -- Frame.Dragify
  459. local script = Instance.new('LocalScript', Frame)
  460.  
  461. local UIS = game:GetService("UserInputService")
  462. function dragify(Frame)
  463. dragToggle = nil
  464. local dragSpeed = 0
  465. dragInput = nil
  466. dragStart = nil
  467. local dragPos = nil
  468. function updateInput(input)
  469. local Delta = input.Position - dragStart
  470. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  471. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  472. end
  473. Frame.InputBegan:Connect(function(input)
  474. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  475. dragToggle = true
  476. dragStart = input.Position
  477. startPos = Frame.Position
  478. input.Changed:Connect(function()
  479. if input.UserInputState == Enum.UserInputState.End then
  480. dragToggle = false
  481. end
  482. end)
  483. end
  484. end)
  485. Frame.InputChanged:Connect(function(input)
  486. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  487. dragInput = input
  488. end
  489. end)
  490. game:GetService("UserInputService").InputChanged:Connect(function(input)
  491. if input == dragInput and dragToggle then
  492. updateInput(input)
  493. end
  494. end)
  495. end
  496.  
  497. dragify(script.Parent)
  498. end
  499. coroutine.wrap(QFCS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement