M16III

chainvis

Apr 4th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local Autoride = true
  3. workspace.GiveTool:FireServer(XXX,"PompousTheCloud")
  4. workspace.GiveTool:FireServer(XXX,"SuperFlyGoldBoombox")
  5. local Icon, Mesh, Texture = 3667959644, 536944822, 4793938991
  6. local Name, ToolTip = "SuperFlyGoldBoombox", "M16Lost was here"
  7. local CE = {}
  8. local Variables = {
  9. workspace = game:GetService("Workspace"),
  10. players = game:GetService("Players")
  11. }
  12.  
  13. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  14.  
  15. function CE:FireEvent(ItemName, Object, Property, Value)
  16. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  17. end
  18.  
  19. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  20. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  21.  
  22.  
  23. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"TextureId","rbxassetid://"..Icon)
  24. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  25. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  26. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(0.1,0.1,0.1))
  27. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Name","Ultimax")
  28. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Ultimax"],"Playing",false)
  29. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Ultimax"],"Volume","999999")
  30. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Ultimax"],"EmmiterSize","999999")
  31. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Ultimax"],"MaxDistance","999999")
  32. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Ultimax"],"Looped",true)
  33. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Ultimax"],"Playing",true)
  34. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"],"Material","ForceField")
  35. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"],"BrickColor",BrickColor.new(151,0,0))
  36. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(0.1,0.1,0.1))
  37. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"Material","ForceField")
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"BrickColor",BrickColor.new(0,0,0))
  39. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  40. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  41. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0,0,-1))
  42. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0,-1,0))
  43. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1,0,0))
  44. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0,1,0))
  45. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["Mesh"],"Scale",Vector3.new(0.5,0.5,0.5))
  46. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  47. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  48. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Material","ForceField")
  49. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"BrickColor",BrickColor.new(151,0,0))
  50. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"GripForward",Vector3.new(0,0,-1))
  51. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"GripPos",Vector3.new(0,-1,0))
  52. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"GripRight",Vector3.new(1,0,0))
  53. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"GripUp",Vector3.new(0,1,0))
  54. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"ToolTip",ToolTip)
  55. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"CanBeDropped",true)
  56. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["LocalScript"],"Disabled",false)
  57. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"],"Name",Name)
  58.  
  59. game:GetService("RunService").RenderStepped:connect(function()
  60. local X = game.Players.LocalPlayer.Character.SuperFlyGoldBoombox.Handle.Ultimax.PlaybackLoudness / 3000 + .7
  61. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["Mesh"],"Scale",Vector3.new(X,X,X))
  62. end)
  63.  
  64. end
Advertisement
Add Comment
Please, Sign In to add comment