Advertisement
fintater

Untitled

Feb 20th, 2021
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. --made by finn
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local GUImadebyfin1133 = Instance.new("TextLabel")
  5. local Esp = Instance.new("TextButton")
  6. local Hitbox = Instance.new("TextButton")
  7. local Admin = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local Openmain = Instance.new("Frame")
  10. local OPEN = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = ScreenGui
  18. Main.BackgroundColor3 = Color3.fromRGB(95, 24, 25)
  19. Main.Position = UDim2.new(0.269687951, 0, 0.561893225, 0)
  20. Main.Size = UDim2.new(0, 246, 0, 108)
  21. Main.Visible = false
  22. Main.Active = true
  23. Main.Draggable = true
  24.  
  25. GUImadebyfin1133.Name = "GUI made by fin#1133"
  26. GUImadebyfin1133.Parent = Main
  27. GUImadebyfin1133.BackgroundColor3 = Color3.fromRGB(97, 40, 47)
  28. GUImadebyfin1133.Size = UDim2.new(0, 246, 0, 33)
  29. GUImadebyfin1133.Font = Enum.Font.Ubuntu
  30. GUImadebyfin1133.Text = "GUI MADE BY fin#1133"
  31. GUImadebyfin1133.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. GUImadebyfin1133.TextSize = 17.000
  33.  
  34. Esp.Name = "Esp"
  35. Esp.Parent = Main
  36. Esp.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
  37. Esp.Position = UDim2.new(3.7252903e-09, 0, 0.413335979, 0)
  38. Esp.Size = UDim2.new(0, 51, 0, 50)
  39. Esp.Font = Enum.Font.SourceSans
  40. Esp.Text = "ESP"
  41. Esp.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. Esp.TextSize = 14.000
  43. Esp.MouseButton1Down:connect(function()
  44. loadstring(game:HttpGet(('https://pastebin.com/raw/BsVMkJZN'),true))()
  45. end)
  46.  
  47. Hitbox.Name = "Hitbox"
  48. Hitbox.Parent = Main
  49. Hitbox.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
  50. Hitbox.Position = UDim2.new(0.784552932, 0, 0.413335979, 0)
  51. Hitbox.Size = UDim2.new(0, 53, 0, 50)
  52. Hitbox.Font = Enum.Font.SourceSans
  53. Hitbox.Text = "Hitbox"
  54. Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. Hitbox.TextSize = 14.000
  56. Hitbox.MouseButton1Down:connect(function()
  57. loadstring(game:HttpGet(('https://pastebin.com/raw/xDjukQ0h'),true))()
  58. end)
  59.  
  60. Admin.Name = "Admin"
  61. Admin.Parent = Main
  62. Admin.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
  63. Admin.Position = UDim2.new(0.386179, 0, 0.413335979, 0)
  64. Admin.Size = UDim2.new(0, 56, 0, 50)
  65. Admin.Font = Enum.Font.SourceSans
  66. Admin.Text = "ADMIN"
  67. Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. Admin.TextSize = 14.000
  69. Admin.MouseButton1Down:connect(function()
  70. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  71. end)
  72.  
  73. Close.Name = "Close"
  74. Close.Parent = Main
  75. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  76. Close.Position = UDim2.new(0.853658676, 0, 0.0143884867, 0)
  77. Close.Size = UDim2.new(0, 36, 0, 28)
  78. Close.Font = Enum.Font.SourceSans
  79. Close.Text = "X"
  80. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. Close.TextSize = 37.000
  82. Close.MouseButton1Down:connect(function()
  83. Main.Visible = false
  84. Openmain.Visible = true
  85. end)
  86.  
  87. Openmain.Name = "Openmain"
  88. Openmain.Parent = ScreenGui
  89. Openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. Openmain.Position = UDim2.new(0.00520059653, 0, 0.951456249, 0)
  91. Openmain.Size = UDim2.new(0, 53, 0, 31)
  92. Openmain.Active = true
  93. Openmain.Draggable = true
  94.  
  95. OPEN.Name = "OPEN"
  96. OPEN.Parent = Openmain
  97. OPEN.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
  98. OPEN.Size = UDim2.new(0, 53, 0, 31)
  99. OPEN.Font = Enum.Font.SourceSans
  100. OPEN.Text = "OPEN"
  101. OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. OPEN.TextSize = 17.000
  103. OPEN.MouseButton1Down:connect(function()
  104. Openmain.Visible = false
  105. Main.Visible = true
  106. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement