Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.80 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local Username = Instance.new("TextBox")
  7. local password = Instance.new("TextBox")
  8. local trial = Instance.new("TextLabel")
  9. local submit = Instance.new("TextButton")
  10. local maingui = Instance.new("Frame")
  11. local execute = Instance.new("TextButton")
  12. local executer = Instance.new("TextBox")
  13. local thanks = Instance.new("TextLabel")
  14. local Stats = Instance.new("TextButton")
  15. local Admin = Instance.new("TextButton")
  16. local closegui = Instance.new("TextButton")
  17. local Open = Instance.new("Frame")
  18. local open = Instance.new("TextButton")
  19. --Properties:
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. trial.Name = "trial"
  23. trial.Parent = logingui
  24. trial.BackgroundColor3 = Color3.new(1, 1, 1)
  25. trial.BackgroundTransparency = 1
  26. trial.Position = UDim2.new(0, 0, 0.530085981, 0)
  27. trial.Size = UDim2.new(0, 233, 0, 96)
  28. trial.Font = Enum.Font.SourceSans
  29. trial.Text = "This is a free trial. Will be adding more features."
  30. trial.TextColor3 = Color3.new(0, 0, 0)
  31. trial.TextSize = 14
  32.  
  33. maingui.Name = "maingui"
  34. maingui.Parent = ScreenGui
  35. maingui.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  36. maingui.BorderColor3 = Color3.new(0, 0, 0)
  37. maingui.BorderSizePixel = 4
  38. maingui.Position = UDim2.new(0.615751803, 0, 0.36855036, 0)
  39. maingui.Size = UDim2.new(0, 348, 0, 440)
  40. maingui.Visible = false
  41. maingui.Active = true
  42. maingui.Draggable = true
  43.  
  44. execute.Name = "execute"
  45. execute.Parent = maingui
  46. execute.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  47. execute.BackgroundTransparency = 0.25
  48. execute.BorderColor3 = Color3.new(0, 0, 0)
  49. execute.BorderSizePixel = 3
  50. execute.Position = UDim2.new(0.262930095, 0, 0.453264564, 0)
  51. execute.Size = UDim2.new(0, 151, 0, 40)
  52. execute.Font = Enum.Font.SourceSans
  53. execute.Text = "Execute!"
  54. execute.TextColor3 = Color3.new(0, 0, 0)
  55. execute.TextSize = 14
  56.  
  57. executer.Name = "executer"
  58. executer.Parent = maingui
  59. executer.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  60. executer.BorderColor3 = Color3.new(0, 0, 0)
  61. executer.BorderSizePixel = 5
  62. executer.Position = UDim2.new(0.0905743986, 0, 0.586601734, 0)
  63. executer.Size = UDim2.new(0, 284, 0, 166)
  64. executer.Font = Enum.Font.SourceSans
  65. executer.Text = "Script here"
  66. executer.TextColor3 = Color3.new(1, 1, 1)
  67. executer.TextScaled = true
  68. executer.TextSize = 14
  69. executer.TextWrapped = true
  70.  
  71. thanks.Name = "thanks"
  72. thanks.Parent = maingui
  73. thanks.BackgroundColor3 = Color3.new(1, 1, 1)
  74. thanks.BackgroundTransparency = 1
  75. thanks.Position = UDim2.new(0, 0, 0.113636367, 0)
  76. thanks.Size = UDim2.new(0, 348, 0, 199)
  77. thanks.Font = Enum.Font.GothamBold
  78. thanks.Text = "Thanks, for trying / purchasing premium. "
  79. thanks.TextColor3 = Color3.new(0, 0, 0)
  80. thanks.TextSize = 14
  81.  
  82. Stats.Name = "Stats"
  83. Stats.Parent = maingui
  84. Stats.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  85. Stats.Size = UDim2.new(0, 142, 0, 50)
  86. Stats.Font = Enum.Font.SourceSans
  87. Stats.Text = "Stat Change"
  88. Stats.TextColor3 = Color3.new(0, 0, 0)
  89. Stats.TextSize = 14
  90. Stats.MouseButton1Down:connect(function()
  91. loadstring(game:HttpGet('https://pastebin.com/G8NU7BhN',true))()
  92. end)
  93.  
  94. Admin.Name = "Admin"
  95. Admin.Parent = maingui
  96. Admin.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  97. Admin.Position = UDim2.new(0.408046007, 0, 0, 0)
  98. Admin.Size = UDim2.new(0, 142, 0, 50)
  99. Admin.Font = Enum.Font.SourceSans
  100. Admin.Text = "Reviz Admin"
  101. Admin.TextColor3 = Color3.new(0, 0, 0)
  102. Admin.TextSize = 14
  103. Admin.MouseButton1Down:connect(function()
  104. loadstring(game:HttpGet(('https://pastebin.com/raw/Kd6az53K'),true))()
  105. end)
  106.  
  107. closegui.Name = "closegui"
  108. closegui.Parent = maingui
  109. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  110. closegui.BackgroundTransparency = 1
  111. closegui.Position = UDim2.new(0.905172467, 0, 0, 0)
  112. closegui.Size = UDim2.new(0, 45, 0, 31)
  113. closegui.Font = Enum.Font.GothamBold
  114. closegui.Text = "X"
  115. closegui.TextColor3 = Color3.new(0, 0, 0)
  116. closegui.TextSize = 14
  117. maingui.Visible = false
  118. Open.Visible = true
  119.  
  120. Open.Name = "Open"
  121. Open.Parent = ScreenGui
  122. Open.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  123. Open.BorderColor3 = Color3.new(0, 0, 0)
  124. Open.BorderSizePixel = 4
  125. Open.Position = UDim2.new(0, 0, 0.700245678, 0)
  126. Open.Size = UDim2.new(0, 100, 0, 29)
  127. maingui.Visible = true
  128. Open.Visible = false
  129.  
  130. open.Name = "open"
  131. open.Parent = Open
  132. open.BackgroundColor3 = Color3.new(1, 1, 1)
  133. open.BackgroundTransparency = 1
  134. open.Size = UDim2.new(0, 100, 0, 29)
  135. open.Font = Enum.Font.GothamBold
  136. open.Text = "Open"
  137. open.TextColor3 = Color3.new(0, 0, 0)
  138. open.TextSize = 14
  139. -- Scripts:
  140. -- Farewell Infortality.
  141. -- Version: 2.82
  142. -- Instances:
  143. local ScreenGui = Instance.new("ScreenGui")
  144. local logingui = Instance.new("Frame")
  145. local Username = Instance.new("TextBox")
  146. local password = Instance.new("TextBox")
  147. local trial = Instance.new("TextLabel")
  148. local submit = Instance.new("TextButton")
  149. local maingui = Instance.new("Frame")
  150. local execute = Instance.new("TextButton")
  151. local executer = Instance.new("TextBox")
  152. local thanks = Instance.new("TextLabel")
  153. local Stats = Instance.new("TextButton")
  154. local Admin = Instance.new("TextButton")
  155. local closegui = Instance.new("TextButton")
  156. local Open = Instance.new("Frame")
  157. local open = Instance.new("TextButton")
  158. --Properties:
  159. ScreenGui.Parent = game.CoreGui
  160.  
  161. trial.Name = "trial"
  162. trial.Parent = logingui
  163. trial.BackgroundColor3 = Color3.new(1, 1, 1)
  164. trial.BackgroundTransparency = 1
  165. trial.Position = UDim2.new(0, 0, 0.530085981, 0)
  166. trial.Size = UDim2.new(0, 233, 0, 96)
  167. trial.Font = Enum.Font.SourceSans
  168. trial.Text = "This is a free trial. Will be adding more features."
  169. trial.TextColor3 = Color3.new(0, 0, 0)
  170. trial.TextSize = 14
  171.  
  172. maingui.Name = "maingui"
  173. maingui.Parent = ScreenGui
  174. maingui.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  175. maingui.BorderColor3 = Color3.new(0, 0, 0)
  176. maingui.BorderSizePixel = 4
  177. maingui.Position = UDim2.new(0.615751803, 0, 0.36855036, 0)
  178. maingui.Size = UDim2.new(0, 348, 0, 440)
  179. maingui.Visible = false
  180. maingui.Active = true
  181. maingui.Draggable = true
  182.  
  183. execute.Name = "execute"
  184. execute.Parent = maingui
  185. execute.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  186. execute.BackgroundTransparency = 0.25
  187. execute.BorderColor3 = Color3.new(0, 0, 0)
  188. execute.BorderSizePixel = 3
  189. execute.Position = UDim2.new(0.262930095, 0, 0.453264564, 0)
  190. execute.Size = UDim2.new(0, 151, 0, 40)
  191. execute.Font = Enum.Font.SourceSans
  192. execute.Text = "Execute!"
  193. execute.TextColor3 = Color3.new(0, 0, 0)
  194. execute.TextSize = 14
  195.  
  196. executer.Name = "executer"
  197. executer.Parent = maingui
  198. executer.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  199. executer.BorderColor3 = Color3.new(0, 0, 0)
  200. executer.BorderSizePixel = 5
  201. executer.Position = UDim2.new(0.0905743986, 0, 0.586601734, 0)
  202. executer.Size = UDim2.new(0, 284, 0, 166)
  203. executer.Font = Enum.Font.SourceSans
  204. executer.Text = "Script here"
  205. executer.TextColor3 = Color3.new(1, 1, 1)
  206. executer.TextScaled = true
  207. executer.TextSize = 14
  208. executer.TextWrapped = true
  209.  
  210. thanks.Name = "thanks"
  211. thanks.Parent = maingui
  212. thanks.BackgroundColor3 = Color3.new(1, 1, 1)
  213. thanks.BackgroundTransparency = 1
  214. thanks.Position = UDim2.new(0, 0, 0.113636367, 0)
  215. thanks.Size = UDim2.new(0, 348, 0, 199)
  216. thanks.Font = Enum.Font.GothamBold
  217. thanks.Text = "Thanks, for trying / purchasing premium. "
  218. thanks.TextColor3 = Color3.new(0, 0, 0)
  219. thanks.TextSize = 14
  220.  
  221. Stats.Name = "Stats"
  222. Stats.Parent = maingui
  223. Stats.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  224. Stats.Size = UDim2.new(0, 142, 0, 50)
  225. Stats.Font = Enum.Font.SourceSans
  226. Stats.Text = "Stat Change"
  227. Stats.TextColor3 = Color3.new(0, 0, 0)
  228. Stats.TextSize = 14
  229. Stats.MouseButton1Down:connect(function()
  230. loadstring(game:HttpGet('https://pastebin.com/raw/VcbbNB7u',true))()
  231. end)
  232.  
  233. Admin.Name = "Admin"
  234. Admin.Parent = maingui
  235. Admin.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  236. Admin.Position = UDim2.new(0.408046007, 0, 0, 0)
  237. Admin.Size = UDim2.new(0, 142, 0, 50)
  238. Admin.Font = Enum.Font.SourceSans
  239. Admin.Text = "Reviz Admin"
  240. Admin.TextColor3 = Color3.new(0, 0, 0)
  241. Admin.TextSize = 14
  242. Admin.MouseButton1Down:connect(function()
  243. loadstring(game:HttpGet(('https://pastebin.com/raw/Kd6az53K'),true))()
  244. end)
  245.  
  246. closegui.Name = "closegui"
  247. closegui.Parent = maingui
  248. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  249. closegui.BackgroundTransparency = 1
  250. closegui.Position = UDim2.new(0.905172467, 0, 0, 0)
  251. closegui.Size = UDim2.new(0, 45, 0, 31)
  252. closegui.Font = Enum.Font.GothamBold
  253. closegui.Text = "X"
  254. closegui.TextColor3 = Color3.new(0, 0, 0)
  255. closegui.TextSize = 14
  256. maingui.Visible = false
  257. Open.Visible = true
  258.  
  259. Open.Name = "Open"
  260. Open.Parent = ScreenGui
  261. Open.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  262. Open.BorderColor3 = Color3.new(0, 0, 0)
  263. Open.BorderSizePixel = 4
  264. Open.Position = UDim2.new(0, 0, 0.700245678, 0)
  265. Open.Size = UDim2.new(0, 100, 0, 29)
  266. maingui.Visible = true
  267. Open.Visible = false
  268.  
  269. open.Name = "open"
  270. open.Parent = Open
  271. open.BackgroundColor3 = Color3.new(1, 1, 1)
  272. open.BackgroundTransparency = 1
  273. open.Size = UDim2.new(0, 100, 0, 29)
  274. open.Font = Enum.Font.GothamBold
  275. open.Text = "Open"
  276. open.TextColor3 = Color3.new(0, 0, 0)
  277. open.TextSize = 14
  278. -- Scripts:
  279. -- Farewell Infortality.
  280. -- Version: 2.82
  281. -- Instances:
  282. local ScreenGui = Instance.new("ScreenGui")
  283. local logingui = Instance.new("Frame")
  284. local Username = Instance.new("TextBox")
  285. local password = Instance.new("TextBox")
  286. local trial = Instance.new("TextLabel")
  287. local submit = Instance.new("TextButton")
  288. local maingui = Instance.new("Frame")
  289. local execute = Instance.new("TextButton")
  290. local executer = Instance.new("TextBox")
  291. local thanks = Instance.new("TextLabel")
  292. local Stats = Instance.new("TextButton")
  293. local Admin = Instance.new("TextButton")
  294. local closegui = Instance.new("TextButton")
  295. local Open = Instance.new("Frame")
  296. local open = Instance.new("TextButton")
  297. --Properties:
  298. ScreenGui.Parent = game.CoreGui
  299.  
  300. trial.Name = "trial"
  301. trial.Parent = logingui
  302. trial.BackgroundColor3 = Color3.new(1, 1, 1)
  303. trial.BackgroundTransparency = 1
  304. trial.Position = UDim2.new(0, 0, 0.530085981, 0)
  305. trial.Size = UDim2.new(0, 233, 0, 96)
  306. trial.Font = Enum.Font.SourceSans
  307. trial.Text = "This is a free trial. Will be adding more features."
  308. trial.TextColor3 = Color3.new(0, 0, 0)
  309. trial.TextSize = 14
  310.  
  311. maingui.Name = "maingui"
  312. maingui.Parent = ScreenGui
  313. maingui.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  314. maingui.BorderColor3 = Color3.new(0, 0, 0)
  315. maingui.BorderSizePixel = 4
  316. maingui.Position = UDim2.new(0.615751803, 0, 0.36855036, 0)
  317. maingui.Size = UDim2.new(0, 348, 0, 440)
  318. maingui.Visible = false
  319. maingui.Active = true
  320. maingui.Draggable = true
  321.  
  322. execute.Name = "execute"
  323. execute.Parent = maingui
  324. execute.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  325. execute.BackgroundTransparency = 0.25
  326. execute.BorderColor3 = Color3.new(0, 0, 0)
  327. execute.BorderSizePixel = 3
  328. execute.Position = UDim2.new(0.262930095, 0, 0.453264564, 0)
  329. execute.Size = UDim2.new(0, 151, 0, 40)
  330. execute.Font = Enum.Font.SourceSans
  331. execute.Text = "Execute!"
  332. execute.TextColor3 = Color3.new(0, 0, 0)
  333. execute.TextSize = 14
  334. execute.MouseButton1Click:connect(function()
  335. loadstring(executer.Text)
  336. end)
  337.  
  338. executer.Name = "executer"
  339. executer.Parent = maingui
  340. executer.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  341. executer.BorderColor3 = Color3.new(0, 0, 0)
  342. executer.BorderSizePixel = 5
  343. executer.Position = UDim2.new(0.0905743986, 0, 0.586601734, 0)
  344. executer.Size = UDim2.new(0, 284, 0, 166)
  345. executer.Font = Enum.Font.SourceSans
  346. executer.Text = "Script here"
  347. executer.TextColor3 = Color3.new(1, 1, 1)
  348. executer.TextScaled = true
  349. executer.TextSize = 14
  350. executer.TextWrapped = true
  351.  
  352. thanks.Name = "thanks"
  353. thanks.Parent = maingui
  354. thanks.BackgroundColor3 = Color3.new(1, 1, 1)
  355. thanks.BackgroundTransparency = 1
  356. thanks.Position = UDim2.new(0, 0, 0.113636367, 0)
  357. thanks.Size = UDim2.new(0, 348, 0, 199)
  358. thanks.Font = Enum.Font.GothamBold
  359. thanks.Text = "Thanks, for trying / purchasing premium. "
  360. thanks.TextColor3 = Color3.new(0, 0, 0)
  361. thanks.TextSize = 14
  362.  
  363. Stats.Name = "Stats"
  364. Stats.Parent = maingui
  365. Stats.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  366. Stats.Size = UDim2.new(0, 142, 0, 50)
  367. Stats.Font = Enum.Font.SourceSans
  368. Stats.Text = "Stat Change"
  369. Stats.TextColor3 = Color3.new(0, 0, 0)
  370. Stats.TextSize = 14
  371. Stats.MouseButton1Down:connect(function()
  372. loadstring(game:HttpGet('https://pastebin.com/raw/VcbbNB7u',true))()
  373. end)
  374.  
  375. Admin.Name = "Admin"
  376. Admin.Parent = maingui
  377. Admin.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  378. Admin.Position = UDim2.new(0.408046007, 0, 0, 0)
  379. Admin.Size = UDim2.new(0, 142, 0, 50)
  380. Admin.Font = Enum.Font.SourceSans
  381. Admin.Text = "Reviz Admin"
  382. Admin.TextColor3 = Color3.new(0, 0, 0)
  383. Admin.TextSize = 14
  384. Admin.MouseButton1Down:connect(function()
  385. loadstring(game:HttpGet(('https://pastebin.com/raw/Kd6az53K'),true))()
  386. end)
  387.  
  388. closegui.Name = "closegui"
  389. closegui.Parent = maingui
  390. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  391. closegui.BackgroundTransparency = 1
  392. closegui.Position = UDim2.new(0.905172467, 0, 0, 0)
  393. closegui.Size = UDim2.new(0, 45, 0, 31)
  394. closegui.Font = Enum.Font.GothamBold
  395. closegui.Text = "X"
  396. closegui.TextColor3 = Color3.new(0, 0, 0)
  397. closegui.TextSize = 14
  398. maingui.Visible = false
  399. Open.Visible = true
  400.  
  401. Open.Name = "Open"
  402. Open.Parent = ScreenGui
  403. Open.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  404. Open.BorderColor3 = Color3.new(0, 0, 0)
  405. Open.BorderSizePixel = 4
  406. Open.Position = UDim2.new(0, 0, 0.700245678, 0)
  407. Open.Size = UDim2.new(0, 100, 0, 29)
  408. maingui.Visible = true
  409. Open.Visible = false
  410.  
  411. open.Name = "open"
  412. open.Parent = Open
  413. open.BackgroundColor3 = Color3.new(1, 1, 1)
  414. open.BackgroundTransparency = 1
  415. open.Size = UDim2.new(0, 100, 0, 29)
  416. open.Font = Enum.Font.GothamBold
  417. open.Text = "Open"
  418. open.TextColor3 = Color3.new(0, 0, 0)
  419. open.TextSize = 14
  420. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement