Advertisement
Achitsak

FreeFire

Feb 26th, 2022
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. -- Expoler v1
  2. -- Free Fire Script id : 5984870779
  3. local plr = game.Players.LocalPlayer
  4. for i,v in pairs(game.Players:GetChildren()) do
  5. if v.Name ~= plr.Name then
  6. local args = {
  7. [1] = game:GetService("Players").LocalPlayer.Character.AWM,
  8. [2] = {
  9. ["p"] = nil,
  10. ["pid"] = 1,
  11. ["part"] = v.Character.Head,
  12. ["d"] = 3.8139500617980957,
  13. ["maxDist"] = 3.7161803245544434,
  14. ["h"] = v.Character.HumanoidRootPart,
  15. ["m"] = Enum.Material.Plastic,
  16. ["sid"] = 1,
  17. ["t"] = 0.4118874582689988,
  18. ["n"] = Vector3.new(0, 1, 0)
  19. }
  20. }
  21. game:GetService("ReplicatedStorage").WeaponsSystem.Network.WeaponHit:FireServer(unpack(args))
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement