Advertisement
Migas3456

ShipGui(not made by me)

Dec 1st, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.38 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {Title = "ship gui executed:";Text = "Successfully loaded!";Icon = "rbxassetid://920542878";Duration = 2})
  2. wait(3.9)
  3. game.StarterGui:SetCore("SendNotification", {Title = "Warning:";Text = "have fun fucking with this gui";Icon = "rbxassetid://671015663";Duration = 3})
  4. wait(4.4)
  5. game.StarterGui:SetCore("SendNotification", {Title = "Ship Gui Credits:";Text = "made by c00lk1dv2016, scripts by Lord CowCow.v3rm (DevJoel#5128)";Icon = "rbxassetid://920542878";Duration = 2})
  6. wait(5.1)
  7. game.StarterGui:SetCore("SendNotification", {Title = "Ship Gui Credits:";Text = "Most cmds are FE but some won't work";Icon = "rbxassetid://920542878";Duration = 2})
  8.  
  9. -- Objects
  10.  
  11. local FE = Instance.new("ScreenGui")
  12. local UI = Instance.new("Frame")
  13. local Part = Instance.new("Frame")
  14. local Frame = Instance.new("Frame")
  15. local Unimportant = Instance.new("TextLabel")
  16. local Unimportant2 = Instance.new("TextLabel")
  17. local TPBFrame = Instance.new("Frame")
  18. local ClickTP = Instance.new("TextButton")
  19. local Frame_2 = Instance.new("Frame")
  20. local Blocks = Instance.new("TextButton")
  21. local Frame_3 = Instance.new("Frame")
  22. local Tornado = Instance.new("TextButton")
  23. local Frame_4 = Instance.new("Frame")
  24. local PTP = Instance.new("TextButton")
  25. local Frame_5 = Instance.new("Frame")
  26. local Godmode = Instance.new("TextButton")
  27. local Frame_6 = Instance.new("Frame")
  28. local Headless = Instance.new("TextButton")
  29. local Frame_7 = Instance.new("Frame")
  30. local LAG = Instance.new("TextButton")
  31. local Frame_8 = Instance.new("Frame")
  32. local Insane = Instance.new("TextButton")
  33. local Frame_9 = Instance.new("Frame")
  34. local Fly = Instance.new("TextButton")
  35. local Frame_10 = Instance.new("Frame")
  36. local Noclip = Instance.new("TextButton")
  37. local Frame_11 = Instance.new("Frame")
  38. local sframe = Instance.new("ScrollingFrame")
  39. local Dab = Instance.new("TextButton")
  40. local Frame_12 = Instance.new("Frame")
  41. local SPlayer = Instance.new("TextLabel")
  42. local Frame_13 = Instance.new("Frame")
  43. local Commands = Instance.new("TextButton")
  44. local Frame_14 = Instance.new("Frame")
  45. local FBFrame = Instance.new("Frame")
  46. local cframe = Instance.new("Frame")
  47. local TextLabel = Instance.new("TextLabel")
  48. local TextLabel_2 = Instance.new("TextLabel")
  49. local TextLabel_3 = Instance.new("TextLabel")
  50. local TextLabel_4 = Instance.new("TextLabel")
  51. local TextLabel_5 = Instance.new("TextLabel")
  52. local TextLabel_6 = Instance.new("TextLabel")
  53. local TextLabel_7 = Instance.new("TextLabel")
  54. local Credits = Instance.new("TextButton")
  55. local Frame_15 = Instance.new("Frame")
  56. local GoBack = Instance.new("TextButton")
  57. local Open = Instance.new("Frame")
  58. local OpenGUI = Instance.new("TextButton")
  59. local Frame_16 = Instance.new("Frame")
  60.  
  61. -- Properties
  62.  
  63. FE.Name = "FE"
  64. FE.Parent = game.Players.LocalPlayer.PlayerGui
  65.  
  66. UI.Name = "UI"
  67. UI.Parent = FE
  68. UI.Active = true
  69. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  70. UI.BackgroundTransparency = 0.30000001192093
  71. UI.BorderColor3 = Color3.new(1, 1, 1)
  72. UI.BorderSizePixel = 0
  73. UI.Draggable = true
  74. UI.Position = UDim2.new(0.5, -159, 0.5, -219)
  75. UI.Size = UDim2.new(0, 318, 0, 438)
  76. UI.Visible = false
  77.  
  78. Part.Name = "Part"
  79. Part.Parent = UI
  80. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  81. Part.BorderColor3 = Color3.new(1, 1, 1)
  82. Part.BorderSizePixel = 0
  83. Part.Size = UDim2.new(0, 318, 0, 67)
  84.  
  85. Frame.Parent = Part
  86. Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  87. Frame.BorderSizePixel = 0
  88. Frame.Position = UDim2.new(0, 0, 0, 67)
  89. Frame.Size = UDim2.new(0, 318, 0, 5)
  90.  
  91. Unimportant.Name = "Unimportant"
  92. Unimportant.Parent = Part
  93. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Unimportant.BackgroundTransparency = 1
  95. Unimportant.BorderSizePixel = 0
  96. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  97. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  98. Unimportant.Font = Enum.Font.SourceSansLight
  99. Unimportant.FontSize = Enum.FontSize.Size48
  100. Unimportant.Text = "FE HAX GUI"
  101. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  102. Unimportant.TextSize = 37
  103.  
  104. Unimportant2.Name = "Unimportant2"
  105. Unimportant2.Parent = Part
  106. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Unimportant2.BackgroundTransparency = 1
  108. Unimportant2.BorderSizePixel = 0
  109. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  110. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  111. Unimportant2.Font = Enum.Font.SourceSansLight
  112. Unimportant2.FontSize = Enum.FontSize.Size18
  113. Unimportant2.Text = "By Goku - v1.0"
  114. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  115. Unimportant2.TextSize = 17
  116.  
  117. TPBFrame.Name = "TPBFrame"
  118. TPBFrame.Parent = UI
  119. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  120. TPBFrame.BackgroundTransparency = 1
  121. TPBFrame.Size = UDim2.new(0, 106, 0, 100)
  122. TPBFrame.Visible = false
  123.  
  124. ClickTP.Name = "Click TP"
  125. ClickTP.Parent = TPBFrame
  126. ClickTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  127. ClickTP.BorderColor3 = Color3.new(1, 1, 1)
  128. ClickTP.BorderSizePixel = 0
  129. ClickTP.Position = UDim2.new(0, 185, 0, 85)
  130. ClickTP.Size = UDim2.new(0, 97, 0, 25)
  131. ClickTP.Font = Enum.Font.SourceSansLight
  132. ClickTP.FontSize = Enum.FontSize.Size18
  133. ClickTP.Text = "Click TP"
  134. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  135. ClickTP.TextSize = 17
  136.  
  137. Frame_2.Parent = ClickTP
  138. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  139. Frame_2.BorderSizePixel = 0
  140. Frame_2.Position = UDim2.new(0, 0, 0, 25)
  141. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  142.  
  143. Blocks.Name = "Blocks"
  144. Blocks.Parent = TPBFrame
  145. Blocks.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  146. Blocks.BorderColor3 = Color3.new(1, 1, 1)
  147. Blocks.BorderSizePixel = 0
  148. Blocks.Position = UDim2.new(0, 30, 0, 125)
  149. Blocks.Size = UDim2.new(0, 97, 0, 25)
  150. Blocks.Font = Enum.Font.SourceSansLight
  151. Blocks.FontSize = Enum.FontSize.Size18
  152. Blocks.Text = "Blocks"
  153. Blocks.TextColor3 = Color3.new(1, 1, 1)
  154. Blocks.TextSize = 17
  155.  
  156. Frame_3.Parent = Blocks
  157. Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  158. Frame_3.BorderSizePixel = 0
  159. Frame_3.Position = UDim2.new(0, 0, 0, 25)
  160. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  161.  
  162. Tornado.Name = "Tornado"
  163. Tornado.Parent = TPBFrame
  164. Tornado.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  165. Tornado.BorderColor3 = Color3.new(1, 1, 1)
  166. Tornado.BorderSizePixel = 0
  167. Tornado.Position = UDim2.new(0, 30, 0, 165)
  168. Tornado.Size = UDim2.new(0, 97, 0, 25)
  169. Tornado.Font = Enum.Font.SourceSansLight
  170. Tornado.FontSize = Enum.FontSize.Size18
  171. Tornado.Text = "Tornado"
  172. Tornado.TextColor3 = Color3.new(1, 1, 1)
  173. Tornado.TextSize = 17
  174.  
  175. Frame_4.Parent = Tornado
  176. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  177. Frame_4.BorderSizePixel = 0
  178. Frame_4.Position = UDim2.new(0, 0, 0, 25)
  179. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  180.  
  181. PTP.Name = "PTP"
  182. PTP.Parent = TPBFrame
  183. PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  184. PTP.BorderColor3 = Color3.new(1, 1, 1)
  185. PTP.BorderSizePixel = 0
  186. PTP.Position = UDim2.new(0, 185, 0, 372)
  187. PTP.Size = UDim2.new(0, 97, 0, 27)
  188. PTP.Font = Enum.Font.SourceSansLight
  189. PTP.FontSize = Enum.FontSize.Size18
  190. PTP.Text = "TP to Player"
  191. PTP.TextColor3 = Color3.new(1, 1, 1)
  192. PTP.TextSize = 17
  193.  
  194. Frame_5.Parent = PTP
  195. Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  196. Frame_5.BorderSizePixel = 0
  197. Frame_5.Position = UDim2.new(0, 0, 0, 27)
  198. Frame_5.Size = UDim2.new(0, 97, 0, 3)
  199.  
  200. Godmode.Name = "Godmode"
  201. Godmode.Parent = TPBFrame
  202. Godmode.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  203. Godmode.BorderColor3 = Color3.new(1, 1, 1)
  204. Godmode.BorderSizePixel = 0
  205. Godmode.Position = UDim2.new(0, 185, 0, 125)
  206. Godmode.Size = UDim2.new(0, 97, 0, 25)
  207. Godmode.Font = Enum.Font.SourceSansLight
  208. Godmode.FontSize = Enum.FontSize.Size18
  209. Godmode.Text = "Godmode"
  210. Godmode.TextColor3 = Color3.new(1, 1, 1)
  211. Godmode.TextSize = 17
  212.  
  213. Frame_6.Parent = Godmode
  214. Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  215. Frame_6.BorderSizePixel = 0
  216. Frame_6.Position = UDim2.new(0, 0, 0, 25)
  217. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  218.  
  219. Headless.Name = "Headless"
  220. Headless.Parent = TPBFrame
  221. Headless.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  222. Headless.BorderColor3 = Color3.new(1, 1, 1)
  223. Headless.BorderSizePixel = 0
  224. Headless.Position = UDim2.new(0, 185, 0, 165)
  225. Headless.Size = UDim2.new(0, 97, 0, 25)
  226. Headless.Font = Enum.Font.SourceSansLight
  227. Headless.FontSize = Enum.FontSize.Size18
  228. Headless.Text = "Headless"
  229. Headless.TextColor3 = Color3.new(1, 1, 1)
  230. Headless.TextSize = 17
  231.  
  232. Frame_7.Parent = Headless
  233. Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  234. Frame_7.BorderSizePixel = 0
  235. Frame_7.Position = UDim2.new(0, 0, 0, 25)
  236. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  237.  
  238. LAG.Name = "LAG"
  239. LAG.Parent = TPBFrame
  240. LAG.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  241. LAG.BorderColor3 = Color3.new(1, 1, 1)
  242. LAG.BorderSizePixel = 0
  243. LAG.Position = UDim2.new(0, 30, 0, 85)
  244. LAG.Size = UDim2.new(0, 97, 0, 25)
  245. LAG.Font = Enum.Font.SourceSansLight
  246. LAG.FontSize = Enum.FontSize.Size18
  247. LAG.Text = "LAG"
  248. LAG.TextColor3 = Color3.new(1, 1, 1)
  249. LAG.TextSize = 17
  250.  
  251. Frame_8.Parent = LAG
  252. Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  253. Frame_8.BorderSizePixel = 0
  254. Frame_8.Position = UDim2.new(0, 0, 0, 25)
  255. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  256.  
  257. Insane.Name = "Insane"
  258. Insane.Parent = TPBFrame
  259. Insane.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  260. Insane.BorderColor3 = Color3.new(1, 1, 1)
  261. Insane.BorderSizePixel = 0
  262. Insane.Position = UDim2.new(0, 185, 0, 245)
  263. Insane.Size = UDim2.new(0, 97, 0, 25)
  264. Insane.Font = Enum.Font.SourceSansLight
  265. Insane.FontSize = Enum.FontSize.Size18
  266. Insane.Text = "Insane"
  267. Insane.TextColor3 = Color3.new(1, 1, 1)
  268. Insane.TextSize = 17
  269.  
  270. Frame_9.Parent = Insane
  271. Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  272. Frame_9.BorderSizePixel = 0
  273. Frame_9.Position = UDim2.new(0, 0, 0, 25)
  274. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  275.  
  276. Fly.Name = "Fly"
  277. Fly.Parent = TPBFrame
  278. Fly.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  279. Fly.BorderColor3 = Color3.new(1, 1, 1)
  280. Fly.BorderSizePixel = 0
  281. Fly.Position = UDim2.new(0, 30, 0, 205)
  282. Fly.Size = UDim2.new(0, 97, 0, 25)
  283. Fly.Font = Enum.Font.SourceSansLight
  284. Fly.FontSize = Enum.FontSize.Size18
  285. Fly.Text = "Fly (E)"
  286. Fly.TextColor3 = Color3.new(1, 1, 1)
  287. Fly.TextSize = 17
  288.  
  289. Frame_10.Parent = Fly
  290. Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  291. Frame_10.BorderSizePixel = 0
  292. Frame_10.Position = UDim2.new(0, 0, 0, 25)
  293. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  294.  
  295. Noclip.Name = "Noclip"
  296. Noclip.Parent = TPBFrame
  297. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  298. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  299. Noclip.BorderSizePixel = 0
  300. Noclip.Position = UDim2.new(0, 30, 0, 245)
  301. Noclip.Size = UDim2.new(0, 97, 0, 25)
  302. Noclip.Font = Enum.Font.SourceSansLight
  303. Noclip.FontSize = Enum.FontSize.Size18
  304. Noclip.Text = "Noclip (F)"
  305. Noclip.TextColor3 = Color3.new(1, 1, 1)
  306. Noclip.TextSize = 17
  307.  
  308. Frame_11.Parent = Noclip
  309. Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  310. Frame_11.BorderSizePixel = 0
  311. Frame_11.Position = UDim2.new(0, 0, 0, 25)
  312. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  313.  
  314. sframe.Name = "sframe"
  315. sframe.Parent = TPBFrame
  316. sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  317. sframe.BorderSizePixel = 0
  318. sframe.Position = UDim2.new(0, 30, 0, 293)
  319. sframe.Size = UDim2.new(0, 252, 0, 70)
  320. sframe.BottomImage = ""
  321. sframe.CanvasSize = UDim2.new(0, 0, 1, 0)
  322. sframe.MidImage = ""
  323. sframe.ScrollBarThickness = 20
  324. sframe.TopImage = ""
  325.  
  326. Dab.Name = "Dab"
  327. Dab.Parent = TPBFrame
  328. Dab.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  329. Dab.BorderColor3 = Color3.new(1, 1, 1)
  330. Dab.BorderSizePixel = 0
  331. Dab.Position = UDim2.new(0, 185, 0, 205)
  332. Dab.Size = UDim2.new(0, 97, 0, 25)
  333. Dab.Font = Enum.Font.SourceSansLight
  334. Dab.FontSize = Enum.FontSize.Size18
  335. Dab.Text = "Dab"
  336. Dab.TextColor3 = Color3.new(1, 1, 1)
  337. Dab.TextSize = 17
  338.  
  339. Frame_12.Parent = Dab
  340. Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  341. Frame_12.BorderSizePixel = 0
  342. Frame_12.Position = UDim2.new(0, 0, 0, 25)
  343. Frame_12.Size = UDim2.new(0, 97, 0, 5)
  344.  
  345. SPlayer.Name = "SPlayer"
  346. SPlayer.Parent = TPBFrame
  347. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  348. SPlayer.BackgroundTransparency = 1
  349. SPlayer.Position = UDim2.new(0, 32, 0, 379)
  350. SPlayer.Size = UDim2.new(0, 138, 0, 17)
  351. SPlayer.Font = Enum.Font.SourceSansLight
  352. SPlayer.FontSize = Enum.FontSize.Size18
  353. SPlayer.Text = "Player:"
  354. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  355. SPlayer.TextSize = 17
  356. SPlayer.TextWrapped = true
  357. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  358.  
  359. Frame_13.Parent = TPBFrame
  360. Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  361. Frame_13.BorderSizePixel = 0
  362. Frame_13.Position = UDim2.new(0, 30, 0, 360)
  363. Frame_13.Size = UDim2.new(0, 252, 0, 5)
  364.  
  365. Commands.Name = "Commands"
  366. Commands.Parent = UI
  367. Commands.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  368. Commands.BorderColor3 = Color3.new(1, 1, 1)
  369. Commands.BorderSizePixel = 0
  370. Commands.Position = UDim2.new(0, 72, 0, 126)
  371. Commands.Size = UDim2.new(0, 175, 0, 38)
  372. Commands.Font = Enum.Font.SourceSansLight
  373. Commands.FontSize = Enum.FontSize.Size24
  374. Commands.Text = "Commands"
  375. Commands.TextColor3 = Color3.new(1, 1, 1)
  376. Commands.TextSize = 20
  377.  
  378. Frame_14.Parent = Commands
  379. Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  380. Frame_14.BorderSizePixel = 0
  381. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  382. Frame_14.Size = UDim2.new(0, 175, 0, 5)
  383.  
  384. FBFrame.Name = "FBFrame"
  385. FBFrame.Parent = UI
  386. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  387. FBFrame.BackgroundTransparency = 1
  388. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  389. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  390. FBFrame.Visible = false
  391.  
  392. cframe.Name = "cframe"
  393. cframe.Parent = UI
  394. cframe.BackgroundColor3 = Color3.new(1, 1, 1)
  395. cframe.BackgroundTransparency = 1
  396. cframe.BorderSizePixel = 0
  397. cframe.Size = UDim2.new(0, 318, 0, 438)
  398. cframe.Visible = false
  399.  
  400. TextLabel.Parent = cframe
  401. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  402. TextLabel.BackgroundTransparency = 1
  403. TextLabel.BorderSizePixel = 0
  404. TextLabel.Position = UDim2.new(0, 23, 0, 103)
  405. TextLabel.Size = UDim2.new(0, 273, 0, 31)
  406. TextLabel.Font = Enum.Font.SourceSansLight
  407. TextLabel.FontSize = Enum.FontSize.Size24
  408. TextLabel.Text = "Design - Goku"
  409. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  410. TextLabel.TextSize = 20
  411. TextLabel.TextWrapped = true
  412. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  413. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  414.  
  415. TextLabel_2.Parent = cframe
  416. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  417. TextLabel_2.BackgroundTransparency = 1
  418. TextLabel_2.BorderSizePixel = 0
  419. TextLabel_2.Position = UDim2.new(0, 23, 0, 128)
  420. TextLabel_2.Size = UDim2.new(0, 273, 0, 31)
  421. TextLabel_2.Font = Enum.Font.SourceSansLight
  422. TextLabel_2.FontSize = Enum.FontSize.Size24
  423. TextLabel_2.Text = "Code - Goku"
  424. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  425. TextLabel_2.TextSize = 20
  426. TextLabel_2.TextWrapped = true
  427. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  428. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  429.  
  430. TextLabel_3.Parent = cframe
  431. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  432. TextLabel_3.BackgroundTransparency = 1
  433. TextLabel_3.BorderSizePixel = 0
  434. TextLabel_3.Position = UDim2.new(0, 23, 0, 151)
  435. TextLabel_3.Size = UDim2.new(0, 273, 0, 135)
  436. TextLabel_3.Font = Enum.Font.SourceSansLight
  437. TextLabel_3.FontSize = Enum.FontSize.Size24
  438. TextLabel_3.Text = "Scripts - ppmd"
  439. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  440. TextLabel_3.TextSize = 20
  441. TextLabel_3.TextWrapped = true
  442. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  443. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  444.  
  445. TextLabel_4.Parent = cframe
  446. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  447. TextLabel_4.BackgroundTransparency = 1
  448. TextLabel_4.BorderSizePixel = 0
  449. TextLabel_4.Position = UDim2.new(0, 23, 0, 388)
  450. TextLabel_4.Size = UDim2.new(0, 273, 0, 29)
  451. TextLabel_4.Font = Enum.Font.SourceSansLight
  452. TextLabel_4.FontSize = Enum.FontSize.Size24
  453. TextLabel_4.Text = ""
  454. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  455. TextLabel_4.TextSize = 20
  456. TextLabel_4.TextWrapped = true
  457. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  458. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  459.  
  460. TextLabel_5.Parent = cframe
  461. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  462. TextLabel_5.BackgroundTransparency = 1
  463. TextLabel_5.BorderSizePixel = 0
  464. TextLabel_5.Position = UDim2.new(0, 23, 0, 234)
  465. TextLabel_5.Size = UDim2.new(0, 273, 0, 30)
  466. TextLabel_5.Font = Enum.Font.SourceSansLight
  467. TextLabel_5.FontSize = Enum.FontSize.Size28
  468. TextLabel_5.Text = "Changelog"
  469. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  470. TextLabel_5.TextSize = 25
  471. TextLabel_5.TextWrapped = true
  472. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  473. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  474.  
  475. TextLabel_6.Parent = cframe
  476. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  477. TextLabel_6.BackgroundTransparency = 1
  478. TextLabel_6.BorderSizePixel = 0
  479. TextLabel_6.Position = UDim2.new(0, 23, 0, 76)
  480. TextLabel_6.Size = UDim2.new(0, 273, 0, 31)
  481. TextLabel_6.Font = Enum.Font.SourceSansLight
  482. TextLabel_6.FontSize = Enum.FontSize.Size28
  483. TextLabel_6.Text = "Credit"
  484. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  485. TextLabel_6.TextSize = 25
  486. TextLabel_6.TextWrapped = true
  487. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  488. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  489.  
  490. TextLabel_7.Parent = cframe
  491. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  492. TextLabel_7.BackgroundTransparency = 1
  493. TextLabel_7.BorderSizePixel = 0
  494. TextLabel_7.Position = UDim2.new(0, 23, 0, 263)
  495. TextLabel_7.Size = UDim2.new(0, 273, 0, 31)
  496. TextLabel_7.Font = Enum.Font.SourceSansLight
  497. TextLabel_7.FontSize = Enum.FontSize.Size24
  498. TextLabel_7.Text = "V1.0 - 1.5 Tornado"
  499. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  500. TextLabel_7.TextSize = 20
  501. TextLabel_7.TextWrapped = true
  502. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  503. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  504.  
  505. Credits.Name = "Credits"
  506. Credits.Parent = UI
  507. Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  508. Credits.BorderColor3 = Color3.new(1, 1, 1)
  509. Credits.BorderSizePixel = 0
  510. Credits.Position = UDim2.new(0, 72, 0, 219)
  511. Credits.Size = UDim2.new(0, 175, 0, 38)
  512. Credits.Font = Enum.Font.SourceSansLight
  513. Credits.FontSize = Enum.FontSize.Size24
  514. Credits.Text = "Credits / Changelog"
  515. Credits.TextColor3 = Color3.new(1, 1, 1)
  516. Credits.TextSize = 20
  517.  
  518. Frame_15.Parent = Credits
  519. Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  520. Frame_15.BorderSizePixel = 0
  521. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  522. Frame_15.Size = UDim2.new(0, 175, 0, 5)
  523.  
  524. GoBack.Name = "GoBack"
  525. GoBack.Parent = UI
  526. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  527. GoBack.BackgroundTransparency = 1
  528. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  529. GoBack.BorderSizePixel = 0
  530. GoBack.Position = UDim2.new(0, 0, 0, 400)
  531. GoBack.Size = UDim2.new(0, 93, 0, 38)
  532. GoBack.Font = Enum.Font.SourceSansLight
  533. GoBack.FontSize = Enum.FontSize.Size24
  534. GoBack.Text = "Go Back"
  535. GoBack.TextColor3 = Color3.new(1, 1, 1)
  536. GoBack.TextSize = 20
  537.  
  538. Open.Name = "Open"
  539. Open.Parent = FE
  540. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  541. Open.BackgroundTransparency = 1
  542. Open.BorderColor3 = Color3.new(1, 1, 1)
  543. Open.BorderSizePixel = 0
  544. Open.Position = UDim2.new(0, -105, 0, 632)
  545. Open.Size = UDim2.new(0, 318, 0, 67)
  546.  
  547. OpenGUI.Name = "OpenGUI"
  548. OpenGUI.Parent = Open
  549. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  550. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  551. OpenGUI.BorderSizePixel = 0
  552. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  553. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  554. OpenGUI.Font = Enum.Font.SourceSansLight
  555. OpenGUI.FontSize = Enum.FontSize.Size18
  556. OpenGUI.Text = "Open GUI"
  557. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  558. OpenGUI.TextSize = 17
  559.  
  560. Frame_16.Parent = OpenGUI
  561. Frame_16.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  562. Frame_16.BorderSizePixel = 0
  563. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  564. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  565.  
  566. -- Functions
  567.  
  568. function getPlayer()
  569. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  570. end
  571.  
  572. PTP.MouseButton1Click:connect(function()
  573. local p = getPlayer()
  574. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  575. else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end
  576. end)
  577.  
  578. OpenGUI.MouseButton1Down:connect(function()
  579. if UI.Visible == false then
  580. OpenGUI.Text = "Close GUI"
  581. UI.Visible = true
  582. else
  583. OpenGUI.Text = "Open GUI"
  584. UI.Visible = false
  585. end
  586. end)
  587.  
  588. Commands.MouseButton1Click:connect(function()
  589. FBFrame.Visible = false
  590. TPBFrame.Visible = true
  591. Commands.Visible = false
  592. Credits.Visible = false
  593. GoBack.Visible = true
  594. cframe.Visible = false
  595. end)
  596.  
  597. GoBack.MouseButton1Click:connect(function()
  598. GoBack.Visible = false
  599. FBFrame.Visible = false
  600. TPBFrame.Visible = false
  601. Commands.Visible = true
  602. Credits.Visible = true
  603. cframe.Visible = false
  604. end)
  605.  
  606. Credits.MouseButton1Click:connect(function()
  607. FBFrame.Visible = false
  608. Teleports.Visible = false
  609. Functions.Visible = false
  610. Credits.Visible = true
  611. GoBack.Visible = true
  612. cframe.Visible = true
  613. end)
  614.  
  615. -- FEUTURES
  616.  
  617. Blocks.MouseButton1Click:connect(function()
  618. for i=1,20 do
  619. wait(1)
  620. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  621. if v:IsA'Accoutrement' then
  622. v.Parent=game.Players.LocalPlayer.Character
  623. v.Parent = workspace.Terrain
  624. end
  625. end
  626. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  627. if v:IsA'Accoutrement' then
  628. for ape,hax in pairs(v.Handle:GetChildren()) do
  629. hax:Destroy()
  630. end
  631. wait'.1'
  632. v.Parent=game.Players.LocalPlayer.StarterGear
  633. end
  634. end
  635. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  636. v:Destroy()
  637. end
  638. local prt=Instance.new("Model", workspace);
  639. Instance.new("Part", prt).Name="Torso";
  640. Instance.new("Part", prt).Name="Head";
  641. Instance.new("Humanoid", prt).Name="Humanoid";
  642. game.Players.LocalPlayer.Character=prt
  643.  
  644. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  645. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  646. if dad:IsA'Accoutrement' then
  647. dad.Parent = game.Players.LocalPlayer.StarterGear
  648. end
  649. end
  650. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  651. v:Destroy()
  652. end
  653. local prt2=Instance.new("Model", workspace);
  654. Instance.new("Part", prt).Name="Torso";
  655. Instance.new("Part", prt).Name="Head";
  656. Instance.new("Humanoid", prt).Name="Humanoid";
  657. game.Players.LocalPlayer.Character=prt
  658. end
  659. end)
  660.  
  661. Insane.MouseButton1Click:connect(function()
  662. Player = "LocalPlayer"
  663. AnimationId = "33796059"
  664. local Anim = Instance.new("Animation")
  665. Anim.AnimationId = "rbxassetid://"..AnimationId
  666. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  667. k:Play()
  668. k:AdjustSpeed(99)
  669. end)
  670.  
  671. Fly.MouseButton1Click:connect(function()
  672. repeat wait()
  673. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  674. local mouse = game.Players.LocalPlayer:GetMouse()
  675. repeat wait() until mouse
  676. local plr = game.Players.LocalPlayer
  677. local torso = plr.Character.Torso
  678. local flying = true
  679. local deb = true
  680. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  681. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  682. local maxspeed = 50
  683. local speed = 0
  684.  
  685. function Fly()
  686. local bg = Instance.new("BodyGyro", torso)
  687. bg.P = 9e4
  688. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  689. bg.cframe = torso.CFrame
  690. local bv = Instance.new("BodyVelocity", torso)
  691. bv.velocity = Vector3.new(0,0.1,0)
  692. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  693. repeat wait()
  694. plr.Character.Humanoid.PlatformStand = true
  695. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  696. speed = speed+.5+(speed/maxspeed)
  697. if speed > maxspeed then
  698. speed = maxspeed
  699. end
  700. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  701. speed = speed-1
  702. if speed < 0 then
  703. speed = 0
  704. end
  705. end
  706. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  707. 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
  708. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  709. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  710. 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
  711. else
  712. bv.velocity = Vector3.new(0,0.1,0)
  713. end
  714. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  715. until not flying
  716. ctrl = {f = 0, b = 0, l = 0, r = 0}
  717. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  718. speed = 0
  719. bg:Destroy()
  720. bv:Destroy()
  721. plr.Character.Humanoid.PlatformStand = false
  722. end
  723. mouse.KeyDown:connect(function(key)
  724. if key:lower() == "e" then
  725. if flying then flying = false
  726. else
  727. flying = true
  728. Fly()
  729. end
  730. elseif key:lower() == "w" then
  731. ctrl.f = 1
  732. elseif key:lower() == "s" then
  733. ctrl.b = -1
  734. elseif key:lower() == "a" then
  735. ctrl.l = -1
  736. elseif key:lower() == "d" then
  737. ctrl.r = 1
  738. end
  739. end)
  740. mouse.KeyUp:connect(function(key)
  741. if key:lower() == "w" then
  742. ctrl.f = 0
  743. elseif key:lower() == "s" then
  744. ctrl.b = 0
  745. elseif key:lower() == "a" then
  746. ctrl.l = 0
  747. elseif key:lower() == "d" then
  748. ctrl.r = 0
  749. end
  750. end)
  751. Fly()
  752. end)
  753.  
  754. Tornado.MouseButton1Click:connect(function()
  755. while wait() do
  756. for i,v in pairs(game.Workspace.Terrain:GetChildren()) do
  757. if v.ClassName == "Accessory" then
  758. print("w")
  759.  
  760. v.Handle.Position = game.Players["LocalPlayer"].Character.Torso.Position
  761. v.Handle.Rotation = Vector3.new(v.Handle.Rotation.X,v.Handle.Rotation.Y,v.Handle.Rotation.Z +100000)
  762. end
  763. end
  764. end
  765. end)
  766.  
  767. Headless.MouseButton1Click:connect(function()
  768. local player = game.Players.LocalPlayer
  769. player.Character.Head.Mesh:Destroy()
  770. player.Character.Head.face:Destroy()
  771. for remove,hat in pairs(player.Character:GetChildren()) do
  772. if hat:IsA'Accoutrement' then
  773. hat:Destroy()
  774. end
  775. end
  776. weld = Instance.new("Weld", player.Character.Head)
  777. weld.Part1 = player.Character.Torso
  778. weld.Part0 = player.Character.Head
  779. end)
  780.  
  781. Godmode.MouseButton1Click:connect(function()
  782. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  783. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  784. l.Parent = game.Players.LocalPlayer.Character
  785. l.Name = "Humanoid"
  786. wait(0.1)
  787. game.Players.LocalPlayer.Character["1"]:Destroy()
  788. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  789. game.Players.LocalPlayer.Character.Animate.Disabled = true
  790. wait(0.1)
  791. game.Players.LocalPlayer.Character.Animate.Disabled = false
  792. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  793. end)
  794.  
  795. Noclip.MouseButton1Click:connect(function()
  796. noclip = false
  797. game:GetService('RunService').Stepped:connect(function()
  798. if noclip then
  799. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  800. end
  801. end)
  802. plr = game.Players.LocalPlayer
  803. mouse = plr:GetMouse()
  804. mouse.KeyDown:connect(function(key)
  805.  
  806. if key == "f" then
  807. noclip = not noclip
  808. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  809. end
  810. end)
  811. print('Loaded')
  812. print('Press "F" to noclip')
  813. end)
  814.  
  815. LAG.MouseButton1Click:connect(function()
  816. while true do
  817. game.Players.LocalPlayer.Character.Head:Destroy()
  818. for _,v in next, game.Players.LocalPlayer.Character:children() do
  819. if v:IsA("Accessory") then
  820. v.Parent = game.StarterPlayer.StarterCharacterScripts
  821. end
  822. end
  823. wait(7)
  824. end
  825. end)
  826.  
  827. Dab.MouseButton1Click:connect(function()
  828. Player = "LocalPlayer"
  829. AnimationId = "549473897"
  830. local Anim = Instance.new("Animation")
  831. Anim.AnimationId = "rbxassetid://"..AnimationId
  832. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  833. k:Play() --Play the animation
  834. k:AdjustSpeed(1.2) --Set '1' to any value you want to adjust the animation speed.
  835. end)
  836.  
  837. ClickTP.MouseButton1Click:connect(function()
  838. wait()
  839. mouse = game.Players.LocalPlayer:GetMouse()
  840. tool = Instance.new("Tool")
  841. tool.RequiresHandle = false
  842. tool.Name = "Click Teleport"
  843. tool.Activated:connect(function()
  844. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  845. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  846. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  847. end)
  848. tool.Parent = game.Players.LocalPlayer.Backpack
  849. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement