sasod35

Dragon warrior simulator kill Aura

Jul 13th, 2023 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. function C() spawn(function () while getgenv().C do
  2. for i, v in pairs(game.workspace.ClientEntities:GetChildren()) do
  3. local args = {[1] = 1, [2] = v:GetAttribute("TeamID"),[3] = v.Name} game:GetService("ReplicatedStorage").Remotes.ServerEvent_GameManager:FireServer(unpack(args))
  4. end wait()
  5. end
  6. end)
  7. end
  8.  
  9. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  10.  
  11. local w = library:CreateWindow("Dragon Warrior Sim")
  12.  
  13. local b = w:CreateFolder("Main")
  14.  
  15. b:Toggle("Instant Kill | Win",function(val) getgenv().C = val C() end)
  16.  
  17. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(38, 38, 38);})
  18.  
  19. local w = library:CreateWindow("LocalPlayer")
  20.  
  21. local b = w:CreateFolder("LP")
  22.  
  23. b:DestroyGui()
  24.  
  25. b:Button("Discord",function() setclipboard("workink.co/2GQ/LTD") end)
  26. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  27. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  28. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  29.  
  30. b:Box("Speed","number",function(val) S = val end)
  31. b:Box("Jump","number",function(val) J = val end)
  32. b:Box("Hip Height","number",function(val) H = val end)
  33. b:Box("Gravity","number",function(val) G = val end)
  34.  
  35. b:Toggle("Speed",function(bool) getgenv().WS = bool WS(S) end)
  36. b:Toggle("Jump",function(bool) getgenv().JP = bool JP(J) end)
  37. b:Toggle("Hip Height",function(bool) getgenv().HH = bool HH(H) end)
  38. b:Toggle("Gravity",function(bool) getgenv().WG = bool WG(G) end)
  39.  
  40. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  41.  
  42. function TPCFrame(Player_CFrame) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end end
  43. function RTPCFrame(M_CF) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then M_CF.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end
  44. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  45.  
  46. function WS(N) local TWS = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TWS spawn(function () while getgenv().WS do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = N wait() end end) end
  47. function JP(N) local TJP = game.Players.LocalPlayer.Character.Humanoid.JumpPower game.Players.LocalPlayer.Character.Humanoid.JumpPower = TJP spawn(function () while getgenv().JP do game.Players.LocalPlayer.Character.Humanoid.JumpPower = N wait() end end) end
  48. function HH(N) local THH = game.Players.LocalPlayer.Character.Humanoid.HipHeight game.Players.LocalPlayer.Character.Humanoid.HipHeight = THH print(THH) spawn(function () while getgenv().HH do game.Players.LocalPlayer.Character.Humanoid.HipHeight = N wait() end end) end
  49. function WG(N) spawn(function () while getgenv().WG do game.workspace.Gravity = N if not getgenv().WG then game.workspace.Gravity = 196.2 end wait() end end) end
Add Comment
Please, Sign In to add comment