Advertisement
ShadowEmbrance

BEST OP CAMLOCK 2024

Nov 18th, 2024
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.38 KB | Source Code | 0 0
  1. CREDITS TO PLUH:)
  2.  
  3. SCRIPT:
  4. getgenv().phyx_target = {
  5.     ["Main"] = {
  6.        ["Prediction"] = 0.16253,
  7.        ["Partz"] = { "UpperTorso", "Head", "UpperTorso" },
  8.        ["Air Delay"] = { true, delay = 0.14, delay2 = 0.34 }, -- Delay2 will always be active even if you setted the input to true. If you don't want it, then set it to 0 ( recommend to set it to false and then use 0 delay2 for blatant use )
  9.       ["AutoPred"] = false,
  10.       ["Dot"] = true,
  11.       ["No Floor Shots"] = true,
  12.       ["Offsets"] = { true, value = 1.16150 } -- // recommended; 0.16288 for 160+ ping. NOT an prediction. Create your own offset! ts is new and different from other locks!!
  13.    },
  14.    ["Aim Assist"] = {
  15.       ["Cam Enabled"] = true,
  16.       ["Partz"] = "UpperTorso",
  17.       ["Use Smoothness"] = true,
  18.       ["Smoothness Value"] = 0.41
  19.    },
  20.    ["GUIs"] = {
  21.       ["Save Position"] = true,
  22.       ["Auto Air"] = true,
  23.       ["Buy Items"] = true, -- // Only works on VFS games.
  24.       ["Reset"] = true,
  25.       ["Leave"] = false,
  26.       ["Bullet Tp"] = true, -- //  works most dh games
  27.       ["Trigger Bot"] = { false, delay = 5.5 }, -- // under maintenance, but works without delay.
  28.       ["Macro"] = { true, type = "Legit" } -- // Can be: "Legit" , "Speed" , "CFrame".
  29.    }
  30. }
  31.  
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/plah911/phyx/refs/heads/main/prime%20is%20back"))();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement