1_F0

Untitled

Jun 28th, 2020
13,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 KB | None | 0 0
  1. wait(0.1)
  2. --Made by !!!RelentlessRaptor#5709 on discord.
  3. --Please do not take anything from this gui without giving me credit. Thanks!
  4. --Variables
  5. main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  6. main.Name = ("Bite")
  7. tab = Instance.new("Frame",main)
  8. frame = Instance.new("Frame",tab)
  9. close = Instance.new("TextButton",tab)
  10. min = Instance.new("TextButton",tab)
  11. blabel = Instance.new("TextLabel",tab)
  12. btn1 = Instance.new("TextButton",frame)--kill all(shark)
  13. btn2 = Instance.new("TextButton",frame)--fly(e)
  14. btn3 = Instance.new("TextButton",frame)
  15. btn4 = Instance.new("TextButton",frame)
  16. btn5 = Instance.new("TextButton",frame)
  17. btn6 = Instance.new("TextButton",frame)
  18. btn7 = Instance.new("TextButton",frame)--island1
  19. btn8 = Instance.new("TextButton",frame)--island2
  20. btn9 = Instance.new("TextButton",frame)--island3
  21.  
  22. --Appearance
  23.  
  24. tab.AnchorPoint = Vector2.new(0.5,0.5)
  25. tab.Position = UDim2.new(0.5,0,0.5,0)
  26. tab.Size = UDim2.new(0,400,0,25)
  27. tab.BorderSizePixel = 0
  28. tab.BackgroundColor3 = Color3.new(1,1,1)
  29. tab.Draggable = true
  30. tab.Active = true
  31.  
  32. frame.Position = UDim2.new(0,0,0,25)
  33. frame.Size = UDim2.new(0,400,0,263)
  34. frame.BorderSizePixel = 0
  35. frame.BackgroundColor3 = Color3.new(150/255,150/255,150/255)
  36.  
  37. close.Position = UDim2.new(1,-20,0,0)
  38. close.Size = UDim2.new(0,20,0,20)
  39. close.BorderSizePixel = 0
  40. close.BackgroundColor3 = Color3.new(1,1,1)
  41. close.Text = ("X")
  42. close.Font = ("Arial")
  43. close.TextSize = 15
  44. close.TextColor3 = Color3.new(26/255,26/255,26/255)
  45.  
  46. min.Position = UDim2.new(1,-40,0,0)
  47. min.Size = UDim2.new(0,20,0,20)
  48. min.BorderSizePixel = 0
  49. min.BackgroundColor3 = Color3.new(1,1,1)
  50. min.Text = ("_")
  51. min.Font = ("Arial")
  52. min.TextSize = 15
  53. min.TextColor3 = Color3.new(26/255,26/255,26/255)
  54.  
  55. blabel.Position = UDim2.new(0,135,0,8)
  56. blabel.BackgroundTransparency = 1
  57. blabel.Text = ("Shark Bite Gui Beta by RelentlessRaptor")
  58. blabel.TextSize = 10
  59. blabel.TextColor3 = Color3.new(0,0,0)
  60.  
  61.  
  62. btn1.Position = UDim2.new(0,5,0,5)
  63. btn1.Size = UDim2.new(0,126,0,80)
  64. btn1.BorderSizePixel = 0
  65. btn1.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  66. btn1.Text = ("Kill All (Shark)")
  67. btn1.Font = ("Arial")
  68. btn1.TextSize = 20
  69. btn1.TextColor3 = Color3.new(0,0,0)
  70.  
  71. btn2.Position = UDim2.new(0,136,0,5)
  72. btn2.Size = UDim2.new(0,126,0,80)
  73. btn2.BorderSizePixel = 0
  74. btn2.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  75. btn2.Text = ("Fly (E)")
  76. btn2.Font = ("Arial")
  77. btn2.TextSize = 20
  78. btn2.TextColor3 = Color3.new(0,0,0)
  79.  
  80. btn3.Position = UDim2.new(0,267,0,5)
  81. btn3.Size = UDim2.new(0,128,0,80)
  82. btn3.BorderSizePixel = 0
  83. btn3.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  84. btn3.Text = ("Kill Shark(s)")
  85. btn3.Font = ("Arial")
  86. btn3.TextSize = 20
  87. btn3.TextColor3 = Color3.new(0,0,0)
  88.  
  89. btn4.Position = UDim2.new(0,5,0,93)
  90. btn4.Size = UDim2.new(0,126,0,80)
  91. btn4.BorderSizePixel = 0
  92. btn4.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  93. btn4.Text = ("Equip Rocket")
  94. btn4.Font = ("Arial")
  95. btn4.TextSize = 18
  96. btn4.TextColor3 = Color3.new(0,0,0)
  97.  
  98. btn5.Position = UDim2.new(0,136,0,93)
  99. btn5.Size = UDim2.new(0,126,0,80)
  100. btn5.BorderSizePixel = 0
  101. btn5.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  102. btn5.Text = ("God Shark(s)")
  103. btn5.Font = ("Arial")
  104. btn5.TextSize = 20
  105. btn5.TextColor3 = Color3.new(0,0,0)
  106.  
  107. btn6.Position = UDim2.new(0,267,0,93)
  108. btn6.Size = UDim2.new(0,128,0,80)
  109. btn6.BorderSizePixel = 0
  110. btn6.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  111. btn6.Text = ("btn6")
  112. btn6.Font = ("Arial")
  113. btn6.TextSize = 20
  114. btn6.TextColor3 = Color3.new(0,0,0)
  115.  
  116. btn7.Position = UDim2.new(0,5,0,178)
  117. btn7.Size = UDim2.new(0,126,0,80)
  118. btn7.BorderSizePixel = 0
  119. btn7.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  120. btn7.Text = ("Island 1")
  121. btn7.Font = ("Arial")
  122. btn7.TextSize = 20
  123. btn7.TextColor3 = Color3.new(0,0,0)
  124.  
  125. btn8.Position = UDim2.new(0,136,0,178)
  126. btn8.Size = UDim2.new(0,126,0,80)
  127. btn8.BorderSizePixel = 0
  128. btn8.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  129. btn8.Text = ("Island 2")
  130. btn8.Font = ("Arial")
  131. btn8.TextSize = 20
  132. btn8.TextColor3 = Color3.new(0,0,0)
  133.  
  134. btn9.Position = UDim2.new(0,267,0,178)
  135. btn9.Size = UDim2.new(0,128,0,80)
  136. btn9.BorderSizePixel = 0
  137. btn9.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  138. btn9.Text = ("Island 3")
  139. btn9.Font = ("Arial")
  140. btn9.TextSize = 20
  141. btn9.TextColor3 = Color3.new(0,0,0)
  142.  
  143. --Buttons / functions
  144.  
  145. for i, v in pairs(game.Workspace:GetChildren()) do
  146. if v.Name == ("GAMEROOF") or v.Name == ("SmallIslandBarrier2") or v.Name == ("Barrier") then
  147. v:Destroy()
  148. end
  149. end
  150. for i, v in pairs(game.Workspace.StuffSimonHasntFoldered:GetChildren()) do
  151. if v.Name == ("SmallIslandBarriers3") or v.Name == ("Model") then
  152. v:Destroy()
  153. end
  154. end
  155.  
  156.  
  157. close.MouseEnter:connect(function()
  158. close.BackgroundColor3 = Color3.new(1,0,0)
  159. end)
  160. close.MouseLeave:connect(function()
  161. close.BackgroundColor3 = Color3.new(1,1,1)
  162. end)
  163. close.MouseButton1Up:connect(function()
  164. main:Remove()
  165. end)
  166.  
  167. minid = false
  168. min.MouseButton1Up:connect(function()
  169. if minid == false then
  170. frame.Position = UDim2.new(2000,0,0,0)
  171. minid = true
  172. else
  173. frame.Position = UDim2.new(0,0,0,25)
  174. minid = false
  175. end
  176.  
  177. end)
  178.  
  179.  
  180. btn1.MouseEnter:connect(function()
  181. btn1.TextColor3 = Color3.new(1,1,1)
  182. btn1.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  183. end)
  184. btn1.MouseLeave:connect(function()
  185. btn1.TextColor3 = Color3.new(0,0,0)
  186. btn1.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  187. end)
  188. btn1.MouseButton1Down:connect(function()
  189. for i = 1, 5 do
  190. wait(0.5)
  191. for i, v in pairs(game.Players:GetChildren()) do
  192. v.Character.Head.Anchored = true
  193. v.Character.Head.Position = game.Workspace.Sharks["Shark"..game.Players.LocalPlayer.Name].Body.Position
  194. end
  195. end
  196. end)
  197.  
  198. btn2.MouseEnter:connect(function()
  199. btn2.TextColor3 = Color3.new(1,1,1)
  200. btn2.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  201. end)
  202. btn2.MouseLeave:connect(function()
  203. btn2.TextColor3 = Color3.new(0,0,0)
  204. btn2.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  205. end)
  206. btn2.MouseButton1Down:connect(function()
  207. repeat wait()
  208. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  209. local mouse = game.Players.LocalPlayer:GetMouse()
  210. repeat wait() until mouse
  211. local plr = game.Players.LocalPlayer
  212. local torso = plr.Character.Torso
  213. local flying = true
  214. local deb = true
  215. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  216. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  217. local maxspeed = 50
  218. local speed = 0
  219.  
  220. function Fly()
  221. local bg = Instance.new("BodyGyro", torso)
  222. bg.P = 9e4
  223. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  224. bg.cframe = torso.CFrame
  225. local bv = Instance.new("BodyVelocity", torso)
  226. bv.velocity = Vector3.new(0,0.1,0)
  227. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  228. repeat wait()
  229. plr.Character.Humanoid.PlatformStand = true
  230. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  231. speed = speed+.5+(speed/maxspeed)
  232. if speed > maxspeed then
  233. speed = maxspeed
  234. end
  235. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  236. speed = speed-1
  237. if speed < 0 then
  238. speed = 0
  239. end
  240. end
  241. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  242. 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
  243. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  244. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  245. 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
  246. else
  247. bv.velocity = Vector3.new(0,0.1,0)
  248. end
  249. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  250. until not flying
  251. ctrl = {f = 0, b = 0, l = 0, r = 0}
  252. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  253. speed = 0
  254. bg:Destroy()
  255. bv:Destroy()
  256. plr.Character.Humanoid.PlatformStand = false
  257. end
  258. mouse.KeyDown:connect(function(key)
  259. if key:lower() == "e" then
  260. if flying then flying = false
  261. else
  262. flying = true
  263. Fly()
  264. end
  265. elseif key:lower() == "w" then
  266. ctrl.f = 1
  267. elseif key:lower() == "s" then
  268. ctrl.b = -1
  269. elseif key:lower() == "a" then
  270. ctrl.l = -1
  271. elseif key:lower() == "d" then
  272. ctrl.r = 1
  273. end
  274. end)
  275. mouse.KeyUp:connect(function(key)
  276. if key:lower() == "w" then
  277. ctrl.f = 0
  278. elseif key:lower() == "s" then
  279. ctrl.b = 0
  280. elseif key:lower() == "a" then
  281. ctrl.l = 0
  282. elseif key:lower() == "d" then
  283. ctrl.r = 0
  284. end
  285. end)
  286. Fly()
  287. end)
  288.  
  289. btn3.MouseEnter:connect(function()
  290. btn3.TextColor3 = Color3.new(1,1,1)
  291. btn3.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  292. end)
  293. btn3.MouseLeave:connect(function()
  294. btn3.TextColor3 = Color3.new(0,0,0)
  295. btn3.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  296. end)
  297. btn3.MouseButton1Down:connect(function()
  298. for _, v in pairs(game.Players:GetChildren()) do
  299. if v.TeamColor == game.Teams.Shark.TeamColor then
  300. for i = 1, 10000 do
  301. game.Workspace.Events.Projectiles.HealthChange:FireServer(v.Name, 20000, i)
  302. end
  303. end
  304. end
  305. end)
  306.  
  307. btn4.MouseEnter:connect(function()
  308. btn4.TextColor3 = Color3.new(1,1,1)
  309. btn4.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  310. end)
  311. btn4.MouseLeave:connect(function()
  312. btn4.TextColor3 = Color3.new(0,0,0)
  313. btn4.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  314. end)
  315. btn4.MouseButton1Down:connect(function()
  316. game.Workspace.Events.Shop.ChangeActiveGun:FireServer("Rocket")
  317. end)
  318.  
  319. btn5.MouseEnter:connect(function()
  320. btn5.TextColor3 = Color3.new(1,1,1)
  321. btn5.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  322. end)
  323. btn5.MouseLeave:connect(function()
  324. btn5.TextColor3 = Color3.new(0,0,0)
  325. btn5.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  326. end)
  327. btn5.MouseButton1Down:connect(function()
  328. for i, v in pairs(game.Players:GetChildren()) do
  329. if v.TeamColor == game.Teams.Shark.TeamColor then
  330. for i = 1, 10000 do
  331. game.Workspace.Events.Projectiles.HealthChange:FireServer(game.Players.LocalPlayer.Name, -200000, i)
  332. end
  333. end
  334. end
  335. end)
  336.  
  337. btn6.MouseEnter:connect(function()
  338. btn6.TextColor3 = Color3.new(1,1,1)
  339. btn6.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  340. end)
  341. btn6.MouseLeave:connect(function()
  342. btn6.TextColor3 = Color3.new(0,0,0)
  343. btn6.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  344. end)
  345. btn6.MouseButton1Down:connect(function()
  346.  
  347. end)
  348.  
  349. btn7.MouseEnter:connect(function()
  350. btn7.TextColor3 = Color3.new(1,1,1)
  351. btn7.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  352. end)
  353. btn7.MouseLeave:connect(function()
  354. btn7.TextColor3 = Color3.new(0,0,0)
  355. btn7.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  356. end)
  357. btn7.MouseButton1Down:connect(function()
  358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1075.19519, 299.016357, -685.695618, 0.954701662, 3.47420573e-05, -0.297564596, -2.5533247e-05, 0.99999994, 3.47346067e-05, 0.297564596, -2.5510788e-05, 0.954701662)
  359. end)
  360.  
  361. btn8.MouseEnter:connect(function()
  362. btn8.TextColor3 = Color3.new(1,1,1)
  363. btn8.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  364. end)
  365. btn8.MouseLeave:connect(function()
  366. btn8.TextColor3 = Color3.new(0,0,0)
  367. btn8.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  368. end)
  369. btn8.MouseButton1Down:connect(function()
  370. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-460.699707, 267.499939, -697.299988, 1, 3.08505369e-05, -1.1920929e-07, -3.08209055e-05, 0.99999994, 1.45519152e-11, 1.1920929e-07, 5.25978976e-08, 1)
  371. end)
  372.  
  373. btn9.MouseEnter:connect(function()
  374. btn9.TextColor3 = Color3.new(1,1,1)
  375. btn9.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  376. end)
  377. btn9.MouseLeave:connect(function()
  378. btn9.TextColor3 = Color3.new(0,0,0)
  379. btn9.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  380. end)
  381. btn9.MouseButton1Down:connect(function()
  382. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(472.017944, 295.799194, 1189.14563, 0.997364998, 0.0596748926, -0.0412537605, -0.0677004457, 0.969953597, -0.233680651, 0.0260693599, 0.235857844, 0.971437812)
  383. end)
Add Comment
Please, Sign In to add comment