Advertisement
Guest User

Untitled

a guest
Apr 8th, 2019
1,870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.33 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local loginmain = Instance.new("Frame")
  3. local loginname = Instance.new("TextLabel")
  4. local loginname2 = Instance.new("TextLabel")
  5. local username = Instance.new("TextBox")
  6. local password = Instance.new("TextBox")
  7. local loginbutton = Instance.new("TextButton")
  8. local loginline1 = Instance.new("TextLabel")
  9. local logincredits = Instance.new("Frame")
  10. local actuallogincredits = Instance.new("TextLabel")
  11. local loginline2 = Instance.new("TextLabel")
  12. local loginline3 = Instance.new("TextLabel")
  13. local MainGUI = Instance.new("Frame")
  14. local mainname1 = Instance.new("TextLabel")
  15. local mainname2 = Instance.new("TextLabel")
  16. local scripts = Instance.new("TextButton")
  17. local thescripts = Instance.new("Frame")
  18. local mainname2_2 = Instance.new("TextLabel")
  19. local ws = Instance.new("TextButton")
  20. local normalws = Instance.new("TextButton")
  21. local normaljp = Instance.new("TextButton")
  22. local jp = Instance.new("TextButton")
  23. local godmode = Instance.new("TextButton")
  24. local fly = Instance.new("TextButton")
  25. local fling2 = Instance.new("TextButton")
  26. local fling = Instance.new("TextButton")
  27. local clicktp = Instance.new("TextButton")
  28. local clickdel = Instance.new("TextButton")
  29. local btools = Instance.new("TextButton")
  30. local admin = Instance.new("TextButton")
  31. local chatspam = Instance.new("TextButton")
  32. local copychat = Instance.new("TextButton")
  33. local aimbot = Instance.new("TextButton")
  34. local esp = Instance.new("TextButton")
  35. local guis = Instance.new("TextButton")
  36. local theguis = Instance.new("Frame")
  37. local opfinallity = Instance.new("TextButton")
  38. local counterpepsi = Instance.new("TextButton")
  39. local chatspam_2 = Instance.new("TextButton")
  40. local glitchmax = Instance.new("TextButton")
  41. local dex = Instance.new("TextButton")
  42. local remotespy = Instance.new("TextButton")
  43. local fetrolling = Instance.new("TextButton")
  44. local animations = Instance.new("TextButton")
  45. local fehaxx = Instance.new("TextButton")
  46. local arosia = Instance.new("TextButton")
  47. local filtershark = Instance.new("TextButton")
  48. local madcityop = Instance.new("TextButton")
  49. local mainname1_2 = Instance.new("TextLabel")
  50. local advertisement = Instance.new("TextButton")
  51. local fekill = Instance.new("TextButton")
  52. local prisonlifehaxx = Instance.new("TextButton")
  53. local chatspy = Instance.new("TextButton")
  54. local mainline1 = Instance.new("TextLabel")
  55. local mainline2 = Instance.new("TextLabel")
  56. --Properties:
  57. ScreenGui.Parent = game.CoreGui
  58. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  59.  
  60. loginmain.Name = "loginmain"
  61. loginmain.Parent = ScreenGui
  62. loginmain.BackgroundColor3 = Color3.new(0, 0, 0)
  63. loginmain.Position = UDim2.new(0.104696676, 0, 0.496173471, 0)
  64. loginmain.Size = UDim2.new(0, 263, 0, 227)
  65.  
  66. loginname.Name = "loginname"
  67. loginname.Parent = loginmain
  68. loginname.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  69. loginname.BorderSizePixel = 0
  70. loginname.Position = UDim2.new(7.4505806e-09, 0, 0, 0)
  71. loginname.Size = UDim2.new(0, 108, 0, 50)
  72. loginname.Font = Enum.Font.SourceSans
  73. loginname.Text = "Dark"
  74. loginname.TextColor3 = Color3.new(0, 0, 0)
  75. loginname.TextScaled = true
  76. loginname.TextSize = 14
  77. loginname.TextWrapped = true
  78.  
  79. loginname2.Name = "loginname2"
  80. loginname2.Parent = loginmain
  81. loginname2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  82. loginname2.BorderSizePixel = 0
  83. loginname2.Position = UDim2.new(0.40304181, 0, 0, 0)
  84. loginname2.Size = UDim2.new(0, 108, 0, 50)
  85. loginname2.Font = Enum.Font.Arial
  86. loginname2.Text = "Hub"
  87. loginname2.TextColor3 = Color3.new(1, 0, 0)
  88. loginname2.TextScaled = true
  89. loginname2.TextSize = 14
  90. loginname2.TextWrapped = true
  91.  
  92. username.Name = "username"
  93. username.Parent = loginmain
  94. username.BackgroundColor3 = Color3.new(0, 0, 0)
  95. username.BorderColor3 = Color3.new(0, 1, 0)
  96. username.Position = UDim2.new(0.117870726, 0, 0.220264316, 0)
  97. username.Size = UDim2.new(0, 200, 0, 50)
  98. username.Font = Enum.Font.SourceSans
  99. username.Text = "Username"
  100. username.TextColor3 = Color3.new(1, 1, 1)
  101. username.TextScaled = true
  102. username.TextSize = 14
  103. username.TextWrapped = true
  104.  
  105. password.Name = "password"
  106. password.Parent = loginmain
  107. password.BackgroundColor3 = Color3.new(0, 0, 0)
  108. password.BorderColor3 = Color3.new(0, 1, 0)
  109. password.Position = UDim2.new(0.117870726, 0, 0.51101321, 0)
  110. password.Size = UDim2.new(0, 200, 0, 50)
  111. password.Font = Enum.Font.SourceSans
  112. password.Text = "Password:"
  113. password.TextColor3 = Color3.new(1, 1, 1)
  114. password.TextScaled = true
  115. password.TextSize = 14
  116. password.TextWrapped = true
  117.  
  118. loginbutton.Name = "loginbutton"
  119. loginbutton.Parent = loginmain
  120. loginbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  121. loginbutton.BackgroundTransparency = 1
  122. loginbutton.Position = UDim2.new(0.117870726, 0, 0.828193843, 0)
  123. loginbutton.Size = UDim2.new(0, 200, 0, 39)
  124. loginbutton.Font = Enum.Font.SourceSans
  125. loginbutton.Text = "Login"
  126. loginbutton.TextColor3 = Color3.new(1, 1, 1)
  127. loginbutton.TextScaled = true
  128. loginbutton.TextSize = 14
  129. loginbutton.TextWrapped = true
  130. loginbutton.MouseButton1Down:connect(function()
  131. if username.Text == "New Trial" and password.Text == "For Free" then
  132. MainGUI.Visible = true
  133. loginmain.Visible = false
  134. local message = Instance.new("Message",game.Workspace)
  135. message.Text = 'Succesfully loaded! Add me on discord (T0mGames#0477) for access to our discord server!'
  136. wait(6)
  137. message:Destroy()
  138. local message = Instance.new("Message",game.Workspace)
  139. message.Text = 'The keybind to open and close is x!'
  140. wait(3)
  141. message:Destroy()
  142. else
  143. loginbutton.Text = "Incorrect login. Try again"
  144. wait(1.5)
  145. loginbutton.Text = "Login"
  146. end
  147. end)
  148.  
  149. loginline1.Name = "loginline1"
  150. loginline1.Parent = loginmain
  151. loginline1.BackgroundColor3 = Color3.new(1, 1, 1)
  152. loginline1.BorderSizePixel = 0
  153. loginline1.Position = UDim2.new(0, 0, 0.828193843, 0)
  154. loginline1.Size = UDim2.new(0, 263, 0, 1)
  155. loginline1.Font = Enum.Font.SourceSans
  156. loginline1.Text = ""
  157. loginline1.TextColor3 = Color3.new(0, 0, 0)
  158. loginline1.TextSize = 14
  159.  
  160. logincredits.Name = "logincredits"
  161. logincredits.Parent = loginmain
  162. logincredits.BackgroundColor3 = Color3.new(0, 0, 0)
  163. logincredits.Position = UDim2.new(1, 0, 0.277533054, 0)
  164. logincredits.Size = UDim2.new(0, 175, 0, 164)
  165.  
  166. actuallogincredits.Name = "actuallogincredits"
  167. actuallogincredits.Parent = logincredits
  168. actuallogincredits.BackgroundColor3 = Color3.new(0, 0, 0)
  169. actuallogincredits.Position = UDim2.new(0.0914285704, 0, 0.103658535, 0)
  170. actuallogincredits.Size = UDim2.new(0, 141, 0, 134)
  171. actuallogincredits.Font = Enum.Font.SourceSans
  172. actuallogincredits.Text = "Gui made by T0mGames#0477 and JJHerobrin#1380"
  173. actuallogincredits.TextColor3 = Color3.new(1, 1, 1)
  174. actuallogincredits.TextScaled = true
  175. actuallogincredits.TextSize = 14
  176. actuallogincredits.TextWrapped = true
  177.  
  178. loginline2.Name = "loginline2"
  179. loginline2.Parent = loginmain
  180. loginline2.BackgroundColor3 = Color3.new(1, 1, 1)
  181. loginline2.BorderSizePixel = 0
  182. loginline2.Position = UDim2.new(1, 0, 0.277533054, 0)
  183. loginline2.Size = UDim2.new(0, 6, 0, 164)
  184. loginline2.Font = Enum.Font.SourceSans
  185. loginline2.Text = ""
  186. loginline2.TextColor3 = Color3.new(0, 0, 0)
  187. loginline2.TextSize = 14
  188.  
  189. loginline3.Name = "loginline3"
  190. loginline3.Parent = loginmain
  191. loginline3.BackgroundColor3 = Color3.new(1, 1, 1)
  192. loginline3.BorderSizePixel = 0
  193. loginline3.Position = UDim2.new(1.02281368, 0, 0.277533054, 0)
  194. loginline3.Size = UDim2.new(0, 169, 0, 8)
  195. loginline3.Font = Enum.Font.SourceSans
  196. loginline3.Text = ""
  197. loginline3.TextColor3 = Color3.new(0, 0, 0)
  198. loginline3.TextSize = 14
  199.  
  200. MainGUI.Name = "MainGUI"
  201. MainGUI.Parent = ScreenGui
  202. MainGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  203. MainGUI.BorderColor3 = Color3.new(1, 0, 0)
  204. MainGUI.BorderSizePixel = 5
  205. MainGUI.Position = UDim2.new(0.34316197, 0, 0.0480526835, 0)
  206. MainGUI.Size = UDim2.new(0, 267, 0, 453)
  207. MainGUI.Visible = false
  208.  
  209. mainname1.Name = "mainname1"
  210. mainname1.Parent = MainGUI
  211. mainname1.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  212. mainname1.BorderSizePixel = 0
  213. mainname1.Position = UDim2.new(0.490636706, 0, 0, 0)
  214. mainname1.Size = UDim2.new(0, 125, 0, 83)
  215. mainname1.Font = Enum.Font.Arial
  216. mainname1.Text = "Hub"
  217. mainname1.TextColor3 = Color3.new(1, 0, 0)
  218. mainname1.TextScaled = true
  219. mainname1.TextSize = 14
  220. mainname1.TextWrapped = true
  221.  
  222. mainname2.Name = "mainname2"
  223. mainname2.Parent = MainGUI
  224. mainname2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  225. mainname2.BorderSizePixel = 0
  226. mainname2.Position = UDim2.new(0.0449438207, 0, 0, 0)
  227. mainname2.Size = UDim2.new(0, 119, 0, 83)
  228. mainname2.Font = Enum.Font.Arial
  229. mainname2.Text = "Dark"
  230. mainname2.TextColor3 = Color3.new(0, 0, 0)
  231. mainname2.TextScaled = true
  232. mainname2.TextSize = 14
  233. mainname2.TextWrapped = true
  234.  
  235. scripts.Name = "scripts"
  236. scripts.Parent = MainGUI
  237. scripts.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  238. scripts.Position = UDim2.new(0.0449438207, 0, 0.194260478, 0)
  239. scripts.Size = UDim2.new(0, 96, 0, 50)
  240. scripts.Font = Enum.Font.SourceSans
  241. scripts.Text = "Scripts"
  242. scripts.TextColor3 = Color3.new(1, 1, 1)
  243. scripts.TextScaled = true
  244. scripts.TextSize = 14
  245. scripts.TextWrapped = true
  246.  
  247. thescripts.Name = "thescripts"
  248. thescripts.Parent = scripts
  249. thescripts.BackgroundColor3 = Color3.new(0, 0, 0)
  250. thescripts.Position = UDim2.new(-2.88541675, 0, -1.93999994, 0)
  251. thescripts.Size = UDim2.new(0, 259, 0, 297)
  252.  
  253. mainname2_2.Name = "mainname2"
  254. mainname2_2.Parent = scripts
  255. mainname2_2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  256. mainname2_2.BorderSizePixel = 0
  257. mainname2_2.Position = UDim2.new(-2.11130619, 0, -1.75999999, 0)
  258. mainname2_2.Size = UDim2.new(0, 108, 0, 36)
  259. mainname2_2.Font = Enum.Font.Arial
  260. mainname2_2.Text = "Scripts"
  261. mainname2_2.TextColor3 = Color3.new(0, 0, 0)
  262. mainname2_2.TextScaled = true
  263. mainname2_2.TextSize = 14
  264. mainname2_2.TextWrapped = true
  265.  
  266. ws.Name = "ws"
  267. ws.Parent = scripts
  268. ws.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  269. ws.Position = UDim2.new(-0.974080563, 0, -1.03999996, 0)
  270. ws.Size = UDim2.new(0, 75, 0, 52)
  271. ws.Font = Enum.Font.SourceSans
  272. ws.Text = "100ws"
  273. ws.TextColor3 = Color3.new(1, 1, 1)
  274. ws.TextScaled = true
  275. ws.TextSize = 14
  276. ws.TextWrapped = true
  277. ws.MouseButton1Down:connect(function()
  278. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  279. end)
  280.  
  281. normalws.Name = "normalws"
  282. normalws.Parent = scripts
  283. normalws.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  284. normalws.Position = UDim2.new(-1.94108891, 0, 0.262002558, 0)
  285. normalws.Size = UDim2.new(0, 75, 0, 52)
  286. normalws.Font = Enum.Font.SourceSans
  287. normalws.Text = "Normal Ws"
  288. normalws.TextColor3 = Color3.new(1, 1, 1)
  289. normalws.TextScaled = true
  290. normalws.TextSize = 14
  291. normalws.TextWrapped = true
  292. normalws.MouseButton1Down:connect(function()
  293. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  294. end)
  295.  
  296. normaljp.Name = "normaljp"
  297. normaljp.Parent = scripts
  298. normaljp.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  299. normaljp.Position = UDim2.new(-0.974080563, 0, 0.262002558, 0)
  300. normaljp.Size = UDim2.new(0, 75, 0, 52)
  301. normaljp.Font = Enum.Font.SourceSans
  302. normaljp.Text = "Normal Jp"
  303. normaljp.TextColor3 = Color3.new(1, 1, 1)
  304. normaljp.TextScaled = true
  305. normaljp.TextSize = 14
  306. normaljp.TextWrapped = true
  307. normaljp.MouseButton1Down:connect(function()
  308. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpHeight = 50
  309. end)
  310.  
  311. jp.Name = "jp"
  312. jp.Parent = scripts
  313. jp.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  314. jp.Position = UDim2.new(-2.88541675, 0, 0.262002558, 0)
  315. jp.Size = UDim2.new(0, 75, 0, 52)
  316. jp.Font = Enum.Font.SourceSans
  317. jp.Text = "100jp"
  318. jp.TextColor3 = Color3.new(1, 1, 1)
  319. jp.TextScaled = true
  320. jp.TextSize = 14
  321. jp.TextWrapped = true
  322. jp.MouseButton1Down:connect(function()
  323. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpHeight = 100
  324. end)
  325.  
  326. godmode.Name = "godmode"
  327. godmode.Parent = scripts
  328. godmode.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  329. godmode.Position = UDim2.new(-2.88541675, 0, 2.95888758, 0)
  330. godmode.Size = UDim2.new(0, 75, 0, 52)
  331. godmode.Font = Enum.Font.SourceSans
  332. godmode.Text = "Godmode"
  333. godmode.TextColor3 = Color3.new(1, 1, 1)
  334. godmode.TextScaled = true
  335. godmode.TextSize = 14
  336. godmode.TextWrapped = true
  337. godmode.MouseButton1Down:connect(function()
  338. Local = game:GetService('Players').LocalPlayer
  339. Char = Local.Character
  340. touched,tpdback = false, false
  341. Local.CharacterAdded:connect(function(char)
  342. if script.Disabled ~= true then
  343. wait(.25)
  344. loc = Char.HumanoidRootPart.Position
  345. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  346. end
  347. end)
  348. game:GetService('UserInputService').InputBegan:connect(function(key)
  349. if key.KeyCode == Enum.KeyCode.Equals then
  350. if script.Disabled ~= true then
  351. script.Disabled = true
  352. print'you may re-execute'
  353. end
  354. end
  355. end)
  356. box = Instance.new('Part',workspace)
  357. box.Anchored = true
  358. box.CanCollide = true
  359. box.Size = Vector3.new(10,1,10)
  360. box.Position = Vector3.new(0,10000,0)
  361. box.Touched:connect(function(part)
  362. if (part.Parent.Name == Local.Name) then
  363. if touched == false then
  364. touched = true
  365. function apply()
  366. if script.Disabled ~= true then
  367. no = Char.HumanoidRootPart:Clone()
  368. wait(.25)
  369. Char.HumanoidRootPart:Destroy()
  370. no.Parent = Char
  371. Char:MoveTo(loc)
  372. touched = false
  373. end end
  374. if Char then
  375. apply()
  376. end
  377. end
  378. end
  379. end)
  380. repeat wait() until Char
  381. loc = Char.HumanoidRootPart.Position
  382. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  383. end)
  384.  
  385. fly.Name = "fly"
  386. fly.Parent = scripts
  387. fly.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  388. fly.Position = UDim2.new(-1.94108891, 0, 2.95888758, 0)
  389. fly.Size = UDim2.new(0, 75, 0, 52)
  390. fly.Font = Enum.Font.SourceSans
  391. fly.Text = "Flight (e)"
  392. fly.TextColor3 = Color3.new(1, 1, 1)
  393. fly.TextScaled = true
  394. fly.TextSize = 14
  395. fly.TextWrapped = true
  396. fly.MouseButton1Down:connect(function()
  397. repeat wait()
  398. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  399. local mouse = game.Players.LocalPlayer:GetMouse()
  400. repeat wait() until mouse
  401. local plr = game.Players.LocalPlayer
  402. local torso = plr.Character.Torso
  403. local flying = true
  404. local deb = true
  405. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  406. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  407. local maxspeed = 50
  408. local speed = 0
  409.  
  410. function Fly()
  411. local bg = Instance.new("BodyGyro", torso)
  412. bg.P = 9e4
  413. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  414. bg.cframe = torso.CFrame
  415. local bv = Instance.new("BodyVelocity", torso)
  416. bv.velocity = Vector3.new(0,0.1,0)
  417. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  418. repeat wait()
  419. plr.Character.Humanoid.PlatformStand = true
  420. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  421. speed = speed+.5+(speed/maxspeed)
  422. if speed > maxspeed then
  423. speed = maxspeed
  424. end
  425. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  426. speed = speed-1
  427. if speed < 0 then
  428. speed = 0
  429. end
  430. end
  431. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  432. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  433. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  434. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  435. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  436. else
  437. bv.velocity = Vector3.new(0,0.1,0)
  438. end
  439. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  440. until not flying
  441. ctrl = {f = 0, b = 0, l = 0, r = 0}
  442. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  443. speed = 0
  444. bg:Destroy()
  445. bv:Destroy()
  446. plr.Character.Humanoid.PlatformStand = false
  447. end
  448. mouse.KeyDown:connect(function(key)
  449. if key:lower() == "e" then
  450. if flying then flying = false
  451. else
  452. flying = true
  453. Fly()
  454. end
  455. elseif key:lower() == "w" then
  456. ctrl.f = 1
  457. elseif key:lower() == "s" then
  458. ctrl.b = -1
  459. elseif key:lower() == "a" then
  460. ctrl.l = -1
  461. elseif key:lower() == "d" then
  462. ctrl.r = 1
  463. end
  464. end)
  465. mouse.KeyUp:connect(function(key)
  466. if key:lower() == "w" then
  467. ctrl.f = 0
  468. elseif key:lower() == "s" then
  469. ctrl.b = 0
  470. elseif key:lower() == "a" then
  471. ctrl.l = 0
  472. elseif key:lower() == "d" then
  473. ctrl.r = 0
  474. end
  475. end)
  476. Fly()
  477. end)
  478.  
  479. fling2.Name = "fling2"
  480. fling2.Parent = scripts
  481. fling2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  482. fling2.Position = UDim2.new(-1.94108891, 0, -1.03999996, 0)
  483. fling2.Size = UDim2.new(0, 75, 0, 52)
  484. fling2.Font = Enum.Font.SourceSans
  485. fling2.Text = "FE fling(r15)"
  486. fling2.TextColor3 = Color3.new(1, 1, 1)
  487. fling2.TextScaled = true
  488. fling2.TextSize = 14
  489. fling2.TextWrapped = true
  490. fling2.MouseButton1Down:connect(function()
  491. -- Made by JackMcJagger15
  492.  
  493. power = 500 -- change this to make it more or less powerful
  494.  
  495. game:GetService('RunService').Stepped:connect(function()
  496. game.Players.LocalPlayer.Character.Head.CanCollide = false
  497. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  498. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  499. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  500. end)
  501. wait(.1)
  502. local bambam = Instance.new("BodyThrust")
  503. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  504. bambam.Force = Vector3.new(power,0,power)
  505. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  506. end)
  507.  
  508. fling.Name = "fling"
  509. fling.Parent = scripts
  510. fling.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  511. fling.Position = UDim2.new(-2.88541675, 0, -1.03999996, 0)
  512. fling.Size = UDim2.new(0, 75, 0, 52)
  513. fling.Font = Enum.Font.SourceSans
  514. fling.Text = "FE fling(r6)"
  515. fling.TextColor3 = Color3.new(1, 1, 1)
  516. fling.TextScaled = true
  517. fling.TextSize = 14
  518. fling.TextWrapped = true
  519. fling.MouseButton1Down:connect(function()
  520. -- Made by JackMcJagger15
  521.  
  522. power = 500 -- change this to make it more or less powerful
  523.  
  524. game:GetService('RunService').Stepped:connect(function()
  525. game.Players.LocalPlayer.Character.Head.CanCollide = false
  526. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  527. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  528. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  529. end)
  530.  
  531. wait(.1)
  532. local bambam = Instance.new("BodyThrust")
  533. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  534. bambam.Force = Vector3.new(power,0,power)
  535. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  536. end)
  537.  
  538. clicktp.Name = "clicktp"
  539. clicktp.Parent = scripts
  540. clicktp.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  541. clicktp.Position = UDim2.new(-1.94108891, 0, 1.61044466, 0)
  542. clicktp.Size = UDim2.new(0, 75, 0, 52)
  543. clicktp.Font = Enum.Font.SourceSans
  544. clicktp.Text = "Clicktp (ctrl)"
  545. clicktp.TextColor3 = Color3.new(1, 1, 1)
  546. clicktp.TextScaled = true
  547. clicktp.TextSize = 14
  548. clicktp.TextWrapped = true
  549. clicktp.MouseButton1Down:connect(function()
  550. local UIS = game:GetService("UserInputService")
  551.  
  552. local Player = game.Players.LocalPlayer
  553. local Mouse = Player:GetMouse()
  554.  
  555.  
  556. function GetCharacter()
  557. return game.Players.LocalPlayer.Character
  558. end
  559.  
  560. function Teleport(pos)
  561. local Char = GetCharacter()
  562. if Char then
  563. Char:MoveTo(pos)
  564. end
  565. end
  566.  
  567.  
  568. UIS.InputBegan:Connect(function(input)
  569. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  570. Teleport(Mouse.Hit.p)
  571. end
  572. end)
  573. end)
  574.  
  575. clickdel.Name = "clickdel"
  576. clickdel.Parent = scripts
  577. clickdel.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  578. clickdel.Position = UDim2.new(-0.984497249, 0, 1.61044466, 0)
  579. clickdel.Size = UDim2.new(0, 75, 0, 52)
  580. clickdel.Font = Enum.Font.SourceSans
  581. clickdel.Text = "Clickdel (v)"
  582. clickdel.TextColor3 = Color3.new(1, 1, 1)
  583. clickdel.TextScaled = true
  584. clickdel.TextSize = 14
  585. clickdel.TextWrapped = true
  586. clickdel.MouseButton1Down:connect(function()
  587. local Plr = game:GetService("Players").LocalPlayer
  588. local Mouse = Plr:GetMouse()
  589.  
  590. Mouse.Button1Down:connect(function()
  591. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.V) then return end
  592. if not Mouse.Target then return end
  593. Mouse.Target:Destroy()
  594. end)
  595. end)
  596.  
  597. btools.Name = "btools"
  598. btools.Parent = scripts
  599. btools.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  600. btools.Position = UDim2.new(-0.984497249, 0, 2.95888758, 0)
  601. btools.Size = UDim2.new(0, 75, 0, 52)
  602. btools.Font = Enum.Font.SourceSans
  603. btools.Text = "Btools (fe)"
  604. btools.TextColor3 = Color3.new(1, 1, 1)
  605. btools.TextScaled = true
  606. btools.TextSize = 14
  607. btools.TextWrapped = true
  608. btools.MouseButton1Down:connect(function()
  609. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  610. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  611. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  612. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  613. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  614. tool1.BinType = "Clone"
  615. tool2.BinType = "GameTool"
  616. tool3.BinType = "Hammer"
  617. tool4.BinType = "Script"
  618. tool5.BinType = "Grab"
  619. end)
  620.  
  621. admin.Name = "admin"
  622. admin.Parent = scripts
  623. admin.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  624. admin.Position = UDim2.new(-2.88541675, 0, 1.61044466, 0)
  625. admin.Size = UDim2.new(0, 75, 0, 52)
  626. admin.Font = Enum.Font.SourceSans
  627. admin.Text = "Admin"
  628. admin.TextColor3 = Color3.new(1, 1, 1)
  629. admin.TextScaled = true
  630. admin.TextSize = 14
  631. admin.TextWrapped = true
  632. admin.MouseButton1Down:connect(function()
  633. loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux",true))()
  634. end)
  635.  
  636. chatspam.Name = "chatspam"
  637. chatspam.Parent = MainGUI
  638. chatspam.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  639. chatspam.Position = UDim2.new(0.640449464, 0, 0.562913895, 0)
  640. chatspam.Size = UDim2.new(0, 96, 0, 50)
  641. chatspam.Font = Enum.Font.SourceSans
  642. chatspam.Text = "Chatspam"
  643. chatspam.TextColor3 = Color3.new(1, 1, 1)
  644. chatspam.TextScaled = true
  645. chatspam.TextSize = 14
  646. chatspam.TextWrapped = true
  647. chatspam.MouseButton1Down:connect(function()
  648. amount_of_msgs = 20
  649. delay = 2
  650. --Credits: Lau
  651. for i = 1, amount_of_msgs do
  652. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  653. wait(delay)
  654. end
  655. end)
  656.  
  657. copychat.Name = "copychat"
  658. copychat.Parent = MainGUI
  659. copychat.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  660. copychat.Position = UDim2.new(0, 0, 0.565121353, 0)
  661. copychat.Size = UDim2.new(0, 96, 0, 50)
  662. copychat.Font = Enum.Font.SourceSans
  663. copychat.Text = "CopyChat"
  664. copychat.TextColor3 = Color3.new(1, 1, 1)
  665. copychat.TextScaled = true
  666. copychat.TextSize = 14
  667. copychat.TextWrapped = true
  668. copychat.MouseButton1Down:connect(function()
  669. local Action = game.Players:GetPlayers()
  670. for i = 1,#Action do
  671. Action[i].Chatted:connect(function(Message)
  672. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[DarkHub Bot]".."["..Action[i].Name.."]".." "..Message, "All")
  673. end)
  674. end
  675. end)
  676.  
  677. aimbot.Name = "aimbot"
  678. aimbot.Parent = MainGUI
  679. aimbot.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  680. aimbot.Position = UDim2.new(0.640449464, 0, 0.428256065, 0)
  681. aimbot.Size = UDim2.new(0, 96, 0, 50)
  682. aimbot.Font = Enum.Font.SourceSans
  683. aimbot.Text = "Aimbot"
  684. aimbot.TextColor3 = Color3.new(1, 1, 1)
  685. aimbot.TextScaled = true
  686. aimbot.TextSize = 14
  687. aimbot.TextWrapped = true
  688. aimbot.MouseButton1Down:connect(function()
  689. loadstring(game:HttpGet("https://pastebin.com/raw/cHKVsTg8",true))()
  690. end)
  691.  
  692. esp.Name = "esp"
  693. esp.Parent = MainGUI
  694. esp.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  695. esp.Position = UDim2.new(0, 0, 0.428256065, 0)
  696. esp.Size = UDim2.new(0, 96, 0, 50)
  697. esp.Font = Enum.Font.SourceSans
  698. esp.Text = "ESP Gui"
  699. esp.TextColor3 = Color3.new(1, 1, 1)
  700. esp.TextScaled = true
  701. esp.TextSize = 14
  702. esp.TextWrapped = true
  703. esp.MouseButton1Down:connect(function()
  704. loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  705. end)
  706.  
  707. guis.Name = "guis"
  708. guis.Parent = MainGUI
  709. guis.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  710. guis.Position = UDim2.new(0.610486925, 0, 0.194260478, 0)
  711. guis.Size = UDim2.new(0, 96, 0, 50)
  712. guis.Font = Enum.Font.SourceSans
  713. guis.Text = "Guis"
  714. guis.TextColor3 = Color3.new(1, 1, 1)
  715. guis.TextScaled = true
  716. guis.TextSize = 14
  717. guis.TextWrapped = true
  718.  
  719. theguis.Name = "theguis"
  720. theguis.Parent = guis
  721. theguis.BackgroundColor3 = Color3.new(0, 0, 0)
  722. theguis.Position = UDim2.new(1.125, 0, -1.93999994, 0)
  723. theguis.Size = UDim2.new(0, 259, 0, 297)
  724.  
  725. opfinallity.Name = "opfinallity"
  726. opfinallity.Parent = guis
  727. opfinallity.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  728. opfinallity.Position = UDim2.new(1.125, 0, 2.95888758, 0)
  729. opfinallity.Size = UDim2.new(0, 75, 0, 52)
  730. opfinallity.Font = Enum.Font.SourceSans
  731. opfinallity.Text = "Op Finallity (FE)"
  732. opfinallity.TextColor3 = Color3.new(1, 1, 1)
  733. opfinallity.TextScaled = true
  734. opfinallity.TextSize = 14
  735. opfinallity.TextWrapped = true
  736. opfinallity.MouseButton1Down:connect(function()
  737. loadstring(game:HttpGet("https://pastebin.com/raw/3axt0ia1",true))()
  738. end)
  739.  
  740. counterpepsi.Name = "counterpepsi"
  741. counterpepsi.Parent = guis
  742. counterpepsi.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  743. counterpepsi.Position = UDim2.new(2.06932783, 0, 2.95888758, 0)
  744. counterpepsi.Size = UDim2.new(0, 75, 0, 52)
  745. counterpepsi.Font = Enum.Font.SourceSans
  746. counterpepsi.Text = "Counter Pepsi"
  747. counterpepsi.TextColor3 = Color3.new(1, 1, 1)
  748. counterpepsi.TextScaled = true
  749. counterpepsi.TextSize = 14
  750. counterpepsi.TextWrapped = true
  751. counterpepsi.MouseButton1Down:connect(function()
  752. loadstring(game:HttpGet("https://pastebin.com/raw/bS4Bcqac",true))()
  753. end)
  754.  
  755. chatspam_2.Name = "chatspam"
  756. chatspam_2.Parent = guis
  757. chatspam_2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  758. chatspam_2.Position = UDim2.new(3.02591944, 0, 2.95888758, 0)
  759. chatspam_2.Size = UDim2.new(0, 75, 0, 52)
  760. chatspam_2.Font = Enum.Font.SourceSans
  761. chatspam_2.Text = "*Coming Soon*"
  762. chatspam_2.TextColor3 = Color3.new(1, 1, 1)
  763. chatspam_2.TextScaled = true
  764. chatspam_2.TextSize = 14
  765. chatspam_2.TextWrapped = true
  766.  
  767. glitchmax.Name = "glitchmax"
  768. glitchmax.Parent = guis
  769. glitchmax.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  770. glitchmax.Position = UDim2.new(3.02591944, 0, 1.61044466, 0)
  771. glitchmax.Size = UDim2.new(0, 75, 0, 52)
  772. glitchmax.Font = Enum.Font.SourceSans
  773. glitchmax.Text = "Glitch Max"
  774. glitchmax.TextColor3 = Color3.new(1, 1, 1)
  775. glitchmax.TextScaled = true
  776. glitchmax.TextSize = 14
  777. glitchmax.TextWrapped = true
  778. glitchmax.MouseButton1Down:connect(function()
  779. loadstring(game:HttpGet("https://pastebin.com/raw/LbHwUG4r",true))()
  780. end)
  781.  
  782. dex.Name = "dex"
  783. dex.Parent = guis
  784. dex.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  785. dex.Position = UDim2.new(2.06932783, 0, -1.05999994, 0)
  786. dex.Size = UDim2.new(0, 75, 0, 52)
  787. dex.Font = Enum.Font.SourceSans
  788. dex.Text = "Dex Explorer"
  789. dex.TextColor3 = Color3.new(1, 1, 1)
  790. dex.TextScaled = true
  791. dex.TextSize = 14
  792. dex.TextWrapped = true
  793. dex.MouseButton1Down:connect(function()
  794. loadstring(game:GetObjects("rbxassetid://669627198")[1].Source)()
  795. end)
  796.  
  797. remotespy.Name = "remotespy"
  798. remotespy.Parent = guis
  799. remotespy.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  800. remotespy.Position = UDim2.new(3.02591944, 0, -1.05999994, 0)
  801. remotespy.Size = UDim2.new(0, 75, 0, 52)
  802. remotespy.Font = Enum.Font.SourceSans
  803. remotespy.Text = "Remote Spy "
  804. remotespy.TextColor3 = Color3.new(1, 1, 1)
  805. remotespy.TextScaled = true
  806. remotespy.TextSize = 14
  807. remotespy.TextWrapped = true
  808. remotespy.MouseButton1Down:connect(function()
  809. loadstring(game:HttpGet("https://pastebin.com/raw/BFdPkjDt",true))()
  810. end)
  811.  
  812. fetrolling.Name = "fetrolling"
  813. fetrolling.Parent = guis
  814. fetrolling.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  815. fetrolling.Position = UDim2.new(1.125, 0, 0.262002558, 0)
  816. fetrolling.Size = UDim2.new(0, 75, 0, 52)
  817. fetrolling.Font = Enum.Font.SourceSans
  818. fetrolling.Text = "FE Trolling"
  819. fetrolling.TextColor3 = Color3.new(1, 1, 1)
  820. fetrolling.TextScaled = true
  821. fetrolling.TextSize = 14
  822. fetrolling.TextWrapped = true
  823. fetrolling.MouseButton1Down:connect(function()
  824. loadstring(game:HttpGet("https://pastebin.com/raw/Bx1eGpfx",true))()
  825. end)
  826.  
  827. animations.Name = "animations"
  828. animations.Parent = guis
  829. animations.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  830. animations.Position = UDim2.new(2.06932783, 0, 0.262002558, 0)
  831. animations.Size = UDim2.new(0, 75, 0, 52)
  832. animations.Font = Enum.Font.SourceSans
  833. animations.Text = "Animations"
  834. animations.TextColor3 = Color3.new(1, 1, 1)
  835. animations.TextScaled = true
  836. animations.TextSize = 14
  837. animations.TextWrapped = true
  838. animations.MouseButton1Down:connect(function()
  839. local Gui = Instance.new("ScreenGui", game.CoreGui)
  840.  
  841. Gui.Name = "FE Animations"
  842. local Background = Instance.new("Frame",Gui)
  843. Background.Name = "Background"
  844. Background.Active = true
  845. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  846. Background.Transparency = 0.3
  847. Background.BorderSizePixel = 5
  848. Background.Draggable = true
  849. Background.Position = UDim2.new(0,300,0,300)
  850. Background.Size = UDim2.new(0,345,0,190)
  851. local Title = Instance.new("TextLabel",Background)
  852. Title.BackgroundTransparency = 1
  853. Title.Position = UDim2.new(0,0,0,-80)
  854. Title.Size = UDim2.new(0,290,1,0)
  855. Title.Font = "SourceSansLight"
  856. Title.FontSize = "Size18"
  857. Title.Text = "FE Animations [by illremember] IMPROVED"
  858. Title.TextColor3 = Color3.fromRGB(20,20,25)
  859.  
  860. local BarrelRoll = Instance.new("TextButton", Background)
  861. BarrelRoll.Name = "BarrelRoll"
  862. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  863. BarrelRoll.BackgroundTransparency = 0.1
  864. BarrelRoll.BorderSizePixel = 0
  865. BarrelRoll.Position = UDim2.new(0,120,0,30)
  866. BarrelRoll.Size = UDim2.new(0,100,0,30)
  867. BarrelRoll.Font = "SourceSansItalic"
  868. BarrelRoll.FontSize = "Size18"
  869. BarrelRoll.Text = "BarrelRoll"
  870. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  871. BarrelRoll.TextWrapped = true
  872.  
  873. local Dab = BarrelRoll:Clone()
  874. Dab.Name = "Dab"
  875. Dab.Parent = Background
  876. Dab.Position = UDim2.new(0,120,0,70)
  877. Dab.Text = "Dab"
  878.  
  879. local Crouch = BarrelRoll:Clone()
  880. Crouch.Name = "Crouch"
  881. Crouch.Parent = Background
  882. Crouch.Position = UDim2.new(0,10,0,110)
  883. Crouch.Text = "Crouch"
  884.  
  885. local Scream = BarrelRoll:Clone()
  886. Scream.Name = "Scream"
  887. Scream.Parent = Background
  888. Scream.Position = UDim2.new(0,10,0,30)
  889. Scream.Text = "Scream"
  890.  
  891. local HeadOff = BarrelRoll:Clone()
  892. HeadOff.Name = "HeadOff"
  893. HeadOff.Parent = Background
  894. HeadOff.Position = UDim2.new(0,10,0,70)
  895. HeadOff.Text = "HeadOff"
  896.  
  897. local LayDown = BarrelRoll:Clone()
  898. LayDown.Name = "LayDown"
  899. LayDown.Parent = Background
  900. LayDown.Position = UDim2.new(0,120,0,110)
  901. LayDown.Text = "LayDown"
  902.  
  903. local hmm2 = BarrelRoll:Clone()
  904. hmm2.Name = "hmm2"
  905. hmm2.Parent = Background
  906. hmm2.Position = UDim2.new(0,120,0,150)
  907. hmm2.Text = "hmm2"
  908.  
  909. local HeadTHROW = BarrelRoll:Clone()
  910. HeadTHROW.Name = "HeadTHROW"
  911. HeadTHROW.Parent = Background
  912. HeadTHROW.Position = UDim2.new(0,10,0,150)
  913. HeadTHROW.Size = UDim2.new(0,100,0,30)
  914. HeadTHROW.Text = "HeadTHROW"
  915.  
  916. local Scared = BarrelRoll:Clone()
  917. Scared.Name = "Scared"
  918. Scared.Parent = Background
  919. Scared.Position = UDim2.new(0,230,0,30)
  920. Scared.Size = UDim2.new(0,100,0,30)
  921. Scared.Text = "Scared"
  922.  
  923. local WARNING = BarrelRoll:Clone()
  924. WARNING.Name = "WARNING"
  925. WARNING.Parent = Background
  926. WARNING.Position = UDim2.new(0,230,0,70)
  927. WARNING.Size = UDim2.new(0,100,0,30)
  928. WARNING.Text = "WARNING"
  929.  
  930. local LoopHead = BarrelRoll:Clone()
  931. LoopHead.Name = "LoopHead"
  932. LoopHead.Parent = Background
  933. LoopHead.Position = UDim2.new(0,230,0,110)
  934. LoopHead.Size = UDim2.new(0,100,0,30)
  935. LoopHead.Text = "LoopHead"
  936.  
  937. local armturbine = BarrelRoll:Clone()
  938. armturbine.Name = "armturbine"
  939. armturbine.Parent = Background
  940. armturbine.Position = UDim2.new(0,230,0,150)
  941. armturbine.Size = UDim2.new(0,100,0,30)
  942. armturbine.Text = "armturbine"
  943.  
  944. --
  945. local plr = game.Players.LocalPlayer
  946.  
  947. local mouse = plr:GetMouse()
  948.  
  949. lpc = game.Players.LocalPlayer.Character
  950.  
  951. weld1 = Instance.new("Weld")
  952.  
  953. BarrelRoll.MouseButton1Down:connect(function()
  954. local gg = mouse.Target
  955. if gg ~= nil then
  956. for i,v in pairs(game.Players:GetPlayers()) do
  957. AnimationId = "136801964"
  958. local Anim = Instance.new("Animation")
  959. Anim.AnimationId = "rbxassetid://"..AnimationId
  960. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  961. k:Play()
  962. k:AdjustSpeed(1)
  963. end
  964. end
  965. end)
  966.  
  967. armturbine.MouseButton1Down:connect(function()
  968. local gg = mouse.Target
  969. if gg ~= nil then
  970. for i,v in pairs(game.Players:GetPlayers()) do
  971. AnimationId = "259438880"
  972. local Anim = Instance.new("Animation")
  973. Anim.AnimationId = "rbxassetid://"..AnimationId
  974. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  975. k:Play()
  976. k:AdjustSpeed(100)
  977. end
  978. end
  979. end)
  980.  
  981.  
  982. LoopHead.MouseButton1Click:connect(function()
  983. local gg = mouse.Target
  984. if gg ~= nil then
  985. for i,v in pairs(game.Players:GetPlayers()) do
  986. AnimationId = "35154961"
  987. local Anim = Instance.new("Animation")
  988. Anim.AnimationId = "rbxassetid://"..AnimationId
  989. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  990. while wait(0.00703125) do
  991. k:Play()
  992. k:AdjustSpeed(640)
  993. end
  994. end
  995. end
  996. end)
  997.  
  998. hmm2.MouseButton1Down:connect(function()
  999. local gg = mouse.Target
  1000. if gg ~= nil then
  1001. for i,v in pairs(game.Players:GetPlayers()) do
  1002. AnimationId = "148840371"
  1003. local Anim = Instance.new("Animation")
  1004. Anim.AnimationId = "rbxassetid://"..AnimationId
  1005. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1006. k:Play()
  1007. k:AdjustSpeed(1)
  1008. end
  1009. end
  1010. end)
  1011.  
  1012. LayDown.MouseButton1Down:connect(function()
  1013. local gg = mouse.Target
  1014. if gg ~= nil then
  1015. for i,v in pairs(game.Players:GetPlayers()) do
  1016. AnimationId = "282574440"
  1017. local Anim = Instance.new("Animation")
  1018. Anim.AnimationId = "rbxassetid://"..AnimationId
  1019. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1020. k:Play()
  1021. k:AdjustSpeed(1)
  1022. end
  1023. end
  1024. end)
  1025.  
  1026. Dab.MouseButton1Down:connect(function()
  1027. local gg = mouse.Target
  1028. if gg ~= nil then
  1029. for i,v in pairs(game.Players:GetPlayers()) do
  1030. AnimationId = "248263260"
  1031. local Anim = Instance.new("Animation")
  1032. Anim.AnimationId = "rbxassetid://"..AnimationId
  1033. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1034. k:Play()
  1035. k:AdjustSpeed(1)
  1036. end
  1037. end
  1038. end)
  1039.  
  1040. Scream.MouseButton1Down:connect(function()
  1041. local gg = mouse.Target
  1042. if gg ~= nil then
  1043. for i,v in pairs(game.Players:GetPlayers()) do
  1044. AnimationId = "180611870"
  1045. local Anim = Instance.new("Animation")
  1046. Anim.AnimationId = "rbxassetid://"..AnimationId
  1047. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1048. k:Play()
  1049. k:AdjustSpeed(1)
  1050. end
  1051. end
  1052. end)
  1053.  
  1054. HeadTHROW.MouseButton1Down:connect(function()
  1055. local gg = mouse.Target
  1056. if gg ~= nil then
  1057. for i,v in pairs(game.Players:GetPlayers()) do
  1058. AnimationId = "35154961"
  1059. local Anim = Instance.new("Animation")
  1060. Anim.AnimationId = "rbxassetid://"..AnimationId
  1061. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1062. k:Play()
  1063. k:AdjustSpeed(1)
  1064. end
  1065. end
  1066. end)
  1067.  
  1068. Scared.MouseButton1Down:connect(function()
  1069. local gg = mouse.Target
  1070. if gg ~= nil then
  1071. for i,v in pairs(game.Players:GetPlayers()) do
  1072. AnimationId = "180612465"
  1073. local Anim = Instance.new("Animation")
  1074. Anim.AnimationId = "rbxassetid://"..AnimationId
  1075. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1076. k:Play()
  1077. k:AdjustSpeed(1)
  1078. end
  1079. end
  1080. end)
  1081.  
  1082. HeadOff.MouseButton1Down:connect(function()
  1083. local gg = mouse.Target
  1084. if gg ~= nil then
  1085. for i,v in pairs(game.Players:GetPlayers()) do
  1086. AnimationId = "121572214"
  1087. local Anim = Instance.new("Animation")
  1088. Anim.AnimationId = "rbxassetid://"..AnimationId
  1089. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1090. k:Play()
  1091. k:AdjustSpeed(1)
  1092. end
  1093. end
  1094. end)
  1095.  
  1096. Crouch.MouseButton1Down:connect(function()
  1097. local gg = mouse.Target
  1098. if gg ~= nil then
  1099. for i,v in pairs(game.Players:GetPlayers()) do
  1100. AnimationId = "182724289"
  1101. local Anim = Instance.new("Animation")
  1102. Anim.AnimationId = "rbxassetid://"..AnimationId
  1103. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1104. k:Play()
  1105. k:AdjustSpeed(1)
  1106. end
  1107. end
  1108. end)
  1109. end)
  1110.  
  1111. fehaxx.Name = "fehaxx"
  1112. fehaxx.Parent = guis
  1113. fehaxx.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1114. fehaxx.Position = UDim2.new(3.02591944, 0, 0.262002558, 0)
  1115. fehaxx.Size = UDim2.new(0, 75, 0, 52)
  1116. fehaxx.Font = Enum.Font.SourceSans
  1117. fehaxx.Text = "Fanthom Hub"
  1118. fehaxx.TextColor3 = Color3.new(1, 1, 1)
  1119. fehaxx.TextScaled = true
  1120. fehaxx.TextSize = 14
  1121. fehaxx.TextWrapped = true
  1122. fehaxx.MouseButton1Down:connect(function()
  1123. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  1124. end)
  1125.  
  1126. arosia.Name = "arosia"
  1127. arosia.Parent = guis
  1128. arosia.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1129. arosia.Position = UDim2.new(1.125, 0, 1.61044466, 0)
  1130. arosia.Size = UDim2.new(0, 75, 0, 52)
  1131. arosia.Font = Enum.Font.SourceSans
  1132. arosia.Text = "FE Arosia"
  1133. arosia.TextColor3 = Color3.new(1, 1, 1)
  1134. arosia.TextScaled = true
  1135. arosia.TextSize = 14
  1136. arosia.TextWrapped = true
  1137. arosia.MouseButton1Down:connect(function()
  1138. loadstring(game:HttpGet("https://pastebin.com/raw/mhuLTxPE",true))()
  1139. end)
  1140.  
  1141. filtershark.Name = "filtershark"
  1142. filtershark.Parent = guis
  1143. filtershark.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1144. filtershark.Position = UDim2.new(2.06932783, 0, 1.61044466, 0)
  1145. filtershark.Size = UDim2.new(0, 75, 0, 52)
  1146. filtershark.Font = Enum.Font.SourceSans
  1147. filtershark.Text = "Filtershark"
  1148. filtershark.TextColor3 = Color3.new(1, 1, 1)
  1149. filtershark.TextScaled = true
  1150. filtershark.TextSize = 14
  1151. filtershark.TextWrapped = true
  1152. filtershark.MouseButton1Down:connect(function()
  1153. loadstring(game:HttpGet("https://pastebin.com/raw/y8P2zPYB",true))()
  1154. end)
  1155.  
  1156. madcityop.Name = "madcityop"
  1157. madcityop.Parent = guis
  1158. madcityop.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1159. madcityop.Position = UDim2.new(1.125, 0, -1.05999994, 0)
  1160. madcityop.Size = UDim2.new(0, 75, 0, 52)
  1161. madcityop.Font = Enum.Font.SourceSans
  1162. madcityop.Text = "Madcity OP (SynapaseX)"
  1163. madcityop.TextColor3 = Color3.new(1, 1, 1)
  1164. madcityop.TextScaled = true
  1165. madcityop.TextSize = 14
  1166. madcityop.TextWrapped = true
  1167. madcityop.MouseButton1Down:connect(function()
  1168. loadstring(game:HttpGet("https://pastebin.com/raw/tMU6y8g0",true))()
  1169. end)
  1170.  
  1171. mainname1_2.Name = "mainname1"
  1172. mainname1_2.Parent = guis
  1173. mainname1_2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  1174. mainname1_2.BorderSizePixel = 0
  1175. mainname1_2.Position = UDim2.new(1.90625, 0, -1.77999997, 0)
  1176. mainname1_2.Size = UDim2.new(0, 106, 0, 36)
  1177. mainname1_2.Font = Enum.Font.Arial
  1178. mainname1_2.Text = "Guis"
  1179. mainname1_2.TextColor3 = Color3.new(1, 0, 0)
  1180. mainname1_2.TextScaled = true
  1181. mainname1_2.TextSize = 14
  1182. mainname1_2.TextWrapped = true
  1183.  
  1184. advertisement.Name = "advertisement"
  1185. advertisement.Parent = MainGUI
  1186. advertisement.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1187. advertisement.Position = UDim2.new(0, 0, 0.849889636, 0)
  1188. advertisement.Size = UDim2.new(0, 96, 0, 50)
  1189. advertisement.Font = Enum.Font.SourceSans
  1190. advertisement.Text = "Advertise"
  1191. advertisement.TextColor3 = Color3.new(1, 1, 1)
  1192. advertisement.TextScaled = true
  1193. advertisement.TextSize = 14
  1194. advertisement.TextWrapped = true
  1195. advertisement.MouseButton1Down:connect(function()
  1196. amount_of_msgs = 15
  1197. delay = 3
  1198. --Credits: Lau
  1199. for i = 1, amount_of_msgs do
  1200. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Wow dark hub by grade: T0mGames#0447 and grade: JJHerobrin#1380 is really cool. You all should add them on discord and get it for yourself!", "All")
  1201. wait(delay)
  1202. end
  1203. end)
  1204.  
  1205. fekill.Name = "fekill"
  1206. fekill.Parent = MainGUI
  1207. fekill.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1208. fekill.Position = UDim2.new(0.640449464, 0, 0.849889576, 0)
  1209. fekill.Size = UDim2.new(0, 96, 0, 50)
  1210. fekill.Font = Enum.Font.SourceSans
  1211. fekill.Text = "FE Kill"
  1212. fekill.TextColor3 = Color3.new(1, 1, 1)
  1213. fekill.TextScaled = true
  1214. fekill.TextSize = 14
  1215. fekill.TextWrapped = true
  1216. fekill.MouseButton1Down:connect(function()
  1217. local ScreenGui = Instance.new("ScreenGui")
  1218. local ui = Instance.new("Frame")
  1219. local title = Instance.new("TextLabel")
  1220. local Frame = Instance.new("Frame")
  1221. local Username = Instance.new("TextBox")
  1222. local Kill = Instance.new("TextButton")
  1223. local cred = Instance.new("TextLabel")
  1224. --Properties:
  1225. ScreenGui.Parent = game:GetService("CoreGui")
  1226. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1227.  
  1228. ui.Name = "ui"
  1229. ui.Parent = ScreenGui
  1230. ui.Active = true
  1231. ui.BackgroundColor3 = Color3.new(1, 1, 1)
  1232. ui.BackgroundTransparency = 0.20000000298023
  1233. ui.BorderSizePixel = 3
  1234. ui.Position = UDim2.new(0.254972845, 0, 0.419703096, 0)
  1235. ui.Size = UDim2.new(0, 535, 0, 283)
  1236.  
  1237. title.Name = "title"
  1238. title.Parent = ui
  1239. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1240. title.BackgroundTransparency = 1
  1241. title.BorderSizePixel = 2
  1242. title.Position = UDim2.new(0, 0, 0.0199999996, 0)
  1243. title.Size = UDim2.new(1, 0, 0, 50)
  1244. title.Font = Enum.Font.SourceSans
  1245. title.Text = "FE KILL"
  1246. title.TextColor3 = Color3.new(0, 0, 0)
  1247. title.TextScaled = true
  1248. title.TextSize = 14
  1249. title.TextWrapped = true
  1250.  
  1251. Frame.Parent = title
  1252. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1253. Frame.BorderSizePixel = 0
  1254. Frame.Position = UDim2.new(0.25, 0, 0.860000014, 0)
  1255. Frame.Size = UDim2.new(0.5, 0, 0, 3)
  1256.  
  1257. Username.Name = "Username"
  1258. Username.Parent = ui
  1259. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  1260. Username.BorderSizePixel = 0
  1261. Username.Position = UDim2.new(0.100000001, 0, 0.300000012, 0)
  1262. Username.Size = UDim2.new(0.800000012, 0, 0, 50)
  1263. Username.Font = Enum.Font.SourceSans
  1264. Username.PlaceholderText = "Name"
  1265. Username.Text = ""
  1266. Username.TextColor3 = Color3.new(0, 0, 0)
  1267. Username.TextScaled = true
  1268. Username.TextSize = 14
  1269. Username.TextWrapped = true
  1270.  
  1271. Kill.Name = "Kill"
  1272. Kill.Parent = ui
  1273. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  1274. Kill.BackgroundTransparency = 0.20000000298023
  1275. Kill.BorderSizePixel = 2
  1276. Kill.Position = UDim2.new(0.25, 0, 0.529999971, 0)
  1277. Kill.Size = UDim2.new(0.5, 0, 0, 50)
  1278. Kill.Font = Enum.Font.Gotham
  1279. Kill.Text = "KILL"
  1280. Kill.TextColor3 = Color3.new(0, 0, 0)
  1281. Kill.TextScaled = true
  1282. Kill.TextSize = 14
  1283. Kill.TextWrapped = true
  1284.  
  1285. cred.Name = "cred"
  1286. cred.Parent = ui
  1287. cred.BackgroundColor3 = Color3.new(1, 1, 1)
  1288. cred.BackgroundTransparency = 1
  1289. cred.BorderSizePixel = 2
  1290. cred.Position = UDim2.new(0.0500000007, 0, 0.769999981, 0)
  1291. cred.Size = UDim2.new(0.899999976, 0, 0, 50)
  1292. cred.Font = Enum.Font.SourceSans
  1293. cred.Text = "Credits to Cyclically, Thunder Mods"
  1294. cred.TextColor3 = Color3.new(0, 0, 0)
  1295. cred.TextScaled = true
  1296. cred.TextSize = 14
  1297. cred.TextWrapped = true
  1298. ui.Draggable = true
  1299.  
  1300. -- creds to Hamiii for the plr finder
  1301. local Players = game:GetService("Players")
  1302. local LocalPlayer = Players.LocalPlayer
  1303. local function RemoveSpaces(String)
  1304. return String:gsub("%s+", "") or String
  1305. end
  1306.  
  1307. local function FindPlayer(String)
  1308. String = RemoveSpaces(String)
  1309. for _, _Player in pairs(Players:GetPlayers()) do
  1310. if _Player.Name:lower():match('^'.. String:lower()) then
  1311. return _Player
  1312. end
  1313. end
  1314. return nil
  1315. end
  1316.  
  1317. Kill.MouseButton1Click:Connect(function()
  1318. local Target = FindPlayer(Username.Text)
  1319. if Target and Target.Character then
  1320. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  1321. local Torso = Character:FindFirstChild("Torso") or Character:FindFirstChild("UpperTorso")
  1322.  
  1323. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1324. Torso.Anchored = true
  1325. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  1326. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  1327. local hathandle = hat.Handle
  1328. hathandle.Parent = tool
  1329. hathandle.Massless = true
  1330. tool.GripPos = Vector3.new(0, 9e99, 0)
  1331. tool.Parent = LocalPlayer.Character
  1332. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  1333. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  1334. Torso.Anchored = false
  1335. repeat LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Target.Character:FindFirstChild("HumanoidRootPart").CFrame wait()
  1336. until Target.Character == nil or Target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (Target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - Target.Character:FindFirstChild("Humanoid").WalkSpeed) > (Target.Character:FindFirstChild("Humanoid").WalkSpeed + 20)
  1337. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1338. hathandle.Parent = hat
  1339. hathandle.Massless = false
  1340. tool:Destroy()
  1341. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1342. else
  1343. warn'no player found named like that or he has no char'
  1344. end
  1345. end)
  1346. end)
  1347.  
  1348. prisonlifehaxx.Name = "prisonlifehaxx"
  1349. prisonlifehaxx.Parent = MainGUI
  1350. prisonlifehaxx.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1351. prisonlifehaxx.Position = UDim2.new(0, 0, 0.706401706, 0)
  1352. prisonlifehaxx.Size = UDim2.new(0, 96, 0, 50)
  1353. prisonlifehaxx.Font = Enum.Font.SourceSans
  1354. prisonlifehaxx.Text = "PrisonLifeHaxx"
  1355. prisonlifehaxx.TextColor3 = Color3.new(1, 1, 1)
  1356. prisonlifehaxx.TextScaled = true
  1357. prisonlifehaxx.TextSize = 14
  1358. prisonlifehaxx.TextWrapped = true
  1359. prisonlifehaxx.MouseButton1Down:connect(function()
  1360. loadstring(game:HttpGet("https://nto.darkdevs.pro/uploads/PrisonLifeHaxxv3.lua",true))()
  1361. end)
  1362.  
  1363. chatspy.Name = "chatspy"
  1364. chatspy.Parent = MainGUI
  1365. chatspy.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1366. chatspy.Position = UDim2.new(0.640449464, 0, 0.706401706, 0)
  1367. chatspy.Size = UDim2.new(0, 96, 0, 50)
  1368. chatspy.Font = Enum.Font.SourceSans
  1369. chatspy.Text = "Coming Soon!"
  1370. chatspy.TextColor3 = Color3.new(1, 1, 1)
  1371. chatspy.TextScaled = true
  1372. chatspy.TextSize = 14
  1373. chatspy.TextWrapped = true
  1374.  
  1375. mainline1.Name = "mainline1"
  1376. mainline1.Parent = MainGUI
  1377. mainline1.BackgroundColor3 = Color3.new(1, 1, 1)
  1378. mainline1.BorderSizePixel = 0
  1379. mainline1.Position = UDim2.new(0.479400754, 0, 0.194260493, 0)
  1380. mainline1.Size = UDim2.new(0, 10, 0, 364)
  1381. mainline1.Font = Enum.Font.SourceSans
  1382. mainline1.Text = ""
  1383. mainline1.TextColor3 = Color3.new(0, 0, 0)
  1384. mainline1.TextSize = 14
  1385.  
  1386. mainline2.Name = "mainline2"
  1387. mainline2.Parent = MainGUI
  1388. mainline2.BackgroundColor3 = Color3.new(1, 1, 1)
  1389. mainline2.BorderSizePixel = 0
  1390. mainline2.Position = UDim2.new(0, 0, 0.349006891, 0)
  1391. mainline2.Size = UDim2.new(0, 267, 0, 10)
  1392. mainline2.Font = Enum.Font.SourceSans
  1393. mainline2.Text = ""
  1394. mainline2.TextColor3 = Color3.new(0, 0, 0)
  1395. mainline2.TextSize = 14
  1396. -- Scripts:
  1397. function SCRIPT_IUMC90_FAKESCRIPT() -- username.Script
  1398. local script = Instance.new('Script')
  1399. script.Parent = username
  1400. while wait() do
  1401. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1402. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1403. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1404. local color = Color3.new(r, g, b)
  1405. script.Parent.BorderColor3 = color
  1406. end
  1407.  
  1408. end
  1409. coroutine.resume(coroutine.create(SCRIPT_IUMC90_FAKESCRIPT))
  1410. function SCRIPT_AUJH90_FAKESCRIPT() -- password.Script
  1411. local script = Instance.new('Script')
  1412. script.Parent = password
  1413. while wait() do
  1414. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1415. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1416. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1417. local color = Color3.new(r, g, b)
  1418. script.Parent.BorderColor3 = color
  1419. end
  1420.  
  1421. end
  1422. coroutine.resume(coroutine.create(SCRIPT_AUJH90_FAKESCRIPT))
  1423. function SCRIPT_GCDY70_FAKESCRIPT() -- loginline1.Script
  1424. local script = Instance.new('Script')
  1425. script.Parent = loginline1
  1426. while wait() do
  1427. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1428. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1429. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1430. local color = Color3.new(r, g, b)
  1431. script.Parent.BackgroundColor3 = color
  1432. end
  1433.  
  1434. end
  1435. coroutine.resume(coroutine.create(SCRIPT_GCDY70_FAKESCRIPT))
  1436. function SCRIPT_ULQP89_FAKESCRIPT() -- loginline2.Script
  1437. local script = Instance.new('Script')
  1438. script.Parent = loginline2
  1439. while wait() do
  1440. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1441. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1442. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1443. local color = Color3.new(r, g, b)
  1444. script.Parent.BackgroundColor3 = color
  1445. end
  1446.  
  1447. end
  1448. coroutine.resume(coroutine.create(SCRIPT_ULQP89_FAKESCRIPT))
  1449. function SCRIPT_ZNCU65_FAKESCRIPT() -- loginline3.Script
  1450. local script = Instance.new('Script')
  1451. script.Parent = loginline3
  1452. while wait() do
  1453. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1454. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1455. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1456. local color = Color3.new(r, g, b)
  1457. script.Parent.BackgroundColor3 = color
  1458. end
  1459.  
  1460. end
  1461. coroutine.resume(coroutine.create(SCRIPT_ZNCU65_FAKESCRIPT))
  1462. function SCRIPT_QAVU77_FAKESCRIPT() -- mainline1.Script
  1463. local script = Instance.new('Script')
  1464. script.Parent = mainline1
  1465. while wait() do
  1466. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1467. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1468. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1469. local color = Color3.new(r, g, b)
  1470. script.Parent.BackgroundColor3 = color
  1471. end
  1472.  
  1473. end
  1474. coroutine.resume(coroutine.create(SCRIPT_QAVU77_FAKESCRIPT))
  1475. function SCRIPT_SVTO83_FAKESCRIPT() -- mainline2.Script
  1476. local script = Instance.new('Script')
  1477. script.Parent = mainline2
  1478. while wait() do
  1479. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  1480. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  1481. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  1482. local color = Color3.new(r, g, b)
  1483. script.Parent.BackgroundColor3 = color
  1484. end
  1485.  
  1486. end
  1487. coroutine.resume(coroutine.create(SCRIPT_SVTO83_FAKESCRIPT))
  1488.  
  1489. ---- KeyBind ----
  1490.  
  1491. mouse = game.Players.LocalPlayer:GetMouse()
  1492.  
  1493. local function onKeyDown( key )
  1494. if key:lower() == "x" then
  1495. if MainGUI.Visible == true then
  1496. MainGUI.Visible = false
  1497. else
  1498. MainGUI.Visible = true
  1499. end
  1500. end
  1501. end
  1502. mouse.KeyDown:connect(onKeyDown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement