Advertisement
wyrwsefsef

Untitled

Jun 2nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local TabsGui = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local TopBox = Instance.new("TextBox")
  9. local TopBox_2 = Instance.new("Frame")
  10. local UserBox = Instance.new("TextBox")
  11. local PassBox = Instance.new("TextBox")
  12. local submit = Instance.new("TextButton")
  13. local MainFrame = Instance.new("Frame")
  14. local MainTop = Instance.new("Frame")
  15. local topleft = Instance.new("TextLabel")
  16. local exitbutton = Instance.new("TextButton")
  17. local credits = Instance.new("TextLabel")
  18. local Discord = Instance.new("TextLabel")
  19. local ExcBox = Instance.new("TextBox")
  20. local ScriptBox = Instance.new("TextBox")
  21. local ScriptFrame = Instance.new("Frame")
  22. local ScriptTop = Instance.new("Frame")
  23. local gbv4 = Instance.new("TextButton")
  24. local sexitbut = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. TabsGui.Name = "TabsGui"
  29. TabsGui.Parent = game.StarterGui
  30.  
  31. LoginFrame.Name = "LoginFrame"
  32. LoginFrame.Parent = TabsGui
  33. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. LoginFrame.BorderSizePixel = 0
  35. LoginFrame.Position = UDim2.new(0.0668625832, 0, 0.431513965, 0)
  36. LoginFrame.Size = UDim2.new(0, 292, 0, 289)
  37. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  38.  
  39. TopBox.Name = "TopBox"
  40. TopBox.Parent = LoginFrame
  41. TopBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. TopBox.BorderSizePixel = 0
  43. TopBox.Position = UDim2.new(0.136541992, 0, 0.0758501366, 0)
  44. TopBox.Size = UDim2.new(0, 193, 0, 50)
  45. TopBox.Font = Enum.Font.SourceSansBold
  46. TopBox.Text = "TronTabs"
  47. TopBox.TextColor3 = Color3.new(0.988235, 1, 0.956863)
  48. TopBox.TextSize = 20
  49.  
  50. TopBox_2.Name = "TopBox"
  51. TopBox_2.Parent = LoginFrame
  52. TopBox_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  53. TopBox_2.Position = UDim2.new(-0.0305433013, 0, -0.0346020758, 0)
  54. TopBox_2.Size = UDim2.new(0, 291, 0, 30)
  55.  
  56. UserBox.Name = "UserBox"
  57. UserBox.Parent = LoginFrame
  58. UserBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  59. UserBox.BorderSizePixel = 0
  60. UserBox.Position = UDim2.new(0.19178082, 0, 0.304498255, 0)
  61. UserBox.Size = UDim2.new(0, 172, 0, 42)
  62. UserBox.Font = Enum.Font.ArialBold
  63. UserBox.Text = "Username"
  64. UserBox.TextColor3 = Color3.new(1, 1, 1)
  65. UserBox.TextSize = 14
  66. UserBox.TextWrapped = true
  67. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  68.  
  69. PassBox.Name = "PassBox"
  70. PassBox.Parent = LoginFrame
  71. PassBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  72. PassBox.BorderSizePixel = 0
  73. PassBox.Position = UDim2.new(0.186643839, 0, 0.520761251, 0)
  74. PassBox.Size = UDim2.new(0, 172, 0, 42)
  75. PassBox.Font = Enum.Font.ArialBold
  76. PassBox.Text = "Password"
  77. PassBox.TextColor3 = Color3.new(1, 1, 1)
  78. PassBox.TextSize = 14
  79. PassBox.TextWrapped = true
  80. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. submit.Name = "submit"
  83. submit.Parent = LoginFrame
  84. submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  85. submit.Position = UDim2.new(0.226027399, 0, 0.778546751, 0)
  86. submit.Size = UDim2.new(0, 148, 0, 34)
  87. submit.Font = Enum.Font.SourceSans
  88. submit.Text = "submit"
  89. submit.TextColor3 = Color3.new(1, 1, 1)
  90. submit.TextScaled = true
  91. submit.TextSize = 14
  92. submit.TextWrapped = true
  93.  
  94.  
  95.  
  96. MainFrame.Name = "MainFrame"
  97. MainFrame.Parent = TabsGui
  98. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  99. MainFrame.BorderSizePixel = 0
  100. MainFrame.Position = UDim2.new(0.00587803125, 0, 0.00855746865, 0)
  101. MainFrame.Size = UDim2.new(0, 477, 0, 338)
  102. MainFrame.Visible = false
  103.  
  104. MainTop.Name = "MainTop"
  105. MainTop.Parent = MainFrame
  106. MainTop.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  107. MainTop.Size = UDim2.new(0, 477, 0, 32)
  108.  
  109. topleft.Name = "topleft"
  110. topleft.Parent = MainFrame
  111. topleft.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  112. topleft.BorderSizePixel = 0
  113. topleft.Size = UDim2.new(0, 186, 0, 32)
  114. topleft.Font = Enum.Font.SciFi
  115. topleft.Text = "TronTabs"
  116. topleft.TextColor3 = Color3.new(1, 1, 1)
  117. topleft.TextSize = 14
  118. topleft.TextXAlignment = Enum.TextXAlignment.Left
  119.  
  120. exitbutton.Name = "exitbutton"
  121. exitbutton.Parent = MainFrame
  122. exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  123. exitbutton.BorderSizePixel = 0
  124. exitbutton.Position = UDim2.new(0.945492685, 0, 0, 0)
  125. exitbutton.Size = UDim2.new(0, 26, 0, 32)
  126. exitbutton.Font = Enum.Font.SourceSansBold
  127. exitbutton.Text = "X"
  128. exitbutton.TextColor3 = Color3.new(1, 0, 0)
  129. exitbutton.TextScaled = true
  130. exitbutton.TextSize = 14
  131. exitbutton.TextWrapped = true
  132.  
  133. credits.Name = "credits"
  134. credits.Parent = MainFrame
  135. credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  136. credits.BorderSizePixel = 0
  137. credits.Position = UDim2.new(0, 0, 0.917159736, 0)
  138. credits.Size = UDim2.new(0, 153, 0, 28)
  139. credits.Font = Enum.Font.SourceSans
  140. credits.Text = "Made by TronixFTW"
  141. credits.TextColor3 = Color3.new(1, 1, 1)
  142. credits.TextScaled = true
  143. credits.TextSize = 14
  144. credits.TextWrapped = true
  145.  
  146. Discord.Name = "Discord"
  147. Discord.Parent = MainFrame
  148. Discord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  149. Discord.BorderSizePixel = 0
  150. Discord.Position = UDim2.new(0.5639413, 0, 0.852070987, 0)
  151. Discord.Size = UDim2.new(0, 200, 0, 50)
  152. Discord.Font = Enum.Font.SourceSans
  153. Discord.Text = "Discord: Tronix#9991"
  154. Discord.TextColor3 = Color3.new(0.0588235, 0.2, 1)
  155. Discord.TextScaled = true
  156. Discord.TextSize = 14
  157. Discord.TextWrapped = true
  158.  
  159. ExcBox.Name = "ExcBox"
  160. ExcBox.Parent = MainFrame
  161. ExcBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  162. ExcBox.BorderColor3 = Color3.new(0, 0, 0)
  163. ExcBox.BorderSizePixel = 4
  164. ExcBox.Position = UDim2.new(0.0293501057, 0, 0.426035494, 0)
  165. ExcBox.Size = UDim2.new(0, 186, 0, 50)
  166. ExcBox.Font = Enum.Font.SourceSans
  167. ExcBox.Text = "Executor"
  168. ExcBox.TextColor3 = Color3.new(0, 0, 0)
  169. ExcBox.TextScaled = true
  170. ExcBox.TextSize = 14
  171. ExcBox.TextWrapped = true
  172.  
  173. ScriptBox.Name = "ScriptBox"
  174. ScriptBox.Parent = MainFrame
  175. ScriptBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  176. ScriptBox.BorderColor3 = Color3.new(0, 0, 0)
  177. ScriptBox.BorderSizePixel = 4
  178. ScriptBox.Position = UDim2.new(0.578616321, 0, 0.426035494, 0)
  179. ScriptBox.Size = UDim2.new(0, 186, 0, 50)
  180. ScriptBox.Font = Enum.Font.SourceSans
  181. ScriptBox.Text = "Scripts"
  182. ScriptBox.TextColor3 = Color3.new(0, 0, 0)
  183. ScriptBox.TextScaled = true
  184. ScriptBox.TextSize = 14
  185. ScriptBox.TextWrapped = true
  186.  
  187. ScriptFrame.Name = "ScriptFrame"
  188. ScriptFrame.Parent = TabsGui
  189. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  190. ScriptFrame.Position = UDim2.new(0.550330639, 0, 0.40220049, 0)
  191. ScriptFrame.Size = UDim2.new(0, 323, 0, 255)
  192. ScriptFrame.Visible = false
  193.  
  194. ScriptTop.Name = "ScriptTop"
  195. ScriptTop.Parent = ScriptFrame
  196. ScriptTop.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  197. ScriptTop.Size = UDim2.new(0, 323, 0, 24)
  198.  
  199. gbv4.Name = "gbv4"
  200. gbv4.Parent = ScriptFrame
  201. gbv4.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  202. gbv4.BorderColor3 = Color3.new(0, 0, 0)
  203. gbv4.BorderSizePixel = 4
  204. gbv4.Position = UDim2.new(0.111455105, 0, 0.201960802, 0)
  205. gbv4.Size = UDim2.new(0, 116, 0, 53)
  206. gbv4.Font = Enum.Font.SourceSansBold
  207. gbv4.Text = "Grab Knife"
  208. gbv4.TextColor3 = Color3.new(1, 1, 1)
  209. gbv4.TextSize = 14
  210.  
  211. sexitbut.Name = "sexitbut"
  212. sexitbut.Parent = ScriptFrame
  213. sexitbut.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  214. sexitbut.BorderSizePixel = 0
  215. sexitbut.Position = UDim2.new(0.919504642, 0, 0, 0)
  216. sexitbut.Size = UDim2.new(0, 26, 0, 24)
  217. sexitbut.Font = Enum.Font.SourceSansBold
  218. sexitbut.Text = "X"
  219. sexitbut.TextColor3 = Color3.new(1, 0, 0)
  220. sexitbut.TextScaled = true
  221. sexitbut.TextSize = 14
  222. sexitbut.TextWrapped = true
  223.  
  224. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement