Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// V3RMILLION @NIJAE //--
- --// SURVIVAL (BETA) GUI //--
- -- Objects
- local SurvivorBeta = Instance.new("ScreenGui")
- local DRAGGABLE = Instance.new("TextButton")
- local UI = Instance.new("Frame")
- local Version = Instance.new("TextLabel")
- local Title = Instance.new("TextLabel")
- local Idols = Instance.new("TextButton")
- local Advantages = Instance.new("TextButton")
- local EnableMouselock = Instance.new("TextButton")
- local Teleport = Instance.new("TextButton")
- local PNAME = Instance.new("TextBox")
- local ClickTele = Instance.new("TextButton")
- local TELEMODE = Instance.new("TextLabel")
- local PAGEN = Instance.new("TextBox")
- local WalkSpeed = Instance.new("TextButton")
- local Coins = Instance.new("TextButton")
- local NOCLIPMODE = Instance.new("TextLabel")
- local WALKSPEEDMODE = Instance.new("TextLabel")
- local NoGrav = Instance.new("TextButton")
- local NOGRAVMODE = Instance.new("TextLabel")
- local COINSMODE = Instance.new("TextLabel")
- local Noclip = Instance.new("TextButton")
- local SETNAME = Instance.new("TextBox")
- local cName = Instance.new("TextButton")
- -- Properties
- SurvivorBeta.Name = "Survivor (Beta)"
- SurvivorBeta.Parent = game.CoreGui
- DRAGGABLE.Name = "DRAGGABLE"
- DRAGGABLE.Parent = SurvivorBeta
- DRAGGABLE.BackgroundColor3 = Color3.new(1, 1, 1)
- DRAGGABLE.BackgroundTransparency = 1
- DRAGGABLE.BorderSizePixel = 0
- DRAGGABLE.Draggable = true
- DRAGGABLE.Position = UDim2.new(0.5, -250, 0.5, -200)
- DRAGGABLE.Size = UDim2.new(0, 500, 0, 400)
- DRAGGABLE.Font = Enum.Font.SourceSans
- DRAGGABLE.FontSize = Enum.FontSize.Size14
- DRAGGABLE.Text = ""
- DRAGGABLE.TextSize = 14
- UI.Name = "UI"
- UI.Parent = DRAGGABLE
- UI.BackgroundColor3 = Color3.new(0.0392157, 0.847059, 0.933333)
- UI.BackgroundTransparency = 0.80000001192093
- UI.BorderColor3 = Color3.new(1, 1, 1)
- UI.BorderSizePixel = 5
- UI.Position = UDim2.new(0.5, -200, 0.5, -150)
- UI.Size = UDim2.new(0, 400, 0, 300)
- Version.Name = "Version"
- Version.Parent = UI
- Version.BackgroundColor3 = Color3.new(1, 1, 1)
- Version.BackgroundTransparency = 1
- Version.Position = UDim2.new(0, 345, 0, 265)
- Version.Size = UDim2.new(0, 50, 0, 50)
- Version.Font = Enum.Font.Code
- Version.FontSize = Enum.FontSize.Size14
- Version.Text = "V.1.3.6"
- Version.TextColor3 = Color3.new(1, 1, 1)
- Version.TextSize = 14
- Title.Name = "Title"
- Title.Parent = UI
- Title.BackgroundColor3 = Color3.new(0.658824, 0.658824, 0.658824)
- Title.BackgroundTransparency = 0.30000001192093
- Title.BorderColor3 = Color3.new(0, 0, 0)
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 400, 0, 50)
- Title.Font = Enum.Font.SourceSansLight
- Title.FontSize = Enum.FontSize.Size48
- Title.Text = "Survivor (Beta) Gui"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 45
- Idols.Name = "Idols"
- Idols.Parent = UI
- Idols.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- Idols.BackgroundTransparency = 0.5
- Idols.BorderSizePixel = 0
- Idols.Position = UDim2.new(0, 25, 0, 75)
- Idols.Size = UDim2.new(0, 150, 0, 50)
- Idols.Font = Enum.Font.SourceSansLight
- Idols.FontSize = Enum.FontSize.Size28
- Idols.Text = "Idols"
- Idols.TextColor3 = Color3.new(1, 1, 1)
- Idols.TextSize = 25
- Advantages.Name = "Advantages"
- Advantages.Parent = UI
- Advantages.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- Advantages.BackgroundTransparency = 0.5
- Advantages.BorderSizePixel = 0
- Advantages.Position = UDim2.new(0, 25, 0, 150)
- Advantages.Size = UDim2.new(0, 150, 0, 50)
- Advantages.Font = Enum.Font.SourceSansLight
- Advantages.FontSize = Enum.FontSize.Size28
- Advantages.Text = "Advantages"
- Advantages.TextColor3 = Color3.new(1, 1, 1)
- Advantages.TextSize = 25
- EnableMouselock.Name = "EnableMouselock"
- EnableMouselock.Parent = UI
- EnableMouselock.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- EnableMouselock.BackgroundTransparency = 0.5
- EnableMouselock.BorderSizePixel = 0
- EnableMouselock.Position = UDim2.new(0, 25, 0, 225)
- EnableMouselock.Size = UDim2.new(0, 150, 0, 50)
- EnableMouselock.Font = Enum.Font.SourceSansLight
- EnableMouselock.FontSize = Enum.FontSize.Size28
- EnableMouselock.Text = "EnableMouselock"
- EnableMouselock.TextColor3 = Color3.new(1, 1, 1)
- EnableMouselock.TextSize = 25
- Teleport.Name = "Teleport"
- Teleport.Parent = UI
- Teleport.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- Teleport.BackgroundTransparency = 0.5
- Teleport.BorderSizePixel = 0
- Teleport.Position = UDim2.new(0, 225, 0, 75)
- Teleport.Size = UDim2.new(0, 150, 0, 50)
- Teleport.Font = Enum.Font.SourceSansLight
- Teleport.FontSize = Enum.FontSize.Size28
- Teleport.Text = "Teleport"
- Teleport.TextColor3 = Color3.new(1, 1, 1)
- Teleport.TextSize = 25
- PNAME.Name = "PNAME"
- PNAME.Parent = UI
- PNAME.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- PNAME.BackgroundTransparency = 0.20000000298023
- PNAME.BorderSizePixel = 0
- PNAME.Position = UDim2.new(0, 225, 0, 125)
- PNAME.Size = UDim2.new(0, 150, 0, 30)
- PNAME.Font = Enum.Font.SourceSansLight
- PNAME.FontSize = Enum.FontSize.Size24
- PNAME.Text = "Enter Playername"
- PNAME.TextColor3 = Color3.new(1, 1, 1)
- PNAME.TextSize = 20
- ClickTele.Name = "ClickTele"
- ClickTele.Parent = UI
- ClickTele.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- ClickTele.BackgroundTransparency = 0.5
- ClickTele.BorderSizePixel = 0
- ClickTele.Position = UDim2.new(0, 225, 0, 178)
- ClickTele.Size = UDim2.new(0, 150, 0, 50)
- ClickTele.Font = Enum.Font.SourceSansLight
- ClickTele.FontSize = Enum.FontSize.Size28
- ClickTele.Text = "ClickTele"
- ClickTele.TextColor3 = Color3.new(1, 1, 1)
- ClickTele.TextSize = 25
- TELEMODE.Name = "TELEMODE"
- TELEMODE.Parent = UI
- TELEMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- TELEMODE.BackgroundTransparency = 0.20000000298023
- TELEMODE.BorderSizePixel = 0
- TELEMODE.Position = UDim2.new(0, 225, 0, 228)
- TELEMODE.Size = UDim2.new(0, 150, 0, 30)
- TELEMODE.Font = Enum.Font.SourceSans
- TELEMODE.FontSize = Enum.FontSize.Size24
- TELEMODE.Text = "DISABLED"
- TELEMODE.TextColor3 = Color3.new(1, 1, 1)
- TELEMODE.TextSize = 20
- PAGEN.Name = "PAGEN"
- PAGEN.Parent = UI
- PAGEN.BackgroundColor3 = Color3.new(0.658824, 0.658824, 0.658824)
- PAGEN.BorderSizePixel = 0
- PAGEN.LayoutOrder = 1
- PAGEN.Position = UDim2.new(0, 0, 0, 280)
- PAGEN.Size = UDim2.new(0, 20, 0, 20)
- PAGEN.Font = Enum.Font.SourceSans
- PAGEN.FontSize = Enum.FontSize.Size14
- PAGEN.Text = "1"
- PAGEN.TextColor3 = Color3.new(1, 1, 1)
- PAGEN.TextScaled = true
- PAGEN.TextSize = 14
- PAGEN.TextWrapped = true
- WalkSpeed.Name = "WalkSpeed"
- WalkSpeed.Parent = UI
- WalkSpeed.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- WalkSpeed.BackgroundTransparency = 0.5
- WalkSpeed.BorderSizePixel = 0
- WalkSpeed.Position = UDim2.new(0, 225, 0, 75)
- WalkSpeed.Size = UDim2.new(0, 150, 0, 50)
- WalkSpeed.Visible = false
- WalkSpeed.Font = Enum.Font.SourceSansLight
- WalkSpeed.FontSize = Enum.FontSize.Size28
- WalkSpeed.Text = "WalkSpeed"
- WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
- WalkSpeed.TextSize = 25
- Coins.Name = "Coins"
- Coins.Parent = UI
- Coins.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- Coins.BackgroundTransparency = 0.5
- Coins.BorderSizePixel = 0
- Coins.Position = UDim2.new(0, 25, 0, 178)
- Coins.Size = UDim2.new(0, 150, 0, 50)
- Coins.Visible = false
- Coins.Font = Enum.Font.SourceSansLight
- Coins.FontSize = Enum.FontSize.Size28
- Coins.Text = "BringCoins"
- Coins.TextColor3 = Color3.new(1, 1, 1)
- Coins.TextSize = 25
- NOCLIPMODE.Name = "NOCLIPMODE"
- NOCLIPMODE.Parent = UI
- NOCLIPMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- NOCLIPMODE.BackgroundTransparency = 0.20000000298023
- NOCLIPMODE.BorderSizePixel = 0
- NOCLIPMODE.Position = UDim2.new(0, 225, 0, 228)
- NOCLIPMODE.Size = UDim2.new(0, 150, 0, 30)
- NOCLIPMODE.Visible = false
- NOCLIPMODE.Font = Enum.Font.SourceSans
- NOCLIPMODE.FontSize = Enum.FontSize.Size24
- NOCLIPMODE.Text = "DISABLED"
- NOCLIPMODE.TextColor3 = Color3.new(1, 1, 1)
- NOCLIPMODE.TextSize = 20
- WALKSPEEDMODE.Name = "WALKSPEEDMODE"
- WALKSPEEDMODE.Parent = UI
- WALKSPEEDMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- WALKSPEEDMODE.BackgroundTransparency = 0.20000000298023
- WALKSPEEDMODE.BorderSizePixel = 0
- WALKSPEEDMODE.Position = UDim2.new(0, 225, 0, 125)
- WALKSPEEDMODE.Size = UDim2.new(0, 150, 0, 30)
- WALKSPEEDMODE.Visible = false
- WALKSPEEDMODE.Font = Enum.Font.SourceSans
- WALKSPEEDMODE.FontSize = Enum.FontSize.Size24
- WALKSPEEDMODE.Text = "DISABLED"
- WALKSPEEDMODE.TextColor3 = Color3.new(1, 1, 1)
- WALKSPEEDMODE.TextSize = 20
- NoGrav.Name = "NoGrav"
- NoGrav.Parent = UI
- NoGrav.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- NoGrav.BackgroundTransparency = 0.5
- NoGrav.BorderSizePixel = 0
- NoGrav.Position = UDim2.new(0, 25, 0, 75)
- NoGrav.Size = UDim2.new(0, 150, 0, 50)
- NoGrav.Visible = false
- NoGrav.Font = Enum.Font.SourceSansLight
- NoGrav.FontSize = Enum.FontSize.Size28
- NoGrav.Text = "NoGrav"
- NoGrav.TextColor3 = Color3.new(1, 1, 1)
- NoGrav.TextSize = 25
- NOGRAVMODE.Name = "NOGRAVMODE"
- NOGRAVMODE.Parent = UI
- NOGRAVMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- NOGRAVMODE.BackgroundTransparency = 0.20000000298023
- NOGRAVMODE.BorderSizePixel = 0
- NOGRAVMODE.Position = UDim2.new(0, 25, 0, 125)
- NOGRAVMODE.Size = UDim2.new(0, 150, 0, 30)
- NOGRAVMODE.Visible = false
- NOGRAVMODE.Font = Enum.Font.SourceSans
- NOGRAVMODE.FontSize = Enum.FontSize.Size24
- NOGRAVMODE.Text = "DISABLED"
- NOGRAVMODE.TextColor3 = Color3.new(1, 1, 1)
- NOGRAVMODE.TextSize = 20
- COINSMODE.Name = "COINSMODE"
- COINSMODE.Parent = UI
- COINSMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- COINSMODE.BackgroundTransparency = 0.20000000298023
- COINSMODE.BorderSizePixel = 0
- COINSMODE.Position = UDim2.new(0, 25, 0, 228)
- COINSMODE.Size = UDim2.new(0, 150, 0, 30)
- COINSMODE.Visible = false
- COINSMODE.Font = Enum.Font.SourceSans
- COINSMODE.FontSize = Enum.FontSize.Size24
- COINSMODE.Text = "DISABLED"
- COINSMODE.TextColor3 = Color3.new(1, 1, 1)
- COINSMODE.TextSize = 20
- Noclip.Name = "Noclip"
- Noclip.Parent = UI
- Noclip.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- Noclip.BackgroundTransparency = 0.5
- Noclip.BorderSizePixel = 0
- Noclip.Position = UDim2.new(0, 225, 0, 178)
- Noclip.Size = UDim2.new(0, 150, 0, 50)
- Noclip.Visible = false
- Noclip.Font = Enum.Font.SourceSansLight
- Noclip.FontSize = Enum.FontSize.Size28
- Noclip.Text = "Noclip"
- Noclip.TextColor3 = Color3.new(1, 1, 1)
- Noclip.TextSize = 25
- SETNAME.Name = "SETNAME"
- SETNAME.Parent = UI
- SETNAME.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- SETNAME.BackgroundTransparency = 0.20000000298023
- SETNAME.BorderSizePixel = 0
- SETNAME.Position = UDim2.new(0, 135, 0, 125)
- SETNAME.Size = UDim2.new(0, 150, 0, 30)
- SETNAME.Visible = false
- SETNAME.Font = Enum.Font.SourceSansLight
- SETNAME.FontSize = Enum.FontSize.Size24
- SETNAME.Text = "SetName"
- SETNAME.TextColor3 = Color3.new(1, 1, 1)
- SETNAME.TextSize = 20
- cName.Name = "cName"
- cName.Parent = UI
- cName.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
- cName.BackgroundTransparency = 0.5
- cName.BorderSizePixel = 0
- cName.Position = UDim2.new(0, 135, 0, 75)
- cName.Size = UDim2.new(0, 150, 0, 50)
- cName.Visible = false
- cName.Font = Enum.Font.SourceSansLight
- cName.FontSize = Enum.FontSize.Size28
- cName.Text = "ChangeName"
- cName.TextColor3 = Color3.new(1, 1, 1)
- cName.TextSize = 25
- --// Script
- warn('--// V3RMILLION @NIJAE K. //--')
- warn('Idea Inspired by: V3RMILLION @TOHAK')
- --// Anti-Exploit //--
- for _,v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
- if v:IsA('LocalScript') then
- v:Destroy()
- end
- end
- for _,v in pairs(game.StarterGui:GetChildren()) do
- if v:IsA('LocalScript') then
- v:Destroy()
- end
- end
- if game.StarterGui.Scripts.Speed and game.Players.LocalPlayer.PlayerGui.Scripts.Speed then
- game.StarterGui.Scripts.Speed:Destroy()
- game.Players.LocalPlayer.PlayerGui.Scripts.Speed:Destroy()
- end
- --// Variables //--
- survivorgui = game.CoreGui['Survivor (Beta)']
- UI = survivorgui.DRAGGABLE.UI
- page1 = {'Advantages','ClickTele','EnableMouselock','Idols','PNAME','Teleport','TELEMODE'}
- page2 = {'WalkSpeed','Noclip','NOCLIPMODE','WALKSPEEDMODE','NoGrav','NOGRAVMODE','Coins','COINSMODE'}
- page3 = {'cName','SETNAME'}
- ignore = {'Title','Version','PAGEN'}
- pagenum = UI.PAGEN
- defaultws = 16
- nograv = 0
- _runcoins = false
- defaultjp = 50
- --// PAGE SWITCHER //--
- -- PAGE#1
- pagenum.FocusLost:connect(function(a)
- if pagenum.Text=='1' then
- local pg1string = table.concat(page1, '-')
- for _,v in pairs(UI:GetChildren()) do
- if string.find(pg1string,v.Name) then
- print(v.Name)
- v.Visible=true
- elseif not string.find(table.concat(ignore, '-'), v.Name) then
- v.Visible=false
- end
- end
- end
- end)
- -- PAGE#2
- pagenum.FocusLost:connect(function(a)
- if pagenum.Text=='2' then
- local pg2string = table.concat(page2, '-')
- for _,v in pairs(UI:GetChildren()) do
- if string.find(pg2string,v.Name) then
- print(v.Name)
- v.Visible=true
- elseif not string.find(table.concat(ignore, '-'), v.Name) then
- v.Visible=false
- end
- end
- end
- end)
- --[[ PAGE#3
- pagenum.FocusLost:connect(function(a)
- if pagenum.Text=='3' then
- local pg3string = table.concat(page3, '-')
- for _,v in pairs(UI:GetChildren()) do
- if string.find(pg3string,v.Name) then
- print(v.Name)
- v.Visible=true
- elseif not string.find(table.concat(ignore, '-'), v.Name) then
- v.Visible=false
- end
- end
- end
- end)
- ]]
- --// Idols (CREDITS: Santa Muerte) //--
- UI.Idols.MouseButton1Down:connect(function()
- local idols = game.Workspace.Misc.Idols:GetChildren()
- local lp = game.Players.LocalPlayer.Character
- for _, v in pairs(workspace.Misc.Idols:GetChildren()) do
- v.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
- end
- if #idols == 0 then
- print('No idols were found.')
- end
- end)
- --// Advantages (CREDITS: Santa Muerte) //--
- UI.Advantages.MouseButton1Down:connect(function()
- local advantages = game.Workspace.Misc.Advantages:GetChildren()
- local lp = game.Players.LocalPlayer.Character
- for _, v in pairs(workspace.Misc.Advantages:GetChildren()) do
- v.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
- end
- if #advantages == 0 then
- print('No advantages were found.')
- end
- end)
- --// EnableMouselock //--
- UI.EnableMouselock.MouseButton1Down:connect(function()
- game.ReplicatedStorage.LocalEvents.Mouselock:FireServer(true)
- end)
- --// Teleport //--
- UI.Teleport.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(game.Players[UI.PNAME.Text].Character.Torso.Position)
- end)
- --// ClickTele //--
- UI.ClickTele.MouseButton1Down:connect(function(a)
- if UI.TELEMODE.Text=='DISABLED' then
- UI.TELEMODE.Text='ENABLED'
- local mouse=game.Players.LocalPlayer:GetMouse()
- mouse.Button1Down:connect(function(b)
- if UI.TELEMODE.Text=='ENABLED' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=mouse.Hit+Vector3.new(0,10,0)
- end
- end)
- else
- UI.TELEMODE.Text='DISABLED'
- end
- end)
- --// WalkSpeed //--
- UI.WalkSpeed.MouseButton1Down:connect(function(a)
- if UI.WALKSPEEDMODE.Text=='DISABLED' then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=45
- UI.WALKSPEEDMODE.Text='ENABLED'
- else UI.WALKSPEEDMODE.Text='DISABLED'
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=defaultws
- end
- end)
- --// NoClip (Needs Rewrite, Semi-Glitchy) //--
- UI.Noclip.MouseButton1Down:connect(function(a)
- if UI.NOCLIPMODE.Text=='DISABLED' then
- UI.NOCLIPMODE.Text='ENABLED'
- game:GetService('RunService').Stepped:connect(function()
- if UI.NOCLIPMODE.Text=='ENABLED' then
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- end
- end)
- game.Players.LocalPlayer.Character.Torso.Changed:connect(function()
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- end)
- else
- UI.NOCLIPMODE.Text='DISABLED'
- end
- end)
- --// Coins (CREDITS: Santa Muerte) //--
- UI.Coins.MouseButton1Down:connect(function(a)
- if UI.COINSMODE.Text=="DISABLED" then
- UI.COINSMODE.Text="ENABLED"
- _runcoins=true
- while wait(.25) do
- if _runcoins==true then
- for _, v in pairs(workspace.Misc.Coins:GetChildren()) do
- for _, q in pairs (v:GetChildren()) do
- q.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
- end
- end
- end
- end
- else
- UI.COINSMODE.Text="DISABLED"
- _runcoins=false
- end
- end)
- --// NoGrav //--
- UI.NoGrav.MouseButton1Down:connect(function(a)
- if UI.NOGRAVMODE.Text=="DISABLED" then
- UI.NOGRAVMODE.Text="ENABLED"
- game.Players.LocalPlayer.Character.Humanoid.JumpPower=150
- else
- game.Players.LocalPlayer.Character.Humanoid.JumpPower=defaultjp
- UI.NOGRAVMODE.Text="DISABLED"
- end
- end)
- --// NameChanger (CREDITS: Santa Muerte) //--
- UI.cName.MouseButton1Down:connect(function(a)
- game.ReplicatedStorage.LocalEvents.ChooseName:FireServer(UI.SETNAME.Text, 'SciFi', 1,1,1)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement