Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// Script created by IiIDriversIiI \\-- ++ Version: Beta 2.41 ++
- --! Note: I'm always testing things with this scripts so it will be changed everytime ok !--
- -------------------//>
- --Important Variables
- -------------------//>
- local Player = game:GetService("Players").LocalPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- mouse = Player:GetMouse()
- -------------------//>
- --Pre-Stuff
- -------------------//>
- print('Script Version is 2.41 [Beta]')
- warn('Note: Script is in Beta Phase')
- print('Local User is '..Player.Name)
- -------------------//>
- --Ear Rape Stuff
- -------------------//>
- wait(1)
- local sound = Instance.new('Sound')
- sound.SoundId = "rbxassetid://570855374" -- Music Playing // Default: 442897621
- sound.Looped = true -- Music Looped // Default: true
- sound.Volume = 5.3 -- Music Volume // Default: 8
- sound.Pitch = 1 -- Music Pitch // Default: 0.80
- local sp = game:FindFirstChild("Base")
- sound.Parent = sp
- wait(0)
- sound:Play()
- wait()
- -------------------//>
- --Skybox Selection
- -------------------//>
- s = Instance.new("Sky")
- s.Parent = game.Lighting
- s.Name = "fuck"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=517488434" -- Pingu!!!
- s.SkyboxDn = "http://www.roblox.com/asset/?id=517488434"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=517488434"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=517488434"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=517488434"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=517488434"
- ----------------------//>
- --Extra Earrape Stuff
- ----------------------//>
- --wait(8)
- --sound.Pitch = 0.90 -- Music starts to get faster!
- --wait(8)
- --sound.Pitch = 1
- --wait(8)
- --sound.Pitch = 1.20
- --wait(8)
- --sound.Pitch = 1.50
- --wait()
- --sound.Volume = 100 -- RIP Ears
- -------------------//>
- --Baseplate Settings
- -------------------//>
- while true do
- local BP = Instance.new("Part")
- BP.Anchored = true
- BP.Locked = true
- BP.Size = Vector3.new(512,3,512)
- BP.BrickColor = BrickColor.Red()
- BP.Name = "Base"
- BP.Parent = game:service'Workspace'
- end
- -------------------//>
- --Key Binds
- -------------------//>
- mouse.KeyDown:connect(function(key)
- if key == 'r' then --> When hotkey "R" is pressed, players and baseplate will be reseted (destroyed)
- for i,v in pairs(game:service'Workspace':GetChildren()) do
- if (not v:IsA("Terrain"))and(v.Name~="Camera") then
- v:Destroy()
- end
- end
- end
- end)
- -------------------//>
- --More stuff soon
- --Probably
- -------------------//>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement