Advertisement
RDMScript

Untitled

Feb 4th, 2021
18,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2. Title = "Nice";
  3. Text = "...";
  4. })
  5. local library = loadstring(game:HttpGet("https://pastebin.com/raw/zH17BK2a", true))()
  6. local example = library:CreateWindow({
  7. text = "Main"
  8. })
  9.  
  10. example:AddToggle("Fly All", function(state)
  11. _G.fly = state or false
  12. while _G.fly do
  13. wait()
  14. for i,v in pairs(game.Players:GetChildren()) do
  15. if v.Name ~= game.Players.LocalPlayer.Name and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 then
  16. local A_1 = v.Character.Humanoid
  17. local A_2 = 0
  18. local A_3 = 0.25
  19. local A_4 = Vector3.new(0, 10000000, 0)
  20. game:GetService("ReplicatedStorage").Damage13:FireServer(A_1, A_2, A_3, A_4)
  21. end
  22. end
  23. end
  24. end)
  25.  
  26. example:AddToggle("Knockd and Jump", function(state)
  27. _G.exed = state or false
  28. while _G.exed do
  29. wait(0.1)
  30. for i,v in pairs(game.Players:GetChildren()) do
  31. if v.Name ~= game.Players.LocalPlayer.Name and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 then
  32. game:GetService("ReplicatedStorage").Knock:FireServer(v.Character.Humanoid)
  33. game:GetService("ReplicatedStorage").GetUp:FireServer(v.Character.Humanoid)
  34. game:GetService("ReplicatedStorage").GetUp:FireServer(game.Players.LocalPlayer.Character.Humanoid)
  35. game:GetService("ReplicatedStorage").Knock:FireServer(game.Players.LocalPlayer.Character.Humanoid)
  36. end
  37. end
  38. end
  39. end)
  40.  
  41. example:AddToggle("Berserk All", function(state)
  42. _G.rrd = state or false
  43. while _G.rrd do
  44. wait(1.5)
  45. for i,v in pairs(game.Players:GetChildren()) do
  46. if v.Name ~= game.Players.LocalPlayer.Name and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 then
  47. game:GetService("ReplicatedStorage").Berserk:FireServer(v.Character.Humanoid)
  48. end
  49. end
  50. end
  51. end)
  52.  
  53. example:AddToggle("TP Item", function(state)
  54. _G.tool = state or false
  55. while _G.tool do
  56. wait()
  57. for i,v in pairs(game.workspace:getDescendants()) do
  58. if v.ClassName == "Tool" then
  59. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
  60. end
  61. end
  62. end
  63. end)
  64.  
  65. example:AddButton("God All", function()
  66. for i,v in pairs(game.Players:GetChildren()) do
  67. if v.Name ~= game.Players.LocalPlayer.Name and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 then
  68. local A_1 = v.Character.Humanoid
  69. local A_2 = v.Character.HumanoidRootPart.CFrame
  70. local A_3 = -10000000000000
  71. local A_4 = 0.25
  72. local A_5 = Vector3.new(v.Character.HumanoidRootPart.Position)
  73. local A_6 = "rbxassetid://5624656949"
  74. local A_7 = 10
  75. local A_8 = Color3.new(255, 255, 255)
  76. local A_9 = "rbxassetid://5624656949"
  77. local A_10 = 1
  78. local A_11 = 1
  79. local Event = game:GetService("ReplicatedStorage").Damage2
  80. game:GetService("ReplicatedStorage").Berserk:FireServer(v.Character.HumanoidRootPart.CFrame)
  81. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8, A_9, A_10, A_11)
  82. end
  83. end
  84. end)
  85.  
  86. example:AddButton("God Self", function()
  87. local A_1 = game.Players.LocalPlayer.Character.Humanoid
  88. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  89. local A_3 = -10000000000000
  90. local A_4 = 0.25
  91. local A_5 = Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  92. local A_6 = "rbxassetid://5624656949"
  93. local A_7 = 10
  94. local A_8 = Color3.new(255, 255, 255)
  95. local A_9 = "rbxassetid://5624656949"
  96. local A_10 = 1
  97. local A_11 = 1
  98. local Event = game:GetService("ReplicatedStorage").Damage2
  99. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8, A_9, A_10, A_11)
  100. end)
  101.  
  102. local credits = library:CreateWindow({text='Credits'})
  103. credits:AddLabel("Babyspiderman#2582: Scripts\n\nwally: UI\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement