Advertisement
vtrvsted

hood duels lock

Sep 16th, 2022
2,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. _G.config = {
  2.     -- Aimlock,
  3.     aimlockpred = 0.14824,
  4.     aimlocktogglemode = true,
  5.     aimlocktogglekey = "e",
  6.     aimlockpart = "HumanoidRootPart",
  7.     smoothing = true,
  8.     smoothamount = 2
  9. }
  10. if not _G.isloaded then
  11.     loadstring(game:HttpGet("https://raw.githubusercontent.com/nyulachan/nyula/main/smooth"))()
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement