Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("HoodPlxiity X Hub In Beta 1.1", "BloodTheme")
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Beta Mode";
- Text = "Made By 6loccka .#0666";
- Duration = 3.5;
- })
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Gui";
- Text = "GUI Coming Soon, Join Server For Updates";
- Duration = 3.5;
- })
- -- MAIN
- local Main = Window:NewTab("Hood Scripts")
- local MainSection = Main:NewSection("Da Hood Scripts")
- MainSection:NewButton("CarlHub", "its simple just press it duh", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/carlcoded/carlispro/main/carlhub'))()
- end)
- MainSection:NewButton("Faded", "faded", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
- end)
- MainSection:NewButton("Korblox Client sided", "only you can see it", function()
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Korblox";
- Text = "Made By BroSaidHeWhatDNY#2575";
- Duration = 3.5;
- })
- local ply = game.Players.LocalPlayer
- local chr = ply.Character
- chr.RightLowerLeg.MeshId = "902942093"
- chr.RightLowerLeg.Transparency = "1"
- chr.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=902942096"
- chr.RightUpperLeg.TextureID = "http://roblox.com/asset/?id=902843398"
- chr.RightFoot.MeshId = "902942089"
- chr.RightFoot.Transparency = "1"
- end)
- MainSection:NewButton("Headless Client Sided", "only you can see it", function()
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Korbox";
- Text = "Made By BroSaidHeWhatDNY#2575";
- Duration = 3.5;
- })
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
- if (v:IsA("Decal")) then
- v.Transparency = 1
- end
- end
- end)
- MainSection:NewButton("DaGUIX", "Daguix only execute in da hood", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/ZCiS8jSd'))()
- end)
- MainSection:NewButton("Keyboard FE", "Keyboard for mobile", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
- end)
- MainSection:NewButton("CodeX", "nice gui kinda looks like faded", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/fg0C9NSS'))()
- end)
- MainSection:NewButton("Nukermode", "One of the best scripts for mobile", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Allvideo/test/main/Whitelist.txt"))()
- end)
- MainSection:NewButton("NovaGUI", "Nova", function()
- loadstring(game:HttpGet("https://icxy.xyz/NovaGui/NovaGui", true))()
- end)
- MainSection:NewButton("chariotsware", "only works for hood modded", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Rippeed/DaHoodinary/main/chariotsware"))()
- end)
- MainSection:NewButton("SwagMode", "good script for da hood", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
- end)
- -- MAIN1
- local Main1 = Window:NewTab("Hood Locks")
- local Main1Section = Main1:NewSection("These Locks work for all hood games")
- Main1Section:NewButton("Thusky tool lock", "hi", function()
- local Enabled = true local Prediction = 0.1398 local Notifications = true local AimPart = "UpperTorso" local Tool = Instance.new("Tool") Tool.RequiresHandle = false Tool.Name = "Thuskys Tool" local Camera = game:GetService("Workspace").CurrentCamera local Mouse = game.Players.LocalPlayer:GetMouse() local Plr local Part = Instance.new("Part", game.Workspace) Part.Anchored = true Part.CanCollide = false Part.Color = Color3.fromRGB(0, 0, 255) Part.Material = Enum.Material.Neon Part.Size = Vector3.new(0.93, 0.93, 0.93) Part.Shape = Enum.PartType.Block function FindClosestPlayer() local closestPlayer local shortestDistance = math.huge for i, v in pairs(game.Players:GetPlayers()) do if v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") then local pos = Camera:WorldToViewportPoint(v.Character.PrimaryPart.Position) local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(Mouse.X, Mouse.Y)).magnitude if magnitude < shortestDistance then closestPlayer = v shortestDistance = magnitude end end end return closestPlayer end Tool.Activated:Connect(function() if Enabled == true then Enabled = false if Notifications == true then Plr = FindClosestPlayer() TargetPlayer = tostring(Plr) game.StarterGui:SetCore("SendNotification", { Title = "", Text = "" }) end else Plr = FindClosestPlayer() TargetPlayer = tostring(Plr) Enabled = true if Notifications == true then Plr = FindClosestPlayer() TargetPlayer = tostring(Plr) game.StarterGui:SetCore("SendNotification", { Title = "", Text = "" .. tostring(TargetPlayer) }) end end end) game:GetService("RunService").Stepped:Connect(function() if Enabled == true then Part.Position = game.Players[TargetPlayer].Character.HumanoidRootPart.Position else Part.CFrame = CFrame.new(0, -9999, 0) end end) local mt = getrawmetatable(game) local old = mt.__namecall setreadonly(mt, false) mt.__namecall = newcclosure(function(...) local args = { ... } if Enabled and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then args[3] = game.Players[TargetPlayer].Character[AimPart].Position + (game.Players[TargetPlayer].Character[AimPart].Velocity * Prediction) return old(unpack(args)) end return old(...) end) Tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- Main1Section:NewButton("Aimware", "might not work", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/fg0C9NSS'))()
- end)
- Main1Section:NewButton("LegoLock", "Q", function()
- -- MAIN LOCK
- --// Configs
- getgenv().Key = Enum.KeyCode.Q
- getgenv().Hitbox = "UpperTorso"
- getgenv().Prediction = 0.1795
- getgenv().PingBasedPrediction = false -- Value can be set to true/false
- --// string
- loadstring(game:HttpGet("https://raw.githubusercontent.com/W3P0K4JWD9m6F3sUt/240294/main/Type2lockupdated"))()
- end)
- -- MAIN11
- local Main11 = Window:NewTab("Abilitys")
- local Main11Section = Main11:NewSection("Abilitys| Speed works for most hood games")
- Main11Section:NewButton("InfJump", "Jump in the air", function()
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "JUMP";
- Text = "Made By 6loccka .#0666";
- Duration = 3.5;
- })
- local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)
- end)
- Main11Section:NewButton("Speed", "Makes you run/walk fast", function()
- repeat wait() until game:IsLoaded()
- getgenv().Fix = true
- getgenv().TeclasWS = {
- ["tecla1"] = "M", -- speed +5
- ["tecla2"] = "N", -- speed -5
- ["tecla3"] = "V" -- toggle
- }
- -- // servicios
- local MININOS_DOXXEADOS = game:GetService("Players")
- local AUDIOS_LOUD_DE_TRAP = game:GetService("StarterGui") or "son una mierda"
- -- // objetos
- local neonazi = MININOS_DOXXEADOS.LocalPlayer
- local esvastica = neonazi:GetMouse()
- -- // variables
- local lista_de_victimas_de_drizzy = getrenv()._G
- local da_hood_rblxm_REAL = getrawmetatable(game)
- local CP = da_hood_rblxm_REAL.__newindex
- local CP_DE_DRIZZY = da_hood_rblxm_REAL.__index
- local velocidad_de_cum = 122
- local es_pedofilo = true
- -- // funciones para acortar codigo :]
- function anunciar_atentado_terrorista(fecha_del_atentado)
- AUDIOS_LOUD_DE_TRAP:SetCore("SendNotification",{
- Title="Xlazui#2571",
- Text=fecha_del_atentado,
- Icon="rbxthumb://type=Asset&id=1332213374&w=150&h=150"
- })
- end
- getgenv().TECHWAREWALKSPEED_LOADED = true
- wait(1.5)
- anunciar_atentado_terrorista("Welcome"..TeclasWS.tecla3.."")
- -- // conexión
- esvastica.KeyDown:Connect(function(el_impostor)
- if el_impostor:lower() == TeclasWS.tecla1:lower() then
- velocidad_de_cum = velocidad_de_cum + 1
- anunciar_atentado_terrorista(" (speed = "..tostring(velocidad_de_cum)..")")
- elseif el_impostor:lower() == TeclasWS.tecla2:lower() then
- velocidad_de_cum = velocidad_de_cum - 1
- anunciar_atentado_terrorista(" (speed = "..tostring(velocidad_de_cum)..")")
- elseif el_impostor:lower() == TeclasWS.tecla3:lower() then
- if es_pedofilo then
- es_pedofilo = false
- anunciar_atentado_terrorista("speed off")
- else
- es_pedofilo = true
- anunciar_atentado_terrorista("speed on")
- end
- end
- end)
- -- // mi parte favorita: metametodos
- setreadonly(da_hood_rblxm_REAL,false)
- da_hood_rblxm_REAL.__index = newcclosure(function(BEST_ON_TOP,IS_GARBAGE)
- local esPedofilo = checkcaller()
- if IS_GARBAGE == "WalkSpeed" and not esPedofilo then
- return lista_de_victimas_de_drizzy.CurrentWS
- end
- return CP_DE_DRIZZY(BEST_ON_TOP,IS_GARBAGE)
- end)
- da_hood_rblxm_REAL.__newindex = newcclosure(function(kaias,ip,logger)
- local unNeonazi = checkcaller()
- if es_pedofilo then
- if ip == "WalkSpeed" and logger ~= 0 and not unNeonazi then
- return CP(kaias,ip,velocidad_de_cum)
- end
- end
- return CP(kaias,ip,logger)
- end)
- setreadonly(da_hood_rblxm_REAL,true)
- repeat wait() until game:IsLoaded()
- local Players = game:service('Players')
- local Player = Players.LocalPlayer
- repeat wait() until Player.Character
- local userInput = game:service('UserInputService')
- local runService = game:service('RunService')
- local Multiplier = -0.22
- local Enabled = false
- local whentheflashnoiq
- userInput.InputBegan:connect(function(Key)
- if Key.KeyCode == Enum.KeyCode.LeftBracket then
- Multiplier = Multiplier + 0.01
- print(Multiplier)
- wait(0.2)
- while userInput:IsKeyDown(Enum.KeyCode.LeftBracket) do
- wait()
- Multiplier = Multiplier + 0.01
- print(Multiplier)
- end
- end
- if Key.KeyCode == Enum.KeyCode.RightBracket then
- Multiplier = Multiplier - 0.01
- print(Multiplier)
- wait(0.2)
- while userInput:IsKeyDown(Enum.KeyCode.RightBracket) do
- wait()
- Multiplier = Multiplier - 0.01
- print(Multiplier)
- end
- end
- if Key.KeyCode == Enum.KeyCode.P then
- Enabled = not Enabled
- if Enabled == true then
- repeat
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * Multiplier
- game:GetService("RunService").Stepped:waitn()
- until Enabled == true
- end
- end
- end)
- if Fix == true then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/youtubetutorials123/helo/main/123"))()
- end
- end)
- Main11Section:NewButton("FLY", "Makes you fly", function()
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Credits";
- Text = "Modified By SpekzZ";
- Duration = 3.5;
- })
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local main = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local up = Instance.new("TextButton")
- local down = Instance.new("TextButton")
- local onof = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local plus = Instance.new("TextButton")
- local speed = Instance.new("TextLabel")
- local mine = Instance.new("TextButton")
- --Properties:
- main.Name = "main"
- main.Parent = game.CoreGui
- main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(163, 255, 137)
- Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
- Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
- Frame.Size = UDim2.new(0, 190, 0, 57)
- up.Name = "up"
- up.Parent = Frame
- up.BackgroundColor3 = Color3.fromRGB(79, 255, 152)
- up.Size = UDim2.new(0, 44, 0, 28)
- up.Font = Enum.Font.SourceSans
- up.Text = "UP"
- up.TextColor3 = Color3.fromRGB(0, 0, 0)
- up.TextSize = 14.000
- down.Name = "down"
- down.Parent = Frame
- down.BackgroundColor3 = Color3.fromRGB(215, 255, 121)
- down.Position = UDim2.new(0, 0, 0.491228074, 0)
- down.Size = UDim2.new(0, 44, 0, 28)
- down.Font = Enum.Font.SourceSans
- down.Text = "DOWN"
- down.TextColor3 = Color3.fromRGB(0, 0, 0)
- down.TextSize = 14.000
- onof.Name = "onof"
- onof.Parent = Frame
- onof.BackgroundColor3 = Color3.fromRGB(255, 249, 74)
- onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
- onof.Size = UDim2.new(0, 56, 0, 28)
- onof.Font = Enum.Font.SourceSans
- onof.Text = "fly"
- onof.TextColor3 = Color3.fromRGB(0, 0, 0)
- onof.TextSize = 14.000
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(242, 60, 255)
- TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 100, 0, 28)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Fly Gui V2"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- plus.Name = "plus"
- plus.Parent = Frame
- plus.BackgroundColor3 = Color3.fromRGB(133, 145, 255)
- plus.Position = UDim2.new(0.231578946, 0, 0, 0)
- plus.Size = UDim2.new(0, 45, 0, 28)
- plus.Font = Enum.Font.SourceSans
- plus.Text = "+"
- plus.TextColor3 = Color3.fromRGB(0, 0, 0)
- plus.TextScaled = true
- plus.TextSize = 14.000
- plus.TextWrapped = true
- speed.Name = "speed"
- speed.Parent = Frame
- speed.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
- speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
- speed.Size = UDim2.new(0, 44, 0, 28)
- speed.Font = Enum.Font.SourceSans
- speed.Text = "1"
- speed.TextColor3 = Color3.fromRGB(0, 0, 0)
- speed.TextScaled = true
- speed.TextSize = 14.000
- speed.TextWrapped = true
- mine.Name = "mine"
- mine.Parent = Frame
- mine.BackgroundColor3 = Color3.fromRGB(123, 255, 247)
- mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
- mine.Size = UDim2.new(0, 45, 0, 29)
- mine.Font = Enum.Font.SourceSans
- mine.Text = "-"
- mine.TextColor3 = Color3.fromRGB(0, 0, 0)
- mine.TextScaled = true
- mine.TextSize = 14.000
- mine.TextWrapped = true
- speeds = 1
- local speaker = game:GetService("Players").LocalPlayer
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- nowe = false
- Frame.Active = true -- main = gui
- Frame.Draggable = true
- onof.MouseButton1Down:connect(function()
- if nowe == true then
- nowe = false
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
- speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
- else
- nowe = true
- for i = 1, speeds do
- spawn(function()
- local hb = game:GetService("RunService").Heartbeat
- tpwalking = true
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- while tpwalking and hb:Wait() and chr and hum and hum.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- chr:TranslateBy(hum.MoveDirection)
- end
- end
- end)
- end
- game.Players.LocalPlayer.Character.Animate.Disabled = true
- local Char = game.Players.LocalPlayer.Character
- local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
- for i,v in next, Hum:GetPlayingAnimationTracks() do
- v:AdjustSpeed(0)
- end
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
- speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
- end
- local plr = game.Players.LocalPlayer
- local UpperTorso = plr.Character.LowerTorso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- local bg = Instance.new("BodyGyro", UpperTorso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = UpperTorso.CFrame
- local bv = Instance.new("BodyVelocity", UpperTorso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- if nowe == true then
- plr.Character.Humanoid.PlatformStand = true
- end
- while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
- wait()
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- end
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- tpwalking = false
- end)
- up.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
- end)
- down.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-2,0)
- end)
- game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
- wait(0.7)
- game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- end)
- plus.MouseButton1Down:connect(function()
- speeds = speeds + 1
- speed.Text = speeds
- if nowe == true then
- tpwalking = false
- for i = 1, speeds do
- spawn(function()
- local hb = game:GetService("RunService").Heartbeat
- tpwalking = true
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- while tpwalking and hb:Wait() and chr and hum and hum.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- chr:TranslateBy(hum.MoveDirection)
- end
- end
- end)
- end
- end
- end)
- mine.MouseButton1Down:connect(function()
- if speeds == 1 then
- speed.Text = 'can not be less than 1'
- wait(1)
- speed.Text = speeds
- else
- speeds = speeds - 1
- speed.Text = speeds
- if nowe == true then
- tpwalking = false
- for i = 1, speeds do
- spawn(function()
- local hb = game:GetService("RunService").Heartbeat
- tpwalking = true
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- while tpwalking and hb:Wait() and chr and hum and hum.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- chr:TranslateBy(hum.MoveDirection)
- end
- end
- end)
- end
- end
- end
- end)
- end)
- -- MAIN2
- local Main2 = Window:NewTab("Plxiity X GUI")
- local Main2Section = Main2:NewSection("Coming Soon!")
- -- MAIN 3
- local Main3 = Window:NewTab("Credits")
- local Main3Section = Main3:NewSection("Hub maker | 6loccka .#0666")
- local Main3Section = Main3:NewSection("Headless and korblox made by BroSaidHeWhatDNY#2575")
- local Main3Section = Main3:NewSection("Future GUI getting made by 6loccka and OsFear#0001")
- -- MAIN 4
- local Main4 = Window:NewTab("Discord Server")
- local Main4Section = Main4:NewSection("https://discord.gg/JayYAntdF5 please boost")
Add Comment
Please, Sign In to add comment