Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- --note if script patched unlike brookhaven
- local lp = game:FindService("Players").LocalPlayer
- local function gplr(String)
- local Found = {}
- local strl = String:lower()
- if strl == "all" then
- for i,v in pairs(game:FindService("Players"):GetPlayers()) do
- table.insert(Found,v)
- end
- elseif strl == "others" then
- for i,v in pairs(game:FindService("Players"):GetPlayers()) do
- if v.Name ~= lp.Name then
- table.insert(Found,v)
- end
- end
- elseif strl == "me" then
- for i,v in pairs(game:FindService("Players"):GetPlayers()) do
- if v.Name == lp.Name then
- table.insert(Found,v)
- end
- end
- else
- for i,v in pairs(game:FindService("Players"):GetPlayers()) do
- if v.Name:lower():sub(1, #String) == String:lower() then
- table.insert(Found,v)
- end
- end
- end
- return Found
- end
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Giant = Instance.new("TextButton")
- local tp = Instance.new("TextButton")
- local tptarget = Instance.new("TextBox")
- local Holdalltools = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local flingtarget = Instance.new("TextBox")
- local fling = Instance.new("TextButton")
- local Rejoin = Instance.new("TextButton")
- local bringtarget = Instance.new("TextBox")
- local Bring = Instance.new("TextButton")
- local Bringall = Instance.new("TextButton")
- local Rainbowcharacter = Instance.new("TextButton")
- local Credit = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local Frame1 = Instance.new("Frame")
- local cre = Instance.new("TextLabel")
- local LikeAndSubscribe = Instance.new("TextLabel")
- local nlpoxcv = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame1.Name = "Frame1"
- Frame1.Parent = ScreenGui
- Frame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame1.Position = UDim2.new(0.22708334, 0, 0.162499949, 0)
- Frame1.Size = UDim2.new(0, 249, 0, 201)
- Frame1.Visible = false
- cre.Name = "cre"
- cre.Parent = Frame1
- cre.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- cre.Position = UDim2.new(0, 0, -0.0048040892, 0)
- cre.Size = UDim2.new(0, 254, 0, 40)
- cre.Font = Enum.Font.SourceSans
- cre.Text = "Script made by WarriorRoberr"
- cre.TextColor3 = Color3.fromRGB(0, 0, 0)
- cre.TextScaled = true
- cre.TextSize = 14.000
- cre.TextWrapped = true
- LikeAndSubscribe.Name = "Like And Subscribe"
- LikeAndSubscribe.Parent = Frame1
- LikeAndSubscribe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- LikeAndSubscribe.Position = UDim2.new(0, 0, 0.194200888, 0)
- LikeAndSubscribe.Size = UDim2.new(0, 254, 0, 40)
- LikeAndSubscribe.Font = Enum.Font.SourceSans
- LikeAndSubscribe.Text = "Like And Subscribe"
- LikeAndSubscribe.TextColor3 = Color3.fromRGB(0, 0, 0)
- LikeAndSubscribe.TextScaled = true
- LikeAndSubscribe.TextSize = 14.000
- LikeAndSubscribe.TextWrapped = true
- nlpoxcv.Name = "nlpoxcv"
- nlpoxcv.Parent = Frame1
- nlpoxcv.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- nlpoxcv.Position = UDim2.new(0, 0, 0.398180991, 0)
- nlpoxcv.Size = UDim2.new(0, 254, 0, 40)
- nlpoxcv.Font = Enum.Font.SourceSans
- nlpoxcv.Text = "Like And Subscribe"
- nlpoxcv.TextColor3 = Color3.fromRGB(0, 0, 0)
- nlpoxcv.TextScaled = true
- nlpoxcv.TextSize = 14.000
- nlpoxcv.TextWrapped = true
- TextButton.Parent = Frame1
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.Position = UDim2.new(1.02008033, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 46, 0, 44)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:Connect(function()
- Frame1.Visible = false
- end)
- Credit.Name = "Credit"
- Credit.Parent = Frame
- Credit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Credit.Position = UDim2.new(0.0541666746, 0, 0.404138803, 0)
- Credit.Size = UDim2.new(0, 195, 0, 44)
- Credit.Font = Enum.Font.SourceSans
- Credit.Text = "Credit"
- Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
- Credit.TextScaled = true
- Credit.TextSize = 14.000
- Credit.TextWrapped = true
- Credit.MouseButton1Down:Connect(function()
- Frame1.Visible = true
- end)
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.143750012, 0, 0.0282131676, 0)
- Frame.Size = UDim2.new(0, 322, 0, 301)
- Frame.Visible = false
- Frame.Draggable = true
- Giant.Name = "Giant"
- Giant.Parent = Frame
- Giant.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Giant.Position = UDim2.new(0.0541666634, 0, 0.218092218, 0)
- Giant.Size = UDim2.new(0, 100, 0, 44)
- Giant.Font = Enum.Font.SourceSans
- Giant.Text = "Giant"
- Giant.TextColor3 = Color3.fromRGB(0, 0, 0)
- Giant.TextScaled = true
- Giant.TextSize = 14.000
- Giant.TextWrapped = true
- Giant.MouseButton1Down:Connect(function()
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Character = LocalPlayer.Character
- local Humanoid = Character:FindFirstChildOfClass("Humanoid")
- function rm()
- for i,v in pairs(Character:GetDescendants()) do
- if v:IsA("BasePart") then
- if v.Name == "Handle" or v.Name == "Head" then
- if Character.Head:FindFirstChild("OriginalSize") then
- Character.Head.OriginalSize:Destroy()
- end
- else
- for i,cav in pairs(v:GetDescendants()) do
- if cav:IsA("Attachment") then
- if cav:FindFirstChild("OriginalPosition") then
- cav.OriginalPosition:Destroy()
- end
- end
- end
- v:FindFirstChild("OriginalSize"):Destroy()
- if v:FindFirstChild("AvatarPartScaleType") then
- v:FindFirstChild("AvatarPartScaleType"):Destroy()
- end
- end
- end
- end
- end
- rm()
- wait(0.5)
- Humanoid:FindFirstChild("BodyProportionScale"):Destroy()
- wait(1)
- rm()
- wait(0.5)
- Humanoid:FindFirstChild("BodyHeightScale"):Destroy()
- wait(1)
- rm()
- wait(0.5)
- Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
- wait(1)
- rm()
- wait(0.5)
- Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
- wait(1)
- rm()
- wait(0.5)
- Humanoid:FindFirstChild("HeadScale"):Destroy()
- wait(1)
- end)
- tptarget.Name = "tptarget"
- tptarget.Parent = Frame
- tptarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- tptarget.Position = UDim2.new(0.705168724, 0, 0.0730897039, 0)
- tptarget.Size = UDim2.new(0, 80, 0, 50)
- tptarget.Font = Enum.Font.SourceSans
- tptarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- tptarget.PlaceholderText = "Player name"
- tptarget.Text = ""
- tptarget.TextColor3 = Color3.fromRGB(0, 0, 0)
- tptarget.TextSize = 14.000
- tp.Name = "tp"
- tp.Parent = Frame
- tp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- tp.Position = UDim2.new(0.705168724, 0, 0.238025799, 0)
- tp.Size = UDim2.new(0, 80, 0, 34)
- tp.Font = Enum.Font.SourceSans
- tp.Text = "goto player"
- tp.TextColor3 = Color3.fromRGB(0, 0, 0)
- tp.TextScaled = true
- tp.TextSize = 14.000
- tp.TextWrapped = true
- tp.MouseButton1Down:Connect(function()
- local Target = gplr(tptarget.Text)
- if Target[1] then
- Target = Target[1]
- lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
- end
- end)
- Holdalltools.Name = "Hold all tools"
- Holdalltools.Parent = Frame
- Holdalltools.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Holdalltools.Position = UDim2.new(0.0541666634, 0, 0.0486570336, 0)
- Holdalltools.Size = UDim2.new(0, 100, 0, 44)
- Holdalltools.Font = Enum.Font.SourceSans
- Holdalltools.Text = "HoldTools"
- Holdalltools.TextColor3 = Color3.fromRGB(0, 0, 0)
- Holdalltools.TextScaled = true
- Holdalltools.TextSize = 14.000
- Holdalltools.TextWrapped = true
- Holdalltools.MouseButton1Down:Connect(function()
- for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if tools:IsA("Tool") then
- tools.Parent = game.Players.LocalPlayer.Character
- end
- end
- end)
- X.Name = "X"
- X.Parent = Frame
- X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- X.Position = UDim2.new(0.998266101, 0, -0.00117685646, 0)
- X.Size = UDim2.new(0, 45, 0, 44)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.fromRGB(0, 0, 0)
- X.TextScaled = true
- X.TextSize = 14.000
- X.TextWrapped = true
- X.MouseButton1Down:Connect(function()
- Frame.Visible = false
- end)
- flingtarget.Name = "flingtarget"
- flingtarget.Parent = Frame
- flingtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- flingtarget.Position = UDim2.new(0.705168724, 0, 0.3887043, 0)
- flingtarget.Size = UDim2.new(0, 80, 0, 50)
- flingtarget.Font = Enum.Font.SourceSans
- flingtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- flingtarget.PlaceholderText = "Player name"
- flingtarget.Text = ""
- flingtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
- flingtarget.TextSize = 14.000
- fling.Name = "fling"
- fling.Parent = Frame
- fling.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- fling.Position = UDim2.new(0.705168724, 0, 0.553640425, 0)
- fling.Size = UDim2.new(0, 80, 0, 34)
- fling.Font = Enum.Font.SourceSans
- fling.Text = "fling"
- fling.TextColor3 = Color3.fromRGB(0, 0, 0)
- fling.TextScaled = true
- fling.TextSize = 14.000
- fling.TextWrapped = true
- fling.MouseButton1Down:Connect(function()
- local Target = gplr(flingtarget.Text)
- if Target[1] then
- Target = Target[1]
- local Thrust = Instance.new('BodyThrust', lp.Character.HumanoidRootPart)
- Thrust.Force = Vector3.new(9999,9999,9999)
- Thrust.Name = "flingForce"
- repeat
- lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
- Thrust.Location = Target.Character.HumanoidRootPart.Position
- game:FindService("RunService").Heartbeat:wait()
- until not Target.Character:FindFirstChild("Head")
- end
- end)
- Rejoin.Name = "Rejoin"
- Rejoin.Parent = Frame
- Rejoin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Rejoin.Position = UDim2.new(0.392676026, 0, 0.214770019, 0)
- Rejoin.Size = UDim2.new(0, 85, 0, 44)
- Rejoin.Font = Enum.Font.SourceSans
- Rejoin.Text = "Rejoin"
- Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)
- Rejoin.TextScaled = true
- Rejoin.TextSize = 14.000
- Rejoin.TextWrapped = true
- Rejoin.MouseButton1Down:Connect(function()
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end)
- bringtarget.Name = "bringtarget"
- bringtarget.Parent = Frame
- bringtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- bringtarget.Position = UDim2.new(0.705168724, 0, 0.700996637, 0)
- bringtarget.Size = UDim2.new(0, 80, 0, 50)
- bringtarget.Font = Enum.Font.SourceSans
- bringtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- bringtarget.PlaceholderText = "Player name"
- bringtarget.Text = ""
- bringtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
- bringtarget.TextSize = 14.000
- Bring.Name = "Bring"
- Bring.Parent = Frame
- Bring.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Bring.Position = UDim2.new(0.705168724, 0, 0.865932822, 0)
- Bring.Size = UDim2.new(0, 80, 0, 34)
- Bring.Font = Enum.Font.SourceSans
- Bring.Text = "Bring"
- Bring.TextColor3 = Color3.fromRGB(0, 0, 0)
- Bring.TextScaled = true
- Bring.TextSize = 14.000
- Bring.TextWrapped = true
- Bring.MouseButton1Down:Connect(function()
- local Target = gplr(bringtarget.Text)
- if Target[1] then
- Target = Target[1]
- Target.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame
- lp.Character.Humanoid:Clone().Parent = lp.Character
- lp.Character.Humanoid:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
- end
- wait(0.1)
- for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if tools:IsA("Tool") then
- tools.Parent = game.Players.LocalPlayer.Character
- end
- end
- end)
- Bringall.Name = "Bring all"
- Bringall.Parent = Frame
- Bringall.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Bringall.Position = UDim2.new(0.392676026, 0, 0.0486570336, 0)
- Bringall.Size = UDim2.new(0, 85, 0, 44)
- Bringall.Font = Enum.Font.SourceSans
- Bringall.Text = "Bring all"
- Bringall.TextColor3 = Color3.fromRGB(0, 0, 0)
- Bringall.TextScaled = true
- Bringall.TextSize = 14.000
- Bringall.TextWrapped = true
- Bringall.MouseButton1Down:Connect(function()
- for i,Playys in pairs(game.Players:GetPlayers()) do
- Playys.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame
- lp.Character.Humanoid:Clone().Parent = lp.Character
- lp.Character.Humanoid:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
- end
- wait(0.1)
- for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if tools:IsA("Tool") then
- tools.Parent = game.Players.LocalPlayer.Character
- end
- end
- end)
- Rainbowcharacter.Name = "Rainbow character"
- Rainbowcharacter.Parent = Frame
- Rainbowcharacter.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Rainbowcharacter.Position = UDim2.new(0.0541666746, 0, 0.583540797, 0)
- Rainbowcharacter.Size = UDim2.new(0, 195, 0, 44)
- Rainbowcharacter.Font = Enum.Font.SourceSans
- Rainbowcharacter.Text = "Rainbow character"
- Rainbowcharacter.TextColor3 = Color3.fromRGB(0, 0, 0)
- Rainbowcharacter.TextScaled = true
- Rainbowcharacter.TextSize = 14.000
- Rainbowcharacter.TextWrapped = true
- Rainbowcharacter.MouseButton1Down:Connect(function()
- game:GetService('RunService').RenderStepped:connect(function()
- local args = {
- [1] = "skintone",
- [2] = "Pink"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "New Yeller"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "Deep orange"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "Really red"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "Lime green"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "Toothpaste"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "Really blue"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- local args = {
- [1] = "skintone",
- [2] = "Magenta"
- }
- game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
- wait(1)
- end)
- end)
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Open.Position = UDim2.new(0, 0, 0.420062691, 0)
- Open.Size = UDim2.new(0, 61, 0, 50)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:Connect(function()
- Frame.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement