Advertisement
Nosssa

UNIVERSAL OFFSET Anti-Lock

Jan 15th, 2023 (edited)
1,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --// Created By Nosssa supports mostly, all hood games!
  2.  
  3. --// Roblox Group ( TeamNosss! ): https://www.roblox.com/groups/16003304/TeamNosss#!/about
  4.  
  5.  
  6. getgenv().X_Axis_Offset = 0 -- [ Left & Right | Horizontal (X) ] --
  7.  
  8. getgenv().Y_Axis_Offset = -30 -- [ Up & Down | Vertical (Y) ] --
  9.  
  10. getgenv().Z_Axis_Offset = 0 -- [ Forward & Backward | Depth (Z) ] --
  11.  
  12. getgenv().Show_Self_Velocity = false -- [ Shows your own Offset / Velocity represented with a "dot" ] --
  13.  
  14. getgenv().AntiLockKeybind = (  "x"  )
  15.  
  16. getgenv().Notifications = true
  17.  
  18.  
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nosssa/NossLock/main/GooberOffsetsYOU", true))();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement