Advertisement
Guest User

UnderGround War Gui Made By Mr. Block

a guest
Jul 26th, 2022
18,244
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 1 0
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  2.  
  3. local w = library:CreateWindow("Underground War Gui") -- Creates the window
  4.  
  5. local b = w:CreateFolder("Player") -- Creates the folder(U will put here your buttons,etc)
  6.  
  7. b:Button("Fast Speed",function()
  8. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  9.  
  10. end)
  11.  
  12. b:Button("Slow Speed",function()
  13. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
  14.  
  15. end)
  16.  
  17. b:Button("InfJump",function()
  18. --Subscribe To ArceusMODZ--
  19.  
  20. local InfiniteJumpEnabled = true
  21. game:GetService("UserInputService").JumpRequest:connect(function()
  22. if InfiniteJumpEnabled then
  23. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  24. end
  25.  
  26. end)
  27.  
  28. end)
  29.  
  30. b:Button("Noclip Gui",function()
  31. local Workspace = game:GetService("Workspace")
  32. local CoreGui = game:GetService("CoreGui")
  33. local Players = game:GetService("Players")
  34. local Noclip = Instance.new("ScreenGui")
  35. local BG = Instance.new("Frame")
  36. local Title = Instance.new("TextLabel")
  37. local Toggle = Instance.new("TextButton")
  38. local StatusPF = Instance.new("TextLabel")
  39. local Status = Instance.new("TextLabel")
  40. local Credit = Instance.new("TextLabel")
  41. local Plr = Players.LocalPlayer
  42. local Clipon = false
  43.  
  44. Noclip.Name = "Noclip"
  45. Noclip.Parent = game.CoreGui
  46.  
  47. BG.Name = "BG"
  48. BG.Parent = Noclip
  49. BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  50. BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  51. BG.BorderSizePixel = 2
  52. BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
  53. BG.Size = UDim2.new(0, 210, 0, 127)
  54. BG.Active = true
  55. BG.Draggable = true
  56.  
  57. Title.Name = "Title"
  58. Title.Parent = BG
  59. Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  60. Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  61. Title.BorderSizePixel = 2
  62. Title.Size = UDim2.new(0, 210, 0, 33)
  63. Title.Font = Enum.Font.Highway
  64. Title.Text = "Noclip"
  65. Title.TextColor3 = Color3.new(1, 1, 1)
  66. Title.FontSize = Enum.FontSize.Size32
  67. Title.TextSize = 30
  68. Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  69. Title.TextStrokeTransparency = 0
  70.  
  71. Toggle.Parent = BG
  72. Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  73. Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  74. Toggle.BorderSizePixel = 2
  75. Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
  76. Toggle.Size = UDim2.new(0, 146, 0, 36)
  77. Toggle.Font = Enum.Font.Highway
  78. Toggle.FontSize = Enum.FontSize.Size28
  79. Toggle.Text = "Toggle"
  80. Toggle.TextColor3 = Color3.new(1, 1, 1)
  81. Toggle.TextSize = 25
  82. Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  83. Toggle.TextStrokeTransparency = 0
  84.  
  85. StatusPF.Name = "StatusPF"
  86. StatusPF.Parent = BG
  87. StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
  88. StatusPF.BackgroundTransparency = 1
  89. StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
  90. StatusPF.Size = UDim2.new(0, 56, 0, 20)
  91. StatusPF.Font = Enum.Font.Highway
  92. StatusPF.FontSize = Enum.FontSize.Size24
  93. StatusPF.Text = "Status:"
  94. StatusPF.TextColor3 = Color3.new(1, 1, 1)
  95. StatusPF.TextSize = 20
  96. StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  97. StatusPF.TextStrokeTransparency = 0
  98. StatusPF.TextWrapped = true
  99.  
  100. Status.Name = "Status"
  101. Status.Parent = BG
  102. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Status.BackgroundTransparency = 1
  104. Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
  105. Status.Size = UDim2.new(0, 56, 0, 20)
  106. Status.Font = Enum.Font.Highway
  107. Status.FontSize = Enum.FontSize.Size14
  108. Status.Text = "off"
  109. Status.TextColor3 = Color3.new(0.666667, 0, 0)
  110. Status.TextScaled = true
  111. Status.TextSize = 14
  112. Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  113. Status.TextWrapped = true
  114. Status.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. Credit.Name = "Credit"
  117. Credit.Parent = BG
  118. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Credit.BackgroundTransparency = 1
  120. Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
  121. Credit.Size = UDim2.new(0, 128, 0, 17)
  122. Credit.Font = Enum.Font.SourceSans
  123. Credit.FontSize = Enum.FontSize.Size18
  124. Credit.Text = "Created by KingLuna"
  125. Credit.TextColor3 = Color3.new(1, 1, 1)
  126. Credit.TextSize = 16
  127. Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  128. Credit.TextStrokeTransparency = 0
  129. Credit.TextWrapped = true
  130.  
  131. Toggle.MouseButton1Click:connect(function()
  132. if Status.Text == "off" then
  133. Clipon = true
  134. Status.Text = "on"
  135. Status.TextColor3 = Color3.new(0,185,0)
  136. Stepped = game:GetService("RunService").Stepped:Connect(function()
  137. if not Clipon == false then
  138. for a, b in pairs(Workspace:GetChildren()) do
  139. if b.Name == Plr.Name then
  140. for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
  141. if v:IsA("BasePart") then
  142. v.CanCollide = false
  143. end end end end
  144. else
  145. Stepped:Disconnect()
  146. end
  147. end)
  148. elseif Status.Text == "on" then
  149. Clipon = false
  150. Status.Text = "off"
  151. Status.TextColor3 = Color3.new(170,0,0)
  152. end
  153. end)
  154.  
  155. end)
  156.  
  157. local b = w:CreateFolder("Weapon") -- Creates the folder(U will put here your buttons,etc)
  158.  
  159. b:Button("Big Reach",function()
  160. local ScreenGui = Instance.new("ScreenGui")
  161. local Frame = Instance.new("Frame")
  162. local Reach = Instance.new("TextButton")
  163.  
  164. ScreenGui.Parent = game.CoreGui
  165. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  166.  
  167. Frame.Parent = ScreenGui
  168. Frame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  169. Frame.BorderColor3 = Color3.fromRGB(75, 75, 75)
  170. Frame.BorderSizePixel = 0
  171. Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
  172. Frame.Size = UDim2.new(0, 150, 0, 90)
  173. Frame.Active = true
  174. Frame.Draggable = true
  175.  
  176. Reach.Name = "Reach"
  177. Reach.Parent = Frame
  178. Reach.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
  179. Reach.BorderSizePixel = 0
  180. Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
  181. Reach.Size = UDim2.new(0, 143, 0, 38)
  182. Reach.Font = Enum.Font.GothamBlack
  183. Reach.Text = "Big"
  184. Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. Reach.TextSize = 14.000
  186. Reach.MouseButton1Down:connect(function()
  187. local sound = Instance.new("Sound")
  188. sound.SoundId = "rbxassetid://413861777"
  189. sound.Parent = game:GetService("SoundService")
  190. sound:Play()
  191.  
  192. wait()
  193. game.StarterGui:SetCore("SendNotification", {
  194. Title = "Need tool"; -- the title (ofc)
  195. Text = "If you dont have weapon then get one and use this command"; -- what the text says (ofc)
  196. Duration = 5; -- how long the notification should in secounds
  197. })
  198. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
  199. if v:isA("Tool") then
  200. local a = Instance.new("SelectionBox",v.Handle)
  201. v.Handle.Massless = true
  202. v.Handle.Transparency = 1
  203. a.Adornee = v.Handle
  204. v.Handle.Size = Vector3.new(30, 30 , 30)
  205. local selectionBox = Instance.new("SelectionBox",v.Handle)
  206. selectionBox.Adornee = v.Handle
  207. selectionBox.Color3 = Color3.new(0, 0.313725, 0.47451)
  208. end
  209. end
  210. end)
  211.  
  212. end)
  213.  
  214. b:Button("Small Reach",function()
  215. local ScreenGui = Instance.new("ScreenGui")
  216. local Frame = Instance.new("Frame")
  217. local Reach = Instance.new("TextButton")
  218.  
  219. ScreenGui.Parent = game.CoreGui
  220. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  221.  
  222. Frame.Parent = ScreenGui
  223. Frame.BorderSizePixel = 0
  224. Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
  225. Frame.Size = UDim2.new(0, 150, 0, 90)
  226. Frame.Active = true
  227. Frame.Draggable = true
  228.  
  229. Reach.Name = "c%m gui by raz"
  230. Reach.Parent = Frame
  231. Reach.BorderSizePixel = 0
  232. Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
  233. Reach.Size = UDim2.new(0, 143, 0, 38)
  234. Reach.Font = Enum.Font.GothamBlack
  235. Reach.Text = "Small"
  236. Reach.TextSize = 14.000
  237. Reach.MouseButton1Down:connect(function()
  238. local sound = Instance.new("Sound")
  239. sound.SoundId = "rbxassetid://4771152040"
  240. sound.Parent = game:GetService("SoundService")
  241. sound:Play()
  242.  
  243. wait()
  244. game.StarterGui:SetCore("SendNotification", {
  245. Title = "how to use this amazing reach?"; -- the title (ofc)
  246. Text = "equip your item first then press the button tell me if u want bigger reach or smaller imposter#4878"; -- what the text says (ofc)
  247. Duration = 10; -- how long the notification should in secounds
  248. })
  249. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
  250. if v:isA("Tool") then
  251. local a = Instance.new("SelectionSphere",v.Handle)
  252. v.Handle.Massless = true
  253. v.Handle.Transparency = 0
  254. a.Adornee = v.Handle
  255. v.Handle.Size = Vector3.new(7, 7 , 7)
  256. local selectionBox = Instance.new("SelectionSphere",v.Handle)
  257. selectionBox.Adornee = v.Handle
  258. SurfaceSelection = 0
  259. end
  260. end
  261. end)
  262.  
  263. end)
  264.  
  265. b:Button("AutoClicker",function()
  266. --Subscribe To ArceusMODZ--
  267. -- If Any Error Happened Let me Know--
  268.  
  269. --// Setting \--
  270. local range = 1000
  271.  
  272. --// Variable \--
  273. local player = game:GetService("Players").LocalPlayer
  274.  
  275. --// Script \--
  276. game:GetService("RunService").RenderStepped:Connect(function()
  277. local p = game.Players:GetPlayers()
  278. for i = 2, #p do local v = p[i].Character
  279. if v and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 and v:FindFirstChild("HumanoidRootPart") and player:DistanceFromCharacter(v.HumanoidRootPart.Position) <= range then
  280. local tool = player.Character and player.Character:FindFirstChildOfClass("Tool")
  281. if tool and tool:FindFirstChild("Handle") then
  282. tool:Activate()
  283. for i,v in next, v:GetChildren() do
  284. if v:IsA("BasePart") then
  285. firetouchinterest(tool.Handle,v,0)
  286. firetouchinterest(tool.Handle,v,1)
  287. end
  288. end
  289. end
  290. end
  291. end
  292. end)
  293.  
  294. end)
  295.  
  296. local b = w:CreateFolder("Troll") -- Creates the folder(U will put here your buttons,etc)
  297.  
  298. b:Button("TpTool",function()
  299. mouse = game.Players.LocalPlayer:GetMouse()
  300. tool = Instance.new("Tool")
  301. tool.RequiresHandle = false
  302. tool.Name = "Equip to Click TP"
  303. tool.Activated:connect(function()
  304. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  305. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  306. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  307. end)
  308. tool.Parent = game.Players.LocalPlayer.Backpack
  309.  
  310. end)
  311.  
  312. b:Button("Noclip Underground",function()
  313. loadstring(game:HttpGet('https://pastebin.com/raw/QKbzxzSj'))()
  314.  
  315. end)
  316.  
  317. b:Button("Target Gui",function()
  318. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\68\56\117\81\76\49\109\84\39\41\41\40\41\10")()
  319.  
  320. end)
  321.  
  322. b:DestroyGui()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement