player = game.Players.LocalPlayer hint = Instance.new("Hint") hint.Parent = game.Workspace hint.Text = "J" tik = Instance.new("Sound") tik.Parent = game.Workspace tik.SoundId = "rbxassetid://12222170" tik:Play() wait(0.1) hint.Text = "JE" tik:Play() wait(0.1) hint.Text = "JEL" tik:Play() wait(0.1) hint.Text = "JELL" tik:Play() wait(0.1) hint.Text = "JELLO" tik:Play() wait(0.1) hint.Text = "JELLOE" tik:Play() wait(0.1) hint.Text = "JELLOE M" tik:Play() wait(0.1) hint.Text = "JELLOE Me" tik:Play() wait(0.1) hint.Text = "JELLOE Men" tik:Play() wait(0.1) hint.Text = "JELLOE Menu" tik:Play() wait(2) bum = Instance.new("Sound") bum.Parent = game.Workspace bum.SoundId = "rbxassetid://12221944" bum:Play() hint.Text = "" wait(2) hint.Text = "D" tik:Play() wait(0.1) hint.Text = "Du" tik:Play() wait(0.1) hint.Text = "Dun" tik:Play() wait(0.1) hint.Text = "Dunj" tik:Play() wait(0.1) hint.Text = "Dunja" tik:Play() wait(1) tik.PlaybackSpeed = 0.1 hint.Text = "Dunja V" tik:Play() wait(1) hint.Text = "Dunja V." tik:Play() wait(1) hint.Text = "Dunja V.1" tik:Play() wait(2) bum:Play() hint.Text = "" wait(2) screengui = Instance.new("ScreenGui") screengui.Parent = player.PlayerGui screengui.Enabled = true screengui.Name = "MainGui" screengui.ResetOnSpawn = false hint.Text = "MainGui" wait(0.001) frame = Instance.new("Frame") frame.Parent = screengui frame.Selectable = true frame.Draggable = true frame.Name = "MenuFrame" frame.BackgroundColor3 = Color3.new(1, 1, 1) frame.BorderColor3 = Color3.new(0, 0, 0) frame.BorderSizePixel = 1 frame.Position = UDim2.new(0, 0, 0, 0) frame.Size = UDim2.new(0, 300, 0, 550) frame.Active = true hint.Text = "MenuFrame" wait(0.001) watermark = Instance.new("ImageLabel") watermark.Parent = frame watermark.BackgroundColor3 = Color3.new(1, 1, 1) watermark.Position = UDim2.new(0, 0, 0, 0) watermark.Size = UDim2.new(0, 30, 0, 30) watermark.Image = "http://www.roblox.com/asset/?id=130020354288150" watermark.Name = "DunjaWatermark" watermark.BorderSizePixel = 0 hint.Text = "DunjaWatermark" wait(0.001) versionlabel = Instance.new("TextLabel") versionlabel.Parent = frame versionlabel.BackgroundColor3 = Color3.new(1, 1, 1) versionlabel.Position = UDim2.new(0.1, 0, 0, 0) versionlabel.Size = UDim2.new(0, 50, 0, 15) versionlabel.Text = "Dunja V.1" versionlabel.Name = "DunjaLabel" versionlabel.BorderSizePixel = 0 hint.Text = "DunjaLabel" wait(0.001) menuname = Instance.new("TextLabel") menuname.Parent = frame menuname.BackgroundColor3 = Color3.new(1, 1, 1) menuname.Position = UDim2.new(0.1, 0, 0.027, 0) menuname.Size = UDim2.new(0, 70, 0, 15) menuname.Text = "JELLOE Menu" menuname.Name = "MenuName" menuname.BorderSizePixel = 0 hint.Text = "MenuName" wait(0.001) closemenubutton = Instance.new("ImageButton") closemenubutton.BackgroundColor3 = Color3.new(1, 1, 1) closemenubutton.BorderSizePixel = 0 closemenubutton.Parent = frame closemenubutton.Position = UDim2.new(0.933, 0, 0, 0) closemenubutton.Size = UDim2.new(0, 20, 0, 20) closemenubutton.Image = "http://www.roblox.com/asset/?id=130020354288150" closemenubutton.ImageColor3 = Color3.new(1, 0, 0) closemenubutton.Name = "CloseMenuButton" hint.Text = "CloseMenuButton" wait(0.001) buttonsound = Instance.new("Sound") buttonsound.Parent = game.Workspace buttonsound.SoundId = "rbxassetid://12221967" buttonsound.Name = "ButtonSound" hint.Text = "ButtonSound" wait(0.001) function closemenu() screengui:Remove() buttonsound:Play() script:Remove() end closemenubutton.MouseButton1Click:Connect(closemenu) hint.Text = "function closemenu()" wait(0.001) scrollsection = Instance.new("ScrollingFrame") scrollsection.Parent = frame scrollsection.BackgroundColor3 = Color3.new(1, 1, 1) scrollsection.BorderColor3 = Color3.new(0, 0, 0) scrollsection.BorderSizePixel = 1 scrollsection.Position = UDim2.new(0.017, 0, 0.055, 0) scrollsection.Size = UDim2.new(0, 275, 0, 500) scrollsection.Name = "ScrollSection" hint.Text = "ScrollSection" wait(0.001) crashgamebutton = Instance.new("TextButton") crashgamebutton.Parent = scrollsection crashgamebutton.BackgroundColor3 = Color3.new(1, 1, 1) crashgamebutton.BorderSizePixel = 1 crashgamebutton.Position = UDim2.new(0, 0, 0, 0) crashgamebutton.Size = UDim2.new(0, 260, 0, 20) crashgamebutton.Text = "Crash Game" crashgamebutton.Name = "CrashGameButton" hint.Text = "CrashGameButton" wait(0.001) function crashgame() buttonsound:Play() while true do game:GetService("ReplicatedStorage").impaleclick:FireServer() wait(0.001) end end crashgamebutton.MouseButton1Click:Connect(crashgame) hint.Text = "function crashgame()" wait(0.001) spawnblock1buttonbutton = Instance.new("TextButton") spawnblock1buttonbutton.Parent = scrollsection spawnblock1buttonbutton.BackgroundColor3 = Color3.new(1, 1, 1) spawnblock1buttonbutton.BorderSizePixel = 1 spawnblock1buttonbutton.Position = UDim2.new(0, 0, 0.04, 0) spawnblock1buttonbutton.Size = UDim2.new(0, 260, 0, 20) spawnblock1buttonbutton.Text = "Spawn Block1" spawnblock1buttonbutton.Name = "SpawnBlock1Button" hint.Text = "SpawnBlock1Button" wait(0.001) function spawnblock1() game:GetService("ReplicatedStorage").block1:FireServer() buttonsound:Play() end spawnblock1buttonbutton.MouseButton1Click:Connect(spawnblock1) hint.Text = "function spawnblock1()" wait(0.001) spawnblock2button = Instance.new("TextButton") spawnblock2button.Parent = scrollsection spawnblock2button.BackgroundColor3 = Color3.new(1, 1, 1) spawnblock2button.BorderSizePixel = 1 spawnblock2button.Position = UDim2.new(0, 0, 0.086, 0) spawnblock2button.Size = UDim2.new(0, 260, 0, 20) spawnblock2button.Text = "Spawn Block2" spawnblock2button.Name = "SpawnBlock2Button" hint.Text = "SpawnBlock2Button" wait(0.001) function spawnblock2() game:GetService("ReplicatedStorage").block2:FireServer() buttonsound:Play() end spawnblock2button.MouseButton1Click:Connect(spawnblock2) hint.Text = "function spawnblock2()" wait(0.001) spawnblock25button = Instance.new("TextButton") spawnblock25button.Parent = scrollsection spawnblock25button.BackgroundColor3 = Color3.new(1, 1, 1) spawnblock25button.BorderSizePixel = 1 spawnblock25button.Position = UDim2.new(-0.018, 0, 0.188, 0) spawnblock25button.Size = UDim2.new(0, 260, 0, 20) spawnblock25button.Text = "Spawn Block25" spawnblock25button.Name = "SpawnBlock25Button" hint.Text = "SpawnBlock25Button" wait(0.001) function spawnblock25() game:GetService("ReplicatedStorage").block25:FireServer() buttonsound:Play() end spawnblock25button.MouseButton1Click:Connect(spawnblock25) hint.Text = "function spawnblock25()" wait(0.001) spawnbeartrapbutton = Instance.new("TextButton") spawnbeartrapbutton.Parent = scrollsection spawnbeartrapbutton.BackgroundColor3 = Color3.new(1, 1, 1) spawnbeartrapbutton.BorderSizePixel = 1 spawnbeartrapbutton.Position = UDim2.new(-0.018, 0, 0.415, 0) spawnbeartrapbutton.Size = UDim2.new(0, 260, 0, 20) spawnbeartrapbutton.Text = "Spawn Beartrap" spawnbeartrapbutton.Name = "SpawnBeartrapButton" hint.Text = "SpawnBeartrapButton" wait(0.001) function spawnbeartrap() game:GetService("ReplicatedStorage").impaleclick:FireServer() buttonsound:Play() end spawnbeartrapbutton.MouseButton1Click:Connect(spawnbeartrap) hint.Text = "function spawnbeartrap()" wait(0.001) spawnboosterbutton = Instance.new("TextButton") spawnboosterbutton.Parent = scrollsection spawnboosterbutton.BackgroundColor3 = Color3.new(1, 1, 1) spawnboosterbutton.BorderSizePixel = 1 spawnboosterbutton.Position = UDim2.new(-0.018, 0, 0.352, 0) spawnboosterbutton.Size = UDim2.new(0, 260, 0, 20) spawnboosterbutton.Text = "Spawn Booster" spawnboosterbutton.Name = "SpawnBoosterButton" hint.Text = "SpawnBoosterButton" wait(0.001) function spawnbooster() game:GetService("ReplicatedStorage").booster1:FireServer() buttonsound:Play() end spawnboosterbutton.MouseButton1Click:Connect(spawnbooster) hint.Text = "function spawnbooster()" wait(1) hint:Remove()