Advertisement
Guest User

n

a guest
Jul 12th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Frame_2 = Instance.new("Frame")
  8. local epic = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local Frame_3 = Instance.new("Frame")
  11. local TextBox = Instance.new("TextBox")
  12. local EpicLit = Instance.new("TextLabel")
  13. local Execute = Instance.new("TextButton")
  14. local Clear = Instance.new("TextButton")
  15. local TextButton = Instance.new("TextButton")
  16. local RespawnButton = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.StarterGui.MainModule
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  23. Frame.BorderSizePixel = 0
  24. Frame.Position = UDim2.new(0.5, -158, 0.5, -83)
  25. Frame.Size = UDim2.new(0.256329119, 0, 0.201474205, 0)
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextLabel.BackgroundTransparency = 1
  30. TextLabel.BorderSizePixel = 0
  31. TextLabel.Size = UDim2.new(0, 316, 0, 167)
  32. TextLabel.Font = Enum.Font.GothamSemibold
  33. TextLabel.Text = "Welcome!"
  34. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  35. TextLabel.TextSize = 36
  36. TextLabel.TextWrapped = true
  37.  
  38. Frame_2.Parent = Frame
  39. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Frame_2.BorderSizePixel = 0
  41. Frame_2.Size = UDim2.new(1, 0, 0.134146348, 0)
  42.  
  43. epic.Name = "epic"
  44. epic.Parent = ScreenGui
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = epic
  48. Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  49. Main.BorderSizePixel = 0
  50. Main.Position = UDim2.new(0.0102848103, 0, 0.582309604, 0)
  51. Main.Size = UDim2.new(0, 384, 0, 250)
  52.  
  53. Frame_3.Parent = Main
  54. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Frame_3.BorderSizePixel = 0
  56. Frame_3.Position = UDim2.new(0.00260416674, 0, 0.208000004, 0)
  57. Frame_3.Size = UDim2.new(0.994791687, 0, 0.791999996, 0)
  58.  
  59. TextBox.Parent = Main
  60. TextBox.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  61. TextBox.BorderSizePixel = 0
  62. TextBox.Position = UDim2.new(0.0338541679, 0, 0.224000007, 0)
  63. TextBox.Size = UDim2.new(0, 363, 0, 141)
  64. TextBox.ClearTextOnFocus = false
  65. TextBox.Font = Enum.Font.SourceSans
  66. TextBox.Text = ""
  67. TextBox.TextColor3 = Color3.new(1, 1, 1)
  68. TextBox.TextSize = 20
  69. TextBox.TextWrapped = true
  70. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  71. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  72.  
  73. EpicLit.Name = "EpicLit"
  74. EpicLit.Parent = Main
  75. EpicLit.BackgroundColor3 = Color3.new(1, 1, 1)
  76. EpicLit.BackgroundTransparency = 1
  77. EpicLit.BorderSizePixel = 0
  78. EpicLit.Position = UDim2.new(0.0338541679, 0, 0.0480000004, 0)
  79. EpicLit.Size = UDim2.new(0, 236, 0, 41)
  80. EpicLit.Font = Enum.Font.GothamBlack
  81. EpicLit.Text = "Discard SS"
  82. EpicLit.TextColor3 = Color3.new(0.705882, 0.192157, 1)
  83. EpicLit.TextSize = 35
  84. EpicLit.TextXAlignment = Enum.TextXAlignment.Left
  85. EpicLit.TextYAlignment = Enum.TextYAlignment.Top
  86.  
  87. Execute.Name = "Execute"
  88. Execute.Parent = Main
  89. Execute.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  90. Execute.BorderSizePixel = 0
  91. Execute.Position = UDim2.new(0.0320000052, 0, 0.815999985, 0)
  92. Execute.Size = UDim2.new(0, 178, 0, 37)
  93. Execute.Font = Enum.Font.GothamSemibold
  94. Execute.Text = "Execute"
  95. Execute.TextColor3 = Color3.new(1, 1, 1)
  96. Execute.TextSize = 16
  97.  
  98. Clear.Name = "Clear"
  99. Clear.Parent = Main
  100. Clear.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  101. Clear.BorderSizePixel = 0
  102. Clear.Position = UDim2.new(0.515625, 0, 0.815999985, 0)
  103. Clear.Size = UDim2.new(0, 178, 0, 37)
  104. Clear.Font = Enum.Font.GothamSemibold
  105. Clear.Text = "Clear"
  106. Clear.TextColor3 = Color3.new(1, 1, 1)
  107. Clear.TextSize = 16
  108.  
  109. TextButton.Parent = Main
  110. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  111. TextButton.BackgroundTransparency = 1
  112. TextButton.BorderSizePixel = 0
  113. TextButton.Position = UDim2.new(0.9140625, 0, 0.0480000004, 0)
  114. TextButton.Size = UDim2.new(0, 31, 0, 27)
  115. TextButton.Font = Enum.Font.SourceSans
  116. TextButton.Text = "X"
  117. TextButton.TextColor3 = Color3.new(1, 1, 1)
  118. TextButton.TextSize = 25
  119.  
  120. RespawnButton.Name = "Respawn Button"
  121. RespawnButton.Parent = Main
  122. RespawnButton.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  123. RespawnButton.BorderSizePixel = 0
  124. RespawnButton.Position = UDim2.new(0.497395843, 0, 0.0680000037, 0)
  125. RespawnButton.Size = UDim2.new(0.434895843, 0, 0.0960000008, 0)
  126. RespawnButton.Font = Enum.Font.GothamSemibold
  127. RespawnButton.Text = "Respawn"
  128. RespawnButton.TextColor3 = Color3.new(1, 1, 1)
  129. RespawnButton.TextSize = 16
  130. -- Scripts:
  131. function SCRIPT_EJVE69_FAKESCRIPT() -- Frame_2.LocalScript
  132. local script = Instance.new('LocalScript')
  133. script.Parent = Frame_2
  134. while wait() do
  135. script.Parent.BackgroundColor3 = Color3.new(1,0,0)
  136. for i=1,15 do
  137. game:GetService("RunService").RenderStepped:wait()
  138. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g+(17/255),script.Parent.BackgroundColor3.b)
  139. end
  140. for i=1,15 do
  141. game:GetService("RunService").RenderStepped:wait()
  142. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r-(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  143. end
  144. for i=1,15 do
  145. game:GetService("RunService").RenderStepped:wait()
  146. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b+(17/255))
  147. end
  148. for i=1,15 do
  149. game:GetService("RunService").RenderStepped:wait()
  150. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g-(17/255),script.Parent.BackgroundColor3.b)
  151. end
  152. for i=1,15 do
  153. game:GetService("RunService").RenderStepped:wait()
  154. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r+(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  155. end
  156. for i=1,15 do
  157. game:GetService("RunService").RenderStepped:wait()
  158. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b-(17/255))
  159. end
  160. end
  161.  
  162. end
  163. coroutine.resume(coroutine.create(SCRIPT_EJVE69_FAKESCRIPT))
  164. function SCRIPT_TDNG66_FAKESCRIPT() -- ScreenGui.Script
  165. local script = Instance.new('Script')
  166. script.Parent = ScreenGui
  167. local frame = script.Parent.Parent.ScreenGui.Frame
  168. local text = script.Parent.Parent.ScreenGui.Frame.TextLabel
  169.  
  170. frame.Position = UDim2.new(0.5, -158, 0.5, 0)
  171. frame.Size = UDim2.new(0, 316, 0, 0)
  172. frame.Visible = false
  173. text.Visible = false
  174. wait(1.5)
  175. frame.Visible = true
  176. frame:TweenPosition(UDim2.new(0.5, -158, 0.5, -83), "Out", "Quad", 0.5)
  177. frame:TweenSize(UDim2.new(0, 316, 0, 165), "Out", "Quad", 0.5)
  178. wait(1)
  179. text.Visible = true
  180. for loop = 1, 10 do
  181. text.TextTransparency = 1-loop/10
  182. wait(0.005)
  183. end
  184. wait(2)
  185. frame:Destroy()
  186. text:Destroy()
  187.  
  188. end
  189. coroutine.resume(coroutine.create(SCRIPT_TDNG66_FAKESCRIPT))
  190. function SCRIPT_PTEX86_FAKESCRIPT() -- Frame_3.LocalScript
  191. local script = Instance.new('LocalScript')
  192. script.Parent = Frame_3
  193. while wait() do
  194. script.Parent.BackgroundColor3 = Color3.new(1,0,0)
  195. for i=1,15 do
  196. game:GetService("RunService").RenderStepped:wait()
  197. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g+(17/255),script.Parent.BackgroundColor3.b)
  198. end
  199. for i=1,15 do
  200. game:GetService("RunService").RenderStepped:wait()
  201. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r-(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  202. end
  203. for i=1,15 do
  204. game:GetService("RunService").RenderStepped:wait()
  205. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b+(17/255))
  206. end
  207. for i=1,15 do
  208. game:GetService("RunService").RenderStepped:wait()
  209. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g-(17/255),script.Parent.BackgroundColor3.b)
  210. end
  211. for i=1,15 do
  212. game:GetService("RunService").RenderStepped:wait()
  213. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r+(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  214. end
  215. for i=1,15 do
  216. game:GetService("RunService").RenderStepped:wait()
  217. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b-(17/255))
  218. end
  219. end
  220.  
  221. end
  222. coroutine.resume(coroutine.create(SCRIPT_PTEX86_FAKESCRIPT))
  223. function SCRIPT_IMBC90_FAKESCRIPT() -- EpicLit.Script
  224. local script = Instance.new('Script')
  225. script.Parent = EpicLit
  226.  
  227.  
  228.  
  229. end
  230. coroutine.resume(coroutine.create(SCRIPT_IMBC90_FAKESCRIPT))
  231. function SCRIPT_WVEG67_FAKESCRIPT() -- Execute.Script
  232. local script = Instance.new('Script')
  233. script.Parent = Execute
  234. local remote = script.Parent.MSFunction
  235.  
  236. remote.OnServerEvent:Connect(function(idk, lol)
  237. require(script.Loadstring)(lol)()
  238. end)
  239.  
  240. end
  241. coroutine.resume(coroutine.create(SCRIPT_WVEG67_FAKESCRIPT))
  242. function SCRIPT_ZTAG72_FAKESCRIPT() -- Execute.LocalScript
  243. local script = Instance.new('LocalScript')
  244. script.Parent = Execute
  245. local execute = script.Parent.Parent.Execute
  246. local text = script.Parent.Parent.TextBox
  247. local remote = script.Parent.MSFunction
  248.  
  249. execute.MouseButton1Click:Connect(function()
  250. remote:FireServer(text.Text)
  251. end)
  252.  
  253. end
  254. coroutine.resume(coroutine.create(SCRIPT_ZTAG72_FAKESCRIPT))
  255. function SCRIPT_MZCL82_FAKESCRIPT() -- Clear.LocalScript
  256. local script = Instance.new('LocalScript')
  257. script.Parent = Clear
  258. local clear = script.Parent.Parent.Clear
  259. local text = script.Parent.Parent.TextBox
  260.  
  261. clear.MouseButton1Click:Connect(function()
  262. text.Text = ""
  263. end)
  264.  
  265. end
  266. coroutine.resume(coroutine.create(SCRIPT_MZCL82_FAKESCRIPT))
  267. function SCRIPT_CQPK84_FAKESCRIPT() -- TextButton.Script
  268. local script = Instance.new('Script')
  269. script.Parent = TextButton
  270. local close = script.Parent.Parent.TextButton
  271. local gui = script.Parent.Parent.Parent.Parent.epic
  272.  
  273. close.MouseButton1Click:Connect(function()
  274. gui:Destroy()
  275. end)
  276.  
  277. end
  278. coroutine.resume(coroutine.create(SCRIPT_CQPK84_FAKESCRIPT))
  279. function SCRIPT_HMFT69_FAKESCRIPT() -- RespawnButton.RespawnCharacter
  280. local script = Instance.new('Script')
  281. script.Parent = RespawnButton
  282. local replicatedStorage = game:GetService("ReplicatedStorage")
  283. local respawnPlr = Instance.new("RemoteEvent")
  284. respawnPlr.Parent = replicatedStorage
  285. respawnPlr.Name = "discardFrequincy2194"
  286.  
  287. function respawnCharacter(plr)
  288. if plr.Parent.Name == "discardFrequincy2194" then
  289. plr:LoadCharacter()
  290. end
  291. end
  292.  
  293. respawnPlr.OnServerEvent:Connect(respawnCharacter)
  294.  
  295. end
  296. coroutine.resume(coroutine.create(SCRIPT_HMFT69_FAKESCRIPT))
  297. function SCRIPT_MPWB68_FAKESCRIPT() -- epic.LocalScript
  298. local script = Instance.new('LocalScript')
  299. script.Parent = epic
  300. local frame = script.Parent.Main
  301. frame.Draggable = true
  302. frame.Active = true
  303. frame.Selectable = true
  304.  
  305. end
  306. coroutine.resume(coroutine.create(SCRIPT_MPWB68_FAKESCRIPT))
  307. function SCRIPT_PVCS79_FAKESCRIPT() -- epic.Script
  308. local script = Instance.new('Script')
  309. script.Parent = epic
  310. local GUI = script.Parent.Parent.epic
  311. GUI.ResetOnSpawn = false
  312.  
  313. GUI.Main.Visible = false
  314. wait(5.5)
  315. GUI.Main.Visible = true
  316.  
  317. end
  318. coroutine.resume(coroutine.create(SCRIPT_PVCS79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement