Advertisement
Guest User

Untitled

a guest
Apr 14th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local AndreSploit = Instance.new("ScreenGui")
  7. local Login = Instance.new("Frame")
  8. local ofandresploit1 = Instance.new("Frame")
  9. local ofandresploit2 = Instance.new("Frame")
  10. local UserName = Instance.new("TextBox")
  11. local LogIn = Instance.new("TextButton")
  12. local Password = Instance.new("TextBox")
  13. local AndreSploit_2 = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local Madeby = Instance.new("TextLabel")
  16. local Main = Instance.new("Frame")
  17. local AndreSploit_3 = Instance.new("TextLabel")
  18. local ofandresploit2_2 = Instance.new("Frame")
  19. local FullLua = Instance.new("TextButton")
  20. local TextLabel = Instance.new("TextLabel")
  21. local LuaC = Instance.new("TextButton")
  22. local FullLuaExec = Instance.new("Frame")
  23. local TextLabel_2 = Instance.new("TextLabel")
  24. local Frame = Instance.new("Frame")
  25. local Close_2 = Instance.new("TextButton")
  26. local TextBox = Instance.new("TextBox")
  27. local TextButton = Instance.new("TextButton")
  28. local TextButton_2 = Instance.new("TextButton")
  29. local TextButton_3 = Instance.new("TextButton")
  30.  
  31. -- Properties
  32.  
  33. AndreSploit.Name = "AndreSploit"
  34. AndreSploit.Parent = game.StarterGui
  35.  
  36. Login.Name = "Login"
  37. Login.Parent = AndreSploit
  38. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. Login.BorderSizePixel = 0
  40. Login.Position = UDim2.new(-0.000277906656, 0, 0.0079364907, 0)
  41. Login.Size = UDim2.new(0, 223, 0, 316)
  42.  
  43. ofandresploit1.Name = "of andresploit 1"
  44. ofandresploit1.Parent = Login
  45. ofandresploit1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  46. ofandresploit1.BorderSizePixel = 0
  47. ofandresploit1.Position = UDim2.new(-0.00192263722, 0, -0.00110508502, 0)
  48. ofandresploit1.Size = UDim2.new(0, 223, 0, 38)
  49.  
  50. ofandresploit2.Name = "of andresploit 2"
  51. ofandresploit2.Parent = Login
  52. ofandresploit2.BackgroundColor3 = Color3.new(0, 0, 0)
  53. ofandresploit2.BorderSizePixel = 0
  54. ofandresploit2.Position = UDim2.new(-0.00192263722, 0, 0.119775966, 0)
  55. ofandresploit2.Size = UDim2.new(0, 223, 0, 3)
  56.  
  57. UserName.Name = "UserName"
  58. UserName.Parent = Login
  59. UserName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. UserName.BorderColor3 = Color3.new(1, 0, 0.0156863)
  61. UserName.BorderSizePixel = 2
  62. UserName.Position = UDim2.new(0.146592855, 0, 0.270745426, 0)
  63. UserName.Size = UDim2.new(0, 157, 0, 37)
  64. UserName.Font = Enum.Font.Bodoni
  65. UserName.Text = "UserName"
  66. UserName.TextColor3 = Color3.new(0.333333, 0, 1)
  67. UserName.TextSize = 20
  68.  
  69. LogIn.Name = "Log In"
  70. LogIn.Parent = Login
  71. LogIn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  72. LogIn.BorderColor3 = Color3.new(1, 0, 0.0156863)
  73. LogIn.BorderSizePixel = 2
  74. LogIn.Position = UDim2.new(0.259056091, 0, 0.774211407, 0)
  75. LogIn.Size = UDim2.new(0, 108, 0, 30)
  76. LogIn.Font = Enum.Font.Bodoni
  77. LogIn.Text = "Log In"
  78. LogIn.TextColor3 = Color3.new(0.333333, 0, 1)
  79. LogIn.TextSize = 20
  80.  
  81. Password.Name = "Password"
  82. Password.Parent = Login
  83. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  84. Password.BorderColor3 = Color3.new(1, 0, 0.0156863)
  85. Password.BorderSizePixel = 2
  86. Password.Position = UDim2.new(0.148835048, 0, 0.529334903, 0)
  87. Password.Size = UDim2.new(0, 157, 0, 36)
  88. Password.Font = Enum.Font.Bodoni
  89. Password.Text = "Password"
  90. Password.TextColor3 = Color3.new(0.333333, 0, 1)
  91. Password.TextSize = 20
  92.  
  93. AndreSploit_2.Name = "AndreSploit"
  94. AndreSploit_2.Parent = Login
  95. AndreSploit_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  96. AndreSploit_2.BorderSizePixel = 0
  97. AndreSploit_2.Position = UDim2.new(-0.00224215258, 0, -0.0126582282, 0)
  98. AndreSploit_2.Size = UDim2.new(0, 223, 0, 42)
  99. AndreSploit_2.Font = Enum.Font.SciFi
  100. AndreSploit_2.Text = "AndreSploit V1"
  101. AndreSploit_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  102. AndreSploit_2.TextSize = 35
  103.  
  104. Close.Name = "Close"
  105. Close.Parent = Login
  106. Close.BackgroundColor3 = Color3.new(0.639216, 0, 0.00784314)
  107. Close.BorderSizePixel = 0
  108. Close.Position = UDim2.new(0.968609869, 0, -0.0126582282, 0)
  109. Close.Size = UDim2.new(0, 7, 0, 10)
  110. Close.Font = Enum.Font.SourceSans
  111. Close.Text = "X"
  112. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  113. Close.TextSize = 14
  114.  
  115. Madeby.Name = "Made by"
  116. Madeby.Parent = Login
  117. Madeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. Madeby.BorderSizePixel = 0
  119. Madeby.Position = UDim2.new(0, 0, 0.939873397, 0)
  120. Madeby.Size = UDim2.new(0, 105, 0, 12)
  121. Madeby.Font = Enum.Font.SourceSansBold
  122. Madeby.Text = "Made by zuzuka5X"
  123. Madeby.TextColor3 = Color3.new(1, 1, 1)
  124. Madeby.TextSize = 14
  125.  
  126. Main.Name = "Main"
  127. Main.Parent = AndreSploit
  128. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  129. Main.BorderColor3 = Color3.new(1, 0, 0.0156863)
  130. Main.BorderSizePixel = 2
  131. Main.Position = UDim2.new(0.26739794, 0, 0.376642644, 0)
  132. Main.Size = UDim2.new(0, 503, 0, 284)
  133.  
  134. AndreSploit_3.Name = "AndreSploit"
  135. AndreSploit_3.Parent = Main
  136. AndreSploit_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  137. AndreSploit_3.BorderSizePixel = 0
  138. AndreSploit_3.Position = UDim2.new(-0.000994035741, 0, 0, 0)
  139. AndreSploit_3.Size = UDim2.new(0, 503, 0, 39)
  140. AndreSploit_3.Font = Enum.Font.SciFi
  141. AndreSploit_3.Text = "AndreSploit V1"
  142. AndreSploit_3.TextColor3 = Color3.new(1, 0, 0.0156863)
  143. AndreSploit_3.TextSize = 40
  144.  
  145. ofandresploit2_2.Name = "of andresploit 2"
  146. ofandresploit2_2.Parent = Main
  147. ofandresploit2_2.BackgroundColor3 = Color3.new(0, 0, 0)
  148. ofandresploit2_2.BorderSizePixel = 0
  149. ofandresploit2_2.Position = UDim2.new(0, 0, 0.137323946, 0)
  150. ofandresploit2_2.Size = UDim2.new(0, 503, 0, 3)
  151.  
  152. FullLua.Name = "FullLua"
  153. FullLua.Parent = Main
  154. FullLua.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  155. FullLua.BorderColor3 = Color3.new(1, 0, 0.0156863)
  156. FullLua.BorderSizePixel = 2
  157. FullLua.Position = UDim2.new(0.0258449297, 0, 0.411971837, 0)
  158. FullLua.Size = UDim2.new(0, 200, 0, 50)
  159. FullLua.Font = Enum.Font.SciFi
  160. FullLua.Text = "Full Lua"
  161. FullLua.TextColor3 = Color3.new(0.333333, 0, 1)
  162. FullLua.TextSize = 40
  163.  
  164. TextLabel.Parent = Main
  165. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  166. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  167. TextLabel.BorderSizePixel = 3
  168. TextLabel.Position = UDim2.new(0.300198793, 0, 0.147887319, 0)
  169. TextLabel.Size = UDim2.new(0, 200, 0, 25)
  170. TextLabel.Font = Enum.Font.SciFi
  171. TextLabel.Text = "Level 7 EXECUTOR"
  172. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  173. TextLabel.TextSize = 25
  174.  
  175. LuaC.Name = "LuaC"
  176. LuaC.Parent = Main
  177. LuaC.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  178. LuaC.BorderColor3 = Color3.new(1, 0, 0.0156863)
  179. LuaC.BorderSizePixel = 2
  180. LuaC.Position = UDim2.new(0.577011287, 0, 0.41138497, 0)
  181. LuaC.Size = UDim2.new(0, 200, 0, 50)
  182. LuaC.Font = Enum.Font.SciFi
  183. LuaC.Text = "Lua C"
  184. LuaC.TextColor3 = Color3.new(0.333333, 0, 1)
  185. LuaC.TextSize = 40
  186.  
  187. FullLuaExec.Name = "FullLuaExec"
  188. FullLuaExec.Parent = AndreSploit
  189. FullLuaExec.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  190. FullLuaExec.BorderSizePixel = 0
  191. FullLuaExec.Position = UDim2.new(0.491325915, 0, 0.0198412705, 0)
  192. FullLuaExec.Size = UDim2.new(0, 410, 0, 420)
  193.  
  194. TextLabel_2.Parent = FullLuaExec
  195. TextLabel_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  196. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  197. TextLabel_2.BorderSizePixel = 0
  198. TextLabel_2.Size = UDim2.new(0, 410, 0, 49)
  199. TextLabel_2.Font = Enum.Font.SciFi
  200. TextLabel_2.Text = "Full Lua EXECUTOR"
  201. TextLabel_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  202. TextLabel_2.TextSize = 45
  203.  
  204. Frame.Parent = FullLuaExec
  205. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  206. Frame.BorderSizePixel = 0
  207. Frame.Position = UDim2.new(0, 0, 0.116666667, 0)
  208. Frame.Size = UDim2.new(0, 410, 0, 3)
  209.  
  210. Close_2.Name = "Close"
  211. Close_2.Parent = FullLuaExec
  212. Close_2.BackgroundColor3 = Color3.new(0.639216, 0, 0.00784314)
  213. Close_2.BorderSizePixel = 0
  214. Close_2.Position = UDim2.new(0.983244002, 0, -0.00075346604, 0)
  215. Close_2.Size = UDim2.new(0, 7, 0, 10)
  216. Close_2.Font = Enum.Font.SourceSans
  217. Close_2.Text = "X"
  218. Close_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  219. Close_2.TextSize = 14
  220.  
  221. TextBox.Parent = FullLuaExec
  222. TextBox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  223. TextBox.BorderColor3 = Color3.new(1, 1, 1)
  224. TextBox.Position = UDim2.new(0.0219512191, 0, 0.142857149, 0)
  225. TextBox.Size = UDim2.new(0, 394, 0, 320)
  226. TextBox.Font = Enum.Font.Code
  227. TextBox.Text = "Lua Script here"
  228. TextBox.TextColor3 = Color3.new(1, 1, 1)
  229. TextBox.TextSize = 12
  230.  
  231. TextButton.Parent = FullLuaExec
  232. TextButton.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  233. TextButton.BorderSizePixel = 0
  234. TextButton.Position = UDim2.new(0.0536585338, 0, 0.928571403, 0)
  235. TextButton.Size = UDim2.new(0, 115, 0, 19)
  236. TextButton.Font = Enum.Font.Bodoni
  237. TextButton.Text = "Execute"
  238. TextButton.TextColor3 = Color3.new(1, 0, 0.0156863)
  239. TextButton.TextSize = 20
  240.  
  241. TextButton_2.Parent = FullLuaExec
  242. TextButton_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  243. TextButton_2.BorderSizePixel = 0
  244. TextButton_2.Position = UDim2.new(0.665853679, 0, 0.928571403, 0)
  245. TextButton_2.Size = UDim2.new(0, 115, 0, 19)
  246. TextButton_2.Font = Enum.Font.Bodoni
  247. TextButton_2.Text = "Clear"
  248. TextButton_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  249. TextButton_2.TextSize = 20
  250.  
  251. TextButton_3.Parent = FullLuaExec
  252. TextButton_3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  253. TextButton_3.BorderSizePixel = 0
  254. TextButton_3.Position = UDim2.new(0.359756112, 0, 0.928571403, 0)
  255. TextButton_3.Size = UDim2.new(0, 115, 0, 19)
  256. TextButton_3.Font = Enum.Font.Bodoni
  257. TextButton_3.Text = "Open"
  258. TextButton_3.TextColor3 = Color3.new(1, 0, 0.0156863)
  259. TextButton_3.TextSize = 20
  260.  
  261. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement