MrWiggles1029

efjwijfjew9q0jnf8renvu9u8ur943u89ru999__((0***%%39

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