Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- ScreenGui0 = Instance.new("ScreenGui")
- Frame1 = Instance.new("Frame")
- TextButton2 = Instance.new("TextButton")
- LocalScript3 = Instance.new("LocalScript")
- ImageLabel4 = Instance.new("ImageLabel")
- ImageLabel5 = Instance.new("ImageLabel")
- LocalScript6 = Instance.new("LocalScript")
- TextButton7 = Instance.new("TextButton")
- LocalScript8 = Instance.new("LocalScript")
- TextButton9 = Instance.new("TextButton")
- LocalScript10 = Instance.new("LocalScript")
- TextButton11 = Instance.new("TextButton")
- LocalScript12 = Instance.new("LocalScript")
- TextButton13 = Instance.new("TextButton")
- LocalScript14 = Instance.new("LocalScript")
- TextButton15 = Instance.new("TextButton")
- LocalScript16 = Instance.new("LocalScript")
- TextButton17 = Instance.new("TextButton")
- LocalScript18 = Instance.new("LocalScript")
- ScreenGui0.Parent = mas
- ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame1.Name = "menu"
- Frame1.Parent = ScreenGui0
- Frame1.Position = UDim2.new(0.168750003, 0, 0.120833337, 0)
- Frame1.Size = UDim2.new(0, 398, 0, 171)
- Frame1.BackgroundColor = BrickColor.new("Dark Royal blue")
- Frame1.BackgroundColor3 = Color3.new(0.0509804, 0.219608, 0.580392)
- TextButton2.Name = "Drag"
- TextButton2.Parent = Frame1
- TextButton2.Position = UDim2.new(0, 0, 0, -49)
- TextButton2.Size = UDim2.new(0, 397, 0, 49)
- TextButton2.BackgroundColor = BrickColor.new("Storm blue")
- TextButton2.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
- TextButton2.BackgroundTransparency = -0.0099999997764826
- TextButton2.BorderColor = BrickColor.new("Institutional white")
- TextButton2.BorderColor3 = Color3.new(1, 1, 1)
- TextButton2.AutoButtonColor = false
- TextButton2.Font = Enum.Font.Arcade
- TextButton2.FontSize = Enum.FontSize.Size18
- TextButton2.Text = "Ultimate bear gui"
- TextButton2.TextColor = BrickColor.new("Really black")
- TextButton2.TextColor3 = Color3.new(0, 0, 0)
- TextButton2.TextSize = 18
- TextButton2.TextWrap = true
- TextButton2.TextWrapped = true
- LocalScript3.Parent = TextButton2
- table.insert(cors,sandbox(LocalScript3,function()
- wanttobemoved=script.Parent.Parent
- X=wanttobemoved.Position.X.Offset
- Y=wanttobemoved.Position.Y.Offset
- XS=wanttobemoved.Position.X.Scale
- YS=wanttobemoved.Position.Y.Scale
- function down(posX,posY)--the positions of the mouse
- drag=true--activate the drag function
- X=wanttobemoved.Position.X.Offset--redefines the value "X"
- Y=wanttobemoved.Position.Y.Offset--redefines the value "Y"
- XS=wanttobemoved.Position.X.Scale
- YS=wanttobemoved.Position.Y.Scale
- DposX=posX-X--the mouse's X position offset by the frame's X position.
- DposY=posY-Y--the mouse's Y position offset by the frame's Y position.
- print(""..DposX..","..DposY.."")--remembers the values DposX and DposY in the output toolbar.
- end
- function up()
- drag=false--deactivate the drag
- end
- function move(posX,posY)--again, the positions of the mouse
- if drag then--if held down then
- wanttobemoved.Position=UDim2.new(XS,posX - DposX,YS,posY - DposY)
- end
- end
- script.Parent.MouseButton1Down:connect(down)
- script.Parent.MouseButton1Up:connect(up)
- script.Parent.MouseLeave:connect(up)
- script.Parent.MouseMoved:connect(move)
- end))
- ImageLabel4.Parent = TextButton2
- ImageLabel4.Position = UDim2.new(0, 0, -0.0261986256, 0)
- ImageLabel4.Size = UDim2.new(0, 59, 0, 51)
- ImageLabel4.BackgroundColor = BrickColor.new("Institutional white")
- ImageLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel4.BackgroundTransparency = 1
- ImageLabel4.Image = "http://www.roblox.com/asset/?id=5600840998"
- ImageLabel5.Parent = TextButton2
- ImageLabel5.Position = UDim2.new(0.848866522, 0, -0.00579046272, 0)
- ImageLabel5.Size = UDim2.new(0, 59, 0, 51)
- ImageLabel5.BackgroundColor = BrickColor.new("Institutional white")
- ImageLabel5.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel5.BackgroundTransparency = 1
- ImageLabel5.Image = "http://www.roblox.com/asset/?id=5600840998"
- LocalScript6.Name = "PositioningScript"
- LocalScript6.Parent = Frame1
- table.insert(cors,sandbox(LocalScript6,function()
- --//Scripted by Sochi\\
- script.Parent.Position = UDim2.new(0, 100, 0, -1000)
- script.Parent:TweenPosition(UDim2.new(0, 100, 1, -400), "Out", "Quad", 2)
- script.Parent.Draggable = true
- end))
- TextButton7.Parent = Frame1
- TextButton7.Position = UDim2.new(0.176672846, 0, -5.96046448e-08, 0)
- TextButton7.Size = UDim2.new(0, 72, 0, 40)
- TextButton7.BackgroundColor = BrickColor.new("Institutional white")
- TextButton7.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton7.BackgroundTransparency = 0.85000002384186
- TextButton7.Font = Enum.Font.Arcade
- TextButton7.FontSize = Enum.FontSize.Size28
- TextButton7.Text = "Teleport to lobby"
- TextButton7.TextColor = BrickColor.new("Really black")
- TextButton7.TextColor3 = Color3.new(0, 0, 0)
- TextButton7.TextScaled = true
- TextButton7.TextSize = 28
- TextButton7.TextWrap = true
- TextButton7.TextWrapped = true
- LocalScript8.Parent = TextButton7
- table.insert(cors,sandbox(LocalScript8,function()
- function onClick()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Lobby.SpawnLocation.CFrame
- wait(1)
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end))
- TextButton9.Parent = Frame1
- TextButton9.Position = UDim2.new(0.358033061, 0, -5.96046448e-08, 0)
- TextButton9.Size = UDim2.new(0, 72, 0, 40)
- TextButton9.BackgroundColor = BrickColor.new("Institutional white")
- TextButton9.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton9.BackgroundTransparency = 0.85000002384186
- TextButton9.Font = Enum.Font.Arcade
- TextButton9.FontSize = Enum.FontSize.Size28
- TextButton9.Text = "ESP [All players]"
- TextButton9.TextColor = BrickColor.new("Really black")
- TextButton9.TextColor3 = Color3.new(0, 0, 0)
- TextButton9.TextScaled = true
- TextButton9.TextSize = 28
- TextButton9.TextWrap = true
- TextButton9.TextWrapped = true
- LocalScript10.Parent = TextButton9
- table.insert(cors,sandbox(LocalScript10,function()
- function onClick()
- print()
- wait(0.1)
- local function esp()
- for i,v in pairs(game.Players:GetChildren()) do
- if v ~= game.Players.LocalPlayer.Character.Head then
- local base = Instance.new("BillboardGui", workspace.Camera)
- local esP = Instance.new("Frame", base)
- -- Billboard
- base.AlwaysOnTop = true
- base.Enabled = true
- base.Size = UDim2.new(4.5,0,6,0)
- base.Name = "ESP"
- base.Adornee = v.Character.Head
- base.StudsOffset = Vector3.new(0, -0.6, 0)
- -- Frame
- esP.BackgroundColor3 = Color3.new(170, 255, 0)
- esP.BackgroundTransparency = 0.8
- esP.BorderColor3 = Color3.new(0,0,0)
- esP.BorderSizePixel = 1
- esP.Size = UDim2.new(1,0,1,0)
- --Names
- local name = Instance.new("TextLabel",base)
- name.Size = UDim2.new(1,0,1,0)
- name.BackgroundTransparency = 1
- name.Position = UDim2.new(0,0,0,0)
- name.Text = v.Name
- name.TextScaled = true
- name.TextColor3 = Color3.new(255,255,255)
- name.TextXAlignment = "Center"
- name.TextYAlignment = "Top"
- name.Font = "Highway"
- name.Position = UDim2.new(0,0,0,-100)
- end
- end
- print("ESP Loaded!")
- print("Created by Kid Atlaas/FileExplorer")
- end
- game.Players.LocalPlayer.CharacterAdded:connect(esp)
- esp()
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end))
- TextButton11.Parent = Frame1
- TextButton11.Position = UDim2.new(-0.0021684505, 0, -5.96046448e-08, 0)
- TextButton11.Size = UDim2.new(0, 72, 0, 40)
- TextButton11.BackgroundColor = BrickColor.new("Institutional white")
- TextButton11.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton11.BackgroundTransparency = 0.85000002384186
- TextButton11.Font = Enum.Font.Arcade
- TextButton11.FontSize = Enum.FontSize.Size28
- TextButton11.Text = "Quidz farm"
- TextButton11.TextColor = BrickColor.new("Really black")
- TextButton11.TextColor3 = Color3.new(0, 0, 0)
- TextButton11.TextScaled = true
- TextButton11.TextSize = 28
- TextButton11.TextWrap = true
- TextButton11.TextWrapped = true
- LocalScript12.Parent = TextButton11
- table.insert(cors,sandbox(LocalScript12,function()
- function onClick()
- while true do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Obby.WinPart.CFrame
- wait(00)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Obby.WinPart.CFrame
- wait(00)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Obby.WinPart.CFrame
- wait(00)
- end
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end))
- TextButton13.Parent = Frame1
- TextButton13.Position = UDim2.new(0.539393246, 0, -5.96046448e-08, 0)
- TextButton13.Size = UDim2.new(0, 72, 0, 40)
- TextButton13.BackgroundColor = BrickColor.new("Institutional white")
- TextButton13.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton13.BackgroundTransparency = 0.85000002384186
- TextButton13.Font = Enum.Font.Arcade
- TextButton13.FontSize = Enum.FontSize.Size28
- TextButton13.Text = "Noclip toggle (press e)"
- TextButton13.TextColor = BrickColor.new("Really black")
- TextButton13.TextColor3 = Color3.new(0, 0, 0)
- TextButton13.TextScaled = true
- TextButton13.TextSize = 28
- TextButton13.TextWrap = true
- TextButton13.TextWrapped = true
- LocalScript14.Parent = TextButton13
- table.insert(cors,sandbox(LocalScript14,function()
- function onClick()
- --found this on a [req]
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Created by FileExplorer')
- print('Credits to Peyton for the ChangeState part of this script')
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end))
- TextButton15.Parent = Frame1
- TextButton15.Position = UDim2.new(0.718234539, 0, 0.00584789366, 0)
- TextButton15.Size = UDim2.new(0, 72, 0, 40)
- TextButton15.BackgroundColor = BrickColor.new("Institutional white")
- TextButton15.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton15.BackgroundTransparency = 0.85000002384186
- TextButton15.Font = Enum.Font.Arcade
- TextButton15.FontSize = Enum.FontSize.Size28
- TextButton15.Text = "Become fast"
- TextButton15.TextColor = BrickColor.new("Really black")
- TextButton15.TextColor3 = Color3.new(0, 0, 0)
- TextButton15.TextScaled = true
- TextButton15.TextSize = 28
- TextButton15.TextWrap = true
- TextButton15.TextWrapped = true
- LocalScript16.Parent = TextButton15
- table.insert(cors,sandbox(LocalScript16,function()
- function onClick()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end))
- TextButton17.Parent = Frame1
- TextButton17.Position = UDim2.new(-0.000358425081, 0, 0.239766032, 0)
- TextButton17.Size = UDim2.new(0, 72, 0, 40)
- TextButton17.BackgroundColor = BrickColor.new("Institutional white")
- TextButton17.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton17.BackgroundTransparency = 0.85000002384186
- TextButton17.Font = Enum.Font.Arcade
- TextButton17.FontSize = Enum.FontSize.Size28
- TextButton17.Text = "Fly"
- TextButton17.TextColor = BrickColor.new("Really black")
- TextButton17.TextColor3 = Color3.new(0, 0, 0)
- TextButton17.TextScaled = true
- TextButton17.TextSize = 28
- TextButton17.TextWrap = true
- TextButton17.TextWrapped = true
- LocalScript18.Parent = TextButton17
- table.insert(cors,sandbox(LocalScript18,function()
- function onClick()
- --By lindsay on v3rmillion
- _G.FLYING = false
- local LP = game:service('Players').LocalPlayer
- local T = LP.Character.UpperTorso
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = 5
- local MOUSE = LP:GetMouse()
- local function FLY()
- _G.FLYING = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- LP.Character.Humanoid.PlatformStand = true
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- BV.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- BV.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = game.Workspace.CurrentCamera.CoordinateFrame
- until not _G.FLYING
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- LP.Character.Humanoid.PlatformStand = false
- end)
- end
- MOUSE.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 1
- elseif KEY:lower() == 's' then
- CONTROL.B = -1
- elseif KEY:lower() == 'a' then
- CONTROL.L = -1
- elseif KEY:lower() == 'd' then
- CONTROL.R = 1
- end
- end)
- MOUSE.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- FLY()
- end
- script.Parent.MouseButton1Up:connect(onClick)
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement