Advertisement
SimpleX123

Untitled

Feb 26th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SimpleGUI = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local iy = Instance.new("TextButton")
  7. local close = Instance.new("TextButton")
  8. local minimize = Instance.new("TextButton")
  9. local grabknifev1 = Instance.new("TextButton")
  10. local gascan = Instance.new("TextButton")
  11. local open = Instance.new("Frame")
  12. local openbut = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. SimpleGUI.Name = "SimpleGUI"
  17. SimpleGUI.Parent = game.CoreGui
  18.  
  19. main.Name = "main"
  20. main.Parent = SimpleGUI
  21. main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  22. main.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  23. main.Draggable = true
  24. main.Position = UDim2.new(0.290162295, 0, 0.142292455, 0)
  25. main.Selectable = true
  26. main.Size = UDim2.new(0, 627, 0, 362)
  27.  
  28. title.Name = "title"
  29. title.Parent = main
  30. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. title.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  32. title.Position = UDim2.new(0.234449759, 0, 0, 0)
  33. title.Size = UDim2.new(0, 310, 0, 44)
  34. title.Font = Enum.Font.SciFi
  35. title.Text = "SimpleGUI - Alpha V2.2.1"
  36. title.TextColor3 = Color3.new(1, 1, 1)
  37. title.TextSize = 30
  38. title.TextWrapped = true
  39.  
  40. iy.Name = "iy"
  41. iy.Parent = main
  42. iy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. iy.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  44. iy.Position = UDim2.new(0, 0, 0.143646404, 0)
  45. iy.Size = UDim2.new(0, 164, 0, 50)
  46. iy.Font = Enum.Font.SciFi
  47. iy.Text = "Infinite Yield"
  48. iy.TextColor3 = Color3.new(1, 1, 1)
  49. iy.TextSize = 20
  50.  
  51. iy.MouseButton1Down:connect(function()
  52. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  53. end)
  54.  
  55. close.Name = "close"
  56. close.Parent = main
  57. close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  58. close.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. close.Position = UDim2.new(0.934609234, 0, 0, 0)
  60. close.Size = UDim2.new(0, 41, 0, 26)
  61. close.Font = Enum.Font.SciFi
  62. close.Text = "X"
  63. close.TextColor3 = Color3.new(1, 1, 1)
  64. close.TextSize = 20
  65.  
  66. minimize.Name = "minimize"
  67. minimize.Parent = main
  68. minimize.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. minimize.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. minimize.Position = UDim2.new(0.869218469, 0, 0, 0)
  71. minimize.Size = UDim2.new(0, 41, 0, 18)
  72. minimize.Font = Enum.Font.SciFi
  73. minimize.Text = " _"
  74. minimize.TextColor3 = Color3.new(1, 1, 1)
  75. minimize.TextSize = 20
  76.  
  77.  
  78. minimize.MouseButton1Down:connect(function()
  79. main.Visible = false
  80. open.Visible = true
  81. end)
  82.  
  83. grabknifev1.Name = "grabknifev1"
  84. grabknifev1.Parent = main
  85. grabknifev1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  86. grabknifev1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  87. grabknifev1.Position = UDim2.new(0.261563003, 0, 0.143646404, 0)
  88. grabknifev1.Size = UDim2.new(0, 200, 0, 50)
  89. grabknifev1.Font = Enum.Font.SciFi
  90. grabknifev1.Text = "Grab Knife V1"
  91. grabknifev1.TextColor3 = Color3.new(1, 1, 1)
  92. grabknifev1.TextSize = 20
  93.  
  94. grabknifev1.MouseButton1Down:connect(function()
  95. loadstring(game:HttpGet(('https://pastebin.com/raw/JQV4fQRc'),true))()
  96. end)
  97.  
  98. gascan.Name = "gascan"
  99. gascan.Parent = main
  100. gascan.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. gascan.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  102. gascan.Position = UDim2.new(0.580542266, 0, 0.143646404, 0)
  103. gascan.Size = UDim2.new(0, 263, 0, 50)
  104. gascan.Font = Enum.Font.SciFi
  105. gascan.Text = "Gas Can"
  106. gascan.TextColor3 = Color3.new(1, 1, 1)
  107. gascan.TextSize = 20
  108.  
  109. gascan.MouseButton1Down:connect(function()
  110. loadstring(game:HttpGet(('https://pastebin.com/raw/9gzpcRuD'),true))()
  111. end)
  112.  
  113.  
  114. open.Name = "open"
  115. open.Parent = SimpleGUI
  116. open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. open.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. open.Position = UDim2.new(0, 0, 0.905138373, 0)
  119. open.Size = UDim2.new(0, 102, 0, 48)
  120. open.Visible = false
  121.  
  122. openbut.Name = "openbut"
  123. openbut.Parent = open
  124. openbut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  125. openbut.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  126. openbut.Size = UDim2.new(0, 102, 0, 48)
  127. openbut.Font = Enum.Font.SciFi
  128. openbut.Text = "Open"
  129. openbut.TextColor3 = Color3.new(1, 1, 1)
  130. openbut.TextSize = 20
  131.  
  132. openbut.MouseButton1Down:connect(function()
  133. open.Visible = false
  134. main.Visible = true
  135. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement