Advertisement
Guest User

Snake Gui

a guest
Feb 22nd, 2020
2,811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local beautyA = Instance.new("Frame")
  6. local beautyB = Instance.new("Frame")
  7. local Close = Instance.new("TextButton")
  8. local Credit = Instance.new("TextLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local AutoRob = Instance.new("TextButton")
  11. local GUI1 = Instance.new("TextButton")
  12. local Line = Instance.new("Frame")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. OpenFrame.Name = "OpenFrame"
  19. OpenFrame.Parent = ScreenGui
  20. OpenFrame.Active = true
  21. OpenFrame.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  22. OpenFrame.Position = UDim2.new(0, 0, 0.602006674, 0)
  23. OpenFrame.Size = UDim2.new(0, 108, 0, 44)
  24.  
  25. Open.Name = "Open"
  26. Open.Parent = OpenFrame
  27. Open.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  28. Open.BackgroundTransparency = 1.000
  29. Open.Position = UDim2.new(0.113333389, 0, 0.160908774, 0)
  30. Open.Size = UDim2.new(0, 82, 0, 29)
  31. Open.Font = Enum.Font.Cartoon
  32. Open.Text = "Öffnen"
  33. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. Open.TextScaled = true
  35. Open.TextSize = 14.000
  36. Open.TextWrapped = true
  37. Open.MouseButton1Down:connect(function()
  38. Main.Visible = true
  39. OpenFrame.Visible = false
  40. end)
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = ScreenGui
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  46. Main.Position = UDim2.new(0.236693084, 0, 0.220735803, 0)
  47. Main.Size = UDim2.new(0, 465, 0, 334)
  48. Main.Visible = false
  49. Main.Draggable = true
  50.  
  51. beautyA.Name = "beautyA"
  52. beautyA.Parent = Main
  53. beautyA.Active = true
  54. beautyA.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  55. beautyA.Size = UDim2.new(0, 465, 0, 32)
  56.  
  57. beautyB.Name = "beautyB"
  58. beautyB.Parent = Main
  59. beautyB.Active = true
  60. beautyB.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  61. beautyB.Position = UDim2.new(0, 0, 0.904191613, 0)
  62. beautyB.Size = UDim2.new(0, 465, 0, 32)
  63.  
  64. Close.Name = "Close"
  65. Close.Parent = Main
  66. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. Close.BackgroundTransparency = 1.000
  68. Close.Position = UDim2.new(0.739784956, 0, -0.0329341292, 0)
  69. Close.Size = UDim2.new(0, 217, 0, 53)
  70. Close.Font = Enum.Font.SourceSans
  71. Close.Text = "X"
  72. Close.TextColor3 = Color3.fromRGB(170, 0, 0)
  73. Close.TextScaled = true
  74. Close.TextSize = 14.000
  75. Close.TextWrapped = true
  76. Close.MouseButton1Down:connect(function()
  77. OpenFrame.Visible = true
  78. Main.Visible = false
  79. end)
  80.  
  81. Credit.Name = "Credit"
  82. Credit.Parent = Main
  83. Credit.Active = true
  84. Credit.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  85. Credit.Position = UDim2.new(0.0623655915, 0, 0, 0)
  86. Credit.Size = UDim2.new(0, 384, 0, 32)
  87. Credit.Font = Enum.Font.Fantasy
  88. Credit.Text = "Snake Gui V1"
  89. Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. Credit.TextScaled = true
  91. Credit.TextSize = 14.000
  92. Credit.TextWrapped = true
  93.  
  94. TextLabel.Parent = Main
  95. TextLabel.Active = true
  96. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  97. TextLabel.Position = UDim2.new(0.0623655915, 0, 0.904191613, 0)
  98. TextLabel.Size = UDim2.new(0, 384, 0, 32)
  99. TextLabel.Font = Enum.Font.Fantasy
  100. TextLabel.Text = "Gui By Rouven"
  101. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. TextLabel.TextScaled = true
  103. TextLabel.TextSize = 14.000
  104. TextLabel.TextWrapped = true
  105.  
  106. AutoRob.Name = "AutoRob"
  107. AutoRob.Parent = Main
  108. AutoRob.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  109. AutoRob.Position = UDim2.new(0.0752688199, 0, 0.155688629, 0)
  110. AutoRob.Size = UDim2.new(0, 159, 0, 230)
  111. AutoRob.Font = Enum.Font.Gotham
  112. AutoRob.Text = "AutoRob"
  113. AutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. AutoRob.TextScaled = true
  115. AutoRob.TextSize = 14.000
  116. AutoRob.TextWrapped = true
  117. AutoRob.MouseButton1Down:connect(function()
  118. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  119. end)
  120.  
  121. GUI1.Name = "GUI 1"
  122. GUI1.Parent = Main
  123. GUI1.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  124. GUI1.Position = UDim2.new(0.546236575, 0, 0.155688629, 0)
  125. GUI1.Size = UDim2.new(0, 159, 0, 230)
  126. GUI1.Font = Enum.Font.Gotham
  127. GUI1.Text = "GUI 1"
  128. GUI1.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. GUI1.TextScaled = true
  130. GUI1.TextSize = 14.000
  131. GUI1.TextWrapped = true
  132. GUI1.MouseButton1Down:connect(function()
  133. loadstring(game:GetObjects("rbxassetid://3473939051")[1].Source)()
  134. end)
  135.  
  136. Line.Name = "Line"
  137. Line.Parent = Main
  138. Line.Active = true
  139. Line.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  140. Line.Position = UDim2.new(0.440860212, 0, 0.1257485, 0)
  141. Line.Size = UDim2.new(0, 32, 0, 249)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement