Advertisement
CrastAndNoob

Strange Bottle...

Dec 3rd, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. wait(2)
  2. local debounce = false
  3. local plr = game.Players.erickgringo
  4. local bottle = Instance.new("Tool",plr.Backpack)
  5. bottle.Name = "Ultra Dassani"
  6. bottle.ToolTip = "Contains 4,000% of your daily recommended mom juice. Careful!"
  7. bottle.GripPos = Vector3.new(0,-0.317,0)
  8. bottle.CanBeDropped = false
  9. local handle = Instance.new("Part",bottle)
  10. handle.Name = "Handle"
  11. handle.BrickColor = BrickColor.new("Really blue")
  12. handle.Size = Vector3.new(1,1,1)
  13. handle.Material = "ForceField"
  14. local mesh = Instance.new("SpecialMesh",handle)
  15. mesh.MeshId = "rbxassetid://3377618038"
  16. mesh.Scale = Vector3.new(1.5,1.5,1.5)
  17. local drink = Instance.new("Sound",handle)
  18. drink.MaxDistance = 50
  19. drink.Volume = 1
  20. drink.SoundId = "http://www.roblox.com/asset/?id=10722059"
  21. bottle.Activated:connect(function()
  22. if debounce == false then
  23. debounce = true
  24. bottle.GripForward = Vector3.new(0,-.759,-.651)
  25. bottle.GripPos = Vector3.new(1.5,-.5,.3)
  26. bottle.GripRight = Vector3.new(1,0,0)
  27. bottle.GripUp = Vector3.new(0,.651,-.759)
  28. drink:Play()
  29. wait(3)
  30. bottle.GripForward = Vector3.new(0,0,-1)
  31. bottle.GripPos = Vector3.new(0,-0.317,0)
  32. bottle.GripRight = Vector3.new(1,0,0)
  33. bottle.GripUp = Vector3.new(0,1,0)
  34. repeat wait() until drink.IsPlaying == false
  35. drink:Destroy()
  36. handle.Parent = workspace
  37. handle.CanCollide = true
  38. bottle:Destroy()
  39. game.Debris:AddItem(handle,10)
  40. wait(3)
  41. local gui = Instance.new("ScreenGui",plr.PlayerGui)
  42. gui.Name = "StrangeBottleGui"
  43. local frame = Instance.new("Frame",gui)
  44. frame.Name = "Frame"
  45. frame.Size = UDim2.new(1,0,1,0)
  46. frame.BackgroundColor3 = Color3.new(0,0,0)
  47. frame.BackgroundTransparency = 0.5
  48. local sound = Instance.new("Sound",plr.PlayerGui)
  49. sound.SoundId = "rbxassetid://754449113"
  50. sound.Volume = 10
  51. sound.RollOffMode = "LinearSquare"
  52. sound:Play()
  53. wait(13.5)
  54. frame:Destroy()
  55. --local oldFace = Instance.new("StringValue",game.ReplicatedStorage)
  56. --oldFace.Value = plr.Character.Head.face.Texture
  57. plr.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=2787624309"
  58. local vFrame = Instance.new("ViewportFrame",gui)
  59. vFrame.Name = "Hallucination"
  60. vFrame.Size = UDim2.new(1,0,1,0)
  61. local cam = Instance.new("Camera",vFrame)
  62. cam.CameraSubject = plr.Character.Head
  63. --cam.CFrame = plr.Character.Head.CFrame + Vector3.new(0,2,0)
  64. cam.CFrame = CFrame.new(4.17659807, 77.6792755, 0.908575237, -8.38280394e-05, 0.987689495, -0.156427547, -0, 0.156427547, 0.987689495, 1, 8.27960757e-05, -1.31130155e-05)
  65. vFrame.CurrentCamera = cam
  66. --[[for _,i in pairs(workspace:GetChildren())do
  67. if(i.ClassName~="Terrain")and(i.ClassName~="Camera")and(i.ClassName~="Script")and(i.ClassName~="LocalScript")and(i.ClassName~="Model")then
  68. i:Clone().Parent = vFrame
  69. end
  70. wait()
  71. end--]]
  72. workspace.Baseplate:Clone().Parent = vFrame
  73. local hum = plr.Character:FindFirstChildOfClass("Humanoid")
  74. hum.Sit = true
  75. for i = 1,2 do
  76. for i = 1,50 do
  77. local money = Instance.new("Part",vFrame)
  78. money.BrickColor = BrickColor.new("Bright green")
  79. money.Name = "Robux"
  80. money.TopSurface = "Smooth"
  81. money.BottomSurface = "Smooth"
  82. money.Size = Vector3.new(2,0.25,1)
  83. money.Position = Vector3.new(math.random(-128,128),3,math.random(-128,128))
  84. wait(0.1)
  85. end
  86. for i = 1,50 do
  87. local money = Instance.new("Part",vFrame)
  88. money.BrickColor = BrickColor.new("Bright yellow")
  89. money.Name = "Tix"
  90. money.TopSurface = "Smooth"
  91. money.BottomSurface = "Smooth"
  92. money.Size = Vector3.new(2,0.25,1)
  93. money.Position = Vector3.new(math.random(-128,128),3,math.random(-128,128))
  94. wait(0.1)
  95. end
  96. end
  97. for i = 1,50 do
  98. local money = Instance.new("Part",vFrame)
  99. money.BrickColor = BrickColor.new("Bright red")
  100. money.Name = "Blood"
  101. money.TopSurface = "Smooth"
  102. money.BottomSurface = "Smooth"
  103. money.Size = Vector3.new(4,0.25,4)
  104. money.Position = Vector3.new(math.random(-128,128),3,math.random(-128,128))
  105. hum.Health = hum.Health - 0.5
  106. wait(0.1)
  107. end
  108. --sound:Stop()
  109. --sound:Destroy()
  110. --vFrame:Destroy()
  111. --gui.Disabled = true
  112. --ypcall(function()gui:Destroy()end)
  113. --plr.Character.Head.face.Texture = oldFace.Value
  114. --oldFace:Destroy()
  115. local pos = Instance.new("Vector3Value",game.ReplicatedStorage)
  116. pos.Value = plr.Character.Torso.Position
  117. plr:LoadCharacter()
  118. plr.Character:MoveTo(pos.Value)
  119. pos:Destroy()
  120. plr.Character:FindFirstChildOfClass("Humanoid").Health = 75
  121. plr.Character:FindFirstChildOfClass("Humanoid").Sit = true
  122. end
  123. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement