Advertisement
Hygcgggnngff

Aim lock dahood

Nov 4th, 2024
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.71 KB | None | 0 0
  1.  
  2. getgenv().Settings = {
  3.     ["Silent"] = {
  4.         ["Enabled"] = true,
  5.         ["AimPart"] = "Head",
  6.         ["WallCheck"] = true,
  7.         ["Visualize"] = true,
  8.         ["Prediction"] = {
  9.            ["Horizontal"] = 0.15,
  10.            ["Vertical"] = 0.05,
  11.         },
  12.         ["AutoPrediction"] = {
  13.             ["Enabled"] = true,
  14.             ["Type"] = "Normal", --//Normal, Custom
  15.            ["ping20_30"] = 0.12588,
  16.            ["ping30_40"] = 0.11911,
  17.            ["ping40_50"] = 0.12471,
  18.            ["ping50_60"] = 0.13766,
  19.            ["ping60_70"] = 0.13731,
  20.            ["ping70_80"] = 0.13951,
  21.            ["ping80_90"] = 0.14181,
  22.            ["ping90_100"] = 0.148,
  23.            ["ping100_110"] = 0.156,
  24.            ["ping110_120"] = 0.1567,
  25.            ["ping120_130"] = 0.1601,
  26.            ["ping130_140"] = 0.1637,
  27.            ["ping140_150"] = 0.173,
  28.            ["ping150_160"] = 0.1714,
  29.            ["ping160_170"] = 0.1863,
  30.            ["ping170_180"] = 0.1872,
  31.            ["ping180_190"] = 0.1848,
  32.            ["ping190_200"] = 0.1865,
  33.         },
  34.         ["Mode"] = "Namecall", --index,namecal
  35.     },
  36.     ["FOV"] = {
  37.         ["Enabled"] = true,
  38.         ["Size"] = 30,
  39.         ["Filled"] = false,
  40.         ["Thickness"] = 0.66,
  41.         ["Transparency"] = 0.1,
  42.         ["Color"] = Color3.fromRGB(255,0,255),
  43.     },
  44.     ["Camlock"] = {
  45.         ["Enabled"] = true,
  46.         ["AimPart"] = "HumanoidRootPart",
  47.         ["Prediction"] = {
  48.            ["Horizontal"] = 0.185,
  49.            ["Vertical"] = 0.1,
  50.         },
  51.         ["Smoothness"] = 0.1,
  52.         ["AutoPrediction"] = {
  53.             ["Enabled"] = true,
  54.             ["Type"] = "Normal", --//Normal, Custom
  55.            ["ping20_30"] = 0.12588,
  56.            ["ping30_40"] = 0.11911,
  57.            ["ping40_50"] = 0.12471,
  58.            ["ping50_60"] = 0.12766,
  59.            ["ping60_70"] = 0.12731,
  60.            ["ping70_80"] = 0.12951,
  61.            ["ping80_90"] = 0.13181,
  62.            ["ping90_100"] = 0.138,
  63.            ["ping100_110"] = 0.146,
  64.            ["ping110_120"] = 0.1367,
  65.            ["ping120_130"] = 0.1401,
  66.            ["ping130_140"] = 0.1437,
  67.            ["ping140_150"] = 0.153,
  68.            ["ping150_160"] = 0.1514,
  69.            ["ping160_170"] = 0.1663,
  70.            ["ping170_180"] = 0.1672,
  71.            ["ping180_190"] = 0.1848,
  72.            ["ping190_200"] = 0.1865,
  73.         },
  74.         ["Shake"] = {
  75.             ["X"] = 10,
  76.             ["Y"] = 0,
  77.             ["Z"] = 0, --dont touch
  78.         },
  79.     },
  80.     ["Misc"] = {
  81.         ["NoDelay"] = true,
  82.         ["AutoReload"] = false,
  83.         ["AutoAir"] = {
  84.             ["Enabled"] = true,
  85.             ["Interval"] = 0.5,
  86.         },
  87.         ["CMDS"] = {
  88.             ["Enabled"] = true,
  89.             ["FOVPrefix"] = "B",
  90.             ["Prediction"] = "A",
  91.        },
  92.     },
  93.     ["Resolution"] = {
  94.         ["Value"] = 1,
  95.        },
  96.     ["Resolvers"] = {  --entirely not
  97.         ["Enabled"] = false,
  98.         ["AutoDetect"] = false,
  99.         ["Type"] = "Recalculator",
  100.     },
  101.     ["Visuals"] = {
  102.         ["Ambient"] = {
  103.             ["Enabled"] = false,
  104.             ["Color"] = Color3.fromRGB(4, 0, 255),
  105.         },
  106.         ["OutDoor Ambient"] = {
  107.             ["Enabled"] = false,
  108.             ["Color"] = Color3.fromRGB(4, 0, 255)
  109.         },
  110.         ["Fog Modifications"] = {
  111.             ["Enabled"] = false,
  112.             ["Color"] = Color3.fromRGB(4, 0, 255),
  113.             ["Start"] = 15,
  114.             ["End"] = 100
  115.         },
  116.         ["ColorCorrection"] = {
  117.             ["Enabled"] = false,
  118.             ["Brightness"] = 0,
  119.             ["Saturation"] = 5,
  120.             ["Contrast"] = 2,
  121.         },
  122.     },
  123. }
  124. loadstring(game:HttpGet("https://raw.githubusercontent.com/bobbbb-b/B/main/77_SJQ0ZC.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement