Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait()
- local Owner = game:GetService("Players").LocalPlayer
- local Character = nil
- local Orb = nil
- local Settings = {
- ["Trail"] = true,
- ["TrailColor"] = BrickColor.new(8),
- }
- if script.ClassName == "LocalScript" then
- if game.PlaceId == 178350907 then
- script.Parent = nil
- else
- local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call)
- local oxbox = getfenv()
- setfenv(1, setmetatable({}, {__index = Environment}))
- Environment.coroutine.yield()
- oxbox.script:Destroy()
- end
- else
- game.Players.PlayerAdded:connect(function(plr)
- if plr.Name:lower() == "YOURNAME" then
- Owner = plr
- end
- end)
- script:Destroy()
- end
- local TrailParts = {}
- Spawnorb = function()
- if Orb ~= nil then
- pcall(function()
- Orb:ClearAllChildren()
- end)
- pcall(function()
- Orb:Destroy()
- end)
- end
- Orb = Instance.new('Part', workspace)
- Orb.BrickColor = BrickColor.White()
- Orb.Transparency = 1
- Orb.Anchored = false
- Orb.CanCollide = true
- Orb.Locked = true
- Orb.FormFactor = "Custom"
- Orb.Shape = "Block"
- Orb.Size = Vector3.new(1,1,1)
- Orb.TopSurface = "Smooth"
- Orb.BottomSurface = "Smooth"
- Orb.Changed:connect(function()
- if not workspace:FindFirstChild(Orb.Name) then
- Spawnorb()
- end
- end)
- while true do wait(6)
- local m = Instance.new('Model',workspace)
- m.Name = "HAXED LFSFKSKFOKPSEFKOKSEPFKO " ..math.random(1,9999999)
- local hum = Instance.new("Humanoid",m)
- hum.Health = 0
- hum.MaxHealth = 0
- local p = Instance.new('Part',m)
- p.FormFactor = "Custom"
- p.TopSurface="Smooth"
- p.BottomSurface = "Smooth"
- p.Name = "Head"
- p.Size = Vector3.new(5,5,5)
- p.CFrame = CFrame.new(math.random(1,300),1000,math.random(1,300))
- p.BrickColor = BrickColor.random()
- local s = Instance.new("Sound", p)
- s.SoundId = "http://www.roblox.com/Asset/?Id=308632199"
- s.Volume = 10
- s.Pitch = 1
- s:Play()
- local clrc = Instance.new("ColorCorrectionEffect",game.Lighting)
- clrc.Saturation = math.random(-111,300)
- clrc.TintColor = Color3.new(math.random(),math.random(),math.random())
- clrc.Enabled=true
- for i,v in pairs(game.Players:GetChildren())do
- if v.Name == game.Players.LocalPlayer.Name then
- else
- local x = Instance.new("BodyPosition",p)
- game:GetService('RunService').Stepped:connect(function()
- x.Position = Vector3.new(math.random(-100,50),5,math.random(-100,100))
- x.P = 5000000
- x.maxForce = Vector3.new(500000,500000,500000)
- end)
- end
- end
- end
- end
- Spawnorb()
- function clerp(p1,p2,percent)
- local p1x,p1y,p1z,p1R00,p1R01,p1R02,p1R10,p1R11,p1R12,p1R20,p1R21,p1R22=p1:components()
- local p2x,p2y,p2z,p2R00,p2R01,p2R02,p2R10,p2R11,p2R12,p2R20,p2R21,p2R22=p2:components()
- return CFrame.new(p1x+percent*(p2x-p1x),p1y+percent*(p2y-p1y),p1z+percent*(p2z-p1z),p1R00+percent*(p2R00-p1R00),p1R01+percent*(p2R01-p1R01),p1R02+percent*(p2R02-p1R02),p1R10+percent*(p2R10-p1R10),p1R11+percent*(p2R11-p1R11),p1R12+percent*(p2R12-p1R12),p1R20+percent*(p2R20-p1R20),p1R21+percent*(p2R21-p1R21),p1R22+percent*(p2R22-p1R22))
- end
- game:GetService("RunService").RenderStepped:connect(function()
- if Orb ~= nil then
- Orb.Name = "Orb_"..math.random(1,99999)
- end
- end)
Add Comment
Please, Sign In to add comment