Advertisement
Volqh

Untitled

Oct 2nd, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local RENION = Instance.new("ScreenGui")
  7. local MainGUI = Instance.new("Frame")
  8. local MM2 = Instance.new("TextButton")
  9. local LOGO = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local CREDIT = Instance.new("TextLabel")
  12. local Admin = Instance.new("TextButton")
  13. local Lt2 = Instance.new("TextButton")
  14. local openGUI = Instance.new("Frame")
  15. local open = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. RENION.Name = "RENION"
  20. RENION.Parent = game.CoreGui
  21.  
  22. MainGUI.Active = true
  23. MainGUI.Draggable = true
  24.  
  25. MainGUI.Name = "MainGUI"
  26. MainGUI.Parent = RENION
  27. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  28. MainGUI.BorderColor3 = Color3.new(1, 1, 1)
  29. MainGUI.Position = UDim2.new(0.431506842, 0, 0.0497018099, 0)
  30. MainGUI.Size = UDim2.new(0, 394, 0, 214)
  31. MainGUI.Visible = false
  32.  
  33. MM2.Name = "MM2"
  34. MM2.Parent = MainGUI
  35. MM2.BackgroundColor3 = Color3.new(1, 1, 1)
  36. MM2.BorderColor3 = Color3.new(1, 1, 1)
  37. MM2.Position = UDim2.new(0, 0, 0.19429794, 0)
  38. MM2.Size = UDim2.new(0, 122, 0, 33)
  39. MM2.Font = Enum.Font.Code
  40. MM2.Text = "Mm2"
  41. MM2.TextColor3 = Color3.new(0, 0, 0)
  42. MM2.TextScaled = true
  43. MM2.TextSize = 1
  44. MM2.TextWrapped = true
  45. MM2.MouseButton1Click:connect(function()
  46.  
  47. loadstring(game:HttpGet("https://pastebin.com/raw/0QcFGZyK", true))()
  48.  
  49. print("MM2 Working!")
  50.  
  51. end)
  52.  
  53. LOGO.Name = "LOGO"
  54. LOGO.Parent = MainGUI
  55. LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  56. LOGO.BorderColor3 = Color3.new(1, 1, 1)
  57. LOGO.Position = UDim2.new(0.34517765, 0, -0.000957168173, 0)
  58. LOGO.Size = UDim2.new(0, 136, 0, 34)
  59. LOGO.Font = Enum.Font.Code
  60. LOGO.Text = "RENION"
  61. LOGO.TextColor3 = Color3.new(0, 0, 0)
  62. LOGO.TextScaled = true
  63. LOGO.TextSize = 14
  64. LOGO.TextWrapped = true
  65.  
  66. Close.Name = "Close"
  67. Close.Parent = MainGUI
  68. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Close.BorderColor3 = Color3.new(1, 1, 1)
  70. Close.Position = UDim2.new(0.924101532, 0, -0.000957189128, 0)
  71. Close.Size = UDim2.new(0, 28, 0, 28)
  72. Close.Modal = true
  73. Close.Font = Enum.Font.Code
  74. Close.Text = "x"
  75. Close.TextColor3 = Color3.new(0, 0, 0)
  76. Close.TextScaled = true
  77. Close.TextSize = 1
  78. Close.TextWrapped = true
  79. Close.MouseButton1Click:connect(function()
  80. MainGUI.Visible = false
  81. openGUI.visible = true
  82.  
  83. end)
  84.  
  85. CREDIT.Name = "CREDIT"
  86. CREDIT.Parent = MainGUI
  87. CREDIT.BackgroundColor3 = Color3.new(1, 1, 1)
  88. CREDIT.BorderColor3 = Color3.new(1, 1, 1)
  89. CREDIT.Position = UDim2.new(-0.000152587891, 0, 0.801099658, 0)
  90. CREDIT.Size = UDim2.new(0, 392, 0, 42)
  91. CREDIT.Font = Enum.Font.Code
  92. CREDIT.Text = "Made by peanutbutterjam\\n#1439 w/ random scripts"
  93. CREDIT.TextColor3 = Color3.new(0, 0, 0)
  94. CREDIT.TextScaled = true
  95. CREDIT.TextSize = 23
  96. CREDIT.TextWrapped = true
  97.  
  98. Admin.Name = "Admin"
  99. Admin.Parent = MainGUI
  100. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Admin.BorderColor3 = Color3.new(1, 1, 1)
  102. Admin.Position = UDim2.new(0.690355301, 0, 0.19429794, 0)
  103. Admin.Size = UDim2.new(0, 122, 0, 33)
  104. Admin.Font = Enum.Font.Code
  105. Admin.Text = "Admin"
  106. Admin.TextColor3 = Color3.new(0, 0, 0)
  107. Admin.TextScaled = true
  108. Admin.TextSize = 1
  109. Admin.TextWrapped = true
  110. Admin.MouseButton1Click:connect(function()
  111.  
  112. loadstring(game:HttpGet("https://pastebin.com/raw/n6pr9pRy", true))()
  113.  
  114. print("Admin Working!")
  115.  
  116. end)
  117.  
  118. Lt2.Name = "Lt2"
  119. Lt2.Parent = MainGUI
  120. Lt2.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Lt2.BorderColor3 = Color3.new(1, 1, 1)
  122. Lt2.Position = UDim2.new(0.34517765, 0, 0.19429794, 0)
  123. Lt2.Size = UDim2.new(0, 122, 0, 33)
  124. Lt2.Font = Enum.Font.Code
  125. Lt2.Text = "Lt2"
  126. Lt2.TextColor3 = Color3.new(0, 0, 0)
  127. Lt2.TextScaled = true
  128. Lt2.TextSize = 1
  129. Lt2.TextWrapped = true
  130. Lt2.MouseButton1Click:connect(function()
  131.  
  132. loadstring(game:HttpGet("https://pastebin.com/raw/g7M1PmAX", true))()
  133.  
  134. print("Lt2 Working!")
  135.  
  136. end)
  137.  
  138. openGUI.Name = "openGUI"
  139. openGUI.Parent = RENION
  140. openGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  141. openGUI.BorderColor3 = Color3.new(1, 1, 1)
  142. openGUI.Position = UDim2.new(0.875342488, 0, 0.499005973, 0)
  143. openGUI.Size = UDim2.new(0, 70, 0, 0)
  144.  
  145. open.Name = "open"
  146. open.Parent = openGUI
  147. open.BackgroundColor3 = Color3.new(1, 1, 1)
  148. open.BorderColor3 = Color3.new(1, 1, 1)
  149. open.Position = UDim2.new(0, 0, 0.400000006, 0)
  150. open.Size = UDim2.new(0, 71, 0, 21)
  151. open.Font = Enum.Font.Code
  152. open.Text = "OpenGUI"
  153. open.TextColor3 = Color3.new(0, 0, 0)
  154. open.TextScaled = true
  155. open.TextSize = 14
  156. open.TextWrapped = true
  157. open.MouseButton1Click:connect(function()
  158.  
  159. MainGUI.Visible = true
  160. openGUI.Visible = false
  161.  
  162. end)
  163.  
  164. print("working")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement