Advertisement
Guest User

Aimbot Everyone on other team! The Underground War

a guest
Mar 18th, 2020
15,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. --EQUIP GUN FIRST BEFORE EXECUTING SCRIPT!!!!
  2. --MADE BY OculusQuestBoy AND USED RemoteSpy TO MAKE THIS
  3. --ONLY WORKS IN https://www.roblox.com/games/4674198549/The-Underground-War
  4.  
  5. local loopKill = true --Change to false to stop
  6. local you = game.Players.LocalPlayer --MAKES IT ONLY WORK FOR YOU
  7. local weapon = you.Character.GLOCK -- Changing Weapon by what the tool is called in inventory
  8.  
  9. while wait() do
  10. for i, v in pairs(game.Players:GetChildren()) do
  11. if v.Team ~= game.Players.LocalPlayer.Team and loopKill == true and v.Character.Humanoid.Health ~= 0 and not v.Character:FindFirstChildOfClass("Forcefield") then
  12. local player = v.Character.Name
  13. local args = {
  14. [1] = weapon, --Change Weapon to whatever weapon you have!
  15. [2] = game:GetService("Players").LocalPlayer,
  16. [3] = workspace[player].Humanoid,
  17. [4] = workspace[player].HumanoidRootPart,
  18. [5] = 99999999999999,
  19. [6] = {
  20. [1] = 0,
  21. [2] = 0,
  22. [3] = false,
  23. [4] = false,
  24. [5] = weapon["GunScript_Server"].IgniteScript, --Change Weapon to whatever weapon you have!
  25. [6] = weapon["GunScript_Server"].IcifyScript, --Change Weapon to whatever weapon you have!
  26. [7] = 100,
  27. [8] = 100,
  28. },
  29. [7] = {
  30. [1] = false,
  31. [2] = 0,
  32. [3] = 3,
  33. },
  34. [8] = workspace[player].Head,
  35. [9] = {
  36. [1] = false,
  37. [2] = {
  38. [1] = 1930359546,
  39. },
  40. [3] = 1,
  41. [4] = 1.5,
  42. [5] = 1,
  43. },
  44. }
  45.  
  46. game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
  47. game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
  48. game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
  49. game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
  50. game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
  51. game:GetService("ReplicatedStorage").Remotes.InflictTarget:InvokeServer(unpack(args))
  52. end
  53. end
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement