giovannitnt11

Green Trial

Mar 1st, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 8.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("TextLabel")
  8. local neon3 = Instance.new("Frame")
  9. local maininfo = Instance.new("Frame")
  10. local neon2 = Instance.new("Frame")
  11. local userlog = Instance.new("TextBox")
  12. local passlog = Instance.new("TextBox")
  13. local sub = Instance.new("TextButton")
  14. local neon = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local mainscript = Instance.new("TextLabel")
  17. local neon_2 = Instance.new("Frame")
  18. local neon_3 = Instance.new("Frame")
  19. local scriptinfo = Instance.new("Frame")
  20. local sl = Instance.new("TextButton")
  21. local bizzare = Instance.new("TextButton")
  22. local close = Instance.new("TextButton")   
  23. local open = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. main.Name = "main"
  31. main.Parent = ScreenGui
  32. main.BackgroundColor3 = Color3.fromRGB(108, 216, 0)
  33. main.BorderSizePixel = 0
  34. main.Position = UDim2.new(0.45065999, 0, 0.616707623, 0)
  35. main.Size = UDim2.new(0, 200, 0, 35)
  36. main.Font = Enum.Font.SourceSans
  37. main.Text = "Nemesis Hub [V3]"
  38. main.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. main.TextSize = 24.000
  40. main.TextWrapped = true
  41. main.TextYAlignment = Enum.TextYAlignment.Top
  42.  
  43. neon3.Name = "neon3"
  44. neon3.Parent = main
  45. neon3.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  46. neon3.BorderSizePixel = 0
  47. neon3.Position = UDim2.new(0, 0, 0.828571439, 0)
  48. neon3.Size = UDim2.new(0, 200, 0, 6)
  49.  
  50. maininfo.Name = "main info"
  51. maininfo.Parent = main
  52. maininfo.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  53. maininfo.BorderSizePixel = 0
  54. maininfo.Position = UDim2.new(0, 0, 1, 0)
  55. maininfo.Size = UDim2.new(0, 200, 0, 100)
  56.  
  57. neon2.Name = "neon2"
  58. neon2.Parent = main
  59. neon2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  60. neon2.BorderSizePixel = 0
  61. neon2.Position = UDim2.new(0, 0, -0.171428576, 0)
  62. neon2.Size = UDim2.new(0, 200, 0, 6)
  63.  
  64. userlog.Name = "userlog"
  65. userlog.Parent = main
  66. userlog.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  67. userlog.BorderColor3 = Color3.fromRGB(108, 216, 0)
  68. userlog.Position = UDim2.new(0.0299999993, 0, 1, 0)
  69. userlog.Size = UDim2.new(0, 185, 0, 27)
  70. userlog.Font = Enum.Font.SourceSans
  71. userlog.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  72. userlog.PlaceholderText = "username:"
  73. userlog.Text = ""
  74. userlog.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. userlog.TextSize = 22.000
  76. userlog.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  77. userlog.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. passlog.Name = "passlog"
  80. passlog.Parent = main
  81. passlog.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  82. passlog.BorderColor3 = Color3.fromRGB(108, 216, 0)
  83. passlog.Position = UDim2.new(0.0350000001, 0, 2.02857161, 0)
  84. passlog.Size = UDim2.new(0, 185, 0, 27)
  85. passlog.Font = Enum.Font.SourceSans
  86. passlog.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  87. passlog.PlaceholderText = "password:"
  88. passlog.Text = ""
  89. passlog.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. passlog.TextSize = 22.000
  91. passlog.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  92. passlog.TextXAlignment = Enum.TextXAlignment.Left
  93.  
  94. sub.Name = "sub"
  95. sub.Parent = main
  96. sub.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  97. sub.BorderColor3 = Color3.fromRGB(108, 216, 0)
  98. sub.Position = UDim2.new(0.0350000001, 0, 3.05714297, 0)
  99. sub.Size = UDim2.new(0, 48, 0, 22)
  100. sub.Font = Enum.Font.SourceSans
  101. sub.Text = "✓"
  102. sub.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. sub.TextScaled = true
  104. sub.TextSize = 14.000
  105. sub.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  106. sub.TextWrapped = true
  107.  
  108. neon.Name = "neon"
  109. neon.Parent = main
  110. neon.BackgroundColor3 = Color3.fromRGB(75, 150, 0)
  111. neon.BorderColor3 = Color3.fromRGB(45, 45, 45)
  112. neon.Position = UDim2.new(0.0299999993, 0, -0.342857152, 0)
  113. neon.Size = UDim2.new(0, 186, 0, 6)
  114.  
  115. TextLabel.Parent = main
  116. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. TextLabel.BackgroundTransparency = 1.000
  118. TextLabel.Position = UDim2.new(0.319999993, 0, 2.79999995, 0)
  119. TextLabel.Size = UDim2.new(0, 127, 0, 37)
  120. TextLabel.Font = Enum.Font.SourceSans
  121. TextLabel.Text = "Credits: Gxft_ofDespair - juju - MommaDrakath"
  122. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. TextLabel.TextScaled = true
  124. TextLabel.TextSize = 14.000
  125. TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  126. TextLabel.TextWrapped = true
  127.  
  128. mainscript.Name = "main script"
  129. mainscript.Parent = ScreenGui
  130. mainscript.BackgroundColor3 = Color3.fromRGB(108, 216, 0)
  131. mainscript.BorderSizePixel = 0
  132. mainscript.Position = UDim2.new(0.196103081, 0, 0.448402941, 0)
  133. mainscript.Size = UDim2.new(0, 137, 0, 20)
  134. mainscript.Font = Enum.Font.SourceSans
  135. mainscript.Text = "Script Line [1]"
  136. mainscript.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. mainscript.TextSize = 21.000
  138. mainscript.TextWrapped = true
  139. mainscript.Visible = false
  140.  
  141. neon_2.Name = "neon"
  142. neon_2.Parent = mainscript
  143. neon_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  144. neon_2.BorderSizePixel = 0
  145. neon_2.Position = UDim2.new(0, 0, -0.300000012, 0)
  146. neon_2.Size = UDim2.new(0, 137, 0, 6)
  147.  
  148. neon_3.Name = "neon"
  149. neon_3.Parent = mainscript
  150. neon_3.BackgroundColor3 = Color3.fromRGB(75, 150, 0)
  151. neon_3.BorderColor3 = Color3.fromRGB(45, 45, 45)
  152. neon_3.Position = UDim2.new(0.0591969751, 0, -0.642857373, 0)
  153. neon_3.Size = UDim2.new(0, 120, 0, 6)
  154.  
  155. scriptinfo.Name = "script info"
  156. scriptinfo.Parent = mainscript
  157. scriptinfo.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  158. scriptinfo.BorderSizePixel = 0
  159. scriptinfo.Position = UDim2.new(0, 0, 1, 0)
  160. scriptinfo.Size = UDim2.new(0, 137, 0, 75)
  161.  
  162. sl.Name = "sl"
  163. sl.Parent = scriptinfo
  164. sl.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  165. sl.BorderColor3 = Color3.fromRGB(108, 216, 0)
  166. sl.Position = UDim2.new(0.0664962456, 0, 0.126666665, 0)
  167. sl.Size = UDim2.new(0, 119, 0, 25)
  168. sl.Font = Enum.Font.SourceSans
  169. sl.Text = "[SL] Admin Script"
  170. sl.TextColor3 = Color3.fromRGB(255, 255, 255)
  171. sl.TextSize = 16.000
  172. sl.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  173. sl.MouseButton1Click:Connect(function()
  174.     loadstring(game:GetObjects("rbxassetid://5069362643")[1].Source)()
  175. end)
  176.  
  177. bizzare.Name = "bizzare"
  178. bizzare.Parent = scriptinfo
  179. bizzare.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  180. bizzare.BorderColor3 = Color3.fromRGB(108, 216, 0)
  181. bizzare.Position = UDim2.new(0.0664962456, 0, 0.556666613, 0)
  182. bizzare.Size = UDim2.new(0, 119, 0, 25)
  183. bizzare.Font = Enum.Font.SourceSans
  184. bizzare.Text = "A Bizzare Day"
  185. bizzare.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. bizzare.TextSize = 16.000
  187. bizzare.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  188. bizzare.MouseButton1Click:Connect(function()
  189.     loadstring(game:HttpGet('https://raw.githubusercontent.com/CreativeHell/public-scripts/master/abd-public.lua',true))()
  190. end)
  191.  
  192. close.Name = "close"
  193. close.Parent = mainscript
  194. close.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  195. close.Position = UDim2.new(1.05109489, 0, -0.0428573489, 0)
  196. close.Size = UDim2.new(0, 21, 0, 21)
  197. close.Font = Enum.Font.SourceSans
  198. close.Text = "●"
  199. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  200. close.TextSize = 14.000
  201. close.MouseButton1Click:Connect(function()
  202.     open.Visible = true
  203.     scriptinfo.Visible = false
  204. end)
  205.  
  206. open.Name = "open"
  207. open.Parent = mainscript
  208. open.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  209. open.Position = UDim2.new(1.05109489, 0, -0.0428573489, 0)
  210. open.Size = UDim2.new(0, 21, 0, 21)
  211. open.Font = Enum.Font.SourceSans
  212. open.Text = "●"
  213. open.TextColor3 = Color3.fromRGB(255, 255, 255)
  214. open.TextSize = 14.000
  215. open.Visible = false
  216. open.MouseButton1Click:Connect(function()
  217.     scriptinfo.Visible = true
  218.     open.Visible = false
  219. end)
  220.  
  221. local Verification
  222. sub.MouseButton1Down:connect(function()
  223. local BlackList = game:GetService("Players").LocalPlayer.Name == "noob"
  224. if BlackList then
  225.     game.Players.LocalPlayer:kick("You are blacklisted!")
  226.     else
  227.     if userlog.Text == "ice" and passlog.Text == "cube" then
  228.         main.Visible = false
  229.         mainscript.Visible = true
  230.         Verification = "pass"
  231.         DiscordSendInfo()
  232.         end
  233.     end
  234. end)
  235.  
  236. -- Scripts:
  237.  
  238. local function STXBEAM_fake_script() -- main.LocalScript
  239.     local script = Instance.new('LocalScript', main)
  240.  
  241.     script.Parent.Selectable = true
  242.     script.Parent.Active = true
  243.     script.Parent.Draggable = true
  244. end
  245. coroutine.wrap(STXBEAM_fake_script)()
  246. local function YXZOTAY_fake_script() -- mainscript.LocalScript
  247.     local script = Instance.new('LocalScript', mainscript)
  248.  
  249.     script.Parent.Selectable = true
  250.     script.Parent.Active = true
  251.     script.Parent.Draggable = true
  252. end
  253. coroutine.wrap(YXZOTAY_fake_script)()
Add Comment
Please, Sign In to add comment