Advertisement
ROBLOX_HAXX

Strucid Haxx V1

Aug 8th, 2019
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Walls = Instance.new("TextButton")
  4. local Inf = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6.  
  7. ScreenGui.Parent = game.CoreGui
  8. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9.  
  10. Main.Name = "Main"
  11. Main.Parent = ScreenGui
  12. Main.Active = true
  13. Main.BackgroundColor3 = Color3.new(0.0431373, 1, 0.121569)
  14. Main.Position = UDim2.new(0.209774435, 0, 0.141955838, 0)
  15. Main.Size = UDim2.new(0, 375, 0, 289)
  16. Main.Draggable = true
  17.  
  18. Walls.Name = "Walls"
  19. Walls.Parent = Main
  20. Walls.BackgroundColor3 = Color3.new(1, 0, 0)
  21. Walls.Position = UDim2.new(0, 0, 0.238754332, 0)
  22. Walls.Size = UDim2.new(0, 375, 0, 84)
  23. Walls.Font = Enum.Font.SourceSans
  24. Walls.Text = "Shoot Trugh Walls GUI"
  25. Walls.TextColor3 = Color3.new(0, 0, 0)
  26. Walls.TextScaled = true
  27. Walls.TextSize = 14
  28. Walls.TextWrapped = true
  29. Walls.MouseButton1Down:connect(function()
  30. loadstring(game:HttpGet('https://pastebin.com/raw/XxQTD0FP', true))()
  31. end)
  32.  
  33. Inf.Name = "Inf"
  34. Inf.Parent = Main
  35. Inf.BackgroundColor3 = Color3.new(0, 0.431373, 1)
  36. Inf.Position = UDim2.new(0, 0, 0.605536342, 0)
  37. Inf.Size = UDim2.new(0, 375, 0, 84)
  38. Inf.Font = Enum.Font.SourceSans
  39. Inf.Text = "Inf Jump"
  40. Inf.TextColor3 = Color3.new(0, 0, 0)
  41. Inf.TextScaled = true
  42. Inf.TextSize = 14
  43. Inf.TextWrapped = true
  44. Inf.MouseButton1Down:connect(function()
  45. loadstring(game:HttpGet("https://pastebin.com/raw/KDjwLJhu", true))()
  46. end)
  47.  
  48. TextLabel.Parent = Main
  49. TextLabel.Active = true
  50. TextLabel.BackgroundColor3 = Color3.new(1, 0.486275, 0.494118)
  51. TextLabel.Size = UDim2.new(0, 375, 0, 50)
  52. TextLabel.Font = Enum.Font.SourceSans
  53. TextLabel.Text = "Strucid Haxx V1 Welcomes You!"
  54. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  55. TextLabel.TextScaled = true
  56. TextLabel.TextSize = 14
  57. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement