Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects To Lua Make By HairBaconGamming --
- local Module_Scripts = {}
- local Chocolate_Milk = Instance.new("Tool")
- local Handle = Instance.new("Part")
- local Mesh = Instance.new("SpecialMesh")
- local DrinkSound = Instance.new("Sound")
- local RightGripAttachment = Instance.new("Attachment")
- local OpenSound = Instance.new("Sound")
- local BloxyColaScript = Instance.new("Script")
- -- Properties --
- Chocolate_Milk.Grip = CFrame.new(0.25, -0.200000003, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Chocolate_Milk.GripForward = Vector3.new(-1, 0, -0)
- Chocolate_Milk.GripPos = Vector3.new(0.25, -0.20000000298023224, 0)
- Chocolate_Milk.GripRight = Vector3.new(0, 0, -1)
- Chocolate_Milk.Name = [[Chocolate Milk]]
- Chocolate_Milk.Parent = owner.Backpack
- Chocolate_Milk.TextureId = [[http://www.roblox.com/asset/?id=21384819]]
- Handle.BottomSurface = Enum.SurfaceType.Smooth
- Handle.BrickColor = BrickColor.new([[Mid gray]])
- Handle.CFrame = CFrame.new(25.562252, 1.0898546, -11.5000267, -0.999999523, -9.04471017e-06, 2.48451997e-05, -8.99407678e-06, 1, -1.47936089e-05, -2.47880726e-05, -1.48334029e-05, -1.00000012)
- Handle.Color = Color3.new(0.803922, 0.803922, 0.803922)
- Handle.Locked = true
- Handle.Name = [[Handle]]
- Handle.Orientation = Vector3.new(0, 180, 0)
- Handle.Parent = Chocolate_Milk
- Handle.Position = Vector3.new(25.562252044677734, 1.0898545980453491, -11.50002670288086)
- Handle.Rotation = Vector3.new(180, 0, 180)
- Handle.Size = Vector3.new(1, 1.2000000476837158, 1)
- Handle.TopSurface = Enum.SurfaceType.Smooth
- Mesh.MeshId = [[http://www.roblox.com/asset/?id=21382712]]
- Mesh.MeshType = Enum.MeshType.FileMesh
- Mesh.Parent = Handle
- Mesh.Scale = Vector3.new(1.2000000476837158, 1.2000000476837158, 1.2000000476837158)
- Mesh.TextureId = [[http://www.roblox.com/asset/?id=21382687]]
- DrinkSound.Name = [[DrinkSound]]
- DrinkSound.Parent = Handle
- DrinkSound.SoundId = [[http://www.roblox.com/asset/?id=21391849]]
- RightGripAttachment.CFrame = CFrame.new(0.5, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- RightGripAttachment.Name = [[RightGripAttachment]]
- RightGripAttachment.Parent = Handle
- RightGripAttachment.Position = Vector3.new(0.5, 0, 0)
- OpenSound.Name = [[OpenSound]]
- OpenSound.Parent = Handle
- OpenSound.SoundId = [[http://www.roblox.com/asset/?id=21391806]]
- function BloxyColaScript_ScriptfakeXD()
- local script = Instance.new("Script",Chocolate_Milk)
- BloxyColaScript = script
- script.Name = [[BloxyColaScript]]
- local require_fake = require
- local require = function(Object)
- local functiom = Module_Scripts[Object]
- if functiom then
- return functiom()
- end
- return require_fake(Object)
- end
- local Tool = script.Parent;
- enabled = true
- function onActivated()
- if not enabled then
- return
- end
- enabled = false
- Tool.GripForward = Vector3.new(-1, 0, -0)
- Tool.GripPos = Vector3.new(-.2, -0, -1.5)
- Tool.GripRight = Vector3.new(0, 0, -1)
- Tool.GripUp = Vector3.new(0, 1, 0)
- Tool.Handle.DrinkSound:Play()
- wait(1.3)
- local h = Tool.Parent:FindFirstChild("Humanoid")
- if (h ~= nil) then
- if (h.MaxHealth > h.Health + 5) then
- h.Health = h.Health + 5
- else
- h.Health = h.MaxHealth
- end
- end
- Tool.GripForward = Vector3.new(-1, 0, -0)
- Tool.GripPos = Vector3.new(0.25, 0, 0)
- Tool.GripRight = Vector3.new(0, 0, -1)
- Tool.GripUp = Vector3.new(0,1,0)
- enabled = true
- end
- function onEquipped()
- Tool.Handle.OpenSound:play()
- end
- script.Parent.Activated:connect(onActivated)
- script.Parent.Equipped:connect(onEquipped)
- end
- coroutine.wrap(BloxyColaScript_ScriptfakeXD)()
- -- End --
- -- Thank for using --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement