Advertisement
pa1nx9

Encounters KILL AURA

Nov 12th, 2021
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. while wait(3) do
  2. for i =1,50 do
  3. local A_1 =
  4. {
  5. ["char"] = game:GetService("Workspace").YOUR IGN,
  6. ["direction"] = Vector3.new(-0.62660223245621, 0, -0.77933931350708),
  7. ["charName"] = "Poppy", -- Character name in brackets exc "Uni" "Rat"
  8. ["charhit"] = game:GetService("Workspace").NAME, -- Enemy Name you want to abuse
  9. ["attackType"] = "Unique" -- Basic, Unique, Unique does more damge
  10. }
  11. local Event = game:GetService("ReplicatedStorage").RemoteEvents.DamageRequest
  12. Event:FireServer(A_1)
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement