ZV0K

Dx Hook

Aug 6th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. getgenv().KeyB = "Q" -- the key u want
  2. getgenv().Prediction = 0.1399992 --prediction value
  3. --1
  4. getgenv().Partz = "Head" --part that u want
  5. --2
  6. getgenv().AirshotFunc = nil --true if you want airshot function / false if you dont
  7. getgenv().NotifMode = nil -- again true if you want notification mode, / false if you dont
  8. getgenv().Tracer = nil -- true if you want tracer mode / false if you dont
  9. getgenv().PartMode = nil -- if you want partmode make it true if you dont make it false
  10.  
  11.  
  12. local url = "https://raw.githubusercontent.com/alingiaer/dxhookaa/main/script"
  13.  
  14. loadstring(game:HttpGet(url))()
Add Comment
Please, Sign In to add comment