Advertisement
EXOTIC_HUBX

Hole in the wall script

Dec 7th, 2022 (edited)
877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.13 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/GcC9P2Je"))()
  2.  
  3.  
  4. local P1 = library.window("GAME")
  5.  
  6.  
  7. P1.toggle("Auto Win (solo only),",false,function(value)
  8.      Auto_Win = value
  9.      
  10.          while wait() do
  11.          if Auto_Win == false then break end
  12.              local args = {
  13.     [1] = "ROUND_COMPLETED"
  14. }
  15.  
  16. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  17. end
  18. end)
  19.  
  20. P1.button("Copy Coordinate",function()
  21. setclipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position))
  22. set()
  23. end)
  24.  
  25. P1.button("domain hub",function()
  26. loadstring(game:HttpGet("https://pastebin.com/raw/udQLpt5d"))()
  27. end)
  28.  
  29. local ScreenGui = Instance.new("ScreenGui")
  30. local Pos = Instance.new("TextLabel")
  31. local ItemDetect = Instance.new("TextLabel")
  32.  
  33.  
  34. --Properties:
  35.  
  36.  
  37. ScreenGui.Parent = game.CoreGui
  38. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  39.  
  40.  
  41. Pos.Name = "Pos"
  42. Pos.Parent = ScreenGui
  43. Pos.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. Pos.BackgroundTransparency = 1.000
  45. Pos.Position = UDim2.new(0.786138654, 0, 0, 0)
  46. Pos.Text = "Team: {TeamTeam}"
  47. Pos.Size = UDim2.new(0, 135, 0, 25)
  48. Pos.Font = Enum.Font.SourceSans
  49. Pos.TextColor3 = Color3.fromRGB(0, 255, 0)
  50. Pos.TextScaled = true
  51. Pos.TextSize = 14.000
  52. Pos.TextWrapped = true
  53.  
  54.  
  55. ItemDetect.Name = "ItemDetect"
  56. ItemDetect.Parent = ScreenGui
  57. ItemDetect.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. ItemDetect.BackgroundTransparency = 1.000
  59. ItemDetect.BorderColor3 = Color3.fromRGB(255, 255, 255)
  60. ItemDetect.Position = UDim2.new(0.700000048, 0, 0, 0)
  61. ItemDetect.Text = "{TimeTime}"
  62. ItemDetect.Size = UDim2.new(0, 125, 0, 25)
  63. ItemDetect.Font = Enum.Font.SourceSans
  64. ItemDetect.TextColor3 = Color3.fromRGB(253, 253, 253)
  65. ItemDetect.TextScaled = true
  66. ItemDetect.TextSize = 14.000
  67. ItemDetect.TextWrapped = true
  68.  
  69.  
  70. -- Scripts:
  71.  
  72.  
  73. local RunService = game:GetService("RunService")
  74. RunService.RenderStepped:Connect(function()
  75. Pos.Text = "Team: "..tostring(game.Players.LocalPlayer.Team)
  76. end)
  77.  
  78.  
  79. local RunService = game:GetService("RunService")
  80. RunService.RenderStepped:Connect(function()
  81. ItemDetect.Text = os.date()
  82. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement