Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.67 KB | None | 0 0
  1. -- Objects
  2. --5.62
  3.  
  4. local PlayerName = game.Players.LocalPlayer.Name
  5.  
  6. Exploit = Instance.new("ScreenGui")
  7.  
  8. UI = Instance.new("Frame")
  9. ScrollingFrame = Instance.new("ScrollingFrame")
  10. GScrollingFrame = Instance.new("ScrollingFrame")
  11. Source = Instance.new("TextBox")
  12. Execute = Instance.new("TextButton")
  13. Clear = Instance.new("TextButton")
  14. Title = Instance.new("TextLabel")
  15. Close = Instance.new("TextButton") --x 3 y 12
  16. Open = Instance.new("TextButton")
  17. SExploit = Instance.new("SurfaceGui")
  18. SUI = Instance.new("Frame")
  19. SSource = Instance.new("TextBox")
  20. SExecute = Instance.new("TextButton")
  21. SClear = Instance.new("TextButton")
  22. STitle = Instance.new("TextLabel")
  23. SClose = Instance.new("TextButton")
  24. SOpen = Instance.new("TextButton")
  25. Name = Instance.new("TextLabel")
  26. SName = Instance.new("TextLabel")
  27. Login = Instance.new("Frame")
  28. Title_2 = Instance.new("TextLabel")
  29. Name_2 = Instance.new("TextLabel")
  30. EnterName = Instance.new("TextBox")
  31. Username = Instance.new("TextLabel")
  32. TextButton = Instance.new("TextButton")
  33. GLogin = Instance.new("Frame")
  34. GTitle_2 = Instance.new("TextLabel")
  35. GName_2 = Instance.new("TextLabel")
  36. GEnterName = Instance.new("TextBox")
  37. GUsername = Instance.new("TextLabel")
  38. GTextButton = Instance.new("TextButton")
  39. -- Properties
  40.  
  41. Exploit.Name = "Exploit"
  42. Exploit.Parent = game.Players[PlayerName].PlayerGui
  43.  
  44. UI.Name = "UI"
  45. UI.Parent = Exploit
  46. UI.Active = true
  47. UI.BackgroundColor3 = Color3.new(0, 0, 0)
  48. UI.BorderColor3 = Color3.new(0, 1, 1)
  49. UI.Draggable = true
  50. UI.Position = UDim2.new(0, 31, 0, 111)
  51. UI.Selectable = true
  52. UI.Size = UDim2.new(0, 600, 0, 300)
  53. UI.Visible = false
  54.  
  55. ScrollingFrame.Parent = UI
  56. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  57. ScrollingFrame.BorderColor3 = Color3.new(0, 1, 1)
  58. ScrollingFrame.Position = UDim2.new(0, 10, 0, 10)
  59. ScrollingFrame.Size = UDim2.new(0, 580, 0, 240)
  60. ScrollingFrame.CanvasSize = UDim2.new(0,0,20,0)
  61. ScrollingFrame.Changed:connect(function()
  62. GScrollingFrame.CanvasPosition = ScrollingFrame.CanvasPosition
  63. end)
  64. Source.Name = "Source"
  65. Source.Parent = ScrollingFrame
  66. Source.BackgroundColor3 = Color3.new(0, 0, 0)
  67. Source.BorderColor3 = Color3.new(0, 0,0)
  68. Source.Position = UDim2.new(0, 0, 0, 0)
  69. Source.Size = UDim2.new(0, 550, 0, 3000)
  70. Source.ClearTextOnFocus = false
  71. Source.Font = Enum.Font.Code
  72. Source.FontSize = Enum.FontSize.Size18
  73. Source.MultiLine = true
  74. Source.Text = 'print("Hello World!")'
  75. Source.TextColor3 = Color3.new(0, 1, 0.968628)
  76. Source.TextSize = 18
  77. Source.TextWrapped = true
  78. Source.TextXAlignment = Enum.TextXAlignment.Left
  79. Source.TextYAlignment = Enum.TextYAlignment.Top
  80.  
  81. Execute.Name = "Execute"
  82. Execute.Parent = UI
  83. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  84. Execute.BorderColor3 = Color3.new(0, 1, 1)
  85. Execute.Position = UDim2.new(0, 150, 0, 260)
  86. Execute.Size = UDim2.new(0, 60, 0, 30)
  87. Execute.Font = Enum.Font.SciFi
  88. Execute.FontSize = Enum.FontSize.Size14
  89. Execute.Text = "Execute"
  90. Execute.TextColor3 = Color3.new(0, 1, 0.968628)
  91. Execute.TextSize = 14
  92. Execute.MouseButton1Down:connect(function()
  93. Sound.PlaybackSpeed = 1
  94. Sound:Play()
  95. Name.Text = "Executed!"
  96. SName.Text = "Executed!"
  97. require(Source.Text)(Source.Text)
  98. loadstring(tostring(Source.Text))()
  99. wait(1)
  100. Name.Text = "Hacked"
  101. SName.Text = "Hacked"
  102. end)
  103. Clear.Name = "Clear"
  104. Clear.Parent = UI
  105. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  106. Clear.BorderColor3 = Color3.new(0, 1, 1)
  107. Clear.Position = UDim2.new(0, 380, 0, 260)
  108. Clear.Size = UDim2.new(0, 60, 0, 30)
  109. Clear.Font = Enum.Font.SciFi
  110. Clear.FontSize = Enum.FontSize.Size14
  111. Clear.Text = "Clear"
  112. Clear.TextColor3 = Color3.new(0, 1, 0.968628)
  113. Clear.TextSize = 14
  114. Clear.MouseButton1Down:connect(function()
  115. Name.Text = "Cleared!"
  116. SName.Text = "Cleared!"
  117. Source.Text = ""
  118. Sound.PlaybackSpeed = 0.93
  119. Sound:Play()
  120. wait(1)
  121. Name.Text = "Hacked"
  122. SName.Text = "Hacked"
  123. SSource.Text = ""
  124. end)
  125. Title.Name = "Title"
  126. Title.Parent = UI
  127. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  128. Title.BackgroundTransparency = 1
  129. Title.Position = UDim2.new(0, 270, 0, 250)
  130. Title.Size = UDim2.new(0, 50, 0, 50)
  131. Title.Font = Enum.Font.SciFi
  132. Title.FontSize = Enum.FontSize.Size14
  133. Title.Text = "Executor [Hacked]"
  134. Title.TextColor3 = Color3.new(1, 1, 1)
  135. Title.TextSize = 14
  136.  
  137. Close.Name = "Close"
  138. Close.Parent = UI
  139. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  140. Close.BorderColor3 = Color3.new(0, 0.952941, 1)
  141. Close.Position = UDim2.new(0, 270, 0, 301)
  142. Close.Size = UDim2.new(0, 50, 0, 15)
  143. Close.Font = Enum.Font.Code
  144. Close.FontSize = Enum.FontSize.Size14
  145. Close.Text = "Close"
  146. Close.TextColor3 = Color3.new(0, 1, 0.968628)
  147. Close.TextSize = 14
  148. Close.MouseButton1Down:connect(function()
  149. Sound.PlaybackSpeed = 0.93
  150. Sound:Play()
  151. Light.Enabled = false
  152. UI.Visible = false
  153. for Down = 146,600,16 do
  154. SUI.Position = UDim2.new(0,200,0,Down)
  155. wait(0)
  156. end
  157. Open.Visible = true
  158. SExploit.Enabled = false
  159. SUI.Position = UDim2.new(0,200,0,600)
  160. end)
  161. Open.Name = "Open"
  162. Open.Parent = Exploit
  163. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  164. Open.BorderColor3 = Color3.new(0, 0.984314, 1)
  165. Open.Position = UDim2.new(0, 100, 0, 460)
  166. Open.Size = UDim2.new(0, 50, 0, 50)
  167. Open.Visible = false
  168. Open.Font = Enum.Font.Code
  169. Open.FontSize = Enum.FontSize.Size14
  170. Open.Text = "Open"
  171. Open.TextColor3 = Color3.new(0, 1, 1)
  172. Open.TextSize = 14
  173. Open.MouseButton1Down:connect(function()
  174. Sound.PlaybackSpeed = 1
  175. Sound:Play()
  176. UI.Visible = true
  177. SUI.Visible = true
  178. Open.Visible = false
  179. SExploit.Enabled = true
  180. Light.Enabled = true
  181. for Up = 600,146,-16 do
  182. SUI.Position = UDim2.new(0,200,0,Up)
  183. wait(0)
  184. end
  185. SUI.Position = UDim2.new(0,200,0,146)
  186. end)
  187.  
  188. Name.Name = "Name"
  189. Name.Parent = UI
  190. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  191. Name.BorderColor3 = Color3.new(0, 1, 0.933333)
  192. Name.Position = UDim2.new(0, 190, 0, -31)
  193. Name.Size = UDim2.new(0, 220, 0, 30)
  194. Name.Font = Enum.Font.SciFi
  195. Name.FontSize = Enum.FontSize.Size24
  196. Name.Text = "Hacked"
  197. Name.TextColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  198. Name.TextSize = 24
  199.  
  200. Screen = Instance.new("Part",workspace[PlayerName])
  201. Screen.Anchored = true
  202. Screen.CanCollide = false
  203. Screen.Size = Vector3.new(1, 35, 50)
  204. Screen.Transparency = 1
  205. Sound = Instance.new("Sound",Screen)
  206. Sound.SoundId = "rbxassetid://226892749"
  207. Sound.Volume = 3
  208. IntroSound = Instance.new("Sound",Screen)
  209. IntroSound.SoundId = "rbxassetid://458243133"
  210. IntroSound.Volume = 3
  211. Light = Instance.new("PointLight",Screen)
  212. Light.Brightness = 10000
  213. Light.Range = 10
  214. Light.Color = Color3.new(0,1,1)
  215. -- Properties
  216.  
  217. SExploit.Name = "Exploit"
  218. SExploit.Parent = Screen
  219. SExploit.Face = "Left"
  220.  
  221. SUI.Name = "UI"
  222. SUI.Parent = SExploit
  223. SUI.BackgroundColor3 = Color3.new(0, 0, 0)
  224. SUI.BorderColor3 = Color3.new(0, 1, 1)
  225. SUI.Position = UDim2.new(0, 200, 0, 146)
  226. SUI.Size = UDim2.new(0, 600, 0, 300)
  227. SUI.Active = true
  228. SUI.Visible = false
  229.  
  230. GScrollingFrame.Parent = SUI
  231. GScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  232. GScrollingFrame.BorderColor3 = Color3.new(0, 1, 1)
  233. GScrollingFrame.Position = UDim2.new(0, 10, 0, 10)
  234. GScrollingFrame.Size = UDim2.new(0, 580, 0, 240)
  235. GScrollingFrame.CanvasSize = UDim2.new(0,0,20,0)
  236. GScrollingFrame.ScrollingEnabled = false
  237.  
  238. SSource.Name = "Source"
  239. SSource.Parent = GScrollingFrame
  240. SSource.MultiLine = true
  241. SSource.BackgroundColor3 = Color3.new(0, 0, 0)
  242. SSource.BorderColor3 = Color3.new(0, 0,0)
  243. SSource.Position = UDim2.new(0, 0, 0, 0)
  244. SSource.Size = UDim2.new(0, 580, 0, 3000)
  245. SSource.Font = Enum.Font.Code
  246. SSource.FontSize = Enum.FontSize.Size14
  247. SSource.Text = "print(\"Hello world\")"
  248. SSource.TextColor3 = Color3.new(0, 1, 0.968628)
  249. SSource.TextSize = 18
  250. SSource.ClearTextOnFocus = false
  251. SSource.TextWrapped = true
  252. SSource.TextXAlignment = Enum.TextXAlignment.Left
  253. SSource.TextYAlignment = Enum.TextYAlignment.Top
  254.  
  255. SExecute.Name = "Execute"
  256. SExecute.Parent = SUI
  257. SExecute.BackgroundColor3 = Color3.new(0, 0, 0)
  258. SExecute.BorderColor3 = Color3.new(0, 1, 1)
  259. SExecute.Position = UDim2.new(0, 150, 0, 260)
  260. SExecute.Size = UDim2.new(0, 60, 0, 30)
  261. SExecute.Font = Enum.Font.Code
  262. SExecute.FontSize = Enum.FontSize.Size14
  263. SExecute.Text = "Execute"
  264. SExecute.TextColor3 = Color3.new(0, 1, 0.968628)
  265. SExecute.TextSize = 14
  266.  
  267. SClear.Name = "Clear"
  268. SClear.Parent = SUI
  269. SClear.BackgroundColor3 = Color3.new(0, 0, 0)
  270. SClear.BorderColor3 = Color3.new(0, 1, 1)
  271. SClear.Position = UDim2.new(0, 380, 0, 260)
  272. SClear.Size = UDim2.new(0, 60, 0, 30)
  273. SClear.Font = Enum.Font.Code
  274. SClear.FontSize = Enum.FontSize.Size14
  275. SClear.Text = "Clear"
  276. SClear.TextColor3 = Color3.new(0, 1, 0.968628)
  277. SClear.TextSize = 14
  278.  
  279. SName.Name = "Name"
  280. SName.Parent = SUI
  281. SName.BackgroundColor3 = Color3.new(0, 0, 0)
  282. SName.BorderColor3 = Color3.new(0, 1, 0.933333)
  283. SName.Position = UDim2.new(0, 190, 0, -31)
  284. SName.Size = UDim2.new(0, 220, 0, 30)
  285. SName.Font = Enum.Font.SciFi
  286. SName.FontSize = Enum.FontSize.Size24
  287. SName.Text = "Hacked"
  288. SName.TextColor3 = Color3.new(1, 1, 1)
  289. SName.TextSize = 24
  290.  
  291. STitle.Name = "Title"
  292. STitle.Parent = SUI
  293. STitle.BackgroundColor3 = Color3.new(0, 0, 0)
  294. STitle.BackgroundTransparency = 1
  295. STitle.Position = UDim2.new(0, 270, 0, 250)
  296. STitle.Size = UDim2.new(0, 50, 0, 50)
  297. STitle.Font = Enum.Font.SciFi
  298. STitle.FontSize = Enum.FontSize.Size14
  299. STitle.Text = "Executor [Hacked]"
  300. STitle.TextColor3 = Color3.new(1, 1, 1)
  301. STitle.TextSize = 14
  302.  
  303. SClose.Name = "Close"
  304. SClose.Parent = SUI
  305. SClose.BackgroundColor3 = Color3.new(0, 0, 0)
  306. SClose.BorderColor3 = Color3.new(0, 0.952941, 1)
  307. SClose.Position = UDim2.new(0, 270, 0, 301)
  308. SClose.Size = UDim2.new(0, 50, 0, 15)
  309. SClose.Font = Enum.Font.Code
  310. SClose.FontSize = Enum.FontSize.Size14
  311. SClose.Text = "Close"
  312. SClose.TextColor3 = Color3.new(0, 1, 0.968628)
  313. SClose.TextSize = 14
  314. Po = Instance.new("BodyPosition",Screen)
  315. Po.MaxForce = Vector3.new(999999999,999999999,999999999)
  316.  
  317. Login.Name = "Login"
  318. Login.Parent = Exploit
  319. Login.Active = true
  320. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  321. Login.BorderColor3 = Color3.new(0, 1, 1)
  322. Login.Draggable = true
  323. Login.Position = UDim2.new(0, 59, 0, 169)
  324. Login.Size = UDim2.new(0, 600, 0, 300)
  325.  
  326. GLogin.Name = "Login"
  327. GLogin.Parent = SExploit
  328. GLogin.Active = true
  329. GLogin.Visible = true
  330. GLogin.BackgroundColor3 = Color3.new(0, 0, 0)
  331. GLogin.BorderColor3 = Color3.new(0, 1, 1)
  332. GLogin.Draggable = true
  333. GLogin.Position = UDim2.new(0, 200, 0, 146)
  334. GLogin.Size = UDim2.new(0, 600, 0, 300)
  335.  
  336. Title_2.Name = "Title"
  337. Title_2.Parent = Login
  338. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  339. Title_2.BackgroundTransparency = 1
  340. Title_2.Position = UDim2.new(0, 270, 0, 250)
  341. Title_2.Size = UDim2.new(0, 50, 0, 50)
  342. Title_2.Font = Enum.Font.SciFi
  343. Title_2.FontSize = Enum.FontSize.Size14
  344. Title_2.Text = "Executor [Hacked]"
  345. Title_2.TextColor3 = Color3.new(1, 1, 1)
  346. Title_2.TextSize = 14
  347.  
  348. Name_2.Name = "Name"
  349. Name_2.Parent = Login
  350. Name_2.BackgroundColor3 = Color3.new(0, 0, 0)
  351. Name_2.BorderColor3 = Color3.new(0, 1, 0.933333)
  352. Name_2.Position = UDim2.new(0, 190, 0, -31)
  353. Name_2.Selectable = true
  354. Name_2.Size = UDim2.new(0, 220, 0, 30)
  355. Name_2.Font = Enum.Font.SciFi
  356. Name_2.FontSize = Enum.FontSize.Size24
  357. Name_2.Text = "Hacked"
  358. Name_2.TextColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  359. Name_2.TextSize = 24
  360.  
  361. EnterName.Name = "EnterName"
  362. EnterName.Parent = Login
  363. EnterName.BackgroundColor3 = Color3.new(0, 0, 0)
  364. EnterName.BorderColor3 = Color3.new(0, 0.984314, 1)
  365. EnterName.Position = UDim2.new(0, 220, 0, 100)
  366. EnterName.Size = UDim2.new(0, 150, 0, 40)
  367. EnterName.Font = Enum.Font.SciFi
  368. EnterName.FontSize = Enum.FontSize.Size28
  369. EnterName.Text = "Key"
  370. EnterName.TextColor3 = Color3.new(0, 0.984314, 1)
  371. EnterName.TextScaled = true
  372. EnterName.TextSize = 28
  373. EnterName.TextWrapped = true
  374. EnterName.Changed:connect(function(qf)
  375. GEnterName.Text = EnterName.Text
  376. end)
  377. Username.Name = "Username"
  378. Username.Parent = Login
  379. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  380. Username.BackgroundTransparency = 1
  381. Username.Position = UDim2.new(0, 270, 0, 60)
  382. Username.Size = UDim2.new(0, 50, 0, 50)
  383. Username.Font = Enum.Font.SciFi
  384. Username.FontSize = Enum.FontSize.Size14
  385. Username.Text = "Key"
  386. Username.TextColor3 = Color3.new(1, 1, 1)
  387. Username.TextSize = 14
  388.  
  389. TextButton.Parent = Login
  390. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  391. TextButton.BorderColor3 = Color3.new(0, 0.952941, 1)
  392. TextButton.Position = UDim2.new(0, 255, 0, 150)
  393. TextButton.Size = UDim2.new(0, 80, 0, 30)
  394. TextButton.Font = Enum.Font.SciFi
  395. TextButton.FontSize = Enum.FontSize.Size28
  396. TextButton.Text = "Login"
  397. TextButton.TextColor3 = Color3.new(1, 1, 1)
  398. TextButton.TextSize = 28
  399. TextButton.MouseButton1Down:connect(function()
  400. Login.Visible = false
  401. GLogin.Visible = false
  402. UI.Visible = true
  403. SUI.Visible = true
  404. IntroSound.Playing = true
  405. Name.Text = "Logged In!"
  406. SName.Text = "Logged In!"
  407. wait(0.39)
  408. IntroSound.Playing = false
  409. IntroSound.TimePosition = 0
  410. wait(0.61)
  411. Name.Text = "Hacked"
  412. SName.Text = "Hacked"
  413. end)
  414.  
  415. GTitle_2.Name = "Title"
  416. GTitle_2.Parent = GLogin
  417. GTitle_2.BackgroundColor3 = Color3.new(0, 0, 0)
  418. GTitle_2.BackgroundTransparency = 1
  419. GTitle_2.Position = UDim2.new(0, 270, 0, 250)
  420. GTitle_2.Size = UDim2.new(0, 50, 0, 50)
  421. GTitle_2.Font = Enum.Font.SciFi
  422. GTitle_2.FontSize = Enum.FontSize.Size14
  423. GTitle_2.Text = "Executor [Hacked]"
  424. GTitle_2.TextColor3 = Color3.new(1, 1, 1)
  425. GTitle_2.TextSize = 14
  426.  
  427. GName_2.Name = "Name"
  428. GName_2.Parent = GLogin
  429. GName_2.BackgroundColor3 = Color3.new(0, 0, 0)
  430. GName_2.BorderColor3 = Color3.new(0, 1, 0.933333)
  431. GName_2.Position = UDim2.new(0, 190, 0, -31)
  432. GName_2.Size = UDim2.new(0, 220, 0, 30)
  433. GName_2.Font = Enum.Font.SciFi
  434. GName_2.FontSize = Enum.FontSize.Size24
  435. GName_2.Text = "Hacked"
  436. GName_2.TextColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  437. GName_2.TextSize = 24
  438.  
  439. GEnterName.Name = "EnterName"
  440. GEnterName.Parent = GLogin
  441. GEnterName.BackgroundColor3 = Color3.new(0, 0, 0)
  442. GEnterName.BorderColor3 = Color3.new(0, 0.984314, 1)
  443. GEnterName.Position = UDim2.new(0, 220, 0, 100)
  444. GEnterName.Size = UDim2.new(0, 150, 0, 40)
  445. GEnterName.Font = Enum.Font.SciFi
  446. GEnterName.FontSize = Enum.FontSize.Size28
  447. GEnterName.Text = ""
  448. GEnterName.TextColor3 = Color3.new(0, 0.984314, 1)
  449. GEnterName.TextScaled = true
  450. GEnterName.TextSize = 28
  451. GEnterName.TextWrapped = true
  452.  
  453. GUsername.Name = "Username"
  454. GUsername.Parent = GLogin
  455. GUsername.BackgroundColor3 = Color3.new(0, 0, 0)
  456. GUsername.BackgroundTransparency = 1
  457. GUsername.Position = UDim2.new(0, 270, 0, 60)
  458. GUsername.Size = UDim2.new(0, 50, 0, 50)
  459. GUsername.Font = Enum.Font.SciFi
  460. GUsername.FontSize = Enum.FontSize.Size14
  461. GUsername.Text = "Key"
  462. GUsername.TextColor3 = Color3.new(1, 1, 1)
  463. GUsername.TextSize = 14
  464.  
  465. GTextButton.Parent = GLogin
  466. GTextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  467. GTextButton.BorderColor3 = Color3.new(0, 0.952941, 1)
  468. GTextButton.Position = UDim2.new(0, 255, 0, 150)
  469. GTextButton.Size = UDim2.new(0, 80, 0, 30)
  470. GTextButton.Font = Enum.Font.SciFi
  471. GTextButton.FontSize = Enum.FontSize.Size28
  472. GTextButton.Text = "Login"
  473. GTextButton.TextColor3 = Color3.new(1, 1, 1)
  474. GTextButton.TextSize = 28
  475. IntroSound.TimePosition = 5.63
  476. IntroSound:Play()
  477.  
  478. game:GetService("RunService").Stepped:connect(function()
  479. Screen.Position = Vector3.new(workspace[PlayerName].Torso.Position.X + 5, workspace[PlayerName].Torso.Position.Y + 12,workspace[PlayerName].Torso.Position.Z - 6)
  480. Po.Position = Vector3.new(workspace[PlayerName].Torso.Position.X + 5, workspace[PlayerName].Torso.Position.Y + 12,workspace[PlayerName].Torso.Position.Z - 6)
  481. end)
  482. Source.Changed:connect(function(q)
  483. if q == "Text" then
  484. SSource.Text = Source.Text
  485. end
  486. end)
  487. workspace[PlayerName].Humanoid.Died:connect(function()
  488. Screen:Remove()
  489. end)
  490. while true do
  491. wait(0)
  492. for i = 255,100,-5 do
  493. SName.TextColor3 = Color3.fromRGB(i,i,i)
  494. Name.TextColor3 = Color3.fromRGB(i,i,i)
  495. wait(0)
  496. end
  497. for c = 100,255,5 do
  498. SName.TextColor3 = Color3.fromRGB(c,c,c)
  499. Name.TextColor3 = Color3.fromRGB(c,c,c)
  500. wait(0)
  501. end
  502. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement