RyanDaCoder

Noxiousity Remake UI

Oct 24th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Noxiousity = Instance.new("ScreenGui")
  4. local NoxiousityLabel = Instance.new("TextLabel")
  5. local NTextUno = Instance.new("TextLabel")
  6. local X = Instance.new("TextButton")
  7. local inj = Instance.new("TextButton")
  8. local grey = Instance.new("Frame")
  9. local blackFrame = Instance.new("Frame")
  10. local NoxiousityTextFrame = Instance.new("TextLabel")
  11. local lua = Instance.new("TextLabel")
  12. local luaScript = Instance.new("TextBox")
  13. local exe = Instance.new("TextButton")
  14. local clr = Instance.new("TextButton")
  15. local menu = Instance.new("TextButton")
  16. local luabtn = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. Noxiousity.Name = "Noxiousity"
  21. Noxiousity.Parent = game.CoreGui
  22.  
  23. NoxiousityLabel.Name = "NoxiousityLabel"
  24. NoxiousityLabel.Parent = Noxiousity
  25. NoxiousityLabel.Active = true
  26. NoxiousityLabel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  27. NoxiousityLabel.BorderSizePixel = 0
  28. NoxiousityLabel.Draggable = true
  29. NoxiousityLabel.Position = UDim2.new(0, 433, 0, 247)
  30. NoxiousityLabel.Size = UDim2.new(0, 505, 0, 104)
  31. NoxiousityLabel.Font = Enum.Font.SourceSans
  32. NoxiousityLabel.FontSize = Enum.FontSize.Size14
  33. NoxiousityLabel.Text = ""
  34. NoxiousityLabel.TextSize = 14
  35.  
  36. NTextUno.Name = "NTextUno"
  37. NTextUno.Parent = NoxiousityLabel
  38. NTextUno.BackgroundColor3 = Color3.new(1, 0, 0)
  39. NTextUno.BackgroundTransparency = 1
  40. NTextUno.BorderSizePixel = 0
  41. NTextUno.Size = UDim2.new(0, 505, 0, 104)
  42. NTextUno.Font = Enum.Font.SourceSans
  43. NTextUno.FontSize = Enum.FontSize.Size32
  44. NTextUno.Text = " Noxiousity UI"
  45. NTextUno.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  46. NTextUno.TextSize = 32
  47. NTextUno.TextXAlignment = Enum.TextXAlignment.Left
  48.  
  49. X.Name = "X"
  50. X.Parent = NTextUno
  51. X.BackgroundColor3 = Color3.new(1, 1, 1)
  52. X.BackgroundTransparency = 1
  53. X.Position = UDim2.new(0, 477, 0, 2)
  54. X.Size = UDim2.new(0, 28, 0, 25)
  55. X.Font = Enum.Font.ArialBold
  56. X.Text = "X"
  57. X.TextColor3 = Color3.new(1, 1, 1)
  58. X.TextScaled = true
  59. X.TextSize = 2
  60. X.TextWrapped = true
  61.  
  62. inj.Name = "inj"
  63. inj.Parent = X
  64. inj.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  65. inj.Position = UDim2.new(0, -101, 0, 41)
  66. inj.Size = UDim2.new(0, 101, 0, 26)
  67. inj.Font = Enum.Font.ArialBold
  68. inj.FontSize = Enum.FontSize.Size14
  69. inj.Text = "INJECT"
  70. inj.TextColor3 = Color3.new(1, 1, 1)
  71. inj.TextSize = 14
  72.  
  73. grey.Name = "grey"
  74. grey.Parent = NTextUno
  75. grey.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  76. grey.BorderSizePixel = 0
  77. grey.Position = UDim2.new(0, 0, 0, 104)
  78. grey.Size = UDim2.new(0, 505, 0, 192)
  79.  
  80. blackFrame.Name = "blackFrame"
  81. blackFrame.Parent = grey
  82. blackFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  83. blackFrame.Position = UDim2.new(0, 0, 0, 24)
  84. blackFrame.Size = UDim2.new(0, 367, 0, 139)
  85.  
  86. NoxiousityTextFrame.Name = "NoxiousityTextFrame"
  87. NoxiousityTextFrame.Parent = blackFrame
  88. NoxiousityTextFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  89. NoxiousityTextFrame.BackgroundTransparency = 1
  90. NoxiousityTextFrame.Size = UDim2.new(0, 367, 0, 135)
  91. NoxiousityTextFrame.Font = Enum.Font.SourceSans
  92. NoxiousityTextFrame.FontSize = Enum.FontSize.Size14
  93. NoxiousityTextFrame.Text = "Welcome to Noxiousity Trial!\nCredits goes to Rakion99 for updating!\n------------------------------------\nStatus\n------------------------------------\nNot Injected "
  94. NoxiousityTextFrame.TextColor3 = Color3.new(1, 1, 1)
  95. NoxiousityTextFrame.TextScaled = true
  96. NoxiousityTextFrame.TextSize = 14
  97. NoxiousityTextFrame.TextWrapped = true
  98.  
  99. lua.Name = "lua"
  100. lua.Parent = grey
  101. lua.BackgroundColor3 = Color3.new(1, 1, 1)
  102. lua.BackgroundTransparency = 1
  103. lua.Position = UDim2.new(0, 153, 0, 0)
  104. lua.Size = UDim2.new(0, 200, 0, 50)
  105. lua.Visible = false
  106. lua.Font = Enum.Font.SourceSans
  107. lua.FontSize = Enum.FontSize.Size14
  108. lua.Text = "LUA"
  109. lua.TextColor3 = Color3.new(1, 1, 1)
  110. lua.TextScaled = true
  111. lua.TextSize = 14
  112. lua.TextWrapped = true
  113.  
  114. luaScript.Name = "luaScript"
  115. luaScript.Parent = lua
  116. luaScript.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  117. luaScript.Position = UDim2.new(0, -107, 0, 50)
  118. luaScript.Size = UDim2.new(0, 414, 0, 50)
  119. luaScript.Font = Enum.Font.SourceSans
  120. luaScript.FontSize = Enum.FontSize.Size14
  121. luaScript.Text = "print(\"Tst\");"
  122. luaScript.TextColor3 = Color3.new(1, 1, 1)
  123. luaScript.TextScaled = true
  124. luaScript.TextSize = 14
  125. luaScript.TextWrapped = true
  126.  
  127. exe.Name = "exe"
  128. exe.Parent = luaScript
  129. exe.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  130. exe.BorderSizePixel = 0
  131. exe.Position = UDim2.new(0, 7, 0, 70)
  132. exe.Size = UDim2.new(0, 180, 0, 50)
  133. exe.Font = Enum.Font.SourceSans
  134. exe.FontSize = Enum.FontSize.Size14
  135. exe.Text = "Execute"
  136. exe.TextColor3 = Color3.new(1, 1, 1)
  137. exe.TextScaled = true
  138. exe.TextSize = 14
  139. exe.TextWrapped = true
  140.  
  141. clr.Name = "clr"
  142. clr.Parent = exe
  143. clr.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  144. clr.BorderSizePixel = 0
  145. clr.Position = UDim2.new(0, 228, 0, 0)
  146. clr.Size = UDim2.new(0, 172, 0, 50)
  147. clr.Font = Enum.Font.SourceSans
  148. clr.FontSize = Enum.FontSize.Size14
  149. clr.Text = "Clear"
  150. clr.TextColor3 = Color3.new(1, 1, 1)
  151. clr.TextScaled = true
  152. clr.TextSize = 14
  153. clr.TextWrapped = true
  154.  
  155. menu.Name = "menu"
  156. menu.Parent = NTextUno
  157. menu.BackgroundColor3 = Color3.new(1, 1, 1)
  158. menu.BackgroundTransparency = 1
  159. menu.Position = UDim2.new(0, 27, 0, 80)
  160. menu.Size = UDim2.new(0, 120, 0, 24)
  161. menu.Font = Enum.Font.SourceSans
  162. menu.FontSize = Enum.FontSize.Size14
  163. menu.Text = "Menu ✔️"
  164. menu.TextColor3 = Color3.new(1, 1, 1)
  165. menu.TextSize = 14
  166.  
  167. luabtn.Name = "luabtn"
  168. luabtn.Parent = menu
  169. luabtn.BackgroundColor3 = Color3.new(1, 1, 1)
  170. luabtn.BackgroundTransparency = 1
  171. luabtn.Position = UDim2.new(0, 120, 0, 0)
  172. luabtn.Size = UDim2.new(0, 120, 0, 24)
  173. luabtn.Font = Enum.Font.SourceSans
  174. luabtn.FontSize = Enum.FontSize.Size14
  175. luabtn.Text = "Lua"
  176. luabtn.TextColor3 = Color3.new(1, 1, 1)
  177. luabtn.TextSize = 14
  178.  
  179. luabtn.Visible = false
  180.  
  181. inj.MouseButton1Click:connect(function()
  182. luabtn.Visible = true
  183. NoxiousityTextFrame.Text = "[CONSOLE] - successfully Injected!"
  184. end)
  185.  
  186. luabtn.MouseButton1Click:connect(function()
  187. local prefix = " ✔️"
  188. menu.Text = "Menu"
  189. luabtn.Text = "Lua" .. prefix
  190. blackFrame.Visible = false
  191. NoxiousityTextFrame.Visible = false
  192. lua.Visible = true
  193. end)
  194.  
  195. menu.MouseButton1Click:connect(function()
  196. local prefix = " ✔️"
  197. menu.Text = "Menu" .. prefix
  198. luabtn.Text = "Lua"
  199. blackFrame.Visible = true
  200. NoxiousityTextFrame.Visible = true
  201. lua.Visible = false
  202. end)
  203.  
  204. X.MouseButton1Click:connect(function()
  205. Noxiousity:Destroy()
  206. end)
  207.  
  208. exe.MouseButton1Click:connect(function()
  209. loadstring(luaScript.Text)()
  210. end)
  211.  
  212. clr.MouseButton1Click:connect(function()
  213. luaScript.Text = ""
  214. end)
Add Comment
Please, Sign In to add comment