Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Milk Troll Script
- --Link Version by basstracker1970
- --Orginal Script by codebitz i think
- if (game:GetService('RunService'):IsServer()) then return error('This script cannot be ran server-sided, please use hl/',0); end;
- local ts = game:GetService("TweenService")
- local server = NS ([[
- local remote = Instance.new ('RemoteFunction', script);
- remote.OnServerInvoke = function (plr, ...)
- if (plr == owner) then
- local tool = Instance.new("Tool")
- tool.Name = "Milk"
- tool.Parent = plr.Backpack
- local Part = Instance.new("Part")
- Part.Name = "Handle"
- Part.Parent = tool
- local Mesh = Instance.new("SpecialMesh")
- Mesh.MeshId = "rbxassetid://489308589"
- Mesh.TextureId = "rbxassetid://489308634"
- Mesh.Parent = Part
- local DrinkSound = Instance.new("Sound",tool)
- DrinkSound.Name = "DrinkSound"
- DrinkSound.SoundId = "rbxassetid://557067682"
- return tool
- end;
- end;
- remote.Name = 'ServerRemote';
- ]], owner.Character):WaitForChild 'ServerRemote';
- local plr = game.Players.LocalPlayer
- local chr = plr.Character
- local mouse = plr:GetMouse()
- local tool = server:InvokeServer();
- tool.Activated:Connect(function()
- tool.DrinkSound:Play()
- ts:Create(tool,TweenInfo.new(1,Enum.EasingStyle.Quint,Enum.EasingDirection.Out,0,false,0),{GripForward = Vector3.new(0, -0.707, -0.707),GripPos = Vector3.new(1, -0.4, -0.3),GripRight = Vector3.new(1, 0, 0),GripUp = Vector3.new(0, 0.707, -0.707)}):Play()
- wait(7.5)
- local color = Instance.new("ColorCorrectionEffect",game.Lighting)
- local cam = game.Workspace.CurrentCamera
- local pgui = game.Players.LocalPlayer.PlayerGui
- cam.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
- game:GetService("RunService").RenderStepped:Connect(function()
- cam.CFrame = cam.CFrame*CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
- color.TintColor = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- color.Contrast = math.random(-10,10)
- color.Brightness = tonumber("0." .. math.random(0,999))
- script.Sound.Volume = 10
- script.Sound.DistortionSoundEffect.Level = 1
- local ds = pgui:GetDescendants()
- cam.FieldOfView = math.random(20,120)
- game.Players.LocalPlayer.CameraMaxZoomDistance = 0.5
- cam.CameraType = Enum.CameraType.Scriptable
- for i = 1, #ds do
- pcall(function()
- ds[i].Font = Enum.Font:GetEnumItems()[math.random(1,#Enum.Font:GetEnumItems())]
- end)
- pcall(function()
- ds[i].TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- pcall(function()
- ds[i].ImageColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- pcall(function()
- ds[i].BackgroundColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- end
- local ds = game.Workspace:GetDescendants()
- for i = 1, #ds do
- pcall(function()
- ds[i].Font = Enum.Font:GetEnumItems()[math.random(1,#Enum.Font:GetEnumItems())]
- end)
- pcall(function()
- ds[i].TextColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- pcall(function()
- ds[i].ImageColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- pcall(function()
- ds[i].BackgroundColor3 = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- pcall(function()
- ds[i].Color = Color3.fromRGB(math.random(0,255),math.random(0,255),math.random(0,255))
- end)
- pcall(function()
- ds[i].Material = Enum.Material:GetEnumItems()[math.random(1,#Enum.Material:GetEnumItems())]
- end)
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement