Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lp=game.Players.LocalPlayer;
- local xMouse=lp:GetMouse()
- local x1=false
- local xTB=true
- local xPWB=false
- local x001=0.8
- local xSH=10
- local x2=5
- local x3=5
- local xCC=true
- local xF=Instance.new("Folder");
- xF.Name="PlatStorage"
- xF.Parent=game.Workspace
- local xPS=game.Workspace:WaitForChild("PlatStorage")
- local gTVyurUTYIVdnYvnYTUCj = Instance.new("ScreenGui")
- local WE = Instance.new("ImageLabel")
- local XZBox = Instance.new("TextBox")
- local YBox = Instance.new("TextBox")
- local YDown = Instance.new("TextButton")
- local YUp = Instance.new("TextButton")
- local XZDown = Instance.new("TextButton")
- local XZUp = Instance.new("TextButton")
- local XZSet = Instance.new("TextButton")
- local XZDefault = Instance.new("TextButton")
- local YSet = Instance.new("TextButton")
- local YDefault = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local YLabel = Instance.new("TextLabel")
- local XZLabel = Instance.new("TextLabel")
- local GoCordsLabel = Instance.new("TextLabel")
- local GoCords = Instance.new("TextBox")
- local GoCordsGo = Instance.new("TextButton")
- gTVyurUTYIVdnYvnYTUCj.Name = "gTVyurUTYIVdnYvnYTUCj"
- gTVyurUTYIVdnYvnYTUCj.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- gTVyurUTYIVdnYvnYTUCj.ResetOnSpawn = false
- WE.Name = "WE"
- WE.Parent = gTVyurUTYIVdnYvnYTUCj
- WE.Active = true
- WE.AnchorPoint = Vector2.new(0.5, 0.5)
- WE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- WE.BorderColor3 = Color3.fromRGB(255, 255, 255)
- WE.Position = UDim2.new(0.487688124, -125, 0.319383264, 0)
- WE.Selectable = true
- WE.Draggable = true
- WE.Size = UDim2.new(0, 200, 0, 125)
- WE.ImageColor3 = Color3.fromRGB(0, 0, 0)
- WE.ScaleType = Enum.ScaleType.Slice
- WE.SliceCenter = Rect.new(100, 100, 100, 100)
- WE.Visible = false
- XZBox.Name = "XZBox"
- XZBox.Parent = WE
- XZBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- XZBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
- XZBox.Position = UDim2.new(0.625, 0, 0.329333335, 0)
- XZBox.Size = UDim2.new(0, 40, 0, 20)
- XZBox.Font = Enum.Font.SourceSans
- XZBox.PlaceholderText = "X & Z"
- XZBox.Text = ""
- XZBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- XZBox.TextSize = 14.000
- YBox.Name = "YBox"
- YBox.Parent = WE
- YBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- YBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
- YBox.Position = UDim2.new(0.174999952, 0, 0.329333305, 0)
- YBox.Size = UDim2.new(0, 40, 0, 20)
- YBox.Font = Enum.Font.SourceSans
- YBox.PlaceholderText = "Y"
- YBox.Text = ""
- YBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- YBox.TextSize = 14.000
- YDown.Name = "YDown"
- YDown.Parent = WE
- YDown.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- YDown.BorderColor3 = Color3.fromRGB(255, 255, 255)
- YDown.Position = UDim2.new(0.0749999881, 0, 0.329333305, 0)
- YDown.Size = UDim2.new(0, 20, 0, 20)
- YDown.Font = Enum.Font.SourceSans
- YDown.Text = "-"
- YDown.TextColor3 = Color3.fromRGB(255, 255, 255)
- YDown.TextSize = 14.000
- YDown.MouseButton1Down:Connect(function()
- if x3>=10 then
- x3=x3-5
- YBox.Text=tostring(x3)
- end
- if x3==5 then
- YBox.Text="MIN!"
- wait(1.25)
- YBox.Text=tostring(x3)
- end
- end)
- YUp.Name = "YUp"
- YUp.Parent = WE
- YUp.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- YUp.BorderColor3 = Color3.fromRGB(255, 255, 255)
- YUp.Position = UDim2.new(0.375, 0, 0.329333335, 0)
- YUp.Size = UDim2.new(0, 20, 0, 20)
- YUp.Font = Enum.Font.SourceSans
- YUp.Text = "+"
- YUp.TextColor3 = Color3.fromRGB(255, 255, 255)
- YUp.TextSize = 14.000
- YUp.MouseButton1Down:Connect(function()
- if x3<=95 then
- x3=x3+5
- YBox.Text=tostring(x3)
- end
- if x3==100 then
- YBox.Text="MAX!"
- wait(1.25)
- YBox.Text=tostring(x3)
- end
- end)
- XZDown.Name = "XZDown"
- XZDown.Parent = WE
- XZDown.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- XZDown.BorderColor3 = Color3.fromRGB(255, 255, 255)
- XZDown.Position = UDim2.new(0.524999976, 0, 0.329333305, 0)
- XZDown.Size = UDim2.new(0, 20, 0, 20)
- XZDown.Font = Enum.Font.SourceSans
- XZDown.Text = "-"
- XZDown.TextColor3 = Color3.fromRGB(255, 255, 255)
- XZDown.TextSize = 14.000
- XZDown.MouseButton1Down:Connect(function()
- if x2>=10 then
- x2=x2-5
- XZBox.Text=tostring(x2)
- end
- if x2==5 then
- XZBox.Text="MIN!"
- wait(1.25)
- XZBox.Text=tostring(x2)
- end
- end)
- XZUp.Name = "XZUp"
- XZUp.Parent = WE
- XZUp.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- XZUp.BorderColor3 = Color3.fromRGB(255, 255, 255)
- XZUp.Position = UDim2.new(0.824999988, 0, 0.330000013, 0)
- XZUp.Size = UDim2.new(0, 20, 0, 20)
- XZUp.Font = Enum.Font.SourceSans
- XZUp.Text = "+"
- XZUp.TextColor3 = Color3.fromRGB(255, 255, 255)
- XZUp.TextSize = 14.000
- XZUp.MouseButton1Down:Connect(function()
- if x2<=95 then
- x2=x2+5
- XZBox.Text=tostring(x2)
- end
- if x2==100 then
- XZBox.Text="MAX!"
- wait(1.25)
- XZBox.Text=tostring(x2)
- end
- end)
- XZSet.Name = "XZSet"
- XZSet.Parent = WE
- XZSet.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- XZSet.BorderColor3 = Color3.fromRGB(255, 255, 255)
- XZSet.Position = UDim2.new(0.525000036, 0, 0.494666636, 0)
- XZSet.Size = UDim2.new(0, 40, 0, 20)
- XZSet.Font = Enum.Font.SourceSans
- XZSet.Text = "Set"
- XZSet.TextColor3 = Color3.fromRGB(255, 255, 255)
- XZSet.TextSize = 14.000
- XZSet.MouseButton1Down:Connect(function()
- local XZ_=tonumber(XZBox.Text)
- if XZ_>=5 then
- if XZ_<=100 then
- x2=XZ_
- XZBox.Text=tostring(x2)
- else
- XZBox.Text="INV."
- wait(1)
- XZBox.Text=tostring(x2)
- end
- else
- XZBox.Text="INV."
- wait(1)
- XZBox.Text=tostring(x2)
- end
- end)
- XZDefault.Name = "XZDefault"
- XZDefault.Parent = WE
- XZDefault.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- XZDefault.BorderColor3 = Color3.fromRGB(255, 255, 255)
- XZDefault.Position = UDim2.new(0.724999964, 0, 0.494666636, 0)
- XZDefault.Size = UDim2.new(0, 40, 0, 20)
- XZDefault.Font = Enum.Font.SourceSans
- XZDefault.Text = "Default"
- XZDefault.TextColor3 = Color3.fromRGB(255, 255, 255)
- XZDefault.TextSize = 12.000
- XZDefault.MouseButton1Down:Connect(function()
- XZBox.Text="5"
- x2=5
- end)
- YSet.Name = "YSet"
- YSet.Parent = WE
- YSet.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- YSet.BorderColor3 = Color3.fromRGB(255, 255, 255)
- YSet.Position = UDim2.new(0.0749999881, 0, 0.494666606, 0)
- YSet.Size = UDim2.new(0, 40, 0, 20)
- YSet.Font = Enum.Font.SourceSans
- YSet.Text = "Set"
- YSet.TextColor3 = Color3.fromRGB(255, 255, 255)
- YSet.TextSize = 14.000
- YSet.MouseButton1Down:Connect(function()
- local Y_=tonumber(YBox.Text)
- if Y_>=5 then
- if Y_<=100 then
- x3=Y_
- YBox.Text=tostring(x3)
- else
- YBox.Text="INV."
- wait(1)
- YBox.Text=tostring(x3)
- end
- else
- YBox.Text="INV."
- wait(1)
- YBox.Text=tostring(x3)
- end
- end)
- YDefault.Name = "YDefault"
- YDefault.Parent = WE
- YDefault.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- YDefault.BorderColor3 = Color3.fromRGB(255, 255, 255)
- YDefault.Position = UDim2.new(0.274999976, 0, 0.494666636, 0)
- YDefault.Size = UDim2.new(0, 40, 0, 20)
- YDefault.Font = Enum.Font.SourceSans
- YDefault.Text = "Default"
- YDefault.TextColor3 = Color3.fromRGB(255, 255, 255)
- YDefault.TextSize = 12.000
- YDefault.MouseButton1Down:Connect(function()
- YBox.Text="5"
- x3=5
- end)
- Title.Name = "Title"
- Title.Parent = WE
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Size = UDim2.new(0, 200, 0, 25)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "WorldExplorer [beta]"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextSize = 15.000
- YLabel.Name = "YLabel"
- YLabel.Parent = WE
- YLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- YLabel.BackgroundTransparency = 1.000
- YLabel.Position = UDim2.new(0.075000003, 0, 0.195999995, 0)
- YLabel.Size = UDim2.new(0, 78, 0, 20)
- YLabel.Font = Enum.Font.SourceSans
- YLabel.Text = "Y Stud Variable:"
- YLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- YLabel.TextSize = 12.000
- YLabel.TextWrapped = true
- XZLabel.Name = "XZLabel"
- XZLabel.Parent = WE
- XZLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- XZLabel.BackgroundTransparency = 1.000
- XZLabel.Position = UDim2.new(0.524999976, 0, 0.195999995, 0)
- XZLabel.Size = UDim2.new(0, 80, 0, 20)
- XZLabel.Font = Enum.Font.SourceSans
- XZLabel.Text = "X, Z Stud Variable:"
- XZLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- XZLabel.TextSize = 12.000
- XZLabel.TextWrapped = true
- GoCordsLabel.Name = "GoCordsLabel"
- GoCordsLabel.Parent = WE
- GoCordsLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GoCordsLabel.BackgroundTransparency = 1.000
- GoCordsLabel.Position = UDim2.new(0.075000003, 0, 0.65200001, 0)
- GoCordsLabel.Size = UDim2.new(0, 170, 0, 15)
- GoCordsLabel.Font = Enum.Font.SourceSans
- GoCordsLabel.Text = "Go Straight to Cordinates:"
- GoCordsLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- GoCordsLabel.TextSize = 12.000
- GoCordsLabel.TextWrapped = true
- GoCords.Name = "GoCords"
- GoCords.Parent = WE
- GoCords.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- GoCords.BorderColor3 = Color3.fromRGB(255, 255, 255)
- GoCords.Position = UDim2.new(0.074999921, 0, 0.769333243, 0)
- GoCords.Size = UDim2.new(0, 130, 0, 20)
- GoCords.Font = Enum.Font.SourceSans
- GoCords.PlaceholderText = "X, Y, Z (0,0,0)"
- GoCords.Text = ""
- GoCords.TextColor3 = Color3.fromRGB(255, 255, 255)
- GoCords.TextSize = 14.000
- GoCordsGo.Name = "GoCordsGo"
- GoCordsGo.Parent = WE
- GoCordsGo.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- GoCordsGo.BorderColor3 = Color3.fromRGB(255, 255, 255)
- GoCordsGo.Position = UDim2.new(0.725000024, 0, 0.772000015, 0)
- GoCordsGo.Size = UDim2.new(0, 40, 0, 20)
- GoCordsGo.Font = Enum.Font.SourceSans
- GoCordsGo.Text = "Go"
- GoCordsGo.TextColor3 = Color3.fromRGB(255, 255, 255)
- GoCordsGo.TextSize = 14.000
- GoCordsGo.MouseButton1Down:Connect(function()
- lp.Character:WaitForChild("HumanoidRootPart").CFrame=CFrame.new(tonumber(GoCords.Text))
- end)
- lp.Chatted:Connect(function(cmd)
- local xcmd=string.lower(cmd);
- local xpre=string.sub(cmd,1,1);
- if xpre~=";"then end
- --if string.sub(xcmd,1,4)==";tp "then local xPPName=string.sub(cmd,5,8) xTP(xPPName) end
- if string.sub(xcmd,1,7)==";btools"then xbtools() end
- if string.sub(xcmd,1,7)==";rejoin"then game:GetService("TeleportService"):Teleport(game.PlaceId, playur)end
- if string.sub(xcmd,1,6)==";count"then xPC() end
- if string.sub(xcmd,1,6)==";reset"then lp.Character:WaitForChild("Humanoid").Health=0 end
- end)
- game:GetService("UserInputService").InputBegan:connect(function(inputObject, gameProcessedEvent)
- if inputObject.KeyCode==Enum.KeyCode.G then warn('Deleteing all platforms...') DP() end
- if inputObject.KeyCode==Enum.KeyCode.V then Plat() end
- --if inputObject.KeyCode==Enum.KeyCode.H then if xPWB==true then xPWB=false xPW(xPWB) elseif xPWB==false then xPWB=true xPW(xPWB)end end
- if inputObject.KeyCode==Enum.KeyCode.B then if x1==true then x1=false lp.Character:WaitForChild("HumanoidRootPart").Anchored=false elseif x1==false then x1=true lp.Character:WaitForChild("HumanoidRootPart").Anchored=true end end
- if inputObject.KeyCode==Enum.KeyCode.T then if xTB==true then xTB=false x001=0 TT(x001) elseif xTB==false then xTB=true x001=0.8 TT(x001) end end
- if inputObject.KeyCode==Enum.KeyCode.X then if x1==true then x1=false SmallBrains() elseif x1==false then x1=true BigBrains() YBox.Text=tostring(x3) XZBox.Text=tostring(x2) end end
- if inputObject.KeyCode==Enum.KeyCode.Z then if x1==true then if x2>=10 then x2=x2-5 print('X & Z Changed to: '..tostring(x2)..' Studs.') XZBox.Text=tostring(x2) end if x2==5 then XZBox.Text='MIN!' wait(1.25) XZBox.Text=tostring(x2) print("X & Z variable MIN limit reached!") print("X = "..tostring(x2)) print("Z = "..tostring(x2)) end end end
- if inputObject.KeyCode==Enum.KeyCode.C then if x1==true then if x2<=95 then x2=x2+5 print("X & Z Changed to: "..tonumber(x2).." Studs.") XZBox.Text=tostring(x2) end if x2==100 then XZBox.Text='MAX!' wait(1.25) XZBox.Text=tostring(x2) print("X & Z variable MAX limit reached!") print("X = "..tonumber(x2)) print("Z = "..tonumber(x2)) end end end
- if inputObject.KeyCode==Enum.KeyCode.R then if x1==true then if x3<=95 then x3=x3+5 print("Y Changed to: "..tonumber(x3).." Studs.") YBox.Text=tostring(x3) end if x3==100 then YBox.Text='MAX!' wait(1.25) YBox.Text=tostring(x3) print("Y variable MAX limit reached!") print("Y = "..tonumber(x3)) end end end
- if inputObject.KeyCode==Enum.KeyCode.F then if x1==true then if x3>=10 then x3=x3-5 print("Y Changed to: "..tonumber(x3).." Studs.") YBox.Text=tostring(x3) end if x3==5 then YBox.Text='MIN!' wait(1.25) YBox.Text=tostring(x3) print("Y variable MIN limit reached!") print("Y = "..tonumber(x3)) end end end
- if x1==true then if inputObject.KeyCode==Enum.KeyCode.E then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, tonumber(x3), 0) end; if inputObject.KeyCode==Enum.KeyCode.Q then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, "-"..tonumber(x3), 0) end; if inputObject.KeyCode==Enum.KeyCode.D then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(tonumber(x2), 0, 0) end; if inputObject.KeyCode==Enum.KeyCode.A then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new("-"..tonumber(x2), 0, 0) end; if inputObject.KeyCode==Enum.KeyCode.W then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, 0, "-"..tonumber(x2)) end; if inputObject.KeyCode==Enum.KeyCode.S then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, 0, tonumber(x2)) end; end
- end)
- function Plat ()
- local b1 = Instance.new("Part")
- b1.Shape = "Block"
- b1.Material = "SmoothPlastic"
- b1.Name = "Plat"
- b1.Transparency = tonumber(x001)
- b1.Size = Vector3.new(tonumber(xSH), 1, tonumber(xSH))
- b1.BrickColor = BrickColor.new("Really blue")
- b1.Parent = xPS
- b1.Anchored = true
- b1.CFrame = lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0,-3.5,0)
- end
- function TT (x001)
- local xPlats=xPS:GetChildren()
- for i = 1, #xPlats do local xpart=xPlats[i] xpart.Transparency=tonumber(x001) end
- if x001==0.8 then print('A total of '..tonumber(#xPlats)..' platforms were made transparent!') elseif x001==1 then print('A total of '..tonumber(#xPlats)..' platforms were made non-transparent!') end
- end
- function DP ()
- local xPlats=xPS:GetChildren()
- for i = 1, #xPlats do local xpart=xPlats[i] xpart:Destroy() end
- print('Deleted all '..tonumber(#xPlats)..' platforms')
- end
- function xPC ()
- local xPlats=xPS:GetChildren()
- for i = 1, #xPlats do local xpart=xPlats[i] end
- print('Counted a total of '..tonumber(#xPlats)..' platforms!')
- end
- function BigBrains ()
- print("Enabled WorldExplorer.")
- WE.Visible = true
- lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, -5000, 0);
- wait(0.03)
- lp.Character:WaitForChild("HumanoidRootPart").Anchored=true
- wait(0.03)
- lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, 5000, 0);
- end
- function SmallBrains ()
- print("Disabled WorldExplorer.")
- WE.Visible = false
- lp.Character:WaitForChild("HumanoidRootPart").Anchored=false
- end
- function xGroup ()
- game.Workspace:WaitForChild("PlatStorage").ClassName=Model
- end
- --[[function xTP (xPPName)
- local xPPName=tostring(xPPName)
- local PlrSer=game:GetService("Players")
- local Players=PlrSer:GetPlayers()
- for i = 1, #Players do
- local xFPN=xPlayers[i.Name]
- if string.sub(xFPN,1,3)==xPPName then
- print('Teleporting to '..tostring(xFPN)..'!')
- lp.Character:WaitForChild("HumanoidRootPart").CFrame = CFrame.new(xFPN.Position.X, xFPN.Position.Y-5, xFPN.Position.Z)
- end
- end
- end]]
- function xbtools ()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Clone
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Grab
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement