Advertisement
ItzDan

Paid Gui3

Feb 25th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.63 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local c = Player.Character
  3. if not c or not c.Parent then
  4. c = Player.CharacterAdded:wait()
  5. end
  6.  
  7. gui = Instance.new("ScreenGui",game.CoreGui)
  8. gui.ResetOnSpawn = false
  9. gui.Name = "XXXTENTACIONHub"
  10.  
  11. local frame = Instance.new("Frame",gui)
  12. frame.BackgroundColor3 = Color3.new(5/255,.7/255,82/255)
  13. frame.BorderColor3 = Color3.new(121/255,4)
  14. frame.BorderSizePixel = 2
  15. frame.Size = UDim2.new(0,300,0,200)
  16. frame.Position = UDim2.new(.655,160,.4,130)
  17. frame.Active = true
  18. frame.Draggable = true
  19. frame.Transparency = 0.5
  20.  
  21. local flb = Instance.new("TextButton",frame)
  22. flb.BackgroundColor3 = Color3.new(0,70/255,1)
  23. flb.BorderColor3 = Color3.new(0,0,0)
  24. flb.BorderSizePixel = 2
  25. flb.Size = UDim2.new(.3,0,.1,0)
  26. flb.Position = UDim2.new(.35,0,.1,-10)
  27. flb.Text = "Glider"
  28. flb.TextColor3 = Color3.new(255,255,255)
  29. flb.TextScaled = true
  30.  
  31. local Gb = Instance.new("TextButton",frame)
  32. Gb.BackgroundColor3 = Color3.new(0,98/255,0)
  33. Gb.BorderColor3 = Color3.new(0,0,0)
  34. Gb.BorderSizePixel = 2
  35. Gb.Size = UDim2.new(.3,0,.1,0)
  36. Gb.Position = UDim2.new(.35,0,.5,0)
  37. Gb.Text = "666"
  38. Gb.TextColor3 = Color3.new(255,255,255)
  39. Gb.TextScaled = true
  40.  
  41. local NGb = Instance.new("TextButton",frame)
  42. NGb.BackgroundColor3 = Color3.new(10/255,0,0)
  43. NGb.BorderColor3 = Color3.new(0,0,0)
  44. NGb.BorderSizePixel = 2
  45. NGb.Size = UDim2.new(.3,0,.1,0)
  46. NGb.Position = UDim2.new(.675,0,.5,0)
  47. NGb.Text = "PugzHub"
  48. NGb.TextColor3 = Color3.new(255,255,255)
  49. NGb.TextScaled = true
  50.  
  51. local FMb = Instance.new("TextButton",frame)
  52. FMb.BackgroundColor3 = Color3.new(7/255,1,0)
  53. FMb.BorderColor3 = Color3.new(0,0,0)
  54. FMb.BorderSizePixel = 2
  55. FMb.Size = UDim2.new(.3,0,.1,0)
  56. FMb.Position = UDim2.new(.35,0,.8,-121)
  57. FMb.Text = "Troll"
  58. FMb.TextColor3 = Color3.new(255,255,255)
  59. FMb.TextScaled = true
  60.  
  61. local GMb = Instance.new("TextButton",frame)
  62. GMb.BackgroundColor3 = Color3.new(7/255,1,2)
  63. GMb.BorderColor3 = Color3.new(0,0,0)
  64. GMb.BorderSizePixel = 2
  65. GMb.Size = UDim2.new(.3,0,.1,0)
  66. GMb.Position = UDim2.new(.675,0,.9,-141)
  67. GMb.Text = "Skybox"
  68. GMb.TextColor3 = Color3.new(255,255,255)
  69. GMb.TextScaled = true
  70.  
  71. local KOb = Instance.new("TextButton",frame)
  72. KOb.BackgroundColor3 = Color3.new(0.900,.070,255,.082)
  73. KOb.BorderColor3 = Color3.new(0,0,0)
  74. KOb.BorderSizePixel = 2
  75. KOb.Size = UDim2.new(.3,0,.1,0)
  76. KOb.Position = UDim2.new(.675,0,.735,-78)
  77. KOb.Text = "RoXploit"
  78. KOb.TextColor3 = Color3.new(255,255,255)
  79. KOb.TextScaled = true
  80.  
  81. local IBb = Instance.new("TextButton",frame)
  82. IBb.BackgroundColor3 = Color3.new(234255,0,0)
  83. IBb.BorderColor3 = Color3.new(0,0,0)
  84. IBb.BorderSizePixel = 2
  85. IBb.Size = UDim2.new(.3,0,.1,0)
  86. IBb.Position = UDim2.new(.35,0,.340,0)
  87. IBb.Text = "TIMETOSTOP"
  88. IBb.TextColor3 = Color3.new(255,255,255)
  89. IBb.TextScaled = true
  90.  
  91. local NCb = Instance.new("TextButton",frame)
  92. NCb.BackgroundColor3 = Color3.new(7,70/255,0)
  93. NCb.BorderColor3 = Color3.new(0,0,0)
  94. NCb.BorderSizePixel = 2
  95. NCb.Size = UDim2.new(.3,0,.1,0)
  96. NCb.Position = UDim2.new(.35,0,.735,-18)
  97. NCb.Text = "Thomas"
  98. NCb.TextColor3 = Color3.new(255,255,255)
  99. NCb.TextScaled = true
  100.  
  101. local Fb = Instance.new("TextButton",frame)
  102. Fb.BackgroundColor3 = Color3.new(-024,255,0,.1)
  103. Fb.BorderColor3 = Color3.new(0,0,0)
  104. Fb.BorderSizePixel = 2
  105. Fb.Size = UDim2.new(.3,0,.1,0)
  106. Fb.Position = UDim2.new(.675,0,.735,-18)
  107. Fb.Text = "Pepe"
  108. Fb.TextColor3 = Color3.new(255,255,255)
  109. Fb.TextScaled = true
  110.  
  111. local MBb = Instance.new("TextButton",frame)
  112. MBb.BackgroundColor3 = Color3.new(-50,-67,255,0,0)
  113. MBb.BorderColor3 = Color3.new(0,0,0)
  114. MBb.BorderSizePixel = 2
  115. MBb.Size = UDim2.new(.3,0,.1,0)
  116. MBb.Position = UDim2.new(.675,0,.735,11)
  117. MBb.Text = "Guest"
  118. MBb.TextColor3 = Color3.new(255,255,255)
  119. MBb.TextScaled = true
  120.  
  121. local R2b = Instance.new("TextButton",frame)
  122. R2b.BackgroundColor3 = Color3.new(.55,.04,255,0,0)
  123. R2b.BorderColor3 = Color3.new(0,0,0)
  124. R2b.BorderSizePixel = 2
  125. R2b.Size = UDim2.new(.3,0,.1,0)
  126. R2b.Position = UDim2.new(.35,0,.735,11)
  127. R2b.Text = "Weed"
  128. R2b.TextColor3 = Color3.new(25,255,255)
  129. R2b.TextScaled = true
  130.  
  131. local EVb = Instance.new("TextButton",frame)
  132. EVb.BackgroundColor3 = Color3.new(.55,.6,255,0,0)
  133. EVb.BorderColor3 = Color3.new(0,0,0)
  134. EVb.BorderSizePixel = 2
  135. EVb.Size = UDim2.new(.3,0,.1,22)
  136. EVb.Position = UDim2.new(.02,0,.735,-135)
  137. EVb.Text = "Bomb"
  138. EVb.TextColor3 = Color3.new(255,255,255)
  139. EVb.TextScaled = true
  140.  
  141. local TCb = Instance.new("TextButton",frame)
  142. TCb.BackgroundColor3 = Color3.new(.55,.6,255,0,0)
  143. TCb.BorderColor3 = Color3.new(0,0,0)
  144. TCb.BorderSizePixel = 2
  145. TCb.Size = UDim2.new(.3,0,.1,22)
  146. TCb.Position = UDim2.new(.02,0,1.05,-135)
  147. TCb.Text = "MoonMan"
  148. TCb.TextColor3 = Color3.new(255,255,255)
  149. TCb.TextScaled = true
  150.  
  151. local KBb = Instance.new("TextButton",frame)
  152. KBb.BackgroundColor3 = Color3.new(.55,.6,255,0,0)
  153. KBb.BorderColor3 = Color3.new(0,0,0)
  154. KBb.BorderSizePixel = 2
  155. KBb.Size = UDim2.new(.3,0,.1,22)
  156. KBb.Position = UDim2.new(.02,0,1.38,-135)
  157. KBb.Text = "9/11"
  158. KBb.TextColor3 = Color3.new(255,255,255)
  159. KBb.TextScaled = true
  160.  
  161. local NPb = Instance.new("TextButton",frame)
  162. NPb.BackgroundColor3 = Color3.new(123/255,0,0)
  163. NPb.BorderColor3 = Color3.new(0,0,0)
  164. NPb.BorderSizePixel = 2
  165. NPb.Size = UDim2.new(.1,0,0.07,.0)
  166. NPb.Position = UDim2.new(.5,15,1.38,-93)
  167. NPb.Text = ">"
  168. NPb.TextColor3 = Color3.new(255,255,255)
  169. NPb.TextScaled = true
  170.  
  171. local cfb = Instance.new("TextButton",frame)
  172. cfb.BackgroundColor3 = Color3.new(170/255,0,0)
  173. cfb.BorderColor3 = Color3.new(0,0,0)
  174. cfb.BorderSizePixel = 2
  175. cfb.Size = UDim2.new(.3,0,.1,0)
  176. cfb.Position = UDim2.new(.675,0,.10,-9)
  177. cfb.Text = "Fuck Audio"
  178. cfb.TextColor3 = Color3.new(255,255,255)
  179. cfb.TextScaled = true
  180.  
  181. local Eb = Instance.new("TextButton",frame)
  182. Eb.BackgroundColor3 = Color3.new(123/255,0,0)
  183. Eb.BorderColor3 = Color3.new(0,0,0)
  184. Eb.BorderSizePixel = 2
  185. Eb.Size = UDim2.new(.1,0,0.07,.0)
  186. Eb.Position = UDim2.new(.28,22,1.38,-93)
  187. Eb.Text = "X"
  188. Eb.TextColor3 = Color3.new(255,255,255)
  189. Eb.TextScaled = true
  190.  
  191. flb.MouseButton1Click:connect(function()
  192.  
  193. local player = game:service("Players").LocalPlayer
  194. local char = player.Character
  195. local cam = workspace.CurrentCamera
  196. local Torsoz = char:findFirstChild("Torso")
  197. local RA = char:findFirstChild("Right Arm")
  198. local LA = char:findFirstChild("Left Arm")
  199. local RL = char:findFirstChild("Right Leg")
  200. local LL = char:findFirstChild("Left Leg")
  201. local H = char:findFirstChild("Head")
  202. local RS = Torsoz:findFirstChild("Right Shoulder")
  203. local LS = Torsoz:findFirstChild("Left Shoulder")
  204. local RH = Torsoz:findFirstChild("Right Hip")
  205. local LH = Torsoz:findFirstChild("Left Hip")
  206. local N = Torsoz:findFirstChild("Neck")
  207. local hu = char:findFirstChild("Humanoid")
  208. local mouse = player:GetMouse()
  209. local Lights = {}
  210. local JetFlames = {}
  211. local LightChangeSpeed = 0.02
  212. local LeftWing
  213. local RightWing
  214. local WingParts = {}
  215. local Flying = false
  216. local JetActive = false
  217. local idle = false
  218. local velo = 0
  219.  
  220. local bp = Instance.new("BodyPosition")
  221. bp.maxForce = Vector3.new(1/0,1/0,1/0)
  222. bp.D = 100
  223. local bg = Instance.new("BodyGyro")
  224. bg.maxTorque = Vector3.new(1/0,1/0,1/0)
  225. bg.D = 320
  226. local bv = Instance.new("BodyVelocity")
  227. bv.maxForce = Vector3.new(1/0,1/0,1/0)
  228.  
  229. local P = Instance.new("Part")
  230. P.Anchored = false
  231. P.CanCollide = false
  232. P.Name = "Part"
  233. P.formFactor = "Custom"
  234. P.Size = Vector3.new(0.5,0.5,0.5)
  235. P.Locked = true
  236. P.TopSurface = 0
  237. P.BottomSurface = 0
  238. P.BrickColor = BrickColor.new("Dark stone grey")
  239. P.Transparency = 0
  240.  
  241. local bp = Instance.new("BodyPosition")
  242. bp.maxForce = Vector3.new(1/0,1/0,1/0)
  243. local bv = Instance.new("BodyVelocity")
  244. bv.maxForce = Vector3.new(1/0,1/0,1/0)
  245. local bg = Instance.new("BodyGyro")
  246. bg.maxTorque = Vector3.new(1/0,1/0,1/0)
  247. bg.D = 300
  248.  
  249. local wingcolor = "Really black"
  250. local maxvelo = 60
  251. local acceleration = 1
  252.  
  253. ---------------------------------- Design ------------------------------------------
  254. for i, v in pairs(char:children()) do
  255. if v.className == "Model" and v.Name == "Pack" then
  256. v:remove()
  257. end
  258. end
  259. local m = Instance.new("Model", char)
  260. m.Name = "Pack"
  261.  
  262. local b = P:Clone()
  263. b.Parent = m
  264. local mesh = Instance.new("SpecialMesh", b)
  265. mesh.MeshType = "Head"
  266. mesh.Scale = Vector3.new(2.6,1.2,2.6)
  267. local w = Instance.new("Motor", b)
  268. w.Part0 = Torsoz
  269. w.Part1 = b
  270. w.C0 = CFrame.new(0,0.2,0.35) * CFrame.Angles(math.pi/2,0,0)
  271. local p = P:Clone()
  272. p.Parent = m
  273. local mesh = Instance.new("SpecialMesh", p)
  274. mesh.MeshType = "Head"
  275. mesh.Scale = Vector3.new(2,1.2,2)
  276. local w = Instance.new("Motor", p)
  277. w.Part0 = Torsoz
  278. w.Part1 = p
  279. w.C0 = CFrame.new(0,0.2,0.45) * CFrame.Angles(math.pi/2,0,0)
  280.  
  281. local p = P:Clone()
  282. p.Parent = m
  283. local mesh = Instance.new("SpecialMesh", p)
  284. mesh.MeshType = "Head"
  285. mesh.Scale = Vector3.new(2.02,1.2,2.02)
  286. local w = Instance.new("Motor", p)
  287. w.Part0 = Torsoz
  288. w.Part1 = p
  289. w.C0 = CFrame.new(0,0.2,0.445) * CFrame.Angles(math.pi/2,0,0)
  290. table.insert(Lights, p)
  291.  
  292. for i = 1, 3 do
  293. local p = P:Clone()
  294. p.Parent = m
  295. local mesh = Instance.new("CylinderMesh", p)
  296. if i == 2 then
  297. mesh.Scale = Vector3.new(0.4,1.2,0.4)
  298. else
  299. mesh.Scale = Vector3.new(0.35,1,0.35)
  300. end
  301. local w = Instance.new("Motor", p)
  302. w.Part0 = Torsoz
  303. w.Part1 = p
  304. w.C0 = CFrame.new(-0.3+(0.15*i),-0.25,0.55)
  305. if i == 2 then
  306. CenterJet = p
  307. end
  308. local l = P:Clone()
  309. l.Parent = m
  310. local mesh = Instance.new("CylinderMesh", l)
  311. local w = Instance.new("Motor", l)
  312. w.Part0 = p
  313. w.Part1 = l
  314. if i == 2 then
  315. mesh.Scale = Vector3.new(0.405,0.12,0.405)
  316. w.C0 = CFrame.new(0,-0.2,0)
  317. else
  318. mesh.Scale = Vector3.new(0.355,0.12,0.355)
  319. w.C0 = CFrame.new(0,-0.15,0)
  320. end
  321. table.insert(Lights, l)
  322. end
  323.  
  324. for i = 1, 3 do
  325. local l = P:Clone()
  326. l.Parent = m
  327. local mesh = Instance.new("CylinderMesh", l)
  328. mesh.Scale = Vector3.new(0.12,0.1,0.12)
  329. local w = Instance.new("Motor", l)
  330. w.Part0 = Torsoz
  331. w.Part1 = l
  332. w.C0 = CFrame.new(0.3-(0.15*i),0.3,0.73) * CFrame.Angles(math.pi/2,0,0)
  333. table.insert(Lights, l)
  334. end
  335.  
  336. ------- wings ------
  337. for i = 0, 1 do
  338. local p = P:Clone()
  339. p.Parent = m
  340. local mesh = Instance.new("SpecialMesh", p)
  341. mesh.MeshType = "Sphere"
  342. mesh.Scale = Vector3.new(1,1,1)
  343. local w = Instance.new("Motor", p)
  344. w.Part0 = Torsoz
  345. w.Part1 = p
  346. w.C0 = CFrame.new(0,0.55,0.55) * CFrame.Angles(0,math.pi*i,0)
  347. w.C1 = CFrame.new(0.425,0,0)
  348.  
  349. local c = P:Clone()
  350. c.Parent = m
  351. c.BrickColor = BrickColor.new(wingcolor)
  352. c.Name = "WingSpine"..i+1
  353. local mesh = Instance.new("BlockMesh", c)
  354. mesh.Scale = Vector3.new(0.26,6,0.2)
  355. local w = Instance.new("Motor", c)
  356. w.Part0 = p
  357. w.Part1 = c
  358. w.C0 = CFrame.Angles(0,0,-math.pi/7)
  359. w.C1 = CFrame.new(0,1.5,0)
  360. w.MaxVelocity = 0.15
  361. if i == 0 then
  362. LeftWing = w
  363. else
  364. RightWing = w
  365. end
  366. table.insert(WingParts, c)
  367. local p = P:Clone()
  368. p.Parent = m
  369. p.BrickColor = BrickColor.new(wingcolor)
  370. local mesh = Instance.new("SpecialMesh", p)
  371. mesh.MeshType = "Wedge"
  372. mesh.Scale = Vector3.new(0.2,4,2.2)
  373. local w = Instance.new("Motor", p)
  374. w.Part0 = c
  375. w.Part1 = p
  376. w.C0 = CFrame.new(0.485,-0.85,0) * CFrame.Angles(math.pi,-math.pi/2,0)
  377. table.insert(WingParts, p)
  378. local p = P:Clone()
  379. p.Parent = m
  380. p.BrickColor = BrickColor.new(wingcolor)
  381. local mesh = Instance.new("BlockMesh", p)
  382. mesh.Scale = Vector3.new(2,0.5,0.2)
  383. local w = Instance.new("Motor", p)
  384. w.Part0 = c
  385. w.Part1 = p
  386. w.C0 = CFrame.new(0.535,0.275,0)
  387. table.insert(WingParts, p)
  388. local p = P:Clone()
  389. p.Parent = m
  390. p.BrickColor = BrickColor.new(wingcolor)
  391. local mesh = Instance.new("SpecialMesh", p)
  392. mesh.MeshType = "Wedge"
  393. mesh.Scale = Vector3.new(0.2,1.5,1)
  394. local w = Instance.new("Motor", p)
  395. w.Part0 = c
  396. w.Part1 = p
  397. w.C0 = CFrame.new(0.785,0.77,0) * CFrame.Angles(0,-math.pi/2,0)
  398. table.insert(WingParts, p)
  399. local p = P:Clone()
  400. p.Parent = m
  401. p.BrickColor = BrickColor.new(wingcolor)
  402. local mesh = Instance.new("BlockMesh", p)
  403. mesh.Scale = Vector3.new(0.94,1.5,0.2)
  404. local w = Instance.new("Motor", p)
  405. w.Part0 = c
  406. w.Part1 = p
  407. w.C0 = CFrame.new(0.3,0.77,0)
  408. table.insert(WingParts, p)
  409. local p = P:Clone()
  410. p.Parent = m
  411. p.BrickColor = BrickColor.new(wingcolor)
  412. local mesh = Instance.new("SpecialMesh", p)
  413. mesh.MeshType = "Wedge"
  414. mesh.Scale = Vector3.new(0.2,1,0.977)
  415. local w = Instance.new("Motor", p)
  416. w.Part0 = c
  417. w.Part1 = p
  418. w.C0 = CFrame.new(0.3,1.385,0) * CFrame.Angles(0,-math.pi/2,0)
  419. table.insert(WingParts, p)
  420.  
  421. end
  422.  
  423. local spacedet = 0
  424. local KEYS = {false, false, false, false}
  425. mouse.KeyDown:connect(function(key)
  426. if key == string.char(32) then
  427. if (tick() - spacedet) < 0.3 then
  428. Flying = not Flying
  429. end
  430. spacedet = tick()
  431. end
  432. if key == "w" then
  433. KEYS[1] = true
  434. end
  435. if key == "a" then
  436. KEYS[2] = true
  437. end
  438. if key == "s" then
  439. KEYS[3] = true
  440. end
  441. if key == "d" then
  442. KEYS[4] = true
  443. end
  444. end)
  445.  
  446. mouse.KeyUp:connect(function(key)
  447. if key == "w" then
  448. KEYS[1] = false
  449. end
  450. if key == "a" then
  451. KEYS[2] = false
  452. end
  453. if key == "s" then
  454. KEYS[3] = false
  455. end
  456. if key == "d" then
  457. KEYS[4] = false
  458. end
  459. end)
  460.  
  461. local LTrailParts = {}
  462. for i = 1, 21 do
  463. local p = P:Clone()
  464. p.Name = "TrailLine"
  465. p.Anchored = true
  466. p.BrickColor = BrickColor.new(wingcolor)
  467. local mesh = Instance.new("CylinderMesh", p)
  468. mesh.Name = "Mesh"
  469. table.insert(LTrailParts, p)
  470. end
  471. local RTrailParts = {}
  472. for i = 1, 21 do
  473. local p = P:Clone()
  474. p.Name = "TrailLine"
  475. p.Anchored = true
  476. p.BrickColor = BrickColor.new(wingcolor)
  477. local mesh = Instance.new("CylinderMesh", p)
  478. mesh.Name = "Mesh"
  479. table.insert(RTrailParts, p)
  480. end
  481. local Loldpos
  482. local Roldpos
  483.  
  484. local lightval = {0.1, true}
  485. local refval = 0.1
  486. local firecolors = {"Bright red", "Bright orange"}
  487. local firespeed = 2
  488. local trailnum = 0
  489. local num = 0
  490. local lastflyaction = false
  491. local lastidleaction = false
  492. local idlebp = {0, 0, Torsoz.Position, true}
  493.  
  494. while true do
  495. num = num + 1
  496. trailnum = trailnum + 1
  497.  
  498. local unitz = (Torsoz.Position - cam.CoordinateFrame.p).unit
  499. local camsight = Torsoz.Position + (unitz*90)
  500. local diff = camsight.y - Torsoz.Position.y
  501.  
  502. ---------------------- Velocity Changes ----------------------------
  503.  
  504. ----------- W key --------------
  505. if KEYS[1] == true then
  506. velo = velo + acceleration
  507. else
  508. if velo > 0 then
  509. local UP = velo - (acceleration/1.5)
  510. if velo > 0 and UP < 0 then
  511. velo = velo + UP
  512. end
  513. velo = velo - (acceleration/1.5)
  514. end
  515. end
  516. ------------ S key -------------
  517. if KEYS[3] == true then
  518. if velo > 0 then
  519. velo = velo - acceleration*1.2
  520. else
  521. velo = velo - (acceleration/1.5)
  522. end
  523. else
  524. if velo < 0 then
  525. local DOWN = velo + acceleration
  526. if velo < 0 and DOWN > 0 then
  527. velo = velo - DOWN
  528. end
  529. velo = velo + acceleration
  530. end
  531. end
  532.  
  533. local maxvelocalc = maxvelo
  534. if diff < -35 then
  535. if velo > 0 then
  536. maxvelocalc = maxvelo + (maxvelo * -(((diff+35)/110)))
  537. end
  538. elseif diff > 35 then
  539. if velo < 0 then
  540. maxvelocalc = maxvelo + (maxvelo * -((((-diff)+35)/110)))
  541. end
  542. end
  543.  
  544. if velo >= maxvelocalc then
  545. velo = maxvelocalc
  546. elseif velo <= -maxvelocalc/2 then
  547. velo = -maxvelocalc/2
  548. end
  549.  
  550. ------------------------- Lights ----------------------
  551. if lightval[1] < 0.15 then
  552. lightval[2] = true
  553. elseif lightval[1] > 0.76 then
  554. lightval[2] = false
  555. end
  556. if lightval[2] == true then
  557. lightval[1] = lightval[1] + LightChangeSpeed
  558. else
  559. lightval[1] = lightval[1] - LightChangeSpeed
  560. end
  561. for i, v in pairs(Lights) do
  562. v.Transparency = lightval[1]
  563. if LightChangeSpeed > 0.15 then
  564. v.BrickColor = BrickColor.new("Bright red")
  565. elseif LightChangeSpeed > 0.08 then
  566. v.BrickColor = BrickColor.new("Bright orange")
  567. else
  568. v.BrickColor = BrickColor.new("Bright green")
  569. end
  570. end
  571. --------------------------------------------------------
  572.  
  573. --------------------- Wing Shines -------------------------
  574. for i, v in pairs(WingParts) do
  575. if Flying == true then
  576. if v.Reflectance > 0.19 then
  577. v.Reflectance = v.Reflectance - 0.035
  578. else
  579. v.Reflectance = 0.19
  580. end
  581. else
  582. if v.Reflectance < 0.43 then
  583. v.Reflectance = v.Reflectance + 0.035
  584. else
  585. v.Reflectance = 0.43
  586. end
  587. end
  588. end
  589. ----------------------------------------------------
  590.  
  591. ------------------------ Jet Boost Flames --------------------------------
  592. if num%firespeed == 0 and JetActive == true then
  593. local f = P:Clone()
  594. f.Parent = m
  595. f.Name = "JetFire"
  596. f.BrickColor = BrickColor.new(firecolors[math.random(1, #firecolors)])
  597. f.Transparency = 0.15
  598. f.Anchored = true
  599. f.CFrame = CenterJet.CFrame * CFrame.new(0,-0.3,0)
  600. local mesh = Instance.new("BlockMesh", f)
  601. mesh.Scale = Vector3.new(0.6,0.6,0.6)
  602. table.insert(JetFlames, {mesh, (f.Position - CenterJet.Position).unit})
  603. end
  604.  
  605. for i, v in pairs(JetFlames) do
  606. if v[1].Parent.Transparency < 0.9 then
  607. v[1].Parent.Transparency = v[1].Parent.Transparency + 0.03
  608. v[1].Scale = v[1].Scale + Vector3.new(0.08,0.08,0.08)
  609. v[1].Parent.CFrame = v[1].Parent.CFrame * CFrame.Angles(math.random(-180,180)/360,math.random(-180,180)/360,math.random(-180,180)/360)
  610. if idle == false then
  611. v[1].Parent.CFrame = v[1].Parent.CFrame + (v[2]*0.1)
  612. else
  613. v[1].Parent.CFrame = v[1].Parent.CFrame + (v[2]*0.24)
  614. end
  615. else
  616. v[1].Parent:remove()
  617. table.remove(JetFlames, i)
  618. end
  619. end
  620. --------------------------------------------------
  621.  
  622. ------------------------------ Flying --------------------------------
  623.  
  624. if Flying == true then
  625.  
  626. if lastflyaction == false then
  627. bg = Instance.new("BodyGyro", Torsoz)
  628. bg.maxTorque = Vector3.new(1/0,1/0,1/0)
  629. bg.D = 350
  630. end
  631.  
  632.  
  633. --------- idle checker --------
  634. if (velo > -0.5 and velo < 0.5) and (KEYS[1] == false and KEYS[3] == false) then
  635. idle = true
  636. if lastidleaction == false then
  637. idlebp[3] = Torsoz.Position
  638. end
  639. else
  640. idle = false
  641. end
  642.  
  643. --------- idle float anim -----------
  644. if idle == true then
  645. if lastidleaction == false then
  646. idlebp = {0, 0, Torsoz.Position, true}
  647. end
  648. if idlebp[2] >= 0.3 then
  649. idlebp[4] = false
  650. elseif idlebp[2] <= -0.3 then
  651. idlebp[4] = true
  652. end
  653. if idlebp[4] == false then
  654. idlebp[2] = idlebp[2] - 0.02
  655. elseif idlebp[4] == true then
  656. idlebp[2] = idlebp[2] + 0.02
  657. end
  658. idlebp[1] = idlebp[1] + idlebp[2]
  659. end
  660.  
  661. ---------------- Body Objects ----------------------
  662.  
  663. if idle == true then
  664. if lastidleaction == false then
  665. bv:remove()
  666. bp:remove()
  667. bp = Instance.new("BodyPosition")
  668. end
  669. hu.PlatformStand = true
  670. bp.Parent = Torsoz
  671. bp.maxForce = Vector3.new(1/0,1/0,1/0)
  672. bp.D = 100
  673. bp.position = idlebp[3] + Vector3.new(0,idlebp[1],0)
  674. bg.cframe = CFrame.new(Torsoz.Position, Torsoz.Position + cam.CoordinateFrame.lookVector)
  675. else
  676. if lastidleaction == true then
  677. bp:remove()
  678. bv:remove()
  679. bv = Instance.new("BodyVelocity")
  680. end
  681. hu.PlatformStand = true
  682. bv.Parent = Torsoz
  683. bv.maxForce = Vector3.new(1/0,1/0,1/0)
  684. local torpos = Torsoz.Position + (cam.CoordinateFrame.lookVector * 10)
  685. bv.velocity = CFrame.new(Torsoz.Position+Vector3.new(0,-2,0), torpos).lookVector*velo
  686. local cvelo = velo
  687. if velo > maxvelo then
  688. cvelo = maxvelo
  689. end
  690. bg.cframe = CFrame.new(Torsoz.Position, Torsoz.Position + cam.CoordinateFrame.lookVector) * CFrame.Angles((-math.pi/2.3)*(cvelo/maxvelo),0,0)
  691.  
  692. end
  693.  
  694. elseif Flying == false then
  695. if lastflyaction == true then
  696. hu.PlatformStand = false
  697. bp.Parent = nil
  698. bg.Parent = nil
  699. bv.Parent = nil
  700. idle = false
  701. end
  702.  
  703. end --- if flying == true
  704.  
  705. -----------------------------------------
  706.  
  707. ----------------------- Auto Anims -----------------------
  708. if Flying == true then
  709. if diff > 40 then
  710. LeftWing.DesiredAngle = -0.3
  711. RightWing.DesiredAngle = -0.3
  712. LightChangeSpeed = 0.24
  713. JetActive = true
  714. ActiveTrails = true
  715. firespeed = 1
  716. elseif diff > -22 and diff < 40 then
  717. LeftWing.DesiredAngle = -math.pi/2.5
  718. RightWing.DesiredAngle = -math.pi/2.5
  719. LightChangeSpeed = 0.09
  720. JetActive = true
  721. ActiveTrails = true
  722. firespeed = 2
  723. elseif diff > -60 and diff < -22 then
  724. LeftWing.DesiredAngle = -math.pi/2.5
  725. RightWing.DesiredAngle = -math.pi/2.5
  726. LightChangeSpeed = 0.04
  727. JetActive = false
  728. ActiveTrails = true
  729. elseif diff < -60 then
  730. LeftWing.DesiredAngle = -0.1
  731. RightWing.DesiredAngle = -0.1
  732. LightChangeSpeed = 0.04
  733. JetActive = false
  734. ActiveTrails = true
  735. end
  736. if idle == true then
  737. LeftWing.DesiredAngle = -math.pi/2.2
  738. RightWing.DesiredAngle = -math.pi/2.2
  739. LightChangeSpeed = 0.09
  740. JetActive = true
  741. ActiveTrails = false
  742. firespeed = 1
  743. end
  744. if diff < -40 and velo < 0 then
  745. LeftWing.DesiredAngle = -0.3
  746. RightWing.DesiredAngle = -0.3
  747. LightChangeSpeed = 0.24
  748. JetActive = true
  749. ActiveTrails = true
  750. firespeed = 1
  751. elseif (diff < -22 and diff > -40) and velo < 0 then
  752. LeftWing.DesiredAngle = -math.pi/2.5
  753. RightWing.DesiredAngle = -math.pi/2.5
  754. LightChangeSpeed = 0.09
  755. JetActive = true
  756. ActiveTrails = true
  757. firespeed = 2
  758. end
  759. else
  760. LeftWing.DesiredAngle = 0
  761. RightWing.DesiredAngle = 0
  762. JetActive = false
  763. ActiveTrails = false
  764. LightChangeSpeed = 0.02
  765. end
  766. -----------------------------------------
  767.  
  768. ------------------------ Trail lines ------------------------------
  769. if num%2 == 0 then
  770.  
  771. if Flying == true and ActiveTrails == true then
  772. if velo > 0 then
  773. if velo < acceleration*7 then
  774. Loldpos = nil
  775. Roldpos = nil
  776. end
  777. elseif velo < 0 then
  778. if velo > -acceleration*7 then
  779. Loldpos = nil
  780. Roldpos = nil
  781. end
  782. end
  783.  
  784. if Loldpos ~= nil then
  785. local newpos = (LeftWing.Parent.CFrame * CFrame.new(0,-1.7,0)).p
  786. local t = LTrailParts[trailnum]
  787. t.Parent = m
  788. t.Anchored = true
  789. t.BrickColor = BrickColor.new(wingcolor)
  790. t.CFrame = CFrame.new((Loldpos+newpos)/2,Loldpos) * CFrame.Angles(math.pi/2,0,0)
  791. local mesh = Instance.new("CylinderMesh", t)
  792. mesh.Name = "Mesh"
  793. mesh.Scale = Vector3.new(0.2,(Loldpos - newpos).magnitude*2,0.2)
  794. end
  795. if Roldpos ~= nil then
  796. local newpos = (RightWing.Parent.CFrame * CFrame.new(0,-1.7,0)).p
  797. local t = RTrailParts[trailnum]
  798. t.Parent = m
  799. t.Anchored = true
  800. t.BrickColor = BrickColor.new(wingcolor)
  801. t.CFrame = CFrame.new((Roldpos+newpos)/2,Roldpos) * CFrame.Angles(math.pi/2,0,0)
  802. local mesh = Instance.new("CylinderMesh", t)
  803. mesh.Name = "Mesh"
  804. mesh.Scale = Vector3.new(0.2,(Roldpos - newpos).magnitude*2,0.2)
  805. end
  806. Loldpos = (LeftWing.Parent.CFrame * CFrame.new(0,-1.7,0)).p
  807. Roldpos = (RightWing.Parent.CFrame * CFrame.new(0,-1.7,0)).p
  808.  
  809. else
  810. LTrailParts[trailnum].Parent = nil
  811. RTrailParts[trailnum].Parent = nil
  812. Loldpos = (LeftWing.Parent.CFrame * CFrame.new(0,-1.7,0)).p
  813. Roldpos = (RightWing.Parent.CFrame * CFrame.new(0,-1.7,0)).p
  814. end
  815.  
  816. end
  817.  
  818. if trailnum == #LTrailParts-1 then
  819. trailnum = 0
  820. end
  821.  
  822. if num%800 == 0 then
  823. for i, v in pairs(LTrailParts) do
  824. game:service("Debris"):AddItem(v, 0.7)
  825. end
  826. for i, v in pairs(RTrailParts) do
  827. game:service("Debris"):AddItem(v, 0.7)
  828. end
  829. LTrailParts = {}
  830. for i = 1, 21 do
  831. local p = P:Clone()
  832. p.Name = "LTrailLine"
  833. p.Anchored = true
  834. p.BrickColor = BrickColor.new(wingcolor)
  835. local mesh = Instance.new("CylinderMesh", p)
  836. mesh.Name = "Mesh"
  837. table.insert(LTrailParts, p)
  838. end
  839. RTrailParts = {}
  840. for i = 1, 21 do
  841. local p = P:Clone()
  842. p.Name = "RTrailLine"
  843. p.Anchored = true
  844. p.BrickColor = BrickColor.new(wingcolor)
  845. local mesh = Instance.new("CylinderMesh", p)
  846. mesh.Name = "Mesh"
  847. table.insert(RTrailParts, p)
  848. end
  849. end
  850.  
  851. lastflyaction = Flying
  852. lastidleaction = idle
  853. wait(0.03)
  854. end
  855.  
  856. end)
  857.  
  858. cfb.MouseButton1Click:connect(function()
  859. --TITLE: Bypassed Fuck
  860. f = Instance.new("Sound", workspace)
  861. f.PlaybackSpeed = 1.2
  862. f.SoundId = "rbxassetid://165010449"
  863. f.Volume = 10
  864. fu = Instance.new("Sound", workspace)
  865. fu.PlaybackSpeed = 1
  866. fu.SoundId = "rbxassetid://165010671"
  867. fu.Volume = 10
  868. fk = Instance.new("Sound", workspace)
  869. fk.PlaybackSpeed = 1
  870. fk.SoundId = "rbxassetid://165010504"
  871. fk.Volume = 10
  872.  
  873. while true do wait()
  874. f.Playing = true
  875. wait(f.TimeLength/1.8)
  876. fu.Playing = true
  877. wait(fu.TimeLength)
  878. fk.Playing = true
  879. wait(fk.TimeLength)
  880. end
  881. end)
  882.  
  883. Gb.MouseButton1Click:connect(function()
  884. for i,v in next,workspace:children''do
  885. if(v:IsA'BasePart')then
  886. me=v;
  887. bbg=Instance.new('BillboardGui',me);
  888. bbg.Name='stuf';
  889. bbg.Adornee=me;
  890. bbg.Size=UDim2.new(2.5,0,2.5,0)
  891. --bbg.StudsOffset=Vector3.new(0,2,0)
  892. tlb=Instance.new'TextLabel';
  893. tlb.Text='Miau. Miau tot ce vreau! ;)';
  894. tlb.Font='SourceSansBold';
  895. tlb.FontSize='Size48';
  896. tlb.TextColor3=Color3.new(1,0,0);
  897. tlb.Size=UDim2.new(1.25,0,1.25,0);
  898. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  899. tlb.BackgroundTransparency=1;
  900. tlb.Parent=bbg;
  901. end;end;
  902. function xds(dd)
  903. for i,v in next,dd:children''do
  904. if(v:IsA'BasePart')then
  905. v.BrickColor=BrickColor.new'Really black';
  906. v.TopSurface='Smooth';
  907. v.BottomSurface='Smooth';
  908. s=Instance.new('SelectionBox',v);
  909. s.Adornee=v;
  910. s.Color=BrickColor.new'Really red';
  911. a=Instance.new('PointLight',v);
  912. a.Color=Color3.new(1,0,0);
  913. a.Range=15;
  914. a.Brightness=5;
  915. f=Instance.new('Fire',v);
  916. f.Size=11;
  917. f.Heat=12;
  918. end;
  919. game.Lighting.TimeOfDay=0;
  920. game.Lighting.Brightness=0;
  921. game.Lighting.ShadowColor=Color3.new(0,0,0);
  922. game.Lighting.Ambient=Color3.new(1,0,0);
  923. game.Lighting.FogEnd=200;
  924. game.Lighting.FogColor=Color3.new(0,0,0);
  925. local dec = 'http://www.roblox.com/asset/?id=19399245';
  926. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  927. --coroutine.wrap(function()
  928. --for _,__ in pairs(fac) do
  929. --local ddec = Instance.new("Decal", v)
  930. --ddec.Face = __
  931. --ddec.Texture = dec
  932. --end end)()
  933. if #(v:GetChildren())>0 then
  934. xds(v)
  935. end
  936. end
  937. end
  938. xds(game.Workspace)
  939. end)
  940.  
  941. Eb.MouseButton1Click:connect(function()
  942. game.CoreGui.XXXTENTACIONHub:Remove()
  943. end)
  944.  
  945. NGb.MouseButton1Click:connect(function()
  946.  
  947. --- Made By ItzDan AKA (Pugz)
  948. --- Enjoy :)
  949.  
  950. local Player = game.Players.LocalPlayer
  951. local c = Player.Character
  952. if not c or not c.Parent then
  953. c = Player.CharacterAdded:wait()
  954. end
  955.  
  956. gui = Instance.new("ScreenGui",game.CoreGui)
  957. gui.ResetOnSpawn = false
  958. gui.Name = "PugzHub"
  959.  
  960. local frame = Instance.new("Frame",gui)
  961. frame.BackgroundColor3 = Color3.new(85/255,.8/255,85/255)
  962. frame.BorderColor3 = Color3.new(121/255,4)
  963. frame.BorderSizePixel = 2
  964. frame.Size = UDim2.new(0,300,0,200)
  965. frame.Position = UDim2.new(.655,160,.4,130)
  966. frame.Active = true
  967. frame.Draggable = true
  968. frame.Transparency = 0.5
  969.  
  970. local flb = Instance.new("TextButton",frame)
  971. flb.BackgroundColor3 = Color3.new(0,70/255,1)
  972. flb.BorderColor3 = Color3.new(0,0,0)
  973. flb.BorderSizePixel = 2
  974. flb.Size = UDim2.new(.3,0,.1,0)
  975. flb.Position = UDim2.new(.35,0,.1,-10)
  976. flb.Text = "Flood"
  977. flb.TextColor3 = Color3.new(255,255,255)
  978. flb.TextScaled = true
  979.  
  980. local Gb = Instance.new("TextButton",frame)
  981. Gb.BackgroundColor3 = Color3.new(0,98/255,0)
  982. Gb.BorderColor3 = Color3.new(0,0,0)
  983. Gb.BorderSizePixel = 2
  984. Gb.Size = UDim2.new(.3,0,.1,0)
  985. Gb.Position = UDim2.new(.35,0,.5,0)
  986. Gb.Text = "No Gravity"
  987. Gb.TextColor3 = Color3.new(255,255,255)
  988. Gb.TextScaled = true
  989.  
  990.  
  991. local cfb = Instance.new("TextButton",frame)
  992. cfb.BackgroundColor3 = Color3.new(170/255,0,0)
  993. cfb.BorderColor3 = Color3.new(0,0,0)
  994. cfb.BorderSizePixel = 2
  995. cfb.Size = UDim2.new(.3,0,.1,0)
  996. cfb.Position = UDim2.new(.675,0,.10,-9)
  997. cfb.Text = "Clear Flood"
  998. cfb.TextColor3 = Color3.new(255,255,255)
  999. cfb.TextScaled = true
  1000.  
  1001. local NGb = Instance.new("TextButton",frame)
  1002. NGb.BackgroundColor3 = Color3.new(10/255,0,0)
  1003. NGb.BorderColor3 = Color3.new(0,0,0)
  1004. NGb.BorderSizePixel = 2
  1005. NGb.Size = UDim2.new(.3,0,.1,0)
  1006. NGb.Position = UDim2.new(.675,0,.5,0)
  1007. NGb.Text = "Normal Gravity"
  1008. NGb.TextColor3 = Color3.new(255,255,255)
  1009. NGb.TextScaled = true
  1010.  
  1011. local FMb = Instance.new("TextButton",frame)
  1012. FMb.BackgroundColor3 = Color3.new(7/255,1,0)
  1013. FMb.BorderColor3 = Color3.new(0,0,0)
  1014. FMb.BorderSizePixel = 2
  1015. FMb.Size = UDim2.new(.3,0,.1,0)
  1016. FMb.Position = UDim2.new(.35,0,.8,-121)
  1017. FMb.Text = "Local FF"
  1018. FMb.TextColor3 = Color3.new(255,255,255)
  1019. FMb.TextScaled = true
  1020.  
  1021. local GMb = Instance.new("TextButton",frame)
  1022. GMb.BackgroundColor3 = Color3.new(7/255,1,2)
  1023. GMb.BorderColor3 = Color3.new(0,0,0)
  1024. GMb.BorderSizePixel = 2
  1025. GMb.Size = UDim2.new(.3,0,.1,0)
  1026. GMb.Position = UDim2.new(.675,0,.9,-141)
  1027. GMb.Text = "Local God"
  1028. GMb.TextColor3 = Color3.new(255,255,255)
  1029. GMb.TextScaled = true
  1030.  
  1031. local KOb = Instance.new("TextButton",frame)
  1032. KOb.BackgroundColor3 = Color3.new(0.900,.070,255,.082)
  1033. KOb.BorderColor3 = Color3.new(0,0,0)
  1034. KOb.BorderSizePixel = 2
  1035. KOb.Size = UDim2.new(.3,0,.1,0)
  1036. KOb.Position = UDim2.new(.675,0,.735,-78)
  1037. KOb.Text = "Kill Others"
  1038. KOb.TextColor3 = Color3.new(255,255,255)
  1039. KOb.TextScaled = true
  1040.  
  1041. local MBb = Instance.new("TextButton",frame)
  1042. MBb.BackgroundColor3 = Color3.new(-50,-67,255,0,0)
  1043. MBb.BorderColor3 = Color3.new(0,0,0)
  1044. MBb.BorderSizePixel = 2
  1045. MBb.Size = UDim2.new(.3,0,.1,0)
  1046. MBb.Position = UDim2.new(.35,0,.340,0)
  1047. MBb.Text = "Music Box"
  1048. MBb.TextColor3 = Color3.new(255,255,255)
  1049. MBb.TextScaled = true
  1050.  
  1051. local KBb = Instance.new("TextButton",frame)
  1052. KBb.BackgroundColor3 = Color3.new(.55,.6,255,0,0)
  1053. KBb.BorderColor3 = Color3.new(0,0,0)
  1054. KBb.BorderSizePixel = 2
  1055. KBb.Size = UDim2.new(.3,0,.1,22)
  1056. KBb.Position = UDim2.new(.02,0,.735,-135)
  1057. KBb.Text = "Kill Box"
  1058. KBb.TextColor3 = Color3.new(255,255,255)
  1059. KBb.TextScaled = true
  1060.  
  1061. local Eb = Instance.new("TextButton",frame)
  1062. Eb.BackgroundColor3 = Color3.new(123/255,0,0)
  1063. Eb.BorderColor3 = Color3.new(0,0,0)
  1064. Eb.BorderSizePixel = 2
  1065. Eb.Size = UDim2.new(.1,0,0.07,.0)
  1066. Eb.Position = UDim2.new(.38,22,1.38,-93)
  1067. Eb.Text = "X"
  1068. Eb.TextColor3 = Color3.new(255,255,255)
  1069. Eb.TextScaled = true
  1070.  
  1071. local Ab = Instance.new("TextButton",frame)
  1072. Ab.BackgroundColor3 = Color3.new(.55,.6,255,0,0)
  1073. Ab.BorderColor3 = Color3.new(0,0,0)
  1074. Ab.BorderSizePixel = 2
  1075. Ab.Size = UDim2.new(.3,0,.1,22)
  1076. Ab.Position = UDim2.new(.02,0,1.05,-135)
  1077. Ab.Text = "Spawn Arena"
  1078. Ab.TextColor3 = Color3.new(255,255,255)
  1079. Ab.TextScaled = true
  1080.  
  1081. flb.MouseButton1Click:connect(function()
  1082. game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  1083. end)
  1084.  
  1085. cfb.MouseButton1Click:connect(function()
  1086. game.Workspace.Terrain:Clear()
  1087. end)
  1088.  
  1089. NGb.MouseButton1Click:connect(function()
  1090. game.Workspace.Gravity = 196.2
  1091. end)
  1092.  
  1093. Gb.MouseButton1Click:connect(function()
  1094. game.Workspace.Gravity = 0
  1095. end)
  1096.  
  1097. FMb.MouseButton1Click:connect(function()
  1098. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  1099. end)
  1100.  
  1101. GMb.MouseButton1Click:connect(function()
  1102. local p = game.Players.LocalPlayer
  1103. p.Character.Humanoid.MaxHealth = math.huge
  1104. end)
  1105.  
  1106. KOb.MouseButton1Click:connect(function()
  1107. for i, v in pairs(game.Players:GetPlayers()) do
  1108. if v.Name ~= game.Players.LocalPlayer.Name then
  1109. if v.Character then
  1110. v.Character:BreakJoints()
  1111. end
  1112. wait()
  1113. end
  1114. end
  1115. end)
  1116.  
  1117. MBb.MouseButton1Click:connect(function()
  1118. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/r6G7fgmc'))()
  1119. end)
  1120.  
  1121. KBb.MouseButton1Click:connect(function()
  1122. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/UtAkQwWw'))()
  1123. end)
  1124.  
  1125. Eb.MouseButton1Click:connect(function()
  1126. game.CoreGui.PugzHub:Remove()
  1127. end)
  1128.  
  1129. Ab.MouseButton1Click:connect(function()
  1130. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/AJLLZUim'))()
  1131. end)
  1132. end)
  1133.  
  1134. FMb.MouseButton1Click:connect(function()
  1135. -- Objects
  1136.  
  1137. local TrollHubV3Pro = Instance.new("ScreenGui")
  1138. local Header = Instance.new("Frame")
  1139. local ScrollingFrame = Instance.new("ScrollingFrame")
  1140. local Explorer = Instance.new("TextButton")
  1141. local Admin = Instance.new("TextButton")
  1142. local DestroyServer = Instance.new("TextButton")
  1143. local executor = Instance.new("TextButton")
  1144. local TrollGui = Instance.new("TextButton")
  1145. local GlitchGame = Instance.new("TextButton")
  1146. local KillAll = Instance.new("TextButton")
  1147. local Forest = Instance.new("TextButton")
  1148. local UnanchorAll = Instance.new("TextButton")
  1149. local HeaderBanner = Instance.new("TextLabel")
  1150.  
  1151. -- Properties
  1152. game.StarterGui.ResetPlayerGuiOnSpawn = false
  1153. TrollHubV3Pro.Name = "Troll Hub V3 Pro"
  1154. local hist = game:GetService("LogService"):GetLogHistory()
  1155.  
  1156. local eiss = false
  1157.  
  1158. for i,v in pairs(hist) do
  1159.  
  1160. if string.find(v["message"]:lower(), "eiss") then
  1161.  
  1162. eiss = true
  1163.  
  1164. warn("Detected EISS, Parenting to PlayerGui")
  1165.  
  1166. end
  1167.  
  1168. end
  1169.  
  1170. if eiss then
  1171.  
  1172. TrollHubV3Pro.Parent = game.Players.LocalPlayer.PlayerGui
  1173.  
  1174. game.StarterGui.ResetPlayerGuiOnSpawn = false
  1175.  
  1176. else
  1177.  
  1178. TrollHubV3Pro.Parent = game.CoreGui
  1179.  
  1180. end
  1181.  
  1182. Header.Name = "Header"
  1183. Header.Parent = TrollHubV3Pro
  1184. Header.Active = true
  1185. Header.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1186. Header.Draggable = true
  1187. Header.Position = UDim2.new(0.167641327, 0, 0.570661902, 0)
  1188. Header.Size = UDim2.new(0, 400, 0, 100)
  1189.  
  1190. ScrollingFrame.Parent = Header
  1191. ScrollingFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1192. ScrollingFrame.BackgroundTransparency = 0.5
  1193. ScrollingFrame.Size = UDim2.new(0, 400, 0, 100)
  1194.  
  1195. Explorer.Name = "Explorer"
  1196. Explorer.Parent = ScrollingFrame
  1197. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  1198. Explorer.Position = UDim2.new(0.30250001, 0, 0.300000012, 0)
  1199. Explorer.Size = UDim2.new(0.375, 0, 0.129999995, 0)
  1200. Explorer.Font = Enum.Font.SciFi
  1201. Explorer.FontSize = Enum.FontSize.Size14
  1202. Explorer.Text = "Troll Explorer"
  1203. Explorer.MouseButton1Click:connect(function()
  1204. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/8z6EXXJM'))()
  1205. end)
  1206.  
  1207. Admin.Name = "Admin"
  1208. Admin.Parent = ScrollingFrame
  1209. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  1210. Admin.Position = UDim2.new(0.0274999999, 0, 0.109999999, 0)
  1211. Admin.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  1212. Admin.Font = Enum.Font.SciFi
  1213. Admin.FontSize = Enum.FontSize.Size14
  1214. Admin.Text = "Admin"
  1215. Admin.MouseButton1Click:connect(function()
  1216. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/SikGfE9u'))()
  1217. end)
  1218.  
  1219. DestroyServer.Name = "Destroy Server"
  1220. DestroyServer.Parent = ScrollingFrame
  1221. DestroyServer.BackgroundColor3 = Color3.new(1, 1, 1)
  1222. DestroyServer.Position = UDim2.new(0.702499986, 0, 0.100000001, 0)
  1223. DestroyServer.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  1224. DestroyServer.Font = Enum.Font.SciFi
  1225. DestroyServer.FontSize = Enum.FontSize.Size14
  1226. DestroyServer.Text = "Destroy Server"
  1227. DestroyServer.MouseButton1Click:connect(function()
  1228. loadstring(game:GetObjects("rbxassetid://649020008")[1].Source)()
  1229. end)
  1230.  
  1231. executor.Name = "executor"
  1232. executor.Parent = ScrollingFrame
  1233. executor.BackgroundColor3 = Color3.new(1, 1, 1)
  1234. executor.Position = UDim2.new(0.702499986, 0, 0.300000012, 0)
  1235. executor.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  1236. executor.Font = Enum.Font.SciFi
  1237. executor.FontSize = Enum.FontSize.Size14
  1238. executor.Text = "Troll Executor"
  1239. executor.MouseButton1Click:connect(function()
  1240. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/x8yRX914'))()
  1241. end)
  1242.  
  1243. TrollGui.Name = "Troll Gui"
  1244. TrollGui.Parent = ScrollingFrame
  1245. TrollGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1246. TrollGui.Position = UDim2.new(0.30250001, 0, 0.100000001, 0)
  1247. TrollGui.Size = UDim2.new(0.375, 0, 0.129999995, 0)
  1248. TrollGui.Font = Enum.Font.SciFi
  1249. TrollGui.FontSize = Enum.FontSize.Size14
  1250. TrollGui.Text = "Troll Gui"
  1251. TrollGui.MouseButton1Click:connect(function()
  1252. loadstring(game:GetObjects("rbxassetid://648308662")[1].Source)()
  1253. end)
  1254.  
  1255. GlitchGame.Name = "Glitch Game"
  1256. GlitchGame.Parent = ScrollingFrame
  1257. GlitchGame.BackgroundColor3 = Color3.new(1, 1, 1)
  1258. GlitchGame.Position = UDim2.new(0.0274999999, 0, 0.289999992, 0)
  1259. GlitchGame.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  1260. GlitchGame.Font = Enum.Font.SciFi
  1261. GlitchGame.FontSize = Enum.FontSize.Size14
  1262. GlitchGame.Text = "Glitch Game"
  1263. GlitchGame.MouseButton1Click:connect(function()
  1264. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/FX4TsQRP'))()
  1265. end)
  1266.  
  1267. KillAll.Name = "Kill All"
  1268. KillAll.Parent = ScrollingFrame
  1269. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1270. KillAll.Position = UDim2.new(0.0324999988, 0, 0.479999989, 0)
  1271. KillAll.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  1272. KillAll.Font = Enum.Font.SciFi
  1273. KillAll.FontSize = Enum.FontSize.Size14
  1274. KillAll.Text = "Kill Everyone"
  1275. KillAll.MouseButton1Click:connect(function()
  1276. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/4VcBm0Ht'))()
  1277. end)
  1278.  
  1279. Forest.Name = "Forest"
  1280. Forest.Parent = ScrollingFrame
  1281. Forest.BackgroundColor3 = Color3.new(1, 1, 1)
  1282. Forest.Position = UDim2.new(0.307500005, 0, 0.469999999, 0)
  1283. Forest.Size = UDim2.new(0.375, 0, 0.129999995, 0)
  1284. Forest.Font = Enum.Font.SciFi
  1285. Forest.FontSize = Enum.FontSize.Size14
  1286. Forest.Text = "Forest"
  1287. Forest.MouseButton1Click:connect(function()
  1288. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/qrxGMacw'))()
  1289. end)
  1290.  
  1291. UnanchorAll.Name = "Unanchor All"
  1292. UnanchorAll.Parent = ScrollingFrame
  1293. UnanchorAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1294. UnanchorAll.Position = UDim2.new(0.704999983, 0, 0.479999989, 0)
  1295. UnanchorAll.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
  1296. UnanchorAll.Font = Enum.Font.SciFi
  1297. UnanchorAll.FontSize = Enum.FontSize.Size14
  1298. UnanchorAll.Text = "Unanchor all"
  1299. UnanchorAll.MouseButton1Click:connect(function()
  1300. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/pWcskBjh'))()
  1301. end)
  1302.  
  1303. HeaderBanner.Name = "Header Banner"
  1304. HeaderBanner.Parent = Header
  1305. HeaderBanner.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  1306. HeaderBanner.BackgroundTransparency = 0.34999999403954
  1307. HeaderBanner.BorderColor3 = Color3.new(0.164706, 0, 0.498039)
  1308. HeaderBanner.Draggable = true
  1309. HeaderBanner.Position = UDim2.new(0, 0, -0.219999999, 0)
  1310. HeaderBanner.Size = UDim2.new(0, 400, 0, 20)
  1311. HeaderBanner.Font = Enum.Font.SciFi
  1312. HeaderBanner.FontSize = Enum.FontSize.Size32
  1313. HeaderBanner.Text = "Troll Hub V3 Pro"
  1314. HeaderBanner.TextColor3 = Color3.new(0.333333, 0, 1)
  1315. end)
  1316.  
  1317. GMb.MouseButton1Click:connect(function()
  1318. --Edited By N3xul 2016-12-12
  1319.  
  1320. imageOne = "http://www.roblox.com/asset/?id=572483110"
  1321. imageTwo = "http://www.roblox.com/asset/?id=572483130"
  1322. imageThree = "http://www.roblox.com/asset/?id=572483157"
  1323. imageFour = "http://www.roblox.com/asset/?id=572483190"
  1324. imageFive = "http://www.roblox.com/asset/?id=572483212"
  1325. imageSix = "http://www.roblox.com/asset/?id=572483245"
  1326. imageSeven = "http://www.roblox.com/asset/?id=572483269"
  1327. imageEight = "http://www.roblox.com/asset/?id=572483293"
  1328.  
  1329. Spooky = Instance.new("Sound", workspace)
  1330. Spooky.Name = "Spooky"
  1331. Spooky.SoundId = "rbxassetid://525726092"
  1332. Spooky.Volume = 10
  1333. Spooky.Looped = true
  1334. Spooky:Play()
  1335.  
  1336. Sky = Instance.new("Sky", game.Lighting)
  1337. Sky.SkyboxBk = imageOne
  1338. Sky.SkyboxDn = imageOne
  1339. Sky.SkyboxFt = imageOne
  1340. Sky.SkyboxLf = imageOne
  1341. Sky.SkyboxRt = imageOne
  1342. Sky.SkyboxUp = imageOne
  1343.  
  1344.  
  1345. while true do
  1346. Sky.SkyboxBk = imageOne
  1347. Sky.SkyboxDn = imageOne
  1348. Sky.SkyboxFt = imageOne
  1349. Sky.SkyboxLf = imageOne
  1350. Sky.SkyboxRt = imageOne
  1351. Sky.SkyboxUp = imageOne
  1352. wait(0.15)
  1353. Sky.SkyboxBk = imageTwo
  1354. Sky.SkyboxDn = imageTwo
  1355. Sky.SkyboxFt = imageTwo
  1356. Sky.SkyboxLf = imageTwo
  1357. Sky.SkyboxRt = imageTwo
  1358. Sky.SkyboxUp = imageTwo
  1359. wait(0.15)
  1360. Sky.SkyboxBk = imageThree
  1361. Sky.SkyboxDn = imageThree
  1362. Sky.SkyboxFt = imageThree
  1363. Sky.SkyboxLf = imageThree
  1364. Sky.SkyboxRt = imageThree
  1365. Sky.SkyboxUp = imageThree
  1366. wait(0.15)
  1367. Sky.SkyboxBk = imageFour
  1368. Sky.SkyboxDn = imageFour
  1369. Sky.SkyboxFt = imageFour
  1370. Sky.SkyboxLf = imageFour
  1371. Sky.SkyboxRt = imageFour
  1372. Sky.SkyboxUp = imageFour
  1373. wait(0.15)
  1374. Sky.SkyboxBk = imageFive
  1375. Sky.SkyboxDn = imageFive
  1376. Sky.SkyboxFt = imageFive
  1377. Sky.SkyboxLf = imageFive
  1378. Sky.SkyboxRt = imageFive
  1379. Sky.SkyboxUp = imageFive
  1380. wait(0.15)
  1381. Sky.SkyboxBk = imageSix
  1382. Sky.SkyboxDn = imageSix
  1383. Sky.SkyboxFt = imageSix
  1384. Sky.SkyboxLf = imageSix
  1385. Sky.SkyboxRt = imageSix
  1386. Sky.SkyboxUp = imageSix
  1387. wait(0.15)
  1388. Sky.SkyboxBk = imageSeven
  1389. Sky.SkyboxDn = imageSeven
  1390. Sky.SkyboxFt = imageSeven
  1391. Sky.SkyboxLf = imageSeven
  1392. Sky.SkyboxRt = imageSeven
  1393. Sky.SkyboxUp = imageSeven
  1394. wait(0.15)
  1395. Sky.SkyboxBk = imageEight
  1396. Sky.SkyboxDn = imageEight
  1397. Sky.SkyboxFt = imageEight
  1398. Sky.SkyboxLf = imageEight
  1399. Sky.SkyboxRt = imageEight
  1400. Sky.SkyboxUp = imageEight
  1401. wait(0.15)
  1402.  
  1403. end
  1404. end)
  1405.  
  1406. KOb.MouseButton1Click:connect(function()
  1407. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/4ahcXJBN'))()
  1408. end)
  1409.  
  1410. IBb.MouseButton1Click:connect(function()
  1411. print("Do ya need a bleach?")
  1412. STOP = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  1413. STOP.SoundId = "http://roblox.com/asset?id=356970690"
  1414. STOP.Looped = true
  1415. STOP:Play()
  1416. STOP.Volume = 2
  1417. plr = game.Players.LocalPlayer
  1418. char = plr.Character
  1419. mouse = plr:GetMouse()
  1420. local cough = Instance.new("Sound", workspace)
  1421. cough.SoundId = "http://roblox.com/asset?id=178522287"
  1422. Bleach = Instance.new("Part", char["Left Arm"])
  1423. Bleach.CanCollide = false
  1424. Mesh = Instance.new("SpecialMesh", Bleach)
  1425. Mesh.MeshId = "http://roblox.com/asset?id=483388971"
  1426. Mesh.Scale = Vector3.new(0.005, 0.005, 0.005)
  1427. Mesh.TextureId = "http://roblox.com/asset?id=520016684"
  1428. Handy = Instance.new("Weld", Bleach)
  1429. Handy.Part0 = Bleach
  1430. Handy.Part1 = char["Left Arm"]
  1431. Handy.C0 = CFrame.new(0.5,1.8,0)
  1432. Handy.C1 = CFrame.Angles(0,4,1)
  1433. drink = Instance.new("Sound", char.Head)
  1434. drink.SoundId = "http://roblox.com/asset?id=10722059"
  1435. function cringe(key)
  1436. key = key:lower()
  1437. if key == "q" then
  1438. game.Chat:Chat(char.Head,"This is too cringe","Blue")
  1439. wait(2)
  1440. game.Chat:Chat(char.Head,"This needs to stop, now","Red")
  1441. wait(2)
  1442. game.Chat:Chat(char.Head,"This is cancer.","Red")
  1443. wait(2)
  1444. game.Chat:Chat(char.Head,"This is too strong","Red")
  1445. wait(2)
  1446. game.Chat:Chat(char.Head,"I need to die","Red")
  1447. for i = 1,10 do
  1448. wait()
  1449. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.018,0,0)
  1450. Handy.C0 = Handy.C0 * CFrame.new(-0.05,-0.07,0.09)
  1451. Handy.C0 = Handy.C0 * CFrame.Angles(0.12,0,0)
  1452. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(0.2,0,-0.1)
  1453. end
  1454. STOP.Volume = 0
  1455. drink:Play()
  1456. for i = 1,50 do
  1457. wait()
  1458. char.Humanoid.Health = char.Humanoid.Health - 1
  1459. end
  1460. char.Humanoid.WalkSpeed = 0
  1461. wait(2)
  1462. for i = 1,10 do
  1463. wait()
  1464. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.018,0,0)
  1465. Handy.C0 = Handy.C0 * CFrame.new(0.05,0.07,-0.09)
  1466. Handy.C0 = Handy.C0 * CFrame.Angles(-0.12,0,0)
  1467. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.2,0,0.1)
  1468. end
  1469. char.Humanoid.WalkSpeed = 6
  1470. cough:Play()
  1471. for i = 1,100 do
  1472. wait(0.05)
  1473. char.Humanoid.Health = char.Humanoid.Health - 1
  1474. end
  1475. end
  1476. end
  1477. function kys()
  1478. cough:destroy()
  1479. local ded = Instance.new("Sound", char.Head)
  1480. ded.SoundId = "http://roblox.com/asset?id=393884633"
  1481. ded:Play()
  1482. end
  1483. mouse.KeyDown:connect(cringe)
  1484. char.Humanoid.Died:connect(kys)
  1485. end)
  1486.  
  1487. NCb.MouseButton1Click:connect(function()
  1488. -- ty krystalburger
  1489. --[[
  1490. Thomas The Dank Engine:
  1491. By: KrystalTeam
  1492. Features: Being a dank engine that kill people
  1493. Version: 1.0.0.2
  1494. --]]
  1495.  
  1496. local p = game.Players.LocalPlayer.Character
  1497. local weld = Instance.new("Weld",p.Torso)
  1498. weld.Part0 = p.Torso
  1499.  
  1500. local train = Instance.new("Part",p.Torso)
  1501. train.Anchored = true
  1502. train.CanCollide = false
  1503. train.Size = Vector3.new(3,2,6)
  1504. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1505. weld.Part1 = train
  1506. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  1507. train.Anchored = false
  1508. local TrainMesh = Instance.new("SpecialMesh",train)
  1509. TrainMesh.MeshType = Enum.MeshType.FileMesh
  1510. TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
  1511. TrainMesh.MeshId = "rbxassetid://431017802"
  1512. TrainMesh.TextureId = "rbxassetid://431017809"
  1513.  
  1514.  
  1515. local weld2 = Instance.new("Weld",p.Torso)
  1516. weld2.Part0 = p.Torso
  1517. local Smoke = Instance.new("Part",p.Torso)
  1518. Smoke.Anchored = true
  1519. Smoke.CanCollide = false
  1520. Smoke.Size = Vector3.new(1,1,1)
  1521. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1522. weld2.Part1 = Smoke
  1523. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  1524. Smoke.Anchored = false
  1525. Smoke.Transparency = 1;
  1526.  
  1527. local Particle = Instance.new("ParticleEmitter",Smoke)
  1528. Particle.Rate = 50;
  1529. Particle.Speed = NumberRange.new(30,60);
  1530. Particle.VelocitySpread = 4;
  1531. Particle.Texture = "rbxassetid://133619974"
  1532.  
  1533. local Light = Instance.new("SpotLight",train)
  1534. Light.Angle = 45;
  1535. Light.Brightness = 100;
  1536. Light.Face = Enum.NormalId.Back;
  1537. Light.Range = 30;
  1538.  
  1539. p.Humanoid.WalkSpeed = 60;
  1540.  
  1541.  
  1542. for i,v in pairs(p:GetChildren()) do
  1543. if v:IsA("Part") then
  1544. v.Transparency = 1;
  1545. elseif v:IsA("Hat") then
  1546. v:Destroy()
  1547. elseif v:IsA("Model") then
  1548. v:Destroy()
  1549. end
  1550. end
  1551.  
  1552. local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  1553. train.Touched:connect(function(p)
  1554. if p.Parent then
  1555. if p.Parent:IsA("Model") then
  1556. if game.Players:FindFirstChild(p.Parent.Name) then
  1557. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  1558. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  1559. local Whistle = SFX(475073913)
  1560. Whistle:Play()
  1561. end
  1562. end
  1563. end
  1564. end
  1565. end)
  1566.  
  1567. local Music = SFX(190819252)
  1568. Music.Looped = true;
  1569. wait(1)
  1570. Music:Play();
  1571. -- ~CL 2016
  1572. end)
  1573.  
  1574. Fb.MouseButton1Click:connect(function()
  1575. loadstring(game:GetObjects("rbxassetid://277881926")[1].Source)()
  1576. end)
  1577.  
  1578. MBb.MouseButton1Click:connect(function()
  1579. --modified by ItzGlitchy--
  1580.  
  1581. local cg = Instance.new('ScreenGui', game.CoreGui)
  1582. cg.Name = 'CHATGUI'
  1583. game.Players.LocalPlayer.Name = 'NotGuest'
  1584. game.Players.LocalPlayer.userId = 261
  1585. game.Players.LocalPlayer:SetSuperSafeChat(false)
  1586. local cb = Instance.new('TextBox', cg)
  1587. cb.Size=UDim2.new(1, 0, 0, 20)
  1588. cb.TextXAlignment = 'Left'
  1589. cb.BackgroundColor3 = Color3.new(25/255, 25/255, 25/255)
  1590. cb.TextColor3 = Color3.new(255, 255, 255)
  1591. cb.Font = 'SourceSansLight'
  1592. cb.FontSize = 'Size14'
  1593. cb.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  1594. cb.Position=UDim2.new(0,0,1,-20)
  1595. cb.Text='Click here to chat.'
  1596. cb.FocusLost:connect(function(e)
  1597. if e then
  1598. game.Players:Chat(cb.Text)
  1599. cb.Text='Click here or press "R" to chat.'
  1600. end
  1601. end)
  1602. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  1603. if k == 'r' then
  1604. cb:CaptureFocus()
  1605. end
  1606. end)
  1607. for i,v in pairs(game.Players:children'') do
  1608. v.Chatted:connect(function(m)
  1609. print(v.Name..': '..m)
  1610. end)
  1611. end
  1612. end)
  1613.  
  1614. R2b.MouseButton1Click:connect(function()
  1615. local Player = game.Players.LocalPlayer
  1616. local cloud = Instance.new("Part",Player.Character.Torso)
  1617. cloud.BrickColor = BrickColor.new(320)
  1618. cloud.Reflectance = 0.5
  1619. cloud.Anchored = true
  1620. cloud.CanCollide = false
  1621. cloud.FormFactor = Enum.FormFactor.Symmetric
  1622. cloud.Size = Vector3.new(1,1,1)
  1623.  
  1624. local mesh = Instance.new("SpecialMesh",cloud)
  1625. mesh.MeshType = Enum.MeshType.FileMesh
  1626. mesh.MeshId = "rbxassetid://111820358"
  1627. mesh.Scale = Vector3.new(8,8,8)
  1628.  
  1629. local P = Instance.new("ParticleEmitter",cloud)
  1630. P.Size = NumberSequence.new(0.75)
  1631. P.LockedToPart = true
  1632. P.Texture = "rbxassetid://155318086"
  1633. P.Transparency = NumberSequence.new(0.5)
  1634. P.Acceleration = Vector3.new(0, -20, 0)
  1635. P.EmissionDirection = Enum.NormalId.Bottom
  1636. P.Enabled = true
  1637. P.Rate = 30
  1638. P.Rotation = NumberRange.new(0,360)
  1639. P.RotSpeed = NumberRange.new(0,15)
  1640. P.Speed = NumberRange.new(3,5)
  1641. P.VelocitySpread = 80
  1642.  
  1643. while wait() do
  1644. cloud.CFrame = CFrame.new() + Vector3.new(Player.Character.Torso.CFrame.x,Player.Character.Torso.CFrame.y,Player.Character.Torso.CFrame.z) + Vector3.new(0,20,0)
  1645. end
  1646. end)
  1647.  
  1648. TCb.MouseButton1Click:connect(function()
  1649. iz = (game.Players.LocalPlayer.Name)
  1650.  
  1651. is = (game.Players.LocalPlayer.Character)
  1652.  
  1653.  
  1654. for i,v in pairs(is:GetChildren()) do
  1655. if v.ClassName == 'Hat' then
  1656. v:Destroy()
  1657. end
  1658. end
  1659.  
  1660. for i,v in pairs(is:GetChildren()) do
  1661. if v.ClassName == 'Shirt' then
  1662. v:Destroy()
  1663. end
  1664. end
  1665.  
  1666. for i,v in pairs(is:GetChildren()) do
  1667. if v.ClassName == 'Pants' then
  1668. v:Destroy()
  1669. end
  1670. end
  1671.  
  1672.  
  1673. wait()
  1674.  
  1675. hat1 = Instance.new('Hat')
  1676. hat1.Parent = game.Players[iz].Character
  1677.  
  1678. handle = Instance.new('Part')
  1679. handle.Name = 'Handle'
  1680. handle.Parent = hat1
  1681.  
  1682. handlemesh = Instance.new('SpecialMesh')
  1683. handlemesh.MeshType = 'FileMesh'
  1684. handlemesh.MeshId = 'http://www.roblox.com/asset/?id=23265118'
  1685. handlemesh.TextureId = 'rbxassetid://252864626'
  1686. handlemesh.Parent = handle
  1687.  
  1688. hat2 = Instance.new('Hat')
  1689. hat2.Parent = game.Players[iz].Character
  1690.  
  1691. shirt = Instance.new('Shirt')
  1692. shirt.Parent = is
  1693. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=274490358'
  1694.  
  1695. shirt = Instance.new('Pants')
  1696. shirt.Parent = is
  1697. shirt.PantsTemplate = 'http://www.roblox.com/asset/?id=274490617'
  1698.  
  1699. sound = Instance.new('Sound')
  1700. sound.SoundId = 'http://www.roblox.com/asset/?id=476296898'
  1701. sound.Looped = true
  1702. sound.Parent = is.Torso
  1703.  
  1704. local player = game.Players.LocalPlayer
  1705. repeat wait() until player.Character.Humanoid
  1706. local humanoid = player.Character.Humanoid
  1707. local mouse = player:GetMouse()
  1708.  
  1709. local anim = Instance.new("Animation")
  1710. anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
  1711.  
  1712. mouse.KeyDown:connect(function(key)
  1713. if key == "z" then
  1714. local anim = Instance.new("Animation")
  1715. anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
  1716. sound:Play()
  1717. local playAnim = humanoid:LoadAnimation(anim)
  1718. playAnim:Play()
  1719. end
  1720. end)
  1721.  
  1722. mouse.KeyDown:connect(function(key)
  1723. if key == "x" then
  1724. sound:Stop()
  1725. local playAnim = humanoid:LoadAnimation(anim)
  1726. anim.AnimationId = "http://www.roblox.com/Asset?ID=0"
  1727. playAnim:Play()
  1728. playAnim:Stop()
  1729. print('Dance is stopped')
  1730.  
  1731. end
  1732. end)
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739. iz = (game.Players.LocalPlayer.Name)
  1740.  
  1741. is = (game.Players.LocalPlayer.Character)
  1742.  
  1743. is.Head.Transparency = 1
  1744.  
  1745. for i,v in pairs(is:GetChildren()) do
  1746. if v.ClassName == 'Hat' then
  1747. v:Destroy()
  1748. end
  1749. end
  1750.  
  1751. for i,v in pairs(is:GetChildren()) do
  1752. if v.ClassName == 'Shirt' then
  1753. v:Destroy()
  1754. end
  1755. end
  1756.  
  1757. for i,v in pairs(is:GetChildren()) do
  1758. if v.ClassName == 'Pants' then
  1759. v:Destroy()
  1760. end
  1761. end
  1762.  
  1763.  
  1764. wait()
  1765.  
  1766. hat1 = Instance.new('Hat')
  1767. hat1.Parent = game.Players[iz].Character
  1768.  
  1769. handle = Instance.new('Part')
  1770. handle.Name = 'Handle'
  1771. handle.Parent = hat1
  1772.  
  1773. handlemesh = Instance.new('SpecialMesh')
  1774. handlemesh.MeshType = 'FileMesh'
  1775. handlemesh.MeshId = 'http://www.roblox.com/asset/?id=23265118'
  1776. handlemesh.TextureId = 'rbxassetid://252864626'
  1777. handlemesh.Parent = handle
  1778.  
  1779. hat2 = Instance.new('Hat')
  1780. hat2.Parent = game.Players[iz].Character
  1781.  
  1782. shirt = Instance.new('Shirt')
  1783. shirt.Parent = is
  1784. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=274490358'
  1785.  
  1786. shirt = Instance.new('Pants')
  1787. shirt.Parent = is
  1788. shirt.PantsTemplate = 'http://www.roblox.com/asset/?id=274490617'
  1789.  
  1790. sound = Instance.new('Sound')
  1791. sound.SoundId = 'http://www.roblox.com/asset/?id=476296898'
  1792. sound.Looped = true
  1793. sound.Parent = is.Torso
  1794.  
  1795. local player = game.Players.LocalPlayer
  1796. repeat wait() until player.Character.Humanoid
  1797. local humanoid = player.Character.Humanoid
  1798. local mouse = player:GetMouse()
  1799.  
  1800. local anim = Instance.new("Animation")
  1801. anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
  1802.  
  1803.  
  1804. local msg = Instance.new("Hint")
  1805. msg.Parent = game.Workspace
  1806. msg.Text = "Click 'z' to get started."
  1807. is.Humanoid.WalkSpeed = 0
  1808.  
  1809. mouse.KeyDown:connect(function(key)
  1810. if key == "z" then
  1811. sound:Play()
  1812. msg:Destroy()
  1813. is.Humanoid.WalkSpeed = 30
  1814. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606'
  1815. end
  1816. end)
  1817.  
  1818. function onTouch(part)
  1819. local humanoid = part.Parent:findFirstChild("Humanoid")
  1820. sound1 = Instance.new('Sound')
  1821. sound1.SoundId = 'http://www.roblox.com/asset/?id=160432334'
  1822. sound1.Looped = false
  1823. sound1.Parent = is.Torso
  1824. sound1:Play()
  1825.  
  1826. sound2 = Instance.new('Sound')
  1827. sound2.SoundId = 'http://www.roblox.com/asset/?id=170040190'
  1828. sound2.Looped = false
  1829. sound2.Parent = is.Torso
  1830. sound2:Play()
  1831. if (humanoid ~=nil) then
  1832. humanoid.Health = 0
  1833. end
  1834. end
  1835.  
  1836. is.Torso.Touched:connect(onTouch)
  1837. end)
  1838.  
  1839. EVb.MouseButton1Click:connect(function()
  1840. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/8X9F4UDW'))()
  1841. end)
  1842.  
  1843. KBb.MouseButton1Click:connect(function()
  1844. -- by fr34ky;
  1845. local char = game.Players.LocalPlayer.Character
  1846.  
  1847.  
  1848. local player = game.Players.LocalPlayer
  1849. repeat wait() until player.Character.Humanoid
  1850. local humanoid = player.Character.Humanoid
  1851. local mouse = player:GetMouse()
  1852.  
  1853. local weld = Instance.new("Weld",char.Torso)
  1854. weld.Part0 = char.Torso
  1855.  
  1856. local plane = Instance.new("Part",char.Torso)
  1857. plane.Anchored = false
  1858. plane.CanCollide = false
  1859. plane.Size = Vector3.new(3,2,6)
  1860. plane.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1861. weld.Part1 = plane
  1862. weld.C1 = CFrame.new(0,0.5,0) * CFrame.Angles(0,math.rad(270),0)
  1863.  
  1864. local pf = Instance.new("ForceField")
  1865. pf.Parent = game.Players.LocalPlayer.Character
  1866.  
  1867. for i,v in pairs(char.Torso:GetChildren()) do
  1868. if v.ClassName == 'Decal' then
  1869. v:Destroy()
  1870. end
  1871. end
  1872. for i,v in pairs(char:GetChildren()) do
  1873. if v.ClassName == 'Hat' then
  1874. v:Destroy()
  1875. end
  1876. end
  1877. for i,v in pairs(char.Head:GetChildren()) do
  1878. if v.ClassName == 'Decal' then
  1879. v:Destroy()
  1880. end
  1881. end
  1882.  
  1883. char.Humanoid.JumpPower = 200
  1884. char.Humanoid.Jump = true
  1885.  
  1886. local plane = Instance.new('SpecialMesh', plane)
  1887. plane.MeshType = 'FileMesh'
  1888. plane.MeshId = 'http://www.roblox.com/asset/?id=498194022' --498194022
  1889. plane.TextureId = 'http://www.roblox.com/asset/?id=498194025'
  1890. plane.Scale = Vector3.new(0.2, 0.2, 0.2)
  1891.  
  1892.  
  1893. planesound=Instance.new('Sound', char.Torso)
  1894. planesound.SoundId = 'rbxassetid://439771510'
  1895. planesound.Volume = 1
  1896. planesound.Looped = true
  1897.  
  1898. pullup=Instance.new('Sound', char.Torso)
  1899. pullup.SoundId = 'rbxassetid://144560522'
  1900. pullup.Volume = 10
  1901. pullup.Looped = true
  1902.  
  1903. alarm=Instance.new('Sound', char.Torso)
  1904. alarm.SoundId = 'rbxassetid://384231761'
  1905. alarm.Volume = 10
  1906. alarm.Looped = true
  1907.  
  1908.  
  1909. screech=Instance.new('Sound', char.Torso)
  1910. screech.SoundId = 'rbxassetid://262353320'
  1911. screech.Volume = 10
  1912.  
  1913. st=Instance.new('Sound', char.Torso)
  1914. st.SoundId = 'rbxassetid://131353021'
  1915. st.Volume = 20
  1916.  
  1917. allahuakbar=Instance.new('Sound', char)
  1918. allahuakbar.SoundId = 'rbxassetid://293292782'
  1919. allahuakbar.Volume = 10
  1920.  
  1921. moosic=Instance.new('Sound', char)
  1922. moosic.SoundId = 'rbxassetid://504630746'
  1923. moosic.Volume = 2
  1924.  
  1925. allahuakbar2=Instance.new('Sound', char)
  1926. allahuakbar2.SoundId = 'rbxassetid://446824013' --446824013
  1927. allahuakbar2.Volume = 1
  1928.  
  1929.  
  1930. planesound:Play()
  1931.  
  1932. explosionf=Instance.new('ParticleEmitter', char.Torso)
  1933. explosionf.Texture = 'http://www.roblox.com/asset/?id=244514357'
  1934. explosionf.Size = NumberSequence.new(19)
  1935. explosionf.Rate = 1000
  1936. explosionf.LightEmission = 0.4
  1937. explosionf.Lifetime = NumberRange.new(1)
  1938. explosionf.VelocitySpread = 360
  1939. explosionf.Enabled = false
  1940.  
  1941.  
  1942.  
  1943. char.Torso.Transparency = 1
  1944. char.Head.Transparency = 1
  1945. char['Left Arm'].Transparency = 1
  1946. char['Right Arm'].Transparency = 1
  1947. char['Left Leg'].Transparency = 1
  1948. char['Right Leg'].Transparency = 1
  1949.  
  1950. repeat wait(1)until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer:GetMouse() and game:FindService("Workspace") and game.Workspace.CurrentCamera
  1951. local Me = game:GetService("Players").LocalPlayer
  1952. local Char = Me.Character
  1953. local Mouse = Me:GetMouse()
  1954. local Cam = Workspace.CurrentCamera
  1955. local Stop = false
  1956. local Version = 0
  1957. local MaxSpeed = 8
  1958. local Speed = 8
  1959. local Keys = {}
  1960. local Force = 10000 -- 10000 = Fly, 1000000 = Noclip
  1961.  
  1962. local Fly, Rot = Char.Torso:FindFirstChild("LMMFly"), Char.Torso:FindFirstChild("LMMRot")
  1963. if Fly then Fly:Destroy() end if Rot then Rot:Destroy() end
  1964. Fly = Instance.new("BodyPosition", Char.Torso) Fly.Name = "LMMFly" Fly.maxForce = Vector3.new(math.huge, math.huge, math.huge) Fly.P = Force Fly.position = Char.Torso.Position
  1965. Rot = Instance.new("BodyGyro", Char.Torso) Rot.Name = "LMMRot" Rot.maxTorque = Vector3.new(math.huge, math.huge, math.huge) Rot.P = Force Rot.cframe = Cam.CoordinateFrame
  1966.  
  1967. local Thread,Old = Version, nil
  1968. Char.Humanoid.PlatformStand = true
  1969.  
  1970. function StopFly()
  1971. Version = Version + 1 Stop = true Char.Humanoid.PlatformStand = false Fly:Destroy() Rot:Destroy() script.Disabled = true script:Destroy()
  1972. end
  1973.  
  1974. Char.ChildAdded:connect(function(Obj) wait()
  1975. if Obj.Name == "LM".."MFlyStop" then
  1976. Obj:Destroy()
  1977. StopFly()
  1978. end
  1979. end)
  1980.  
  1981. coroutine.wrap(function() while Thread == Version and Stop == false do
  1982. local Vectoring = Rot.cframe - Rot.cframe.p + Fly.position
  1983.  
  1984. if Keys[string.char(48)] then Speed = 1 end
  1985. if Keys.w then Vectoring = Vectoring + Cam.CoordinateFrame.lookVector * Speed end
  1986. if Keys.s then Vectoring = Vectoring - Cam.CoordinateFrame.lookVector * Speed end
  1987. if Keys.d then Vectoring = Vectoring * CFrame.new(Speed,0,0) end
  1988. if Keys.a then Vectoring = Vectoring * CFrame.new(-Speed,0,0) end
  1989. if Keys.e or Keys[" "] then Vectoring = Vectoring * CFrame.new(0,Speed,0) end
  1990. if Keys.q then Vectoring = Vectoring * CFrame.new(0,-Speed,0) end
  1991. if Keys.x then StopFly() end
  1992.  
  1993. if Old ~= Vectoring then
  1994. Fly.position = Vectoring.p
  1995. Old = Vectoring
  1996. Speed = math.min(Speed + Speed*0.025,MaxSpeed)
  1997. else
  1998. Speed = 1;
  1999. end
  2000. Rot.cframe = Cam.CoordinateFrame
  2001. wait(0.01)
  2002. end end)()
  2003.  
  2004. Mouse.KeyDown:connect(function(Key)
  2005. Keys[Key] = true
  2006. end)
  2007. Mouse.KeyUp:connect(function(Key)
  2008. Keys[Key] = false
  2009. end)
  2010.  
  2011.  
  2012. mouse.KeyDown:connect(function(key)
  2013. if key == "c" then
  2014. planesound:Stop()
  2015. screech:Play()
  2016. allahuakbar2:Stop()
  2017. pullup:Stop()
  2018. explosionf.Enabled = false
  2019. alarm:Stop()
  2020. local e = Instance.new("Smoke", char.Torso)
  2021. e.Size = 20
  2022. char.Torso.Anchored = false
  2023. wait(3)
  2024. e.Enabled = false
  2025.  
  2026. end
  2027. end)
  2028.  
  2029. mouse.KeyDown:connect(function(key)
  2030. if key == "v" then
  2031. explosionf.Enabled = true
  2032. pullup:Play()
  2033. alarm:Play()
  2034. explosionf.Size = NumberSequence.new(5)
  2035. end
  2036. end)
  2037.  
  2038. mouse.KeyDown:connect(function(key)
  2039. if key == "b" then
  2040. moosic:Play()
  2041. end
  2042. end)
  2043.  
  2044. mouse.KeyDown:connect(function(key)
  2045. if key == "n" then
  2046. moosic:Stop()
  2047. end
  2048. end)
  2049.  
  2050. mouse.KeyDown:connect(function(key)
  2051. if key == "z" then
  2052. planesound:Play()
  2053. screech:Stop()
  2054. char.Torso.Anchored = false
  2055. st:Play()
  2056. allahuakbar2:Stop()
  2057. pullup:Stop()
  2058. explosionf.Enabled = false
  2059. alarm:Stop()
  2060.  
  2061.  
  2062. end
  2063. end)
  2064.  
  2065. Enabled = false
  2066. function onTouched(hit)
  2067. if Enabled then
  2068. return
  2069. end
  2070. Enabled=false
  2071. local e = Instance.new("Explosion")
  2072. e.BlastRadius = 260-- How much ground the explosion covers --
  2073. e.BlastPressure = 51-- How powerful the explosion is --
  2074. e.Parent = char.Torso -- Don't change this!
  2075. e.Position = char.Torso.Position -- Don't change this!
  2076. allahuakbar:Play()
  2077. explosionf.Size = NumberSequence.new(50)
  2078. explosionf.Speed = NumberRange.new(30)
  2079. explosionf.Enabled = true
  2080. char.Torso.Anchored = true
  2081. explosionf.Lifetime = NumberRange.new(0.25)
  2082. allahuakbar2:Play()
  2083. allahuakbar2.Pitch = 0
  2084. pullup:Stop()
  2085. alarm:Stop()
  2086. wait(1.25)
  2087. allahuakbar2.Pitch = 0
  2088. explosionf.Enabled = false
  2089. planesound:Stop()
  2090. wait(0.50)
  2091. plr = game.Players.LocalPlayer.Name
  2092. for i,v in pairs(game.Players:GetChildren()) do
  2093. if v.Name ~= plr then
  2094. game:GetService("Chat"):Chat(v.Character.Head, "ALLAHU AKBAR!!! HEIL PLANE CRASHES!!!", Enum.ChatColor.Blue)
  2095. AKBAR=Instance.new('Sound', v.Character.Head)
  2096. AKBAR.SoundId = 'rbxassetid://396873260'
  2097. AKBAR.Volume = 15
  2098. AKBAR.Pitch = 0.25
  2099. AKBAR.Looped = false
  2100. AKBAR:Play()
  2101. wait(2.6)
  2102. AKBAR:Play()
  2103.  
  2104. end
  2105. end
  2106.  
  2107. end
  2108. char.Torso.Touched:connect(onTouched)
  2109. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement