Advertisement
IiIDriversIiI

IiIDriversIiI Script Project

Jun 5th, 2018
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. --// Script created by IiIDriversIiI \\-- ++ Version: Beta 2.41 ++
  2. --! Note: I'm always testing things with this scripts so it will be changed everytime ok !--
  3. -------------------//>
  4. --Important Variables
  5. -------------------//>
  6. local Player = game:GetService("Players").LocalPlayer
  7. local Character = Player.Character
  8. local Humanoid = Character.Humanoid
  9. mouse = Player:GetMouse()
  10. -------------------//>
  11. --Pre-Stuff
  12. -------------------//>
  13. print('Script Version is 2.41 [Beta]')
  14. warn('Note: Script is in Beta Phase')
  15. print('Local User is '..Player.Name)
  16. -------------------//>
  17. --Ear Rape Stuff
  18. -------------------//>
  19. wait(1)
  20. local sound = Instance.new('Sound')
  21. sound.SoundId = "rbxassetid://570855374" -- Music Playing // Default: 442897621
  22. sound.Looped = true -- Music Looped // Default: true
  23. sound.Volume = 5.3 -- Music Volume // Default: 8
  24. sound.Pitch = 1 -- Music Pitch // Default: 0.80
  25. local sp = game:FindFirstChild("Base")
  26. sound.Parent = sp
  27. wait(0)
  28. sound:Play()
  29. wait()
  30. -------------------//>
  31. --Skybox Selection
  32. -------------------//>
  33. s = Instance.new("Sky")
  34. s.Parent = game.Lighting
  35. s.Name = "fuck"
  36. s.SkyboxBk = "http://www.roblox.com/asset/?id=517488434" -- Pingu!!!
  37. s.SkyboxDn = "http://www.roblox.com/asset/?id=517488434"
  38. s.SkyboxFt = "http://www.roblox.com/asset/?id=517488434"
  39. s.SkyboxLf = "http://www.roblox.com/asset/?id=517488434"
  40. s.SkyboxRt = "http://www.roblox.com/asset/?id=517488434"
  41. s.SkyboxUp = "http://www.roblox.com/asset/?id=517488434"
  42. ----------------------//>
  43. --Extra Earrape Stuff
  44. ----------------------//>
  45. --wait(8)
  46. --sound.Pitch = 0.90 -- Music starts to get faster!
  47. --wait(8)
  48. --sound.Pitch = 1
  49. --wait(8)
  50. --sound.Pitch = 1.20
  51. --wait(8)
  52. --sound.Pitch = 1.50
  53. --wait()
  54. --sound.Volume = 100 -- RIP Ears
  55. -------------------//>
  56. --Baseplate Settings
  57. -------------------//>
  58. while true do
  59. local BP = Instance.new("Part")
  60. BP.Anchored = true
  61. BP.Locked = true
  62. BP.Size = Vector3.new(512,3,512)
  63. BP.BrickColor = BrickColor.Red()
  64. BP.Name = "Base"
  65. BP.Parent = game:service'Workspace'
  66. end
  67. -------------------//>
  68. --Key Binds
  69. -------------------//>
  70. mouse.KeyDown:connect(function(key)
  71. if key == 'r' then --> When hotkey "R" is pressed, players and baseplate will be reseted (destroyed)
  72. for i,v in pairs(game:service'Workspace':GetChildren()) do
  73. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  74. v:Destroy()
  75. end
  76. end
  77. end
  78. end)
  79. -------------------//>
  80. --More stuff soon
  81. --Probably
  82. -------------------//>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement