vtrvsted

tenaki smoothing camlock

Feb 18th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. getgenv().AimingSettings = {
  2.     Aimbot = {
  3.         Radius = 45,
  4.         Hitbox = "Head",
  5.         CameraMode = true,
  6.         MouseMode = false,
  7.         HitAirshots = false,
  8.         AutoPrediction = false,
  9.         NotificationMode = false,
  10.         Keybind = Enum.KeyCode.Q,
  11.         PredictionAmount = 0.165,
  12.  
  13.  
  14.  
  15.         Smoothing = {
  16.         Enabled = true,
  17.         Amount = 0.030
  18.     },
  19.  }
  20. }
  21.  
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tenakii/tenaaki/main/genericaimbot.v.2.0.0"))()
Add Comment
Please, Sign In to add comment