Advertisement
SituatedGull8

Untitled

May 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.39 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6. h = Instance.new("Sky") --Inserts A Skybox
  7. h.Parent=game.Lighting --Puts the skybox into lighting
  8. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  9. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  10. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  11. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  12. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  13. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  14.  
  15. h = Instance.new("Sky") --Inserts A Skybox
  16. h.Parent=game.Lighting --Puts the skybox into lighting
  17. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  18. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  19. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  20. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  21. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  22. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  23.  
  24. h = Instance.new("Sky") --Inserts A Skybox
  25. h.Parent=game.Lighting --Puts the skybox into lighting
  26. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  27. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  28. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  29. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  30. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  31. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  32.  
  33. h = Instance.new("Sky") --Inserts A Skybox
  34. h.Parent=game.Lighting --Puts the skybox into lighting
  35. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  36. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  37. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  38. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  39. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  40. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  41.  
  42.  
  43.  
  44.  
  45.  
  46. local player=game.Players.LocalPlayer;
  47. local char=game.Players.LocalPlayer.Character;
  48. local humanoid = player.Character.Humanoid;
  49. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  50. Tool.GripForward=Vector3.new(-0.161, 0, -0.987);
  51. Tool.GripPos=Vector3.new(0.1, 0, 0.1);
  52. Tool.GripRight=Vector3.new(0.217, 0, -0.976);
  53. Tool.GripUp=Vector3.new(0, 1, 0);
  54. Tool.Name='Smoke Grenade'
  55. Handle=Instance.new('Part', Tool);
  56. Handle.Name = 'Handle';
  57. Handle.Size=Vector3.new(1, 1.2, 1);
  58. c4mesh=Instance.new('SpecialMesh', Handle);
  59. c4mesh.MeshType = 'FileMesh';
  60. c4mesh.MeshId='http://www.roblox.com/asset/?id=16975131';
  61. c4mesh.TextureId='http://www.roblox.com/asset/?id=16975111';
  62. c4mesh.Scale=Vector3.new(0.75, 0.75, 0.75);
  63. light=Instance.new('PointLight', Handle);
  64. light.Color = Color3.new(255,0,0)
  65. light.Range=10;
  66. light.Enabled=false;
  67. beep=Instance.new('Sound',Handle)
  68. beep.Volume=5;
  69. beep.SoundId='rbxassetid://252141949'
  70. access=Instance.new('Sound',Handle)
  71. access.Volume=5;
  72. access.SoundId='rbxassetid://131644923'
  73. beeptone=Instance.new('Sound',Handle)
  74. beeptone.Volume=5;
  75. beeptone.SoundId='rbxassetid://75338648'
  76. local Prepare=Instance.new("Animation");
  77. Prepare.AnimationId="http://www.roblox.com/Asset?ID=75322014";
  78. local Launch=Instance.new("Animation");
  79. Launch.AnimationId="http://www.roblox.com/Asset?ID=94157627";
  80. function onActivated()
  81. if not Tool.Enabled then
  82. return
  83. end
  84. Tool.Enabled=false;
  85. local LaunchAnim = humanoid:LoadAnimation(Launch);
  86. LaunchAnim:Play();
  87. wait(0.4)
  88.  
  89. local p = Handle:Clone();
  90. local dir = char.Head.CFrame.lookVector;
  91. p.Velocity = (dir * 80) + Vector3.new(0,8,0);
  92. p.CanCollide = true;
  93. p.Parent = game.Workspace;
  94. p.Name='c4';
  95. beep.Parent=p;
  96. light.Parent=p;
  97. Handle.Transparency=1;
  98.  
  99. wait(0.2)
  100. smokee=Instance.new('ParticleEmitter', p)
  101. smokee.Size = NumberSequence.new(31)
  102. smokee.Speed = NumberRange.new(10)
  103. smokee.RotSpeed = NumberRange.new(-255, 250)
  104. smokee.Texture = 'http://www.roblox.com/asset/?id=241539438'
  105. smokee.LightEmission = 1
  106. ex=Instance.new('Explosion',workspace);
  107. ex.BlastPressure=6;
  108. ex.BlastRadius=6;
  109. ex.Position=p.Position;
  110. smokee.VelocitySpread = 30
  111. smokee.Rate = 500
  112. smokee.Enabled=true;
  113. ss=Instance.new('Sound',p);
  114. ss.Volume=5;
  115. ss.SoundId='rbxassetid://424618966';
  116. ss:Play();
  117. Handle.Transparency=1;
  118. wait(16)
  119. p:remove();
  120. Handle.Transparency=0
  121. Tool.Enabled=true;
  122.  
  123.  
  124.  
  125. end
  126. Tool.Activated:connect(onActivated);
  127.  
  128. plr = "mrmmikeyr94" --Put Your Name Der.
  129. --Start The Music!
  130. local s = Instance.new("Sound") --Inserts A Sound.
  131. s.Name = "We Are Scripters" --Names It So People Cant Delete it because dey dont know its name!
  132. s.SoundId = "http://www.roblox.com/asset/?id=241876428" --Sets The Music
  133. s.Volume = 2 --Sets the volume
  134. s.Pitch = 2.5 --Set the pitch
  135. s.Looped = true --Makes it keep on looping. (It keeps playing..)
  136. s.archivable = false --Makes it so people cant delete it if they find out the name.
  137. s.Parent = game.Workspace --Makes the Sound go to the workspace so everyone can hear it
  138. s:play()
  139. --Set The Skybox!
  140. h = Instance.new("Sky") --Inserts A Skybox
  141. h.Parent=game.Lighting --Puts the skybox into lighting
  142. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  143. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  144. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  145. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  146. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  147. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  148. --Make A Message!
  149. msg = Instance.new("Team Elite join today!",workspace) --Inserts A Message Into Workspace.
  150. msg.Name="Team Elite" --Names It So People Dont Know The Name To Delete It.
  151. msg.Text = "This Game Got taken over by Team Elite" --Sets The Message.
  152. --Lightning/Ambient!
  153. game.Lighting.Brightness = 10
  154. game.Lighting.Ambient = Color3.new(255,0,0)
  155.  
  156.  
  157. --smoke grenade script combo with Song--
  158. --Contact @Maikii#7644 on discord for song change or
  159. --you can edit code.
  160. --THANKS FOR USING MY SCRIPT :D--
  161.  
  162. local player=game.Players.LocalPlayer;
  163. local char=game.Players.LocalPlayer.Character;
  164. local humanoid = player.Character.Humanoid;
  165. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  166. Tool.GripForward=Vector3.new(-0.161, 0, -0.987);
  167. Tool.GripPos=Vector3.new(0.1, 0, 0.1);
  168. Tool.GripRight=Vector3.new(0.217, 0, -0.976);
  169. Tool.GripUp=Vector3.new(0, 1, 0);
  170. Tool.Name='Smoke Grenade'
  171. Handle=Instance.new('Part', Tool);
  172. Handle.Name = 'Handle';
  173. Handle.Size=Vector3.new(1, 1.2, 1);
  174. c4mesh=Instance.new('SpecialMesh', Handle);
  175. c4mesh.MeshType = 'FileMesh';
  176. c4mesh.MeshId='http://www.roblox.com/asset/?id=16975131';
  177. c4mesh.TextureId='http://www.roblox.com/asset/?id=16975111';
  178. c4mesh.Scale=Vector3.new(0.75, 0.75, 0.75);
  179. light=Instance.new('PointLight', Handle);
  180. light.Color = Color3.new(255,0,0)
  181. light.Range=10;
  182. light.Enabled=false;
  183. beep=Instance.new('Sound',Handle)
  184. beep.Volume=5;
  185. beep.SoundId='rbxassetid://252141949'
  186. access=Instance.new('Sound',Handle)
  187. access.Volume=5;
  188. access.SoundId='rbxassetid://131644923'
  189. beeptone=Instance.new('Sound',Handle)
  190. beeptone.Volume=5;
  191. beeptone.SoundId='rbxassetid://75338648'
  192. local Prepare=Instance.new("Animation");
  193. Prepare.AnimationId="http://www.roblox.com/Asset?ID=75322014";
  194. local Launch=Instance.new("Animation");
  195. Launch.AnimationId="http://www.roblox.com/Asset?ID=94157627";
  196. function onActivated()
  197. if not Tool.Enabled then
  198. return
  199. end
  200. Tool.Enabled=false;
  201. local LaunchAnim = humanoid:LoadAnimation(Launch);
  202. LaunchAnim:Play();
  203. wait(0.4)
  204.  
  205. local p = Handle:Clone();
  206. local dir = char.Head.CFrame.lookVector;
  207. p.Velocity = (dir * 80) + Vector3.new(0,8,0);
  208. p.CanCollide = true;
  209. p.Parent = game.Workspace;
  210. p.Name='c4';
  211. beep.Parent=p;
  212. light.Parent=p;
  213. Handle.Transparency=1;
  214.  
  215. wait(0.2)
  216. smokee=Instance.new('ParticleEmitter', p)
  217. smokee.Size = NumberSequence.new(31)
  218. smokee.Speed = NumberRange.new(10)
  219. smokee.RotSpeed = NumberRange.new(-255, 250)
  220. smokee.Texture = 'http://www.roblox.com/asset/?id=241539438'
  221. smokee.LightEmission = 1
  222. ex=Instance.new('Explosion',workspace);
  223. ex.BlastPressure=6;
  224. ex.BlastRadius=6;
  225. ex.Position=p.Position;
  226. smokee.VelocitySpread = 30
  227. smokee.Rate = 500
  228. smokee.Enabled=true;
  229. ss=Instance.new('Sound',p);
  230. ss.Volume=5;
  231. ss.SoundId='rbxassetid://424618966';
  232. ss:Play();
  233. Handle.Transparency=1;
  234. wait(16)
  235. p:remove();
  236. Handle.Transparency=0
  237. Tool.Enabled=true;
  238.  
  239.  
  240. ---[[ Cloud "Visualizer", Rushed out and made by Zuu_Roku, Credits to Cass for being a cool dood]]---
  241.  
  242. print("Made by Zuu_Roku, Commands are !play !snow !rain !multiplier and !volume")
  243.  
  244. print("Credits to Cass / PPATTA for being a cool dood")
  245.  
  246.  
  247. local Player = game.Players.LocalPlayer
  248.  
  249. local Character = Player.Character
  250.  
  251. local H = Character["Head"]
  252.  
  253. local multiplier = 4
  254.  
  255. local Cloud = Instance.new('Part',Character)
  256.  
  257. Cloud.Size = Vector3.new(20,15,20)
  258.  
  259. Cloud.Anchored = true
  260.  
  261. Cloud.CanCollide = false
  262.  
  263. Cloud.Transparency = 0
  264.  
  265.  
  266.  
  267. local CloudMesh = Instance.new('SpecialMesh',Cloud)
  268.  
  269. CloudMesh.Scale = Vector3.new(25,10,25)
  270.  
  271. CloudMesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
  272.  
  273. CloudMesh.Offset = Vector3.new(0,10,0)
  274.  
  275.  
  276. local loudness = 0
  277.  
  278.  
  279.  
  280. local S = Instance.new('Sound',Cloud)
  281.  
  282. S.SoundId = "rbxassetid://911100428"
  283.  
  284. S.Looped = true
  285.  
  286. S.Volume = 8
  287.  
  288. S.MaxDistance = 100
  289.  
  290. S:Play()
  291.  
  292.  
  293.  
  294. local Rain = Instance.new('ParticleEmitter',Cloud)
  295.  
  296. Rain.Color = ColorSequence.new(Color3.new(1,1,1),Color3.fromRGB(175,255,255))
  297.  
  298. Rain.Size = NumberSequence.new(.5)
  299.  
  300. Rain.Texture = "http://www.roblox.com/asset/?id=241876428"
  301.  
  302. Rain.Transparency = NumberSequence.new(0,.6)
  303.  
  304. Rain.Acceleration = Vector3.new(0,-150,0)
  305.  
  306. Rain.Lifetime = NumberRange.new(5,10)
  307.  
  308. Rain.Rate = 100
  309.  
  310. local rad = math.rad
  311.  
  312. local sin = math.sin
  313.  
  314. local tan = math.tan
  315.  
  316. local cos = math.cos
  317.  
  318. Player.Chatted:connect(function(m)
  319.  
  320. if m:match("!play%s%d+") then
  321.  
  322. S:Stop()
  323.  
  324. S.SoundId = "rbxassetid://"..m:match("!play%s(%d+)")
  325.  
  326. S:Play()
  327.  
  328. elseif m:match("!volume%s%d+") then
  329.  
  330. S.Volume = m:match("!volume%s(%d+)")
  331.  
  332. elseif m:match("!pitch%s%d+") then
  333.  
  334. S.Pitch = m:match("!volume%s(%d+)")
  335.  
  336. elseif m:match("!snow") then
  337.  
  338. Rain.Texture = "http://www.roblox.com/asset/?id=605668174"
  339.  
  340. Rain.Acceleration = Vector3.new(0,-10,0)
  341.  
  342. Rain.Lifetime = NumberRange.new(15,20)
  343.  
  344. Rain.Size = NumberSequence.new(.2)
  345.  
  346. elseif m:match("!rain") then
  347.  
  348. Rain.Texture = "http://www.roblox.com/asset/?id=241876428"
  349.  
  350. Rain.Acceleration = Vector3.new(0,-150,0)
  351.  
  352. Rain.Lifetime = NumberRange.new(5,10)
  353.  
  354. Rain.Size = NumberSequence.new(.5)
  355.  
  356. elseif m:match("!multiplier%s%d+") then
  357.  
  358. multiplier = m:match("!multiplier%s(%d+)")
  359.  
  360. elseif m:match("!rr") then
  361.  
  362. print(Rain.Rate)
  363.  
  364. end
  365. end)
  366.  
  367.  
  368.  
  369. function Weld(x,y)
  370.  
  371. local w = Instance.new("Weld")
  372.  
  373. w.Part0 = x
  374.  
  375. w.Part1 = y
  376.  
  377. w.Name = tostring(y.Name).."_Weld"
  378.  
  379. w.Parent = x
  380.  
  381. return w
  382.  
  383. end
  384.  
  385.  
  386.  
  387. function Clerp(start,destination,increment)
  388.  
  389. local function slerp(a,b,c)return (1-c)*a+(c*b)end
  390.  
  391. local c1 = {start.X,start.Y,start.Z,start:toEulerAnglesXYZ()}
  392.  
  393. local c2 = {destination.X,destination.Y,destination.Z,destination:toEulerAnglesXYZ()}
  394.  
  395. for i,v in pairs(c1)do c1[i] = slerp(v,c2[i],increment)end
  396.  
  397. return CFrame.new(c1[1],c1[2],c1[3])*CFrame.Angles(c1[4],c1[5],c1[6])
  398.  
  399. end
  400.  
  401.  
  402.  
  403. while true do
  404.  
  405. Rain.Rate = (S.PlaybackLoudness + 50) * multiplier
  406.  
  407. game:GetService('RunService').RenderStepped:wait()
  408.  
  409. local HP = H.CFrame.p
  410.  
  411. local sizer = S.PlaybackLoudness/50 + 15
  412.  
  413. Cloud.Size = Vector3.new(sizer,15,sizer)
  414.  
  415. CloudMesh.Scale = Vector3.new(sizer,10,sizer)
  416.  
  417. Cloud.CFrame = Clerp(Cloud.CFrame, CFrame.new(HP + Vector3.new(0,4,0))*CFrame.Angles(0,rad(90),0), .1)
  418.  
  419. Cloud.BrickColor = BrickColor.new(Color3.fromRGB(255 - S.PlaybackLoudness*1.1, 255-S.PlaybackLoudness*1.1, 255-S.PlaybackLoudness*1.1))
  420. end
  421.  
  422.  
  423. end
  424. Tool.Activated:connect(onActivated);
  425. h = Instance.new("Sky") --Inserts A Skybox
  426. h.Parent=game.Lighting --Puts the skybox into lighting
  427. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  428. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  429. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  430. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  431. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  432. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  433. h = Instance.new("Sky") --Inserts A Skybox
  434. h.Parent=game.Lighting --Puts the skybox into lighting
  435. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  436. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  437. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  438. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  439. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  440. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  441.  
  442. h = Instance.new("Sky") --Inserts A Skybox
  443. h.Parent=game.Lighting --Puts the skybox into lighting
  444. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  445. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  446. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  447. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  448. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  449. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
  450. h = Instance.new("Sky") --Inserts A Skybox
  451. h.Parent=game.Lighting --Puts the skybox into lighting
  452. h.SkyboxBk="http://www.roblox.com/asset/?id=865518083" --All Below Set The Skybox
  453. h.SkyboxDn="http://www.roblox.com/asset/?id=865518083"
  454. h.SkyboxFt="http://www.roblox.com/asset/?id=865518083"
  455. h.SkyboxLf="http://www.roblox.com/asset/?id=865518083"
  456. h.SkyboxRt="http://www.roblox.com/asset/?id=865518083"
  457. h.SkyboxUp="http://www.roblox.com/asset/?id=865518083"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement