Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Da hood best SCRIPT --
- --Settings
- local sped = 500 -- Speed
- local jump = 100 -- Jump
- local keybind = "t"
- local tp = false -- set true for have 2 teleporters
- -- by @TAMATI9875
- print('Program script By @TAMATI9875')
- --The Script
- yes = false
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == keybind and yes == false then
- yes = true
- game.Players.LocalPlayer.Character.Humanoid.Name = "Humz"
- game.Players.LocalPlayer.Character.Humz.WalkSpeed = sped
- game.Players.LocalPlayer.Character.Humz.JumpPower = jump
- elseif key == keybind and yes == true then
- yes = false
- game.Players.LocalPlayer.Character.Humz.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humz.JumpPower = 50
- game.Players.LocalPlayer.Character.Humz.Name = "Humanoid"
- end
- end)
- -- DELETE AFTER HAVE EXECUTE !!!! --
- loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/artas01/main/gat'))() -- Aim Lock
- loadstring(game:HttpGet('https://raw.githubusercontent.com/SpaceYes/Lua/Main/DaHood.Lua'))() -- Main Da Hood Script
- while tp do
- loadstring(game:HttpGet('https://pastebin.com/raw/B97KMYgD'))() -- Teleporteur
- loadstring(game:HttpGet('https://pastebin.com/raw/B97KMYgD'))() -- Teleporteur
- tp = false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement