Advertisement
MawinCK

Scriptblox GUI swat vs Criminal Destroy #714791MAN

Nov 29th, 2023 (edited)
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. ---Script made by Mawin_CK
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  3. local Window = OrionLib:MakeWindow({Name = "criminals vs swat 2023 to 2024 script still work OP script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. --[[
  6. Name = <string> - The name of the UI.
  7. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  8. SaveConfig = <bool> - Toggles the config saving in the UI.
  9. ConfigFolder = <string> - The name of the folder where the configs are saved.
  10. IntroEnabled = <bool> - Whether or not to show the intro animation.
  11. IntroText = <string> - Text to show in the intro animation.
  12. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  13. Icon = <string> - URL to the image you want displayed on the window.
  14. CloseCallback = <function> - Function to execute when the window is closed.
  15. ]]
  16. local Tab = Window:MakeTab({
  17. Name = "Script",
  18. Icon = "rbxassetid://4483345998",
  19. PremiumOnly = false
  20. })
  21.  
  22. --[[
  23. Name = <string> - The name of the tab.
  24. Icon = <string> - The icon of the tab.
  25. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  26. ]]
  27. local Section = Tab:AddSection({
  28. Name = "Script and remote Event"
  29. })
  30.  
  31. --[[
  32. Name = <string> - The name of the section.
  33. ]]
  34. Tab:AddButton({
  35. Name = "god mode and kill all GUI",
  36. Callback = function()local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  37.  
  38. local w = library:CreateWindow("Some shit game")
  39.  
  40. local b = w:CreateFolder("Main")
  41.  
  42. b:Button("Kill All",function()
  43. local place_Holder = {}
  44.  
  45. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  46. if v.Name == "InflictTarget" then
  47. place_Holder = v
  48. end
  49. end;
  50.  
  51. for i=2,#game.Players:GetPlayers() do
  52. pcall(function()
  53. local v=game.Players:GetPlayers()[i]
  54. place_Holder:FireServer(v.Character.Humanoid,v.Character.UpperTorso,math.huge,nil,0,false)
  55. end)
  56. end;
  57. end)
  58.  
  59. b:Button("God Mode",function()
  60. local place_Holder = {}
  61.  
  62. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  63. if v.Name == "InflictTarget" then
  64. place_Holder = v
  65. end
  66. end;
  67.  
  68.  
  69. pcall(function()
  70. place_Holder:FireServer(game.Players.LocalPlayer.Character.Humanoid,game.Players.LocalPlayer.Character.UpperTorso,-math.huge,nil,0,false)
  71. end)
  72.  
  73. end)
  74. print("button pressed")
  75. end
  76. })
  77.  
  78. --[[
  79. Name = <string> - The name of the button.
  80. Callback = <function> - The function of the button.
  81. ]]
  82. Tab:AddButton({
  83. Name = "Ghost Hub OP",
  84. Callback = function()loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  85. print("button pressed")
  86. end
  87. })
  88.  
  89. --[[
  90. Name = <string> - The name of the button.
  91. Callback = <function> - The function of the button.
  92. ]]
  93. Tab:AddButton({
  94. Name = "hit box expand PERMANENT",
  95. Callback = function()_G.HeadSize = 50
  96. _G.Disabled = true
  97.  
  98. game:GetService('RunService').RenderStepped:connect(function()
  99. if _G.Disabled then
  100. for i,v in next, game:GetService('Players'):GetPlayers() do
  101. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  102. pcall(function()
  103. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  104. v.Character.HumanoidRootPart.Transparency = 0.7
  105. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
  106. v.Character.HumanoidRootPart.Material = "Neon"
  107. v.Character.HumanoidRootPart.CanCollide = false
  108. end)
  109. end
  110. end
  111. end
  112. end)
  113. print("button pressed")
  114. end
  115. })
  116.  
  117. --[[
  118. Name = <string> - The name of the button.
  119. Callback = <function> - The function of the button.
  120. ]]
  121. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement