Advertisement
UnknownExploiter

FallenV3 Scripts

Jan 27th, 2019
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.34 KB | None | 0 0
  1. -- Made by UnknownExploiter ;)
  2. -- yes all of these scripts, except bring food / crates that was made by my boi Existence
  3. -- NEW SCRIPT (2/10/19) "Spam C4"
  4.  
  5. -- Spam C4 EVERYWHERE /btw remove "while true do", "wait(0.01)", and "end" to make it only throw 1 c4.
  6. -- and yes it works when u have 0 c4 in ur inventory <3
  7. while true do
  8. wait(0.01)
  9. local A = CFrame.new(game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.Position)Vector3.new(1,1,1)
  10. game:GetService("ReplicatedStorage").Remotes.ThrowExplosive:FireServer(A, 70, "CodeHere")
  11. end
  12.  
  13. -- Bring Food / Crates Script
  14. loadstring(game:HttpGet(('https://pastebin.com/raw/3PFWMiWd'),true))()
  15.  
  16. -- Give HP
  17. local A_1 = game:GetService("Workspace").Name.Humanoid
  18. local A_2 = -10000
  19. local A_3 = 1099752
  20. local A_4 = "CodeHere"
  21. local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
  22. Event:FireServer(A_1, A_2, A_3, A_4)
  23.  
  24. -- God
  25. while true do
  26. wait(0.01)
  27. local A_1 = game:GetService("Workspace").Name.Humanoid
  28. local A_2 = -10000
  29. local A_3 = 1099752
  30. local A_4 = "CodeHere"
  31. local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
  32. Event:FireServer(A_1, A_2, A_3, A_4)
  33. end
  34.  
  35. -- Kill
  36. local A_1 = game:GetService("Workspace").Name.Humanoid
  37. local A_2 = 100
  38. local A_3 = 1099752
  39. local A_4 = "CodeHere"
  40. local A_5 = game:GetService("Players").Name.PlayerStats.MeleeProtectionHead
  41. local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
  42. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  43.  
  44. -- God Item
  45. while true do
  46. wait(.1)
  47. game.Players.LocalPlayer.Tools["ItemHere"].Ammo.Value = 30
  48. wait(.1)
  49. game.Players.LocalPlayer.Tools["ItemHere"].Durability.Value = 10
  50. end
  51.  
  52. -- Loop Kill
  53. while true do
  54. wait(10)
  55. local A_1 = game:GetService("Workspace").Name.Humanoid
  56. local A_2 = 100
  57. local A_3 = 1099752
  58. local A_4 = "CodeHere"
  59. local A_5 = game:GetService("Players").Name.PlayerStats.MeleeProtectionHead
  60. local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
  61. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  62. end
  63.  
  64. -- Admin Spawn Item Gui (Execute then respawn) (Patched)
  65. game.Players.LocalPlayer.Name = "neddleduck"
  66.  
  67. -- Give HP
  68. local A_1 = game:GetService("Workspace").Name.Humanoid
  69. local A_2 = -10000
  70. local A_3 = 1099752
  71. local A_4 = "CodeHere"
  72. local Event = game:GetService("ReplicatedStorage").Remotes.DamagePlayer
  73. Event:FireServer(A_1, A_2, A_3, A_4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement