Advertisement
Guest User

My GUI

a guest
Jul 17th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.69 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GUI = Instance.new("ScreenGui")
  5. local OPEN = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local tpto = Instance.new("TextButton")
  8. local ctotp = Instance.new("TextButton")
  9. local vtonoclip = Instance.new("TextButton")
  10. local plrname = Instance.new("TextBox")
  11. local madeby = Instance.new("TextLabel")
  12. local delete = Instance.new("TextButton")
  13. local gamescripts = Instance.new("TextButton")
  14. local efly = Instance.new("TextButton")
  15. local btools = Instance.new("TextButton")
  16. local CLOSE = Instance.new("TextButton")
  17. local Games = Instance.new("Frame")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local mineinc = Instance.new("TextButton")
  20. local sharkbite = Instance.new("TextButton")
  21. local TextLabel = Instance.new("TextLabel")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local lt2 = Instance.new("TextButton")
  24. local Title = Instance.new("TextLabel")
  25. local deletegames = Instance.new("TextButton")
  26. local MineINC = Instance.new("Frame")
  27. local lspawnmineinc = Instance.new("TextButton")
  28. local mineinctptoref = Instance.new("TextButton")
  29. local mineinctrashr = Instance.new("TextButton")
  30. local Title_2 = Instance.new("TextLabel")
  31. local deletemine = Instance.new("TextButton")
  32. local Sharky = Instance.new("Frame")
  33. local Title_3 = Instance.new("TextLabel")
  34. local guiwep = Instance.new("TextButton")
  35. local guihai = Instance.new("TextButton")
  36. local deleteshark = Instance.new("TextButton")
  37. local lumber = Instance.new("Frame")
  38. local Title_4 = Instance.new("TextLabel")
  39. local lumber1 = Instance.new("TextButton")
  40. local lumber2 = Instance.new("TextButton")
  41. local deletelumber = Instance.new("TextButton")
  42. local open = Instance.new("Frame")
  43. local infjump = Instance.new("TextButton")
  44. --Properties:
  45. GUI.Name = "GUI"
  46. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  47.  
  48. open.Name = "open"
  49. open.Parent = GUI
  50. open.BackgroundColor3 = Color3.new(1, 1, 1)
  51. open.Position = UDim2.new(0.883, 0, 0.569, 0)
  52. open.Size = UDim2.new(0, 14, 0, 12)
  53. open.Active = true
  54. open.Draggable = true
  55.  
  56. OPEN.Name = "OPEN"
  57. OPEN.Parent = open
  58. OPEN.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  59. OPEN.BorderColor3 = Color3.new(0, 0, 1)
  60. OPEN.BorderSizePixel = 0
  61. OPEN.Position = UDim2.new(0.896604955, 0, 0.683593154, 0)
  62. OPEN.Size = UDim2.new(0, 144, 0, 35)
  63. OPEN.Font = Enum.Font.SourceSans
  64. OPEN.Text = "OPEN"
  65. OPEN.TextColor3 = Color3.new(0, 0, 0)
  66. OPEN.TextSize = 30
  67.  
  68.  
  69. Main.Name = "Main"
  70. Main.Parent = GUI
  71. Main.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  72. Main.BorderSizePixel = 0
  73. Main.Position = UDim2.new(0.519360065, 0, 0.136768132, 0)
  74. Main.Size = UDim2.new(0, 551, 0, 385)
  75. Main.Visible = false
  76. Main.Active = true
  77. Main.Draggable = true
  78. Main.AlwaysOnTop = true
  79.  
  80. tpto.Name = "tpto"
  81. tpto.Parent = Main
  82. tpto.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  83. tpto.BorderSizePixel = 0
  84. tpto.Position = UDim2.new(0.644551873, 0, 0.417373002, 0)
  85. tpto.Size = UDim2.new(0, 173, 0, 50)
  86. tpto.Font = Enum.Font.SourceSans
  87. tpto.Text = "Tp to"
  88. tpto.TextColor3 = Color3.new(0, 0, 0)
  89. tpto.TextScaled = true
  90. tpto.TextSize = 14
  91. tpto.TextWrapped = true
  92.  
  93. ctotp.Name = "c to tp"
  94. ctotp.Parent = Main
  95. ctotp.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  96. ctotp.BorderSizePixel = 0
  97. ctotp.Position = UDim2.new(0.0145190656, 0, 0.222986937, 0)
  98. ctotp.Size = UDim2.new(0, 140, 0, 36)
  99. ctotp.Font = Enum.Font.SourceSans
  100. ctotp.Text = "Toggle Walkspeed [X]"
  101. ctotp.TextColor3 = Color3.new(0, 0, 0)
  102. ctotp.TextScaled = true
  103. ctotp.TextSize = 14
  104. ctotp.TextWrapped = true
  105.  
  106. vtonoclip.Name = "v to noclip"
  107. vtonoclip.Parent = Main
  108. vtonoclip.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  109. vtonoclip.BorderSizePixel = 0
  110. vtonoclip.Position = UDim2.new(0.292196006, 0, 0.222986966, 0)
  111. vtonoclip.Size = UDim2.new(0, 140, 0, 36)
  112. vtonoclip.Font = Enum.Font.SourceSans
  113. vtonoclip.Text = "V to toggle Noclip Fly"
  114. vtonoclip.TextColor3 = Color3.new(0, 0, 0)
  115. vtonoclip.TextScaled = true
  116. vtonoclip.TextSize = 14
  117. vtonoclip.TextWrapped = true
  118.  
  119. plrname.Name = "plrname"
  120. plrname.Parent = Main
  121. plrname.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  122. plrname.Position = UDim2.new(0.620689631, 0, 0.22077921, 0)
  123. plrname.Size = UDim2.new(0, 200, 0, 50)
  124. plrname.Font = Enum.Font.SourceSans
  125. plrname.Text = "Player Name"
  126. plrname.TextColor3 = Color3.new(0, 0, 0)
  127. plrname.TextScaled = true
  128. plrname.TextSize = 14
  129. plrname.TextWrapped = true
  130.  
  131. madeby.Name = "made by"
  132. madeby.Parent = Main
  133. madeby.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  134. madeby.BorderSizePixel = 0
  135. madeby.Size = UDim2.new(0, 551, 0, 41)
  136. madeby.Font = Enum.Font.SourceSans
  137. madeby.Text = "GUI made by TmakerHD"
  138. madeby.TextColor3 = Color3.new(0, 0, 0)
  139. madeby.TextScaled = true
  140. madeby.TextSize = 14
  141. madeby.TextWrapped = true
  142.  
  143. delete.Name = "delete"
  144. delete.Parent = Main
  145. delete.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  146. delete.BorderColor3 = Color3.new(1, 0.333333, 0)
  147. delete.BorderSizePixel = 0
  148. delete.Position = UDim2.new(0.909511864, 0, 0.00779220788, 0)
  149. delete.Size = UDim2.new(0, 40, 0, 34)
  150. delete.Font = Enum.Font.SourceSans
  151. delete.Text = "X"
  152. delete.TextColor3 = Color3.new(0, 0, 0)
  153. delete.TextScaled = true
  154. delete.TextSize = 14
  155. delete.TextWrapped = true
  156.  
  157. gamescripts.Name = "gamescripts"
  158. gamescripts.Parent = Main
  159. gamescripts.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  160. gamescripts.BorderSizePixel = 0
  161. gamescripts.Position = UDim2.new(0.108350992, 0, 0.447051287, 0)
  162. gamescripts.Size = UDim2.new(0, 213, 0, 69)
  163. gamescripts.Font = Enum.Font.SourceSans
  164. gamescripts.Text = "Game Scripts"
  165. gamescripts.TextColor3 = Color3.new(0, 0, 0)
  166. gamescripts.TextScaled = true
  167. gamescripts.TextSize = 14
  168. gamescripts.TextWrapped = true
  169.  
  170. efly.Name = "efly"
  171. efly.Parent = Main
  172. efly.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  173. efly.BorderSizePixel = 0
  174. efly.Position = UDim2.new(0.0145190582, 0, 0.748051941, 0)
  175. efly.Size = UDim2.new(0, 183, 0, 43)
  176. efly.Font = Enum.Font.SourceSans
  177. efly.Text = "Fly[E]"
  178. efly.TextColor3 = Color3.new(0, 0, 0)
  179. efly.TextScaled = true
  180. efly.TextSize = 14
  181. efly.TextWrapped = true
  182.  
  183. btools.Name = "btools"
  184. btools.Parent = Main
  185. btools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  186. btools.BorderSizePixel = 0
  187. btools.Position = UDim2.new(0.429285944, 0, 0.749329329, 0)
  188. btools.Size = UDim2.new(0, 146, 0, 42)
  189. btools.Font = Enum.Font.SourceSans
  190. btools.Text = "Btools"
  191. btools.TextColor3 = Color3.new(0, 0, 0)
  192. btools.TextScaled = true
  193. btools.TextSize = 14
  194. btools.TextWrapped = true
  195.  
  196. CLOSE.Name = "CLOSE"
  197. CLOSE.Parent = open
  198. btools.BorderSizePixel = 0
  199. CLOSE.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  200. CLOSE.BorderColor3 = Color3.new(0, 0, 0)
  201. CLOSE.Position = UDim2.new(0.896072626, 0, 0.683593154, 0)
  202. CLOSE.Size = UDim2.new(0, 144, 0, 35)
  203. CLOSE.Visible = false
  204. CLOSE.Font = Enum.Font.SourceSans
  205. CLOSE.Text = "CLOSE"
  206. CLOSE.TextColor3 = Color3.new(0, 0, 0)
  207. CLOSE.TextSize = 30
  208.  
  209. Games.Name = "Games"
  210. Games.Parent = GUI
  211. Games.Visible = false
  212. Games.BackgroundColor3 = Color3.new(1, 1, 1)
  213. Games.BorderSizePixel = 0
  214. Games.Position = UDim2.new(0.141099274, 0, 0.615925074, 0)
  215. Games.Size = UDim2.new(0, 199, 0, 296)
  216. Games.Active = true
  217. Games.Draggable = true
  218.  
  219. ScrollingFrame.Parent = Games
  220. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  221. ScrollingFrame.BorderSizePixel = 0
  222. ScrollingFrame.Position = UDim2.new(0, 0, 0.127664104, 0)
  223. ScrollingFrame.Size = UDim2.new(0, 199, 0, 258)
  224.  
  225. mineinc.Name = "mineinc"
  226. mineinc.Parent = ScrollingFrame
  227. mineinc.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  228. mineinc.BorderSizePixel = 0
  229. mineinc.Position = UDim2.new(0.0309378672, 0, 0.0250945687, 0)
  230. mineinc.Size = UDim2.new(0, 174, 0, 50)
  231. mineinc.Font = Enum.Font.SourceSans
  232. mineinc.Text = "Mining INC Remastered"
  233. mineinc.TextColor3 = Color3.new(0, 0, 0)
  234. mineinc.TextScaled = true
  235. mineinc.TextSize = 14
  236. mineinc.TextWrapped = true
  237.  
  238. sharkbite.Name = "sharkbite"
  239. sharkbite.Parent = ScrollingFrame
  240. sharkbite.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  241. sharkbite.BorderSizePixel = 0
  242. sharkbite.Position = UDim2.new(0.0309378672, 0, 0.126445919, 0)
  243. sharkbite.Size = UDim2.new(0, 174, 0, 50)
  244. sharkbite.Font = Enum.Font.SourceSans
  245. sharkbite.Text = "Sharkbite"
  246. sharkbite.TextColor3 = Color3.new(0, 0, 0)
  247. sharkbite.TextScaled = true
  248. sharkbite.TextSize = 14
  249. sharkbite.TextWrapped = true
  250.  
  251. TextLabel.Parent = ScrollingFrame
  252. TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  253. TextLabel.BorderSizePixel = 0
  254. TextLabel.Position = UDim2.new(-0.00462947041, 0, 0.910970092, 0)
  255. TextLabel.Size = UDim2.new(0, 187, 0, 20)
  256. TextLabel.Font = Enum.Font.SourceSans
  257. TextLabel.Text = "Why did u scroll down?"
  258. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  259. TextLabel.TextSize = 14
  260.  
  261. TextLabel_2.Parent = ScrollingFrame
  262. TextLabel_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  263. TextLabel_2.BorderSizePixel = 0
  264. TextLabel_2.Position = UDim2.new(-0.00462947041, 0, 0.944570541, 0)
  265. TextLabel_2.Size = UDim2.new(0, 187, 0, 20)
  266. TextLabel_2.Font = Enum.Font.SourceSans
  267. TextLabel_2.Text = "Just go and have fun with the scripts"
  268. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  269. TextLabel_2.TextSize = 14
  270.  
  271. lt2.Name = "lt2"
  272. lt2.Parent = ScrollingFrame
  273. lt2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  274. lt2.BorderSizePixel = 0
  275. lt2.Position = UDim2.new(0.0259748735, 0, 0.236148655, 0)
  276. lt2.Size = UDim2.new(0, 174, 0, 49)
  277. lt2.Font = Enum.Font.SourceSans
  278. lt2.Text = "Lumber Tycoon 2"
  279. lt2.TextColor3 = Color3.new(0, 0, 0)
  280. lt2.TextScaled = true
  281. lt2.TextSize = 14
  282. lt2.TextWrapped = true
  283.  
  284. Title.Name = "Title"
  285. Title.Parent = Games
  286. Title.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  287. Title.BorderSizePixel = 0
  288. Title.Position = UDim2.new(0, 0, -0.00188961544, 0)
  289. Title.Size = UDim2.new(0, 159, 0, 44)
  290. Title.Font = Enum.Font.SourceSans
  291. Title.Text = "Game Scripts"
  292. Title.TextColor3 = Color3.new(0, 0, 0)
  293. Title.TextScaled = true
  294. Title.TextSize = 14
  295. Title.TextWrapped = true
  296.  
  297. deletegames.Name = "deletegames"
  298. deletegames.Parent = Games
  299. deletegames.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  300. deletegames.BorderSizePixel = 0
  301. deletegames.Position = UDim2.new(0.798995018, 0, -0.00337838125, 0)
  302. deletegames.Size = UDim2.new(0, 40, 0, 44)
  303. deletegames.Font = Enum.Font.SourceSans
  304. deletegames.Text = "X"
  305. deletegames.TextColor3 = Color3.new(0, 0, 0)
  306. deletegames.TextScaled = true
  307. deletegames.TextSize = 14
  308. deletegames.TextWrapped = true
  309.  
  310. MineINC.Name = "MineINC"
  311. MineINC.Parent = GUI
  312. MineINC.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  313. MineINC.BorderSizePixel = 0
  314. MineINC.Position = UDim2.new(0.102543056, 0, 0.118266992, 0)
  315. MineINC.Size = UDim2.new(0, 279, 0, 268)
  316. MineINC.Visible = false
  317. MineINC.Active = true
  318. MineINC.Draggable = true
  319.  
  320. lspawnmineinc.Name = "l spawn mine inc"
  321. lspawnmineinc.Parent = MineINC
  322. lspawnmineinc.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  323. lspawnmineinc.BorderSizePixel = 0
  324. lspawnmineinc.Position = UDim2.new(0.0249891933, 0, 0.607189357, 0)
  325. lspawnmineinc.Size = UDim2.new(0, 264, 0, 36)
  326. lspawnmineinc.Font = Enum.Font.SourceSans
  327. lspawnmineinc.Text = "Mining INC TP to Spawn[L]"
  328. lspawnmineinc.TextColor3 = Color3.new(0, 0, 0)
  329. lspawnmineinc.TextScaled = true
  330. lspawnmineinc.TextSize = 14
  331. lspawnmineinc.TextWrapped = true
  332.  
  333. mineinctptoref.Name = "mine inc tp t o ref"
  334. mineinctptoref.Parent = MineINC
  335. mineinctptoref.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  336. mineinctptoref.BorderSizePixel = 0
  337. mineinctptoref.Position = UDim2.new(0.0249891933, 0, 0.224985033, 0)
  338. mineinctptoref.Size = UDim2.new(0, 265, 0, 36)
  339. mineinctptoref.Font = Enum.Font.SourceSans
  340. mineinctptoref.Text = "Mining INC TP Ore to Ref[F]"
  341. mineinctptoref.TextColor3 = Color3.new(0, 0, 0)
  342. mineinctptoref.TextScaled = true
  343. mineinctptoref.TextSize = 14
  344. mineinctptoref.TextWrapped = true
  345.  
  346. mineinctrashr.Name = "mine inc trash r"
  347. mineinctrashr.Parent = MineINC
  348. mineinctrashr.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  349. mineinctrashr.BorderSizePixel = 0
  350. mineinctrashr.Position = UDim2.new(0.0249891933, 0, 0.40761742, 0)
  351. mineinctrashr.Size = UDim2.new(0, 264, 0, 36)
  352. mineinctrashr.Font = Enum.Font.SourceSans
  353. mineinctrashr.Text = "Mining INC TP Ore to Ocean[R]"
  354. mineinctrashr.TextColor3 = Color3.new(0, 0, 0)
  355. mineinctrashr.TextScaled = true
  356. mineinctrashr.TextSize = 14
  357. mineinctrashr.TextWrapped = true
  358.  
  359. Title_2.Name = "Title"
  360. Title_2.Parent = MineINC
  361. Title_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  362. Title_2.BorderSizePixel = 0
  363. Title_2.Size = UDim2.new(0, 233, 0, 34)
  364. Title_2.Font = Enum.Font.SourceSans
  365. Title_2.Text = "Mining INC Remastered"
  366. Title_2.TextColor3 = Color3.new(0, 0, 0)
  367. Title_2.TextScaled = true
  368. Title_2.TextSize = 14
  369. Title_2.TextWrapped = true
  370.  
  371. deletemine.Name = "deletemine"
  372. deletemine.Parent = MineINC
  373. deletemine.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  374. deletemine.BorderSizePixel = 0
  375. deletemine.Position = UDim2.new(0.835125446, 0, 0, 0)
  376. deletemine.Size = UDim2.new(0, 47, 0, 34)
  377. deletemine.Font = Enum.Font.SourceSans
  378. deletemine.Text = "X"
  379. deletemine.TextColor3 = Color3.new(0, 0, 0)
  380. deletemine.TextScaled = true
  381. deletemine.TextSize = 14
  382. deletemine.TextWrapped = true
  383.  
  384. Sharky.Name = "Sharky"
  385. Sharky.Parent = GUI
  386. Sharky.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  387. Sharky.BorderSizePixel = 0
  388. Sharky.Position = UDim2.new(0.0984413475, 0, 0.124121778, 0)
  389. Sharky.Size = UDim2.new(0, 279, 0, 268)
  390. Sharky.Visible = false
  391. Sharky.Active = true
  392. Sharky.Draggable = true
  393.  
  394. Title_3.Name = "Title"
  395. Title_3.Parent = Sharky
  396. Title_3.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  397. Title_3.BorderSizePixel = 0
  398. Title_3.Position = UDim2.new(-0.00358422939, 0, 0, 0)
  399. Title_3.Size = UDim2.new(0, 279, 0, 59)
  400. Title_3.ZIndex = 2
  401. Title_3.Font = Enum.Font.SourceSans
  402. Title_3.Text = "Sharkbite"
  403. Title_3.TextColor3 = Color3.new(0, 0, 0)
  404. Title_3.TextScaled = true
  405. Title_3.TextSize = 14
  406. Title_3.TextWrapped = true
  407.  
  408. guiwep.Name = "gui wep"
  409. guiwep.Parent = Sharky
  410. guiwep.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  411. guiwep.BorderSizePixel = 0
  412. guiwep.Position = UDim2.new(0.139784947, 0, 0.656716406, 0)
  413. guiwep.Size = UDim2.new(0, 200, 0, 50)
  414. guiwep.Font = Enum.Font.SourceSans
  415. guiwep.Text = "GUI"
  416. guiwep.TextColor3 = Color3.new(0, 0, 0)
  417. guiwep.TextScaled = true
  418. guiwep.TextSize = 14
  419. guiwep.TextWrapped = true
  420.  
  421. guihai.Name = "gui hai"
  422. guihai.Parent = Sharky
  423. guihai.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  424. guihai.BorderSizePixel = 0
  425. guihai.Position = UDim2.new(0.139784947, 0, 0.376865685, 0)
  426. guihai.Size = UDim2.new(0, 200, 0, 50)
  427. guihai.Font = Enum.Font.SourceSans
  428. guihai.Text = "ESP"
  429. guihai.TextColor3 = Color3.new(0, 0, 0)
  430. guihai.TextScaled = true
  431. guihai.TextSize = 14
  432. guihai.TextWrapped = true
  433.  
  434. deleteshark.Name = "deleteshark"
  435. deleteshark.Parent = Sharky
  436. deleteshark.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  437. deleteshark.BorderSizePixel = 0
  438. deleteshark.Position = UDim2.new(0.899641573, 0, -0.000961246784, 0)
  439. deleteshark.Size = UDim2.new(0, 27, 0, 36)
  440. deleteshark.ZIndex = 3
  441. deleteshark.Font = Enum.Font.SourceSans
  442. deleteshark.Text = "X"
  443. deleteshark.TextColor3 = Color3.new(0, 0, 0)
  444. deleteshark.TextScaled = true
  445. deleteshark.TextSize = 14
  446. deleteshark.TextWrapped = true
  447.  
  448. lumber.Name = "lumber"
  449. lumber.Parent = GUI
  450. lumber.Visible = false
  451. lumber.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  452. lumber.BorderSizePixel = 0
  453. lumber.Position = UDim2.new(0.100082032, 0, 0.124121778, 0)
  454. lumber.Size = UDim2.new(0, 276, 0, 267)
  455. lumber.Active = true
  456. lumber.Draggable = true
  457.  
  458. Title_4.Name = "Title"
  459. Title_4.Parent = lumber
  460. Title_4.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  461. Title_4.BorderSizePixel = 0
  462. Title_4.Position = UDim2.new(-0.00211931323, 0, -0.000859578431, 0)
  463. Title_4.Size = UDim2.new(0, 221, 0, 50)
  464. Title_4.Font = Enum.Font.SourceSans
  465. Title_4.Text = "Lumber Tycoon 2"
  466. Title_4.TextColor3 = Color3.new(0, 0, 0)
  467. Title_4.TextScaled = true
  468. Title_4.TextSize = 14
  469. Title_4.TextWrapped = true
  470.  
  471. lumber1.Name = "lumber1"
  472. lumber1.Parent = lumber
  473. lumber1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  474. lumber1.BorderSizePixel = 0
  475. lumber1.Position = UDim2.new(0.137681156, 0, 0.329587996, 0)
  476. lumber1.Size = UDim2.new(0, 200, 0, 50)
  477. lumber1.Font = Enum.Font.SourceSans
  478. lumber1.Text = "GUI 1"
  479. lumber1.TextColor3 = Color3.new(0, 0, 0)
  480. lumber1.TextScaled = true
  481. lumber1.TextSize = 14
  482. lumber1.TextWrapped = true
  483.  
  484. lumber2.Name = "lumber2"
  485. lumber2.Parent = lumber
  486. lumber2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  487. lumber2.BorderSizePixel = 0
  488. lumber2.Position = UDim2.new(0.137681156, 0, 0.666666687, 0)
  489. lumber2.Size = UDim2.new(0, 200, 0, 50)
  490. lumber2.Font = Enum.Font.SourceSans
  491. lumber2.Text = "GUI 2"
  492. lumber2.TextColor3 = Color3.new(0, 0, 0)
  493. lumber2.TextScaled = true
  494. lumber2.TextSize = 14
  495. lumber2.TextWrapped = true
  496.  
  497. deletelumber.Name = "deletelumber"
  498. deletelumber.Parent = lumber
  499. deletelumber.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  500. deletelumber.BorderSizePixel = 0
  501. deletelumber.Position = UDim2.new(0.798605323, 0, 0, 0)
  502. deletelumber.Size = UDim2.new(0, 56, 0, 49)
  503. deletelumber.Font = Enum.Font.SourceSans
  504. deletelumber.Text = "X"
  505. deletelumber.TextColor3 = Color3.new(0, 0, 0)
  506. deletelumber.TextScaled = true
  507. deletelumber.TextSize = 14
  508. deletelumber.TextWrapped = true
  509.  
  510. infjump.Name = "infjump"
  511. infjump.Parent = Main
  512. infjump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  513. infjump.BorderSizePixel = 0
  514. infjump.Position = UDim2.new(0.771324754, 0, 0.749329329, 0)
  515. infjump.Size = UDim2.new(0, 85, 0, 42)
  516. infjump.Font = Enum.Font.SourceSans
  517. infjump.Text = "Inf Jump"
  518. infjump.TextColor3 = Color3.new(0, 0, 0)
  519. infjump.TextScaled = true
  520. infjump.TextSize = 14
  521. infjump.TextWrapped = true
  522. -- Scripts:
  523.  
  524.  
  525. ctotp.MouseButton1Down:connect(function()
  526. local walkspeedplayer = game:GetService("Players").LocalPlayer
  527. local walkspeedmouse = walkspeedplayer:GetMouse()
  528.  
  529. local walkspeedenabled = false
  530.  
  531. function x_walkspeed(key)
  532. if (key == "x") then
  533. if walkspeedenabled == false then
  534. _G.WS = 200;
  535. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  536. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  537. Humanoid.WalkSpeed = _G.WS;
  538. end)
  539. Humanoid.WalkSpeed = _G.WS;
  540.  
  541. walkspeedenabled = true
  542. elseif walkspeedenabled == true then
  543. _G.WS = 20;
  544. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  545. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  546. Humanoid.WalkSpeed = _G.WS;
  547. end)
  548. Humanoid.WalkSpeed = _G.WS;
  549.  
  550. walkspeedenabled = false
  551. end
  552. end
  553. end
  554.  
  555. walkspeedmouse.KeyDown:connect(x_walkspeed)
  556.  
  557. end)
  558.  
  559. OPEN.MouseButton1Down:connect(function()
  560. Main.Visible = true
  561. OPEN.Visible = false
  562. CLOSE.Visible = true
  563. end)
  564. CLOSE.MouseButton1Down:connect(function()
  565. Main.Visible = false
  566. OPEN.Visible = true
  567. CLOSE.Visible = false
  568. end)
  569.  
  570. infjump.MouseButton1Down:connect(function()
  571.  
  572. local InfiniteJumpEnabled = true
  573. game:GetService("UserInputService").JumpRequest:connect(function()
  574. if InfiniteJumpEnabled then
  575. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  576. end
  577. end)
  578.  
  579.  
  580. end)
  581.  
  582. delete.MouseButton1Down:connect(function()
  583. Main.Visible = false
  584. CLOSE.Visible = false
  585. OPEN.Visible = false
  586. open.Visible = false
  587.  
  588. end)
  589. mineinctrashr.MouseButton1Down:connect(function()
  590. local player = game.Players.LocalPlayer
  591. local character = player.Character
  592. local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  593.  
  594. local LChar = game:GetService('Players').LocalPlayer.Character
  595.  
  596.  
  597.  
  598. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  599. if key == "r" then
  600. local x = hmndrootpart.Position.X
  601. local y = hmndrootpart.Position.Y
  602. local z = hmndrootpart.Position.Z
  603. LChar.HumanoidRootPart.CFrame = CFrame.new(-642, 12053, -963)
  604. wait(0.5)
  605. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe)
  606. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickup)
  607. wait(0.5)
  608.  
  609.  
  610. LChar.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
  611. end
  612.  
  613.  
  614. end)
  615.  
  616. end)
  617. tpto.MouseButton1Down:connect(function()
  618. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  619. if key == "q" then
  620. local name = 'adam3624'
  621. local LChar = game:GetService('Players').LocalPlayer.Character
  622. local Target = game:GetService('Players')[plrname.Text].Character.HumanoidRootPart
  623. LChar.HumanoidRootPart.CFrame = Target.CFrame
  624. end
  625. end)
  626. end)
  627. mineinctptoref.MouseButton1Down:connect(function()
  628. local player = game.Players.LocalPlayer
  629. local character = player.Character
  630. local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  631.  
  632. local LChar = game:GetService('Players').LocalPlayer.Character
  633.  
  634.  
  635.  
  636. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  637. if key == "f" then
  638. local x = hmndrootpart.Position.X
  639. local y = hmndrootpart.Position.Y
  640. local z = hmndrootpart.Position.Z
  641. LChar.HumanoidRootPart.CFrame = CFrame.new(153, 12059, -72)
  642. wait(0.5)
  643. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe)
  644. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickup)
  645. wait(0.5)
  646.  
  647.  
  648. LChar.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
  649. end
  650.  
  651.  
  652. end)
  653.  
  654. end)
  655. lspawnmineinc.MouseButton1Down:connect(function()
  656.  
  657. local player = game.Players.LocalPlayer
  658. local character = player.Character
  659. local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  660.  
  661. local LChar = game:GetService('Players').LocalPlayer.Character
  662.  
  663.  
  664.  
  665. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  666. if key == "l" then
  667. local x = hmndrootpart.Position.X
  668. local y = hmndrootpart.Position.Y
  669. local z = hmndrootpart.Position.Z
  670. LChar.HumanoidRootPart.CFrame = CFrame.new(-13, 12054, -55)
  671.  
  672.  
  673.  
  674.  
  675. end
  676.  
  677.  
  678. end)
  679. end)
  680. vtonoclip.MouseButton1Down:connect(function()
  681. noclip = false
  682. game:GetService('RunService').Stepped:connect(function()
  683. if noclip then
  684. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  685. end
  686. end)
  687. plr = game.Players.LocalPlayer
  688. mouse = plr:GetMouse()
  689. mouse.KeyDown:connect(function(key)
  690.  
  691. if key == "v" then
  692. noclip = not noclip
  693. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  694. end
  695. end)
  696. print('Loaded')
  697. print('Press "V" to noclip')
  698. end)
  699. guihai.MouseButton1Down:connect(function()
  700. for i,v in pairs(game.Workspace.Sharks:GetChildren()) do
  701. if v ~= nil then
  702. sharks = {}
  703. table.insert(sharks, v.Name)
  704. for i = 1, #sharks do
  705. sdir = game.Workspace.Sharks[v.Name]
  706.  
  707. local sesp = Instance.new("BillboardGui", sdir.Kill)
  708. sesp.AlwaysOnTop=true
  709. sesp.ResetOnSpawn=false
  710. sesp.Size = UDim2.new(1,1,1,1)
  711.  
  712. local tag = Instance.new("TextLabel", sesp)
  713. tag.Size = UDim2.new(5,5,5,5)
  714. tag.Text = "Shark"
  715. tag.TextColor3 = Color3.new(255, 0, 0)
  716. tag.BackgroundTransparency = 1 end end end
  717.  
  718. for i,v in pairs(game.Players:GetChildren()) do
  719. if v.Name ~= LocalPlayer and v.Team.Name == "Survivor" then
  720. survivors = {}
  721. table.insert(survivors, v.Name)
  722.  
  723. for i = 1, #survivors do
  724. local esp = Instance.new("BillboardGui", game.Players[v.Name].Character)
  725. esp.AlwaysOnTop=true
  726. esp.ResetOnSpawn=false
  727. esp.Size = UDim2.new(1,1,1,1)
  728.  
  729. local tag = Instance.new("TextLabel", esp)
  730. tag.Size = UDim2.new(5,5,5,5)
  731. tag.Text = "Survivor"
  732. tag.TextColor3 = Color3.new(0, 255, 0)
  733. tag.BackgroundTransparency = 1
  734. end end end
  735.  
  736. end)
  737. guiwep.MouseButton1Down:connect(function()
  738. -- Objects
  739.  
  740. -- Credits: Script Owner, Anwarun
  741. -- Subscribe : AnwarunYt
  742.  
  743. local SharkBiterr = Instance.new("ScreenGui")
  744. local Frame = Instance.new("Frame")
  745. local Title = Instance.new("TextLabel")
  746. local Senjata = Instance.new("TextButton")
  747. local Perahu = Instance.new("TextButton")
  748. local Hiu = Instance.new("TextButton")
  749. local Tunda = Instance.new("TextButton")
  750. local Tutup = Instance.new("TextButton")
  751. local Fs = Instance.new("Frame")
  752. local Ts = Instance.new("TextLabel")
  753. local Harpoon = Instance.new("TextButton")
  754. local Basoka = Instance.new("TextButton")
  755. local Shotgan = Instance.new("TextButton")
  756. local Comando = Instance.new("TextButton")
  757. local RayGan = Instance.new("TextButton")
  758. local Ak47 = Instance.new("TextButton")
  759. local Fp = Instance.new("Frame")
  760. local Tp = Instance.new("TextLabel")
  761. local ScrollingFrame = Instance.new("ScrollingFrame")
  762. local Kd = Instance.new("TextButton")
  763. local Ks = Instance.new("TextButton")
  764. local Kne = Instance.new("TextButton")
  765. local Km = Instance.new("TextButton")
  766. local Ksu = Instance.new("TextButton")
  767. local Ksp = Instance.new("TextButton")
  768. local Kde = Instance.new("TextButton")
  769. local Ksw = Instance.new("TextButton")
  770. local Kb = Instance.new("TextButton")
  771. local Kg = Instance.new("TextButton")
  772. local Kp = Instance.new("TextButton")
  773. local Kh = Instance.new("TextButton")
  774. local Kr = Instance.new("TextButton")
  775. local Kbl = Instance.new("TextButton")
  776. local Fh = Instance.new("Frame")
  777. local Th = Instance.new("TextLabel")
  778. local Hh = Instance.new("TextButton")
  779. local Ss = Instance.new("TextButton")
  780. local M = Instance.new("TextButton")
  781.  
  782. SenjataF = 0
  783. PerahuF = 0
  784. TundaF = 0
  785. HiuF = 0
  786. local Bocah = game.Players.LocalPlayer.Name
  787.  
  788. -- Properties
  789.  
  790. SharkBiterr.Name = "SharkBiterr"
  791. SharkBiterr.Parent = game.CoreGui
  792.  
  793. Frame.Parent = SharkBiterr
  794. Frame.Active = true
  795. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  796. Frame.BorderColor3 = Color3.new(1, 0, 0)
  797. Frame.BorderSizePixel = 3
  798. Frame.Selectable = true
  799. Frame.Position = UDim2.new(0.212121204, 0, 0.0297029689, 0)
  800. Frame.Size = UDim2.new(0, 395, 0, 84)
  801. Frame.Draggable = true
  802.  
  803. Title.Name = "Title"
  804. Title.Parent = Frame
  805. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  806. Title.BackgroundTransparency = 0.20000000298023
  807. Title.BorderColor3 = Color3.new(1, 0, 0)
  808. Title.BorderSizePixel = 3
  809. Title.Size = UDim2.new(0, 395, 0, 20)
  810. Title.Font = Enum.Font.GothamBold
  811. Title.Text = "Shark Biterr!"
  812. Title.TextColor3 = Color3.new(1, 0, 0)
  813. Title.TextSize = 20
  814.  
  815. Senjata.Name = "Senjata"
  816. Senjata.Parent = Frame
  817. Senjata.BackgroundColor3 = Color3.new(0, 0, 0)
  818. Senjata.BorderColor3 = Color3.new(1, 0, 0)
  819. Senjata.BorderSizePixel = 3
  820. Senjata.Position = UDim2.new(0.0254957583, 0, 0.392857134, 0)
  821. Senjata.Size = UDim2.new(0, 102, 0, 31)
  822. Senjata.Font = Enum.Font.GothamBold
  823. Senjata.Text = "Guns"
  824. Senjata.TextColor3 = Color3.new(1, 0, 0)
  825. Senjata.TextSize = 14
  826. Senjata.TextWrapped = true
  827.  
  828. Perahu.Name = "Perahu"
  829. Perahu.Parent = Frame
  830. Perahu.BackgroundColor3 = Color3.new(0, 0, 0)
  831. Perahu.BorderColor3 = Color3.new(1, 0, 0)
  832. Perahu.BorderSizePixel = 3
  833. Perahu.Position = UDim2.new(0.369267255, 0, 0.392857134, 0)
  834. Perahu.Size = UDim2.new(0, 102, 0, 31)
  835. Perahu.Font = Enum.Font.GothamBold
  836. Perahu.Text = "Boats"
  837. Perahu.TextColor3 = Color3.new(1, 0, 0)
  838. Perahu.TextSize = 14
  839. Perahu.TextWrapped = true
  840.  
  841. Hiu.Name = "Hiu"
  842. Hiu.Parent = Frame
  843. Hiu.BackgroundColor3 = Color3.new(0, 0, 0)
  844. Hiu.BorderColor3 = Color3.new(1, 0, 0)
  845. Hiu.BorderSizePixel = 3
  846. Hiu.Position = UDim2.new(0.71042043, 0, 0.392857134, 0)
  847. Hiu.Size = UDim2.new(0, 102, 0, 31)
  848. Hiu.Font = Enum.Font.GothamBold
  849. Hiu.Text = "Shark"
  850. Hiu.TextColor3 = Color3.new(1, 0, 0)
  851. Hiu.TextSize = 14
  852. Hiu.TextWrapped = true
  853.  
  854. Tunda.Name = "Tunda"
  855. Tunda.Parent = Frame
  856. Tunda.BackgroundColor3 = Color3.new(0, 0, 0)
  857. Tunda.BorderColor3 = Color3.new(1, 0, 0)
  858. Tunda.BorderSizePixel = 3
  859. Tunda.Position = UDim2.new(0.856891274, 0, -0.00799151789, 0)
  860. Tunda.Size = UDim2.new(0, 28, 0, 20)
  861. Tunda.Font = Enum.Font.GothamBold
  862. Tunda.Text = "-"
  863. Tunda.TextColor3 = Color3.new(1, 0, 0)
  864. Tunda.TextSize = 20
  865.  
  866. Tutup.Name = "Tutup"
  867. Tutup.Parent = Frame
  868. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  869. Tutup.BorderColor3 = Color3.new(1, 0, 0)
  870. Tutup.BorderSizePixel = 3
  871. Tutup.Position = UDim2.new(0.92777735, 0, -0.00799151789, 0)
  872. Tutup.Size = UDim2.new(0, 28, 0, 20)
  873. Tutup.Font = Enum.Font.GothamBold
  874. Tutup.Text = "X"
  875. Tutup.TextColor3 = Color3.new(1, 0, 0)
  876. Tutup.TextSize = 20
  877.  
  878. Fs.Name = "Fs"
  879. Fs.Parent = SharkBiterr
  880. Fs.Active = true
  881. Fs.Draggable = true
  882. Fs.BackgroundColor3 = Color3.new(0, 0, 0)
  883. Fs.BorderColor3 = Color3.new(1, 0, 0)
  884. Fs.BorderSizePixel = 3
  885. Fs.Position = UDim2.new(0.216905907, 0, 0.227722779, 0)
  886. Fs.Size = UDim2.new(0, 112, 0, 270)
  887. Fs.Visible = false
  888.  
  889. Ts.Name = "Ts"
  890. Ts.Parent = Fs
  891. Ts.BackgroundColor3 = Color3.new(0, 0, 0)
  892. Ts.BorderColor3 = Color3.new(1, 0, 0)
  893. Ts.BorderSizePixel = 3
  894. Ts.Size = UDim2.new(0, 112, 0, 23)
  895. Ts.Font = Enum.Font.GothamBold
  896. Ts.Text = "Guns"
  897. Ts.TextColor3 = Color3.new(1, 0, 0)
  898. Ts.TextSize = 20
  899.  
  900. Harpoon.Name = "Harpoon"
  901. Harpoon.Parent = Fs
  902. Harpoon.BackgroundColor3 = Color3.new(0, 0, 0)
  903. Harpoon.BorderColor3 = Color3.new(1, 0, 0)
  904. Harpoon.BorderSizePixel = 3
  905. Harpoon.Position = UDim2.new(0.0892857164, 0, 0.134693876, 0)
  906. Harpoon.Size = UDim2.new(0, 92, 0, 27)
  907. Harpoon.Font = Enum.Font.GothamBold
  908. Harpoon.Text = "Harpoon"
  909. Harpoon.TextColor3 = Color3.new(1, 0, 0)
  910. Harpoon.TextSize = 14
  911.  
  912. Basoka.Name = "Basoka"
  913. Basoka.Parent = Fs
  914. Basoka.BackgroundColor3 = Color3.new(0, 0, 0)
  915. Basoka.BorderColor3 = Color3.new(1, 0, 0)
  916. Basoka.BorderSizePixel = 3
  917. Basoka.Position = UDim2.new(0.0892857164, 0, 0.276870757, 0)
  918. Basoka.Size = UDim2.new(0, 92, 0, 27)
  919. Basoka.Font = Enum.Font.GothamBold
  920. Basoka.Text = "Rocket"
  921. Basoka.TextColor3 = Color3.new(1, 0, 0)
  922. Basoka.TextSize = 14
  923.  
  924. Shotgan.Name = "Shotgan"
  925. Shotgan.Parent = Fs
  926. Shotgan.BackgroundColor3 = Color3.new(0, 0, 0)
  927. Shotgan.BorderColor3 = Color3.new(1, 0, 0)
  928. Shotgan.BorderSizePixel = 3
  929. Shotgan.Position = UDim2.new(0.0892857164, 0, 0.426077127, 0)
  930. Shotgan.Size = UDim2.new(0, 92, 0, 27)
  931. Shotgan.Font = Enum.Font.GothamBold
  932. Shotgan.Text = "Shotgun"
  933. Shotgan.TextColor3 = Color3.new(1, 0, 0)
  934. Shotgan.TextSize = 14
  935.  
  936. Comando.Name = "Comando"
  937. Comando.Parent = Fs
  938. Comando.BackgroundColor3 = Color3.new(0, 0, 0)
  939. Comando.BorderColor3 = Color3.new(1, 0, 0)
  940. Comando.BorderSizePixel = 3
  941. Comando.Position = UDim2.new(0.0892857164, 0, 0.567876041, 0)
  942. Comando.Size = UDim2.new(0, 92, 0, 27)
  943. Comando.Font = Enum.Font.GothamBold
  944. Comando.Text = "Commando"
  945. Comando.TextColor3 = Color3.new(1, 0, 0)
  946. Comando.TextSize = 14
  947.  
  948. RayGan.Name = "RayGan"
  949. RayGan.Parent = Fs
  950. RayGan.BackgroundColor3 = Color3.new(0, 0, 0)
  951. RayGan.BorderColor3 = Color3.new(1, 0, 0)
  952. RayGan.BorderSizePixel = 3
  953. RayGan.Position = UDim2.new(0.0892857164, 0, 0.862282634, 0)
  954. RayGan.Size = UDim2.new(0, 92, 0, 27)
  955. RayGan.Font = Enum.Font.GothamBold
  956. RayGan.Text = "Ray Gun"
  957. RayGan.TextColor3 = Color3.new(1, 0, 0)
  958. RayGan.TextSize = 14
  959.  
  960. Ak47.Name = "Ak47"
  961. Ak47.Parent = Fs
  962. Ak47.BackgroundColor3 = Color3.new(0, 0, 0)
  963. Ak47.BorderColor3 = Color3.new(1, 0, 0)
  964. Ak47.BorderSizePixel = 3
  965. Ak47.Position = UDim2.new(0.0892857164, 0, 0.71602422, 0)
  966. Ak47.Size = UDim2.new(0, 92, 0, 27)
  967. Ak47.Font = Enum.Font.GothamBold
  968. Ak47.Text = "Ak 47"
  969. Ak47.TextColor3 = Color3.new(1, 0, 0)
  970. Ak47.TextSize = 14
  971.  
  972. Fp.Name = "Fp"
  973. Fp.Parent = SharkBiterr
  974. Fp.Active = true
  975. Fp.Draggable = true
  976. Fp.BackgroundColor3 = Color3.new(0, 0, 0)
  977. Fp.BorderColor3 = Color3.new(1, 0, 0)
  978. Fp.BorderSizePixel = 3
  979. Fp.Position = UDim2.new(0.440191388, 0, 0.227722779, 0)
  980. Fp.Size = UDim2.new(0, 125, 0, 270)
  981. Fp.Visible = false
  982.  
  983. Tp.Name = "Tp"
  984. Tp.Parent = Fp
  985. Tp.BackgroundColor3 = Color3.new(0, 0, 0)
  986. Tp.BorderColor3 = Color3.new(1, 0, 0)
  987. Tp.BorderSizePixel = 3
  988. Tp.Size = UDim2.new(0, 125, 0, 23)
  989. Tp.Font = Enum.Font.GothamBold
  990. Tp.Text = "Boats"
  991. Tp.TextColor3 = Color3.new(1, 0, 0)
  992. Tp.TextSize = 20
  993.  
  994. ScrollingFrame.Parent = Fp
  995. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  996. ScrollingFrame.BorderSizePixel = 0
  997. ScrollingFrame.Position = UDim2.new(0, 0, 0.122222222, 0)
  998. ScrollingFrame.Size = UDim2.new(0, 125, 0, 237)
  999.  
  1000. Kd.Name = "Kd"
  1001. Kd.Parent = ScrollingFrame
  1002. Kd.BackgroundColor3 = Color3.new(0, 0, 0)
  1003. Kd.BorderColor3 = Color3.new(1, 0, 0)
  1004. Kd.BorderSizePixel = 3
  1005. Kd.Position = UDim2.new(0.0926428512, 0, 0.0235827342, 0)
  1006. Kd.Size = UDim2.new(0, 88, 0, 27)
  1007. Kd.Font = Enum.Font.GothamBold
  1008. Kd.Text = "Destroyer"
  1009. Kd.TextColor3 = Color3.new(1, 0, 0)
  1010. Kd.TextSize = 14
  1011.  
  1012. Ks.Name = "Ks"
  1013. Ks.Parent = ScrollingFrame
  1014. Ks.BackgroundColor3 = Color3.new(0, 0, 0)
  1015. Ks.BorderColor3 = Color3.new(1, 0, 0)
  1016. Ks.BorderSizePixel = 3
  1017. Ks.Position = UDim2.new(0.0926428512, 0, 0.0958049595, 0)
  1018. Ks.Size = UDim2.new(0, 88, 0, 27)
  1019. Ks.Font = Enum.Font.GothamBold
  1020. Ks.Text = "Santa Claus"
  1021. Ks.TextColor3 = Color3.new(1, 0, 0)
  1022. Ks.TextSize = 14
  1023.  
  1024. Kne.Name = "Kne"
  1025. Kne.Parent = ScrollingFrame
  1026. Kne.BackgroundColor3 = Color3.new(0, 0, 0)
  1027. Kne.BorderColor3 = Color3.new(1, 0, 0)
  1028. Kne.BorderSizePixel = 3
  1029. Kne.Position = UDim2.new(0.0926428512, 0, 0.169879034, 0)
  1030. Kne.Size = UDim2.new(0, 88, 0, 27)
  1031. Kne.Font = Enum.Font.GothamBold
  1032. Kne.Text = "New Boats"
  1033. Kne.TextColor3 = Color3.new(1, 0, 0)
  1034. Kne.TextSize = 14
  1035.  
  1036. Km.Name = "Km"
  1037. Km.Parent = ScrollingFrame
  1038. Km.BackgroundColor3 = Color3.new(0, 0, 0)
  1039. Km.BorderColor3 = Color3.new(1, 0, 0)
  1040. Km.BorderSizePixel = 3
  1041. Km.Position = UDim2.new(0.0926428512, 0, 0.240249395, 0)
  1042. Km.Size = UDim2.new(0, 88, 0, 27)
  1043. Km.Font = Enum.Font.GothamBold
  1044. Km.Text = "Military"
  1045. Km.TextColor3 = Color3.new(1, 0, 0)
  1046. Km.TextSize = 14
  1047.  
  1048. Ksu.Name = "Ksu"
  1049. Ksu.Parent = ScrollingFrame
  1050. Ksu.BackgroundColor3 = Color3.new(0, 0, 0)
  1051. Ksu.BorderColor3 = Color3.new(1, 0, 0)
  1052. Ksu.BorderSizePixel = 3
  1053. Ksu.Position = UDim2.new(0.0926428512, 0, 0.314323485, 0)
  1054. Ksu.Size = UDim2.new(0, 88, 0, 27)
  1055. Ksu.Font = Enum.Font.GothamBold
  1056. Ksu.Text = "Submarine"
  1057. Ksu.TextColor3 = Color3.new(1, 0, 0)
  1058. Ksu.TextSize = 14
  1059.  
  1060. Ksp.Name = "Ksp"
  1061. Ksp.Parent = ScrollingFrame
  1062. Ksp.BackgroundColor3 = Color3.new(0, 0, 0)
  1063. Ksp.BorderColor3 = Color3.new(1, 0, 0)
  1064. Ksp.BorderSizePixel = 3
  1065. Ksp.Position = UDim2.new(0.0926428512, 0, 0.388397574, 0)
  1066. Ksp.Size = UDim2.new(0, 88, 0, 27)
  1067. Ksp.Font = Enum.Font.GothamBold
  1068. Ksp.Text = "Spectre"
  1069. Ksp.TextColor3 = Color3.new(1, 0, 0)
  1070. Ksp.TextSize = 14
  1071.  
  1072. Kde.Name = "Kde"
  1073. Kde.Parent = ScrollingFrame
  1074. Kde.BackgroundColor3 = Color3.new(0, 0, 0)
  1075. Kde.BorderColor3 = Color3.new(1, 0, 0)
  1076. Kde.BorderSizePixel = 3
  1077. Kde.Position = UDim2.new(0.0926428512, 0, 0.456916094, 0)
  1078. Kde.Size = UDim2.new(0, 88, 0, 27)
  1079. Kde.Font = Enum.Font.GothamBold
  1080. Kde.Text = "Delux"
  1081. Kde.TextColor3 = Color3.new(1, 0, 0)
  1082. Kde.TextSize = 14
  1083.  
  1084. Ksw.Name = "Ksw"
  1085. Ksw.Parent = ScrollingFrame
  1086. Ksw.BackgroundColor3 = Color3.new(0, 0, 0)
  1087. Ksw.BorderColor3 = Color3.new(1, 0, 0)
  1088. Ksw.BorderSizePixel = 3
  1089. Ksw.Position = UDim2.new(0.0926428512, 0, 0.529138327, 0)
  1090. Ksw.Size = UDim2.new(0, 88, 0, 27)
  1091. Ksw.Font = Enum.Font.GothamBold
  1092. Ksw.Text = "Swat"
  1093. Ksw.TextColor3 = Color3.new(1, 0, 0)
  1094. Ksw.TextSize = 14
  1095.  
  1096. Kb.Name = "Kb"
  1097. Kb.Parent = ScrollingFrame
  1098. Kb.BackgroundColor3 = Color3.new(0, 0, 0)
  1099. Kb.BorderColor3 = Color3.new(1, 0, 0)
  1100. Kb.BorderSizePixel = 3
  1101. Kb.Position = UDim2.new(0.0926428512, 0, 0.599508703, 0)
  1102. Kb.Size = UDim2.new(0, 88, 0, 27)
  1103. Kb.Font = Enum.Font.GothamBold
  1104. Kb.Text = "Banana"
  1105. Kb.TextColor3 = Color3.new(1, 0, 0)
  1106. Kb.TextSize = 14
  1107.  
  1108. Kg.Name = "Kg"
  1109. Kg.Parent = ScrollingFrame
  1110. Kg.BackgroundColor3 = Color3.new(0, 0, 0)
  1111. Kg.BorderColor3 = Color3.new(1, 0, 0)
  1112. Kg.BorderSizePixel = 3
  1113. Kg.Position = UDim2.new(0.0926428512, 0, 0.669879079, 0)
  1114. Kg.Size = UDim2.new(0, 88, 0, 27)
  1115. Kg.Font = Enum.Font.GothamBold
  1116. Kg.Text = "Green Jetski"
  1117. Kg.TextColor3 = Color3.new(1, 0, 0)
  1118. Kg.TextSize = 14
  1119.  
  1120. Kp.Name = "Kp"
  1121. Kp.Parent = ScrollingFrame
  1122. Kp.BackgroundColor3 = Color3.new(0, 0, 0)
  1123. Kp.BorderColor3 = Color3.new(1, 0, 0)
  1124. Kp.BorderSizePixel = 3
  1125. Kp.Position = UDim2.new(0.0926428512, 0, 0.740249455, 0)
  1126. Kp.Size = UDim2.new(0, 88, 0, 27)
  1127. Kp.Font = Enum.Font.GothamBold
  1128. Kp.Text = "Pink Jetski"
  1129. Kp.TextColor3 = Color3.new(1, 0, 0)
  1130. Kp.TextSize = 14
  1131.  
  1132. Kh.Name = "Kh"
  1133. Kh.Parent = ScrollingFrame
  1134. Kh.BackgroundColor3 = Color3.new(0, 0, 0)
  1135. Kh.BorderColor3 = Color3.new(1, 0, 0)
  1136. Kh.BorderSizePixel = 3
  1137. Kh.Position = UDim2.new(0.0926428512, 0, 0.810619831, 0)
  1138. Kh.Size = UDim2.new(0, 88, 0, 27)
  1139. Kh.Font = Enum.Font.GothamBold
  1140. Kh.Text = "Hover Craft"
  1141. Kh.TextColor3 = Color3.new(1, 0, 0)
  1142. Kh.TextSize = 14
  1143.  
  1144. Kr.Name = "Kr"
  1145. Kr.Parent = ScrollingFrame
  1146. Kr.BackgroundColor3 = Color3.new(0, 0, 0)
  1147. Kr.BorderColor3 = Color3.new(1, 0, 0)
  1148. Kr.BorderSizePixel = 3
  1149. Kr.Position = UDim2.new(0.0926428512, 0, 0.87358278, 0)
  1150. Kr.Size = UDim2.new(0, 88, 0, 27)
  1151. Kr.Font = Enum.Font.GothamBold
  1152. Kr.Text = "Red Motor"
  1153. Kr.TextColor3 = Color3.new(1, 0, 0)
  1154. Kr.TextSize = 14
  1155.  
  1156. Kbl.Name = "Kbl"
  1157. Kbl.Parent = ScrollingFrame
  1158. Kbl.BackgroundColor3 = Color3.new(0, 0, 0)
  1159. Kbl.BorderColor3 = Color3.new(1, 0, 0)
  1160. Kbl.BorderSizePixel = 3
  1161. Kbl.Position = UDim2.new(0.100642852, 0, 0.938397646, 0)
  1162. Kbl.Size = UDim2.new(0, 88, 0, 27)
  1163. Kbl.Font = Enum.Font.GothamBold
  1164. Kbl.Text = "Blue Motor"
  1165. Kbl.TextColor3 = Color3.new(1, 0, 0)
  1166. Kbl.TextSize = 14
  1167.  
  1168. Fh.Name = "Fh"
  1169. Fh.Parent = SharkBiterr
  1170. Fh.Active = true
  1171. Fh.Draggable = true
  1172. Fh.BackgroundColor3 = Color3.new(0, 0, 0)
  1173. Fh.BorderColor3 = Color3.new(1, 0, 0)
  1174. Fh.BorderSizePixel = 3
  1175. Fh.Position = UDim2.new(0.663476884, 0, 0.227722779, 0)
  1176. Fh.Size = UDim2.new(0, 112, 0, 163)
  1177. Fh.Visible = false
  1178.  
  1179. Th.Name = "Th"
  1180. Th.Parent = Fh
  1181. Th.BackgroundColor3 = Color3.new(0, 0, 0)
  1182. Th.BorderColor3 = Color3.new(1, 0, 0)
  1183. Th.BorderSizePixel = 3
  1184. Th.Size = UDim2.new(0, 112, 0, 23)
  1185. Th.Font = Enum.Font.GothamBold
  1186. Th.Text = "Sharks"
  1187. Th.TextColor3 = Color3.new(1, 0, 0)
  1188. Th.TextSize = 20
  1189.  
  1190. Hh.Name = "Hh"
  1191. Hh.Parent = Fh
  1192. Hh.BackgroundColor3 = Color3.new(0, 0, 0)
  1193. Hh.BorderColor3 = Color3.new(1, 0, 0)
  1194. Hh.BorderSizePixel = 3
  1195. Hh.Position = UDim2.new(0.0535714328, 0, 0.209941521, 0)
  1196. Hh.Size = UDim2.new(0, 99, 0, 27)
  1197. Hh.Font = Enum.Font.GothamBold
  1198. Hh.Text = "Hammer Head"
  1199. Hh.TextColor3 = Color3.new(1, 0, 0)
  1200. Hh.TextSize = 14
  1201.  
  1202. Ss.Name = "Ss"
  1203. Ss.Parent = Fh
  1204. Ss.BackgroundColor3 = Color3.new(0, 0, 0)
  1205. Ss.BorderColor3 = Color3.new(1, 0, 0)
  1206. Ss.BorderSizePixel = 3
  1207. Ss.Position = UDim2.new(0.0535714328, 0, 0.456508696, 0)
  1208. Ss.Size = UDim2.new(0, 99, 0, 27)
  1209. Ss.Font = Enum.Font.GothamBold
  1210. Ss.Text = "Skele Shark"
  1211. Ss.TextColor3 = Color3.new(1, 0, 0)
  1212. Ss.TextSize = 14
  1213.  
  1214. M.Name = "M"
  1215. M.Parent = Fh
  1216. M.BackgroundColor3 = Color3.new(0, 0, 0)
  1217. M.BorderColor3 = Color3.new(1, 0, 0)
  1218. M.BorderSizePixel = 3
  1219. M.Position = UDim2.new(0.0535714328, 0, 0.702214837, 0)
  1220. M.Size = UDim2.new(0, 99, 0, 27)
  1221. M.Font = Enum.Font.GothamBold
  1222. M.Text = "Megalodon"
  1223. M.TextColor3 = Color3.new(1, 0, 0)
  1224. M.TextSize = 14
  1225.  
  1226. -- Script
  1227.  
  1228. Tutup.MouseButton1Click:connect(function()
  1229. SharkBiterr:Destroy()
  1230. end)
  1231.  
  1232. Tunda.MouseButton1Click:connect(function()
  1233. if TundaF == 1 then
  1234. TundaF = 0
  1235. Senjata.Visible = true
  1236. Perahu.Visible = true
  1237. Hiu.Visible = true
  1238. Frame.Size = UDim2.new(0, 395, 0, 84)
  1239. else
  1240. TundaF = 1
  1241. Senjata.Visible = false
  1242. Perahu.Visible = false
  1243. Hiu.Visible = false
  1244. Fs.Visible = false
  1245. Fh.Visible = false
  1246. Fp.Visible = false
  1247. Frame.Size = UDim2.new(0, 395, 0, 20)
  1248. end
  1249. end)
  1250.  
  1251. Senjata.MouseButton1Click:connect(function()
  1252. if SenjataF == 1 then
  1253. SenjataF = 0
  1254. Fs.Visible = false
  1255. else
  1256. SenjataF = 1
  1257. Fs.Visible = true
  1258. end
  1259. end)
  1260.  
  1261. Perahu.MouseButton1Click:connect(function()
  1262. if PerahuF == 1 then
  1263. PerahuF = 0
  1264. Fp.Visible = false
  1265. else
  1266. PerahuF = 1
  1267. Fp.Visible = true
  1268. end
  1269. end)
  1270.  
  1271. Hiu.MouseButton1Click:connect(function()
  1272. if HiuF == 1 then
  1273. HiuF = 0
  1274. Fh.Visible = false
  1275. else
  1276. HiuF = 1
  1277. Fh.Visible = true
  1278. end
  1279. end)
  1280.  
  1281. Harpoon.MouseButton1Click:Connect(function()
  1282. local Harpon = "Harpoon"
  1283. local Letak = game:GetService("Workspace").Events.Shop.ChangeActiveGun
  1284. Letak:FireServer(Harpon)
  1285. end)
  1286.  
  1287. Basoka.MouseButton1Click:connect(function()
  1288. local Basoka = "Rocket"
  1289. local Letak = game:GetService("Workspace").Events.Shop.ChangeActiveGun
  1290. Letak:FireServer(Basoka)
  1291. end)
  1292.  
  1293. Shotgan.MouseButton1Click:connect(function()
  1294. local Shotgan = "Shotgun"
  1295. local Letak = game:GetService("Workspace").Events.Shop.ChangeActiveGun
  1296. Letak:FireServer(Shotgan)
  1297. end)
  1298.  
  1299. Comando.MouseButton1Click:connect(function()
  1300. local Comando = "Commando"
  1301. local Letak = game:GetService("Workspace").Events.Shop.ChangeActiveGun
  1302. Letak:FireServer(Comando)
  1303. end)
  1304.  
  1305. Ak47.MouseButton1Click:connect(function()
  1306. local Ak47 = "AK-47"
  1307. local Letak = game:GetService("Workspace").Events.Shop.ChangeActiveGun
  1308. Letak:FireServer(Ak47)
  1309. end)
  1310.  
  1311. RayGan.MouseButton1Click:connect(function()
  1312. local RayGan = "Ray Gun"
  1313. local Letak = game:GetService("Workspace").Events.Shop.ChangeActiveGun
  1314. Letak:FireServer(RayGan)
  1315. end)
  1316.  
  1317. Hh.MouseButton1Click:connect(function()
  1318. Hh.BackgroundColor3 = Color3.new(1, 1, 1)
  1319. Ss.BackgroundColor3 = Color3.new(0, 0, 0)
  1320. M.BackgroundColor3 = Color3.new(0, 0, 0)
  1321. local remote = Game["Workspace"]["Events"]["Shop"]["ChangeActiveShark"]
  1322. local args = {
  1323. [1] = "HammerHead"
  1324. }
  1325. remote:FireServer(unpack(args))
  1326. end)
  1327.  
  1328. M.MouseButton1Click:connect(function()
  1329. Hh.BackgroundColor3 = Color3.new(0, 0, 0)
  1330. Ss.BackgroundColor3 = Color3.new(0, 0, 0)
  1331. M.BackgroundColor3 = Color3.new(1, 1, 1)
  1332. local remote = Game["Workspace"]["Events"]["Shop"]["ChangeActiveShark"]
  1333. local args = {
  1334. [1] = "Megaladon"
  1335. }
  1336. remote:FireServer(unpack(args))
  1337. end)
  1338.  
  1339. Ss.MouseButton1Click:connect(function()
  1340. Hh.BackgroundColor3 = Color3.new(0, 0, 0)
  1341. Ss.BackgroundColor3 = Color3.new(1, 1, 1)
  1342. M.BackgroundColor3 = Color3.new(0, 0, 0)
  1343. local remote = Game["Workspace"]["Events"]["Shop"]["ChangeActiveShark"]
  1344. local args = {
  1345. [1] = "SkeleShark"
  1346. }
  1347. remote:FireServer(unpack(args))
  1348. end)
  1349.  
  1350. Kd.MouseButton1Click:connect(function()
  1351. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 19})
  1352. end)
  1353.  
  1354. Ks.MouseButton1Click:connect(function()
  1355. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 21})
  1356. end)
  1357.  
  1358. Kne.MouseButton1Click:connect(function()
  1359. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 22})
  1360. end)
  1361.  
  1362. Km.MouseButton1Click:connect(function()
  1363. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 12})
  1364. end)
  1365.  
  1366. Ksu.MouseButton1Click:connect(function()
  1367. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 25})
  1368. end)
  1369.  
  1370. Ksp.MouseButton1Click:connect(function()
  1371. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 9})
  1372. end)
  1373.  
  1374. Kde.MouseButton1Click:connect(function()
  1375. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 8})
  1376. end)
  1377.  
  1378. Ksw.MouseButton1Click:connect(function()
  1379. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 17})
  1380. end)
  1381.  
  1382. Kb.MouseButton1Click:connect(function()
  1383. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 18})
  1384. end)
  1385.  
  1386. Kg.MouseButton1Click:connect(function()
  1387. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 15})
  1388. end)
  1389.  
  1390. Kp.MouseButton1Click:connect(function()
  1391. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 14})
  1392. end)
  1393.  
  1394. Kh.MouseButton1Click:connect(function()
  1395. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 11})
  1396. end)
  1397.  
  1398. Kr.MouseButton1Click:connect(function()
  1399. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 3})
  1400. end)
  1401.  
  1402. Kbl.MouseButton1Click:connect(function()
  1403. game.Workspace.Events.MatchMaking.PartyChange:FireServer({["Guests"] = {}, ["Owner"] = Bocah, ["IsInOtherParty"] = "", ["BoatId"] = 2})
  1404. end)
  1405. end)
  1406. lt2.MouseButton1Down:connect(function()
  1407. lumber.Visible = true
  1408. Games.Visible = false
  1409. end)
  1410.  
  1411. deletelumber.MouseButton1Down:connect(function()
  1412. lumber.Visible = false
  1413. end)
  1414.  
  1415. gamescripts.MouseButton1Down:connect(function()
  1416. Games.Visible = true
  1417. end)
  1418. mineinc.MouseButton1Down:connect(function()
  1419. MineINC.Visible = true
  1420. Games.Visible = false
  1421. end)
  1422.  
  1423. sharkbite.MouseButton1Down:connect(function()
  1424. Sharky.Visible = true
  1425. Games.Visible = false
  1426. end)
  1427. deleteshark.MouseButton1Down:connect(function()
  1428. Sharky.Visible = false
  1429. end)
  1430. deletemine.MouseButton1Down:connect(function()
  1431. MineINC.Visible = false
  1432. end)
  1433. deletegames.MouseButton1Down:connect(function()
  1434. Games.Visible = false
  1435. end)
  1436. btools.MouseButton1Down:connect(function()
  1437. loadstring(game:GetObjects("rbxassetid://730927001")[1].Source)()
  1438. end)
  1439. -----------------------------------------------------------------------------------------------------------------------
  1440. efly.MouseButton1Down:connect(function()
  1441. repeat wait()
  1442. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1443. local mouse = game.Players.LocalPlayer:GetMouse()
  1444. repeat wait() until mouse
  1445. local plr = game.Players.LocalPlayer
  1446. local torso = plr.Character.Torso
  1447. local flying = true
  1448. local deb = true
  1449. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1450. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1451. local maxspeed = 250
  1452. local speed = 100
  1453.  
  1454. function Fly()
  1455. local bg = Instance.new("BodyGyro", torso)
  1456. bg.P = 9e4
  1457. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1458. bg.cframe = torso.CFrame
  1459. local bv = Instance.new("BodyVelocity", torso)
  1460. bv.velocity = Vector3.new(0,0.1,0)
  1461. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1462. repeat wait()
  1463. plr.Character.Humanoid.PlatformStand = true
  1464. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1465. speed = speed+.5+(speed/maxspeed)
  1466. if speed > maxspeed then
  1467. speed = maxspeed
  1468. end
  1469. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1470. speed = speed-1
  1471. if speed < 0 then
  1472. speed = 0
  1473. end
  1474. end
  1475. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1476. 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
  1477. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1478. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1479. 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
  1480. else
  1481. bv.velocity = Vector3.new(0,0.1,0)
  1482. end
  1483. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1484. until not flying
  1485. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1486. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1487. speed = 0
  1488. bg:Destroy()
  1489. bv:Destroy()
  1490. plr.Character.Humanoid.PlatformStand = false
  1491. end
  1492. mouse.KeyDown:connect(function(key)
  1493. if key:lower() == "e" then
  1494. if flying then flying = false
  1495. else
  1496. flying = true
  1497. Fly()
  1498. end
  1499. elseif key:lower() == "w" then
  1500. ctrl.f = 1
  1501. elseif key:lower() == "s" then
  1502. ctrl.b = -1
  1503. elseif key:lower() == "a" then
  1504. ctrl.l = -1
  1505. elseif key:lower() == "d" then
  1506. ctrl.r = 1
  1507. end
  1508. end)
  1509. mouse.KeyUp:connect(function(key)
  1510. if key:lower() == "w" then
  1511. ctrl.f = 0
  1512. elseif key:lower() == "s" then
  1513. ctrl.b = 0
  1514. elseif key:lower() == "a" then
  1515. ctrl.l = 0
  1516. elseif key:lower() == "d" then
  1517. ctrl.r = 0
  1518. end
  1519. end)
  1520. Fly()
  1521.  
  1522. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement