Advertisement
TAMATI9875

best script dh

Jun 13th, 2022 (edited)
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.28 KB | None | 0 0
  1. -- Da hood best SCRIPT --
  2.  
  3. --Settings
  4. local sped = 500 -- Speed
  5. local jump = 100 -- Jump
  6. local keybind = "t"
  7. local tp = false -- set true for have 2 teleporters
  8.  
  9. -- by @TAMATI9875
  10. print('Program script By @TAMATI9875')
  11.  
  12. --The Script
  13.  
  14. yes = false
  15.     plr = game.Players.LocalPlayer
  16.     mouse = plr:GetMouse()
  17.     mouse.KeyDown:connect(function(key)
  18.         if key == keybind and yes == false then
  19.             yes = true
  20.             game.Players.LocalPlayer.Character.Humanoid.Name = "Humz"
  21.             game.Players.LocalPlayer.Character.Humz.WalkSpeed = sped
  22.             game.Players.LocalPlayer.Character.Humz.JumpPower = jump
  23.         elseif key == keybind and yes == true then
  24.             yes = false
  25.             game.Players.LocalPlayer.Character.Humz.WalkSpeed = 16
  26.             game.Players.LocalPlayer.Character.Humz.JumpPower = 50
  27.             game.Players.LocalPlayer.Character.Humz.Name = "Humanoid"
  28.         end
  29.     end)
  30.  
  31. -- DELETE AFTER HAVE EXECUTE !!!! --
  32. loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/artas01/main/gat'))() -- Aim Lock
  33. loadstring(game:HttpGet('https://raw.githubusercontent.com/SpaceYes/Lua/Main/DaHood.Lua'))() -- Main Da Hood Script
  34. while tp do
  35.     loadstring(game:HttpGet('https://pastebin.com/raw/B97KMYgD'))() -- Teleporteur
  36.     loadstring(game:HttpGet('https://pastebin.com/raw/B97KMYgD'))() -- Teleporteur
  37.     tp = false
  38. end
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement