Prokri43

Dxhookaa

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