Advertisement
Pure_Guy

Check It Containment Facility [RP] hack

Jun 1st, 2020 (edited)
2,389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.01 KB | None | 0 0
  1. -- ChillHax GUI
  2.  
  3. -- this is the first ever GUI for: "Check It Containment Facility [RP]" on roblox
  4.  
  5. -- i will update this very regularly
  6.  
  7.  
  8. -- made this hack because of people that abuse their powers. You can now
  9. -- get the best in-game armor possible and escape with ease to take revenge
  10. -- on the retards that kill you for no reason.
  11.  
  12.  
  13.  
  14. -- made by Pure Random
  15. -- v0.03
  16. -- works as of 29/11/2020
  17.  
  18.  
  19. -- updated 27/07/2020
  20.  
  21.  
  22. -- Instances:
  23.  
  24. local ScreenGui = Instance.new("ScreenGui")
  25. local Frame = Instance.new("Frame")
  26. local _1 = Instance.new("TextButton")
  27. local _2 = Instance.new("TextButton")
  28. local _3 = Instance.new("TextButton")
  29. local _4 = Instance.new("TextButton")
  30. local _5 = Instance.new("TextButton")
  31. local Title = Instance.new("TextLabel")
  32.  
  33. --Properties:
  34. ScreenGui.Name = "ChillHax"
  35. ScreenGui.Parent = game.CoreGui
  36. ScreenGui.ResetOnSpawn = false
  37.  
  38. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. Frame.Parent = ScreenGui
  42. Frame.Draggable = true
  43. Frame.Active = true
  44. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  45. Frame.BorderSizePixel = 2
  46. Frame.Position = UDim2.new(0.035860654, 0, 0.416376293, 0)
  47. Frame.Size = UDim2.new(0, 300, 0, 300)
  48.  
  49. _1.Name = "1"
  50. _1.Parent = Frame
  51. _1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. _1.BackgroundTransparency = 1.000
  53. _1.Position = UDim2.new(-0.000806093216, 0, 0.24703829, 0)
  54. _1.Size = UDim2.new(0, 100, 0, 52)
  55. _1.Font = Enum.Font.SourceSansSemibold
  56. _1.Text = "Raider Spawn"
  57. _1.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. _1.TextSize = 15.000
  59. _1.MouseButton1Down:connect(function()
  60.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(174.110641, 21.7736206, 492.486969))
  61. end)
  62.  
  63.  
  64. _2.Name = "2"
  65. _2.Parent = Frame
  66. _2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. _2.BackgroundTransparency = 1.000
  68. _2.Position = UDim2.new(0.331652999, 0, 0.247038305, 0)
  69. _2.Size = UDim2.new(0, 100, 0, 52)
  70. _2.Font = Enum.Font.SourceSansSemibold
  71. _2.Text = "DOC armor"
  72. _2.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. _2.TextSize = 15.000
  74. _2.MouseButton1Down:connect(function()
  75.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(28.6183147, 16.2734127, 135.002258))
  76. end)
  77.  
  78.  
  79. _3.Name = "3"
  80. _3.Parent = Frame
  81. _3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. _3.BackgroundTransparency = 1.000
  83. _3.Position = UDim2.new(0.664112031, 0, 0.24703829, 0)
  84. _3.Size = UDim2.new(0, 100, 0, 52)
  85. _3.Font = Enum.Font.SourceSansSemibold
  86. _3.Text = "Security Spawn"
  87. _3.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. _3.TextSize = 15.000
  89. _3.MouseButton1Down:connect(function()
  90.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-195.857971, -0.932753146, -57.8256912))
  91. end)
  92.  
  93.  
  94. _4.Name = "4"
  95. _4.Parent = Frame
  96. _4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. _4.BackgroundTransparency = 1.000
  98. _4.Position = UDim2.new(-0.000806007534, 0, 0.455052316, 0)
  99. _4.Size = UDim2.new(0, 100, 0, 52)
  100. _4.Font = Enum.Font.SourceSansSemibold
  101. _4.Text = "ETF armor"
  102. _4.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. _4.TextSize = 15.000
  104. _4.MouseButton1Down:connect(function()
  105.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-250.5003513, 17.0209904, 287.745819))
  106. end)
  107.  
  108.  
  109. _5.Name = "5"
  110. _5.Parent = Frame
  111. _5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. _5.BackgroundTransparency = 1.000
  113. _5.Position = UDim2.new(0.330355167, 0, 0.455052316, 0)
  114. _5.Size = UDim2.new(0, 100, 0, 52)
  115. _5.Font = Enum.Font.SourceSansSemibold
  116. _5.Text = "end of sewer"
  117. _5.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. _5.TextSize = 15.000
  119. _5.MouseButton1Down:connect(function()
  120.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-203.827713, -39.7743225, 28.304121))
  121. end)
  122.  
  123.  
  124. Title.Name = "Title"
  125. Title.Parent = Frame
  126. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  127. Title.BorderSizePixel = 2
  128. Title.Position = UDim2.new(-0.00413934514, 0, -0.000290364027, 0)
  129. Title.Size = UDim2.new(0, 300, 0, 50)
  130. Title.Font = Enum.Font.Gotham
  131. Title.Text = "ChillHax V0.03"
  132. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. Title.TextSize = 20.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement