Sharkkkkkk

SILENT AIM

Dec 12th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local GetTarget = loadstring(game:HttpGet(('https://raw.githubusercontent.com/yesok3877/Miscellaneous/master/Get-Closest-To-Cursor')))()
  2. local Global = require(game:GetService("ReplicatedStorage").GlobalStuff)
  3. local OldFire = Global.ConeOfFire
  4. Global.ConeOfFire = function(...)
  5. Args = {...}
  6. Target = GetTarget()
  7. if Target then
  8. Args[3] = Target.Character.Head.Position
  9. end
  10. return OldFire(unpack(Args))
  11. end
Add Comment
Please, Sign In to add comment