HackerTV

Abyys

Feb 3rd, 2019
3,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.87 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DarkAbyys = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local Tab = Instance.new("TextLabel")
  7. local Executor = Instance.new("TextButton")
  8. local ExecutorInput = Instance.new("TextBox")
  9. local ExecutorExecute = Instance.new("TextButton")
  10. local ExecutorClear = Instance.new("TextButton")
  11. local ExecutorHideScript = Instance.new("TextButton")
  12. local ExecutorUnHide = Instance.new("TextButton")
  13. local ScriptHub = Instance.new("TextButton")
  14. local ScriptHGrabKnife = Instance.new("TextButton")
  15. local ScriptHInfiJump = Instance.new("TextButton")
  16. local ScriptHIY = Instance.new("TextButton")
  17. local ScriptHSpeed = Instance.new("TextButton")
  18. local ScriptHJump = Instance.new("TextButton")
  19. local ScriptHGravity = Instance.new("TextButton")
  20. local ScriptHBirdWings = Instance.new("TextButton")
  21. local ScriptHClickTP = Instance.new("TextButton")
  22. local ScriptHDex = Instance.new("TextButton")
  23. local TitleFrame = Instance.new("Frame")
  24. local Title = Instance.new("TextLabel")
  25. local Close = Instance.new("TextButton")
  26. local Trolling = Instance.new("TextButton")
  27. local TrollingFling = Instance.new("TextButton")
  28. local TrollingInvisible = Instance.new("TextButton")
  29. local TrollingIY = Instance.new("TextButton")
  30. local TrollingChat = Instance.new("TextButton")
  31. local OpenFrame = Instance.new("Frame")
  32. local Open = Instance.new("TextButton")
  33. local LoginFrame = Instance.new("Frame")
  34. local TitleLogin = Instance.new("TextLabel")
  35. local Line = Instance.new("TextLabel")
  36. local Username = Instance.new("TextBox")
  37. local Password = Instance.new("TextBox")
  38. local Key = Instance.new("TextBox")
  39. local TextButton = Instance.new("TextButton")
  40. --Properties:
  41. DarkAbyys.Name = "DarkAbyys"
  42. DarkAbyys.Parent = game.CoreGui
  43. DarkAbyys.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44.  
  45. MainGui.Name = "MainGui"
  46. MainGui.Parent = DarkAbyys
  47. MainGui.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  48. MainGui.Position = UDim2.new(0.238787875, 0, 0.27771157, 0)
  49. MainGui.Size = UDim2.new(0, 762, 0, 373)
  50. MainGui.Visible = false
  51. MainGui.Active = true
  52. MainGui.Draggable = true
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Tab.Name = "Tab"
  59. Tab.Parent = MainGui
  60. Tab.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  61. Tab.Size = UDim2.new(0, 752, 0, 50)
  62. Tab.Font = Enum.Font.SourceSans
  63. Tab.Text = ""
  64. Tab.TextColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  65. Tab.TextSize = 14
  66.  
  67. Executor.Name = "Executor"
  68. Executor.Parent = MainGui
  69. Executor.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  70. Executor.BorderColor3 = Color3.new(0, 0, 0)
  71. Executor.BorderSizePixel = 4
  72. Executor.Size = UDim2.new(0, 201, 0, 50)
  73. Executor.Font = Enum.Font.SourceSans
  74. Executor.Text = "Executor"
  75. Executor.TextColor3 = Color3.new(0, 0, 0)
  76. Executor.TextScaled = true
  77. Executor.TextSize = 14
  78. Executor.TextWrapped = true
  79. Executor.MouseButton1Down:connect(function()
  80. ScriptHub.BorderSizePixel = "0"
  81. Executor.BorderSizePixel = "4"
  82. Trolling.BorderSizePixel = "0"
  83. ScriptHBirdWings.Visible = false
  84. ScriptHClickTP.Visible = false
  85. ScriptHDex.Visible = false
  86. ScriptHGrabKnife.Visible = false
  87. ScriptHGravity.Visible = false
  88. ScriptHInfiJump.Visible = false
  89. ScriptHGravity.Visible = false
  90. ScriptHIY.Visible = false
  91. ScriptHJump.Visible = false
  92. ScriptHSpeed.Visible = false
  93. ExecutorInput.Visible = true
  94. ExecutorClear.Visible = true
  95. ExecutorHideScript.Visible = true
  96. ExecutorExecute.Visible = true
  97. ExecutorUnHide.Visible = true
  98. TrollingChat.Visible = false
  99. TrollingFling.Visible = false
  100. TrollingInvisible.Visible = false
  101. TrollingIY.Visible = false
  102. end)
  103.  
  104. ExecutorInput.Name = "ExecutorInput"
  105. ExecutorInput.Parent = MainGui
  106. ExecutorInput.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  107. ExecutorInput.Position = UDim2.new(0.0209973752, 0, 0.171581775, 0)
  108. ExecutorInput.Size = UDim2.new(0, 719, 0, 216)
  109. ExecutorInput.Font = Enum.Font.SourceSans
  110. ExecutorInput.Text = "Enter Script Here"
  111. ExecutorInput.TextColor3 = Color3.new(0, 0, 0)
  112. ExecutorInput.TextSize = 15
  113. ExecutorInput.TextWrapped = true
  114. ExecutorInput.TextXAlignment = Enum.TextXAlignment.Left
  115. ExecutorInput.TextYAlignment = Enum.TextYAlignment.Top
  116.  
  117. ExecutorExecute.Name = "ExecutorExecute"
  118. ExecutorExecute.Parent = MainGui
  119. ExecutorExecute.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  120. ExecutorExecute.Position = UDim2.new(0.0209973752, 0, 0.815013409, 0)
  121. ExecutorExecute.Size = UDim2.new(0, 200, 0, 50)
  122. ExecutorExecute.Font = Enum.Font.SourceSans
  123. ExecutorExecute.Text = "Execute"
  124. ExecutorExecute.TextColor3 = Color3.new(0, 0, 0)
  125. ExecutorExecute.TextScaled = true
  126. ExecutorExecute.TextSize = 14
  127. ExecutorExecute.TextWrapped = true
  128. ExecutorExecute.MouseButton1Down:connect(function()
  129. if ExecutorInput == "CloseExecutor();" then
  130. MainGui.Visible = true
  131. else
  132. loadstring(ExecutorInput.Text)()
  133. end
  134. end)
  135.  
  136.  
  137.  
  138. ExecutorClear.Name = "ExecutorClear"
  139. ExecutorClear.Parent = MainGui
  140. ExecutorClear.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  141. ExecutorClear.Position = UDim2.new(0.702099681, 0, 0.815013409, 0)
  142. ExecutorClear.Size = UDim2.new(0, 200, 0, 50)
  143. ExecutorClear.Font = Enum.Font.SourceSans
  144. ExecutorClear.Text = "Clear"
  145. ExecutorClear.TextColor3 = Color3.new(0, 0, 0)
  146. ExecutorClear.TextScaled = true
  147. ExecutorClear.TextSize = 14
  148. ExecutorClear.TextWrapped = true
  149. ExecutorClear.MouseButton1Down:connect(function()
  150. ExecutorInput.Text = ""
  151. end)
  152.  
  153. ExecutorHideScript.Name = "ExecutorHideScript"
  154. ExecutorHideScript.Parent = MainGui
  155. ExecutorHideScript.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  156. ExecutorHideScript.Position = UDim2.new(0.283464551, 0, 0.815013409, 0)
  157. ExecutorHideScript.Size = UDim2.new(0, 156, 0, 50)
  158. ExecutorHideScript.Font = Enum.Font.SourceSans
  159. ExecutorHideScript.Text = "Hide Script"
  160. ExecutorHideScript.TextColor3 = Color3.new(0, 0, 0)
  161. ExecutorHideScript.TextScaled = true
  162. ExecutorHideScript.TextSize = 14
  163. ExecutorHideScript.TextWrapped = true
  164. ExecutorHideScript.MouseButton1Down:connect(function()
  165. ExecutorInput.TextSize = "1"
  166. end)
  167.  
  168. ExecutorUnHide.Name = "ExecutorUnHide"
  169. ExecutorUnHide.Parent = MainGui
  170. ExecutorUnHide.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  171. ExecutorUnHide.Position = UDim2.new(0.502624691, 0, 0.815013409, 0)
  172. ExecutorUnHide.Size = UDim2.new(0, 156, 0, 50)
  173. ExecutorUnHide.Font = Enum.Font.SourceSans
  174. ExecutorUnHide.Text = "UnHideScript"
  175. ExecutorUnHide.TextColor3 = Color3.new(0, 0, 0)
  176. ExecutorUnHide.TextScaled = true
  177. ExecutorUnHide.TextSize = 14
  178. ExecutorUnHide.TextWrapped = true
  179. ExecutorUnHide.MouseButton1Down:connect(function()
  180. ExecutorInput.TextSize = "15"
  181. end)
  182.  
  183. ScriptHub.Name = "ScriptHub"
  184. ScriptHub.Parent = MainGui
  185. ScriptHub.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  186. ScriptHub.BorderColor3 = Color3.new(0, 0, 0)
  187. ScriptHub.BorderSizePixel = 0
  188. ScriptHub.Position = UDim2.new(0.271653533, 0, 0, 0)
  189. ScriptHub.Size = UDim2.new(0, 201, 0, 50)
  190. ScriptHub.Font = Enum.Font.SourceSans
  191. ScriptHub.Text = "Script Hub"
  192. ScriptHub.TextColor3 = Color3.new(0, 0, 0)
  193. ScriptHub.TextScaled = true
  194. ScriptHub.TextSize = 14
  195. ScriptHub.TextWrapped = true
  196. ScriptHub.MouseButton1Down:connect(function()
  197. ScriptHub.BorderSizePixel = "4"
  198. Executor.BorderSizePixel = "0"
  199. Trolling.BorderSizePixel = "0"
  200. ScriptHBirdWings.Visible = true
  201. ScriptHClickTP.Visible = true
  202. ScriptHDex.Visible = true
  203. ScriptHGrabKnife.Visible = true
  204. ScriptHGravity.Visible = true
  205. ScriptHInfiJump.Visible = true
  206. ScriptHIY.Visible = true
  207. ScriptHJump.Visible = true
  208. ScriptHSpeed.Visible = true
  209. ExecutorInput.Visible = false
  210. ExecutorClear.Visible = false
  211. ExecutorHideScript.Visible = false
  212. ExecutorExecute.Visible = false
  213. ExecutorUnHide.Visible = false
  214. TrollingChat.Visible = false
  215. TrollingFling.Visible = false
  216. TrollingInvisible.Visible = false
  217. TrollingIY.Visible = false
  218. end)
  219.  
  220. ScriptHGrabKnife.Name = "ScriptHGrabKnife"
  221. ScriptHGrabKnife.Parent = MainGui
  222. ScriptHGrabKnife.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  223. ScriptHGrabKnife.BorderColor3 = Color3.new(1, 1, 1)
  224. ScriptHGrabKnife.BorderSizePixel = 5
  225. ScriptHGrabKnife.Position = UDim2.new(0.00918635167, 0, 0.31367293, 0)
  226. ScriptHGrabKnife.Size = UDim2.new(0, 200, 0, 50)
  227. ScriptHGrabKnife.Visible = false
  228. ScriptHGrabKnife.Font = Enum.Font.SciFi
  229. ScriptHGrabKnife.Text = "Grab Knife V4"
  230. ScriptHGrabKnife.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  231. ScriptHGrabKnife.TextScaled = true
  232. ScriptHGrabKnife.TextSize = 14
  233. ScriptHGrabKnife.TextWrapped = true
  234. ScriptHGrabKnife.MouseButton1Down:connect(function()
  235. loadstring(game:HttpGet(('https://pastebin.com/raw/MZ2B6NM1'),true))()
  236. end)
  237.  
  238. ScriptHInfiJump.Name = "ScriptHInfiJump"
  239. ScriptHInfiJump.Parent = MainGui
  240. ScriptHInfiJump.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  241. ScriptHInfiJump.BorderColor3 = Color3.new(1, 1, 1)
  242. ScriptHInfiJump.BorderSizePixel = 5
  243. ScriptHInfiJump.Position = UDim2.new(0.343832016, 0, 0.31367293, 0)
  244. ScriptHInfiJump.Size = UDim2.new(0, 200, 0, 50)
  245. ScriptHInfiJump.Visible = false
  246. ScriptHInfiJump.Font = Enum.Font.SciFi
  247. ScriptHInfiJump.Text = "Inf Jump"
  248. ScriptHInfiJump.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  249. ScriptHInfiJump.TextScaled = true
  250. ScriptHInfiJump.TextSize = 14
  251. ScriptHInfiJump.TextWrapped = true
  252. ScriptHInfiJump.MouseButton1Down:connect(function()
  253. while wait() do
  254. local Player = game:GetService'Players'.LocalPlayer;
  255. local UIS = game:GetService'UserInputService';
  256.  
  257. _G.JumpHeight = 50;
  258.  
  259. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  260.  
  261. UIS.InputBegan:connect(function(UserInput)
  262. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  263. Action(Player.Character.Humanoid, function(self)
  264. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  265. Action(self.Parent.HumanoidRootPart, function(self)
  266. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  267. end)
  268. end
  269. end)
  270. end
  271. end)
  272. end
  273. end)
  274.  
  275. ScriptHIY.Name = "ScriptHIY"
  276. ScriptHIY.Parent = MainGui
  277. ScriptHIY.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  278. ScriptHIY.BorderColor3 = Color3.new(1, 1, 1)
  279. ScriptHIY.BorderSizePixel = 5
  280. ScriptHIY.Position = UDim2.new(0.692913413, 0, 0.31367293, 0)
  281. ScriptHIY.Size = UDim2.new(0, 200, 0, 50)
  282. ScriptHIY.Visible = false
  283. ScriptHIY.Font = Enum.Font.SciFi
  284. ScriptHIY.Text = "IY"
  285. ScriptHIY.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  286. ScriptHIY.TextScaled = true
  287. ScriptHIY.TextSize = 14
  288. ScriptHIY.TextWrapped = true
  289. ScriptHIY.MouseButton1Down:connect(function()
  290. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  291. end)
  292.  
  293. ScriptHSpeed.Name = "ScriptHSpeed"
  294. ScriptHSpeed.Parent = MainGui
  295. ScriptHSpeed.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  296. ScriptHSpeed.BorderColor3 = Color3.new(1, 1, 1)
  297. ScriptHSpeed.BorderSizePixel = 5
  298. ScriptHSpeed.Position = UDim2.new(0.00918638706, 0, 0.560321689, 0)
  299. ScriptHSpeed.Size = UDim2.new(0, 200, 0, 50)
  300. ScriptHSpeed.Visible = false
  301. ScriptHSpeed.Font = Enum.Font.SciFi
  302. ScriptHSpeed.Text = "Speed (Not Working)"
  303. ScriptHSpeed.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  304. ScriptHSpeed.TextScaled = true
  305. ScriptHSpeed.TextSize = 14
  306. ScriptHSpeed.TextWrapped = true
  307. ScriptHSpeed.MouseButton1Down:connect(function()
  308. print("???")
  309. end)
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316. ScriptHJump.Name = "ScriptHJump"
  317. ScriptHJump.Parent = MainGui
  318. ScriptHJump.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  319. ScriptHJump.BorderColor3 = Color3.new(1, 1, 1)
  320. ScriptHJump.BorderSizePixel = 5
  321. ScriptHJump.Position = UDim2.new(0.34251973, 0, 0.560321689, 0)
  322. ScriptHJump.Size = UDim2.new(0, 200, 0, 50)
  323. ScriptHJump.Visible = false
  324. ScriptHJump.Font = Enum.Font.SciFi
  325. ScriptHJump.Text = "Jump"
  326. ScriptHJump.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  327. ScriptHJump.TextScaled = true
  328. ScriptHJump.TextSize = 14
  329. ScriptHJump.TextWrapped = true
  330. ScriptHJump.MouseButton1Down:connect(function()
  331. game:service('Players').LocalPlayer.Character.Humanoid.JumpPower = 100
  332. end)
  333.  
  334. ScriptHGravity.Name = "ScriptHGravity"
  335. ScriptHGravity.Parent = MainGui
  336. ScriptHGravity.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  337. ScriptHGravity.BorderColor3 = Color3.new(1, 1, 1)
  338. ScriptHGravity.BorderSizePixel = 5
  339. ScriptHGravity.Position = UDim2.new(0.692913413, 0, 0.560321689, 0)
  340. ScriptHGravity.Size = UDim2.new(0, 200, 0, 50)
  341. ScriptHGravity.Visible = false
  342. ScriptHGravity.Font = Enum.Font.SciFi
  343. ScriptHGravity.Text = "Gravity"
  344. ScriptHGravity.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  345. ScriptHGravity.TextScaled = true
  346. ScriptHGravity.TextSize = 14
  347. ScriptHGravity.TextWrapped = true
  348. ScriptHGravity.MouseButton1Down:connect(function()
  349. game.Workspace.Gravity = 5
  350. end)
  351.  
  352. ScriptHBirdWings.Name = "ScriptHBirdWings"
  353. ScriptHBirdWings.Parent = MainGui
  354. ScriptHBirdWings.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  355. ScriptHBirdWings.BorderColor3 = Color3.new(1, 1, 1)
  356. ScriptHBirdWings.BorderSizePixel = 5
  357. ScriptHBirdWings.Position = UDim2.new(0.00918638706, 0, 0.812332392, 0)
  358. ScriptHBirdWings.Size = UDim2.new(0, 200, 0, 50)
  359. ScriptHBirdWings.Visible = false
  360. ScriptHBirdWings.Font = Enum.Font.SciFi
  361. ScriptHBirdWings.Text = "Bird Wings"
  362. ScriptHBirdWings.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  363. ScriptHBirdWings.TextScaled = true
  364. ScriptHBirdWings.TextSize = 14
  365. ScriptHBirdWings.TextWrapped = true
  366. ScriptHBirdWings.MouseButton1Down:connect(function()
  367. loadstring(game:HttpGet("https://pastebin.com/raw/e7VdmEmR", true))()
  368. end)
  369.  
  370. ScriptHClickTP.Name = "ScriptHClickTP"
  371. ScriptHClickTP.Parent = MainGui
  372. ScriptHClickTP.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  373. ScriptHClickTP.BorderColor3 = Color3.new(1, 1, 1)
  374. ScriptHClickTP.BorderSizePixel = 5
  375. ScriptHClickTP.Position = UDim2.new(0.343832046, 0, 0.812332392, 0)
  376. ScriptHClickTP.Size = UDim2.new(0, 200, 0, 50)
  377. ScriptHClickTP.Visible = false
  378. ScriptHClickTP.Font = Enum.Font.SciFi
  379. ScriptHClickTP.Text = "ClickTp"
  380. ScriptHClickTP.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  381. ScriptHClickTP.TextScaled = true
  382. ScriptHClickTP.TextSize = 14
  383. ScriptHClickTP.TextWrapped = true
  384. ScriptHClickTP.MouseButton1Down:connect(function()
  385. local Imput = game:GetService("UserInputService")
  386. local Plr = game.Players.LocalPlayer
  387. local Mouse = Plr:GetMouse()
  388.  
  389. function To(position)
  390. local Chr = Plr.Character
  391. if Chr ~= nil then
  392. Chr:MoveTo(position)
  393. end
  394. end
  395.  
  396. Imput.InputBegan:Connect(function(input)
  397. if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
  398. To(Mouse.Hit.p)
  399. end
  400. end)
  401. end)
  402.  
  403. ScriptHDex.Name = "ScriptHDex"
  404. ScriptHDex.Parent = MainGui
  405. ScriptHDex.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  406. ScriptHDex.BorderColor3 = Color3.new(1, 1, 1)
  407. ScriptHDex.BorderSizePixel = 5
  408. ScriptHDex.Position = UDim2.new(0.692913413, 0, 0.812332392, 0)
  409. ScriptHDex.Size = UDim2.new(0, 200, 0, 50)
  410. ScriptHDex.Visible = false
  411. ScriptHDex.Font = Enum.Font.SciFi
  412. ScriptHDex.Text = "Dex v4"
  413. ScriptHDex.TextColor3 = Color3.new(0.0980392, 0.74902, 0)
  414. ScriptHDex.TextScaled = true
  415. ScriptHDex.TextSize = 14
  416. ScriptHDex.TextWrapped = true
  417. ScriptHDex.MouseButton1Down:connect(function()
  418. loadstring(game:HttpGet("https://paste.ee/r/19qH2/0", true))()
  419. end)
  420.  
  421. Close.Name = "Close"
  422. Close.Parent = MainGui
  423. Close.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  424. Close.BackgroundTransparency = 1
  425. Close.BorderColor3 = Color3.new(0, 0, 0)
  426. Close.BorderSizePixel = 0
  427. Close.Position = UDim2.new(0.923884511, 0, 0, 0)
  428. Close.Size = UDim2.new(0, 58, 0, 50)
  429. Close.Font = Enum.Font.SourceSans
  430. Close.Text = "X"
  431. Close.TextColor3 = Color3.new(0, 0, 0)
  432. Close.TextScaled = true
  433. Close.TextSize = 14
  434. Close.TextWrapped = true
  435. Close.MouseButton1Down:connect(function()
  436. MainGui.Visible = false
  437. OpenFrame.Visible = true
  438. Open.Visible = true
  439. end)
  440.  
  441. Trolling.Name = "Trolling"
  442. Trolling.Parent = MainGui
  443. Trolling.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  444. Trolling.BorderColor3 = Color3.new(0, 0, 0)
  445. Trolling.BorderSizePixel = 0
  446. Trolling.Position = UDim2.new(0.535433054, 0, 0, 0)
  447. Trolling.Size = UDim2.new(0, 201, 0, 50)
  448. Trolling.Font = Enum.Font.SourceSans
  449. Trolling.Text = "Ultimate Trolling"
  450. Trolling.TextColor3 = Color3.new(0, 0, 0)
  451. Trolling.TextScaled = true
  452. Trolling.TextSize = 14
  453. Trolling.TextWrapped = true
  454. Trolling.MouseButton1Down:connect(function()
  455. ScriptHBirdWings.Visible = false
  456. ScriptHClickTP.Visible = false
  457. ScriptHDex.Visible = false
  458. ScriptHGrabKnife.Visible = false
  459. ScriptHGravity.Visible = false
  460. ScriptHInfiJump.Visible = false
  461. ScriptHGravity.Visible = false
  462. ScriptHIY.Visible = false
  463. ScriptHJump.Visible = false
  464. ScriptHSpeed.Visible = false
  465. ExecutorInput.Visible = false
  466. ExecutorClear.Visible = false
  467. ExecutorHideScript.Visible = false
  468. ExecutorExecute.Visible = false
  469. ExecutorUnHide.Visible = false
  470. TrollingChat.Visible = true
  471. TrollingFling.Visible = true
  472. TrollingInvisible.Visible = true
  473. TrollingIY.Visible = true
  474. Executor.BorderSizePixel = "0"
  475. ScriptHub.BorderSizePixel = "0"
  476. Trolling.BorderSizePixel = "4"
  477.  
  478.  
  479.  
  480. end)
  481.  
  482. TrollingFling.Name = "TrollingFling"
  483. TrollingFling.Parent = MainGui
  484. TrollingFling.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  485. TrollingFling.BorderColor3 = Color3.new(0, 0, 0)
  486. TrollingFling.BorderSizePixel = 0
  487. TrollingFling.Position = UDim2.new(0, 0, 0.327077746, 0)
  488. TrollingFling.Size = UDim2.new(0, 201, 0, 50)
  489. TrollingFling.Font = Enum.Font.SourceSans
  490. TrollingFling.Text = "Fling Kill"
  491. TrollingFling.TextColor3 = Color3.new(0, 0, 0)
  492. TrollingFling.TextScaled = true
  493. TrollingFling.TextSize = 14
  494. TrollingFling.TextWrapped = true
  495. TrollingFling.MouseButton1Down:connect(function()
  496. -- Made By JackMcJagger15
  497. local FlingKill = Instance.new("ScreenGui")
  498. local Main = Instance.new("Frame")
  499. local Label = Instance.new("Frame")
  500. local Shadow = Instance.new("Frame")
  501. local StartKill = Instance.new("TextButton")
  502. local StopKill = Instance.new("TextButton")
  503. local Instructions = Instance.new("TextLabel")
  504. local CurrentPower = Instance.new("TextLabel")
  505. local Recomendation = Instance.new("TextLabel")
  506. local NameOfGui = Instance.new("TextLabel")
  507. local Exit = Instance.new("TextButton")
  508. local UPArrow = Instance.new("TextButton")
  509. local DownArrow = Instance.new("TextButton")
  510.  
  511. -- Properties
  512.  
  513. FlingKill.Name = "Fling/Kill"
  514. FlingKill.Parent = game.CoreGui
  515.  
  516. Main.Name = "Main"
  517. Main.Parent = FlingKill
  518. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  519. Main.BorderSizePixel = 0
  520. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  521. Main.Size = UDim2.new(0, 217, 0, 233)
  522. Main.Selectable = true
  523. Main.Active = true
  524. Main.Draggable = true
  525.  
  526. Label.Name = "Label"
  527. Label.Parent = Main
  528. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  529. Label.BorderSizePixel = 0
  530. Label.Size = UDim2.new(0, 217, 0, 27)
  531.  
  532. Shadow.Name = "Shadow"
  533. Shadow.Parent = Main
  534. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  535. Shadow.BorderSizePixel = 0
  536. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  537. Shadow.Size = UDim2.new(0, 217, 0, 9)
  538.  
  539. StartKill.Name = "StartKill"
  540. StartKill.Parent = Main
  541. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  542. StartKill.BorderSizePixel = 0
  543. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  544. StartKill.Size = UDim2.new(0, 126, 0, 23)
  545. StartKill.Font = Enum.Font.Cartoon
  546. StartKill.Text = "FE Kill/Fling"
  547. StartKill.TextColor3 = Color3.new(0, 0, 0)
  548. StartKill.TextSize = 14
  549.  
  550. StopKill.Name = "StopKill"
  551. StopKill.Parent = Main
  552. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  553. StopKill.BorderSizePixel = 0
  554. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  555. StopKill.Size = UDim2.new(0, 124, 0, 23)
  556. StopKill.Font = Enum.Font.Cartoon
  557. StopKill.Text = "Stop FE Kill/Fling"
  558. StopKill.TextColor3 = Color3.new(0, 0, 0)
  559. StopKill.TextSize = 14
  560.  
  561. Instructions.Name = "Instructions"
  562. Instructions.Parent = Main
  563. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  564. Instructions.BackgroundTransparency = 1
  565. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  566. Instructions.Size = UDim2.new(0, 200, 0, 32)
  567. Instructions.Font = Enum.Font.Cartoon
  568. Instructions.Text = "Just touch someone to watch the fly to their death!"
  569. Instructions.TextColor3 = Color3.new(0, 0, 0)
  570. Instructions.TextSize = 14
  571. Instructions.TextWrapped = true
  572.  
  573. CurrentPower.Name = "CurrentPower"
  574. CurrentPower.Parent = Main
  575. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  576. CurrentPower.BackgroundTransparency = 1
  577. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  578. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  579. CurrentPower.Font = Enum.Font.Cartoon
  580. CurrentPower.Text = "Current Power = 5"
  581. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  582. CurrentPower.TextSize = 14
  583.  
  584. Recomendation.Name = "Recomendation"
  585. Recomendation.Parent = Main
  586. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  587. Recomendation.BackgroundTransparency = 1
  588. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  589. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  590. Recomendation.Font = Enum.Font.Cartoon
  591. Recomendation.Text = "Recommended Power is 5"
  592. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  593. Recomendation.TextSize = 14
  594.  
  595. NameOfGui.Name = "NameOfGui"
  596. NameOfGui.Parent = Main
  597. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  598. NameOfGui.BackgroundTransparency = 1
  599. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  600. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  601. NameOfGui.Font = Enum.Font.Cartoon
  602. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  603. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  604. NameOfGui.TextSize = 14
  605.  
  606. Exit.Name = "Exit"
  607. Exit.Parent = Main
  608. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  609. Exit.BackgroundTransparency = 1
  610. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  611. Exit.Size = UDim2.new(0, 20, 0, 27)
  612. Exit.Font = Enum.Font.Cartoon
  613. Exit.Text = "X"
  614. Exit.TextColor3 = Color3.new(0, 0, 0)
  615. Exit.TextSize = 14
  616.  
  617. UPArrow.Name = "UPArrow"
  618. UPArrow.Parent = Main
  619. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  620. UPArrow.BackgroundTransparency = 1
  621. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  622. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  623. UPArrow.Font = Enum.Font.Cartoon
  624. UPArrow.Text = "Up"
  625. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  626. UPArrow.TextSize = 12
  627. UPArrow.TextWrapped = true
  628.  
  629. DownArrow.Name = "DownArrow"
  630. DownArrow.Parent = Main
  631. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  632. DownArrow.BackgroundTransparency = 1
  633. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  634. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  635. DownArrow.Font = Enum.Font.Cartoon
  636. DownArrow.Text = "Down"
  637. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  638. DownArrow.TextSize = 12
  639. DownArrow.TextWrapped = true
  640.  
  641. power = 500
  642. active = false
  643. local val = Instance.new("IntValue")
  644. val.Name = "Number"
  645. val.Parent = game.Players.LocalPlayer
  646. val.Value = 5
  647.  
  648. Exit.MouseButton1Click:connect(function()
  649. FlingKill.Enabled = false
  650. end)
  651.  
  652. StartKill.MouseButton1Click:connect(function()
  653. game:GetService('RunService').Stepped:connect(function()
  654. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  655. game.Players.LocalPlayer.Character.Head.CanCollide = false
  656. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  657. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  658. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  659. else
  660. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  661. game.Players.LocalPlayer.Character.Head.CanCollide = false
  662. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  663. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  664. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  665. end
  666. end
  667. end)
  668. wait(.1)
  669. local bambam = Instance.new("BodyThrust")
  670. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  671. bambam.Force = Vector3.new(power,0,power)
  672. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  673. end)
  674.  
  675. StopKill.MouseButton1Click:connect(function()
  676. active = false
  677. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  678. end)
  679.  
  680. UPArrow.MouseButton1Click:connect(function()
  681. power = power + 100
  682. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  683. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  684. end)
  685.  
  686. DownArrow.MouseButton1Click:connect(function()
  687. power = power - 100
  688. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  689. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  690. end)
  691. end)
  692.  
  693.  
  694.  
  695.  
  696. TrollingInvisible.Name = "TrollingInvisible"
  697. TrollingInvisible.Parent = MainGui
  698. TrollingInvisible.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  699. TrollingInvisible.BorderColor3 = Color3.new(0, 0, 0)
  700. TrollingInvisible.BorderSizePixel = 0
  701. TrollingInvisible.Position = UDim2.new(0.312335968, 0, 0.327077746, 0)
  702. TrollingInvisible.Size = UDim2.new(0, 201, 0, 50)
  703. TrollingInvisible.Font = Enum.Font.SourceSans
  704. TrollingInvisible.Text = "Prison Life Invis"
  705. TrollingInvisible.TextColor3 = Color3.new(0, 0, 0)
  706. TrollingInvisible.TextScaled = true
  707. TrollingInvisible.TextSize = 14
  708. TrollingInvisible.TextWrapped = true
  709. TrollingInvisible.MouseButton1Down:connect(function()
  710. Local = game:GetService('Players').LocalPlayer
  711. Char = Local.Character
  712. touched,tpdback = false, false
  713. Local.CharacterAdded:connect(function(char)
  714. if script.Disabled ~= true then
  715. wait(.25)
  716. loc = Char.HumanoidRootPart.Position
  717. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  718. end
  719. end)
  720. game:GetService('UserInputService').InputBegan:connect(function(key)
  721. if key.KeyCode == Enum.KeyCode.Equals then
  722. if script.Disabled ~= true then
  723. script.Disabled = true
  724. print'you may re-execute'
  725. end
  726. end
  727. end)
  728. box = Instance.new('Part',workspace)
  729. box.Anchored = true
  730. box.CanCollide = true
  731. box.Size = Vector3.new(10,1,10)
  732. box.Position = Vector3.new(0,10000,0)
  733. box.Touched:connect(function(part)
  734. if (part.Parent.Name == Local.Name) then
  735. if touched == false then
  736. touched = true
  737. function apply()
  738. if script.Disabled ~= true then
  739. no = Char.HumanoidRootPart:Clone()
  740. wait(.25)
  741. Char.HumanoidRootPart:Destroy()
  742. no.Parent = Char
  743. Char:MoveTo(loc)
  744. touched = false
  745. end end
  746. if Char then
  747. apply()
  748. end
  749. end
  750. end
  751. end)
  752. repeat wait() until Char
  753. loc = Char.HumanoidRootPart.Position
  754. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  755. end)
  756.  
  757.  
  758.  
  759. TrollingIY.Name = "TrollingIY"
  760. TrollingIY.Parent = MainGui
  761. TrollingIY.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  762. TrollingIY.BorderColor3 = Color3.new(0, 0, 0)
  763. TrollingIY.BorderSizePixel = 0
  764. TrollingIY.Position = UDim2.new(0.636482954, 0, 0.327077746, 0)
  765. TrollingIY.Size = UDim2.new(0, 201, 0, 50)
  766. TrollingIY.Font = Enum.Font.SourceSans
  767. TrollingIY.Text = "IY"
  768. TrollingIY.TextColor3 = Color3.new(0, 0, 0)
  769. TrollingIY.TextScaled = true
  770. TrollingIY.TextSize = 14
  771. TrollingIY.TextWrapped = true
  772. TrollingIY.MouseButton1Down:connect(function()
  773. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  774. end)
  775.  
  776. TrollingChat.Name = "TrollingChat"
  777. TrollingChat.Parent = MainGui
  778. TrollingChat.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  779. TrollingChat.BorderColor3 = Color3.new(0, 0, 0)
  780. TrollingChat.BorderSizePixel = 0
  781. TrollingChat.Position = UDim2.new(0, 0, 0.554959774, 0)
  782. TrollingChat.Size = UDim2.new(0, 201, 0, 50)
  783. TrollingChat.Font = Enum.Font.SourceSans
  784. TrollingChat.Text = "ChatTroll"
  785. TrollingChat.TextColor3 = Color3.new(0, 0, 0)
  786. TrollingChat.TextScaled = true
  787. TrollingChat.TextSize = 14
  788. TrollingChat.TextWrapped = true
  789. TrollingChat.MouseButton1Down:connect(function()
  790. local Action = game.Players:GetPlayers()
  791. for i = 1,#Action do
  792. Action[i].Chatted:connect(function(Message)
  793. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  794. end)
  795. end
  796. end)
  797.  
  798. OpenFrame.Name = "OpenFrame"
  799. OpenFrame.Parent = DarkAbyys
  800. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  801. OpenFrame.Position = UDim2.new(0, 0, 0.455654114, 0)
  802. OpenFrame.Size = UDim2.new(0, 100, 0, 28)
  803. OpenFrame.Visible = false
  804.  
  805. Open.Name = "Open"
  806. Open.Parent = OpenFrame
  807. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  808. Open.BorderColor3 = Color3.new(1, 1, 1)
  809. Open.BorderSizePixel = 5
  810. Open.Position = UDim2.new(-0.0700000003, 0, 0, 0)
  811. Open.Size = UDim2.new(0, 107, 0, 28)
  812. Open.Font = Enum.Font.SourceSans
  813. Open.Text = "Open"
  814. Open.TextColor3 = Color3.new(1, 1, 1)
  815. Open.TextScaled = true
  816. Open.TextSize = 14
  817. Open.TextWrapped = true
  818. Open.Visible = false
  819. Open.MouseButton1Down:connect(function()
  820. MainGui.Visible = true
  821. Open.Visible = false
  822. OpenFrame.Visible = false
  823. end)
  824.  
  825. TitleFrame.Name = "TitleFrame"
  826. TitleFrame.Parent = DarkAbyys
  827. TitleFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  828. TitleFrame.BorderColor3 = Color3.new(1, 1, 1)
  829. TitleFrame.BorderSizePixel = 4
  830. TitleFrame.Position = UDim2.new(0.238787875, 0, -0.0166297127, 0)
  831. TitleFrame.Size = UDim2.new(0, 762, 0, 55)
  832.  
  833. Title.Name = "Title"
  834. Title.Parent = TitleFrame
  835. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  836. Title.BackgroundTransparency = 1
  837. Title.Size = UDim2.new(0, 762, 0, 55)
  838. Title.Font = Enum.Font.SourceSans
  839. Title.Text = "Shadow GUI"
  840. Title.TextColor3 = Color3.new(1, 1, 1)
  841. Title.TextScaled = true
  842. Title.TextSize = 14
  843. Title.TextWrapped = true
  844.  
  845. LoginFrame.Name = "LoginFrame"
  846. LoginFrame.Parent = DarkAbyys
  847. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  848. LoginFrame.BorderColor3 = Color3.new(1, 1, 1)
  849. LoginFrame.BorderSizePixel = 5
  850. LoginFrame.Position = UDim2.new(0.719393909, 0, 0.287139654, 0)
  851. LoginFrame.Size = UDim2.new(0, 346, 0, 599)
  852.  
  853. TitleLogin.Name = "TitleLogin"
  854. TitleLogin.Parent = LoginFrame
  855. TitleLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  856. TitleLogin.BackgroundTransparency = 1
  857. TitleLogin.Size = UDim2.new(0, 346, 0, 50)
  858. TitleLogin.Font = Enum.Font.SourceSans
  859. TitleLogin.Text = "DarkAbyys GUI"
  860. TitleLogin.TextColor3 = Color3.new(1, 1, 1)
  861. TitleLogin.TextScaled = true
  862. TitleLogin.TextSize = 14
  863. TitleLogin.TextWrapped = true
  864.  
  865. Line.Name = "Line"
  866. Line.Parent = LoginFrame
  867. Line.BackgroundColor3 = Color3.new(1, 1, 1)
  868. Line.Position = UDim2.new(0.135838151, 0, 0.0834724531, 0)
  869. Line.Size = UDim2.new(0, 246, 0, 11)
  870. Line.Font = Enum.Font.SourceSans
  871. Line.Text = ""
  872. Line.TextColor3 = Color3.new(0, 0, 0)
  873. Line.TextSize = 14
  874.  
  875. Username.Name = "Username"
  876. Username.Parent = LoginFrame
  877. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  878. Username.Position = UDim2.new(0.0202312134, 0, 0.163606003, 0)
  879. Username.Size = UDim2.new(0, 333, 0, 28)
  880. Username.Font = Enum.Font.SciFi
  881. Username.Text = "Enter Username Here!"
  882. Username.TextColor3 = Color3.new(0, 0, 0)
  883. Username.TextScaled = true
  884. Username.TextSize = 14
  885. Username.TextWrapped = true
  886.  
  887. Password.Name = "Password"
  888. Password.Parent = LoginFrame
  889. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  890. Password.Position = UDim2.new(0.0173410401, 0, 0.312186956, 0)
  891. Password.Size = UDim2.new(0, 333, 0, 28)
  892. Password.Font = Enum.Font.SciFi
  893. Password.Text = "Enter Password Here!"
  894. Password.TextColor3 = Color3.new(0, 0, 0)
  895. Password.TextScaled = true
  896. Password.TextSize = 14
  897. Password.TextWrapped = true
  898.  
  899. Key.Name = "Key"
  900. Key.Parent = LoginFrame
  901. Key.BackgroundColor3 = Color3.new(1, 1, 1)
  902. Key.Position = UDim2.new(0.0173410401, 0, 0.509181976, 0)
  903. Key.Size = UDim2.new(0, 333, 0, 28)
  904. Key.Font = Enum.Font.SciFi
  905. Key.Text = "Enter Key Here!"
  906. Key.TextColor3 = Color3.new(0, 0, 0)
  907. Key.TextScaled = true
  908. Key.TextSize = 14
  909. Key.TextWrapped = true
  910.  
  911.  
  912. TextButton.Parent = LoginFrame
  913. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  914. TextButton.BorderColor3 = Color3.new(1, 1, 1)
  915. TextButton.BorderSizePixel = 5
  916. TextButton.Position = UDim2.new(0.202312142, 0, 0.711185277, 0)
  917. TextButton.Size = UDim2.new(0, 200, 0, 50)
  918. TextButton.Font = Enum.Font.SourceSansItalic
  919. TextButton.Text = "Login"
  920. TextButton.TextColor3 = Color3.new(1, 1, 1)
  921. TextButton.TextScaled = true
  922. TextButton.TextSize = 14
  923. TextButton.TextWrapped = true
  924. TextButton.MouseButton1Down:connect(function()
  925. if Username.Text == "Baited" and Password.Text == "QuickPassword" and Key.Text == "Gay" then
  926. MainGui.Visible = true
  927. LoginFrame.Visible = false
  928. end
  929. end)
  930.  
  931. TextButton.MouseButton1Down:connect(function()
  932. if Username.Text == "Dog" and Password.Text == "10172006" and Key.Text == "zf&424mH_t@a2zAC7V^H@rv" then
  933. MainGui.Visible = true
  934. LoginFrame.Visible = false
  935. end
  936. end)
  937.  
  938. while wait() do
  939. Title.Text = "Shadow Gu"
  940. wait(2)
  941. Title.Text = "Shadow G"
  942. wait(2)
  943. Title.Text = "Shadow"
  944. wait(2)
  945. Title.Text = "Shado"
  946. wait(2)
  947. Title.Text = "Shad"
  948. wait(2)
  949. Title.Text = "Sha"
  950. wait(2)
  951. Title.Text = "Sh"
  952. wait(2)
  953. Title.Text = "S"
  954. wait(2)
  955. Title.Text = ""
  956. wait(2)
  957. Title.Text = "S"
  958. wait(2)
  959. Title.Text = "Sh"
  960. wait(2)
  961. Title.Text = "Sha"
  962. wait(2)
  963. Title.Text = "Shad"
  964. wait(2)
  965. Title.Text = "Shado"
  966. wait(2)
  967. Title.Text = "Shadow"
  968. wait(2)
  969. Title.Text = "Shadow G"
  970. wait(2)
  971. Title.Text = "Shadow Gu"
  972. wait(2)
  973. Title.Text = "Shadow Gui"
  974. wait(2)
  975. end
  976.  
  977.  
  978.  
  979. -- Scripts:
Add Comment
Please, Sign In to add comment