Guest User

Sharbite

a guest
Sep 5th, 2017
2,223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 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 Alpha 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 = ("Aimbot Shark")
  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 = ("btn4")
  94. btn4.Font = ("Arial")
  95. btn4.TextSize = 20
  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 = ("btn5")
  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, v in pairs(game.Players:GetChildren()) do
  190. wait(2)
  191. game.Workspace.Sharks["Shark"..game.Players.LocalPlayer.Name]:MoveTo(v.Character.HumanoidRootPart.Position)
  192. end
  193.  
  194. end)
  195.  
  196. btn2.MouseEnter:connect(function()
  197. btn2.TextColor3 = Color3.new(1,1,1)
  198. btn2.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  199. end)
  200. btn2.MouseLeave:connect(function()
  201. btn2.TextColor3 = Color3.new(0,0,0)
  202. btn2.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  203. end)
  204. btn2.MouseButton1Down:connect(function()
  205. repeat wait()
  206. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  207. local mouse = game.Players.LocalPlayer:GetMouse()
  208. repeat wait() until mouse
  209. local plr = game.Players.LocalPlayer
  210. local torso = plr.Character.Torso
  211. local flying = true
  212. local deb = true
  213. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  214. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  215. local maxspeed = 50
  216. local speed = 0
  217.  
  218. function Fly()
  219. local bg = Instance.new("BodyGyro", torso)
  220. bg.P = 9e4
  221. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  222. bg.cframe = torso.CFrame
  223. local bv = Instance.new("BodyVelocity", torso)
  224. bv.velocity = Vector3.new(0,0.1,0)
  225. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  226. repeat wait()
  227. plr.Character.Humanoid.PlatformStand = true
  228. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  229. speed = speed+.5+(speed/maxspeed)
  230. if speed > maxspeed then
  231. speed = maxspeed
  232. end
  233. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  234. speed = speed-1
  235. if speed < 0 then
  236. speed = 0
  237. end
  238. end
  239. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  240. 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
  241. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  242. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  243. 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
  244. else
  245. bv.velocity = Vector3.new(0,0.1,0)
  246. end
  247. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  248. until not flying
  249. ctrl = {f = 0, b = 0, l = 0, r = 0}
  250. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  251. speed = 0
  252. bg:Destroy()
  253. bv:Destroy()
  254. plr.Character.Humanoid.PlatformStand = false
  255. end
  256. mouse.KeyDown:connect(function(key)
  257. if key:lower() == "e" then
  258. if flying then flying = false
  259. else
  260. flying = true
  261. Fly()
  262. end
  263. elseif key:lower() == "w" then
  264. ctrl.f = 1
  265. elseif key:lower() == "s" then
  266. ctrl.b = -1
  267. elseif key:lower() == "a" then
  268. ctrl.l = -1
  269. elseif key:lower() == "d" then
  270. ctrl.r = 1
  271. end
  272. end)
  273. mouse.KeyUp:connect(function(key)
  274. if key:lower() == "w" then
  275. ctrl.f = 0
  276. elseif key:lower() == "s" then
  277. ctrl.b = 0
  278. elseif key:lower() == "a" then
  279. ctrl.l = 0
  280. elseif key:lower() == "d" then
  281. ctrl.r = 0
  282. end
  283. end)
  284. Fly()
  285. end)
  286.  
  287. btn3.MouseEnter:connect(function()
  288. btn3.TextColor3 = Color3.new(1,1,1)
  289. btn3.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  290. end)
  291. btn3.MouseLeave:connect(function()
  292. btn3.TextColor3 = Color3.new(0,0,0)
  293. btn3.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  294. end)
  295. btn3.MouseButton1Down:connect(function()
  296. 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)
  297. for i, v in pairs(game.Workspace.Sharks:GetChildren()) do
  298. v.Body.Anchored = true
  299. v.Body.Position = Vector3.new(-460.7, 272.8, -630.3)
  300. end
  301. end)
  302.  
  303. btn4.MouseEnter:connect(function()
  304. btn4.TextColor3 = Color3.new(1,1,1)
  305. btn4.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  306. end)
  307. btn4.MouseLeave:connect(function()
  308. btn4.TextColor3 = Color3.new(0,0,0)
  309. btn4.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  310. end)
  311. btn4.MouseButton1Down:connect(function()
  312.  
  313. end)
  314.  
  315. btn5.MouseEnter:connect(function()
  316. btn5.TextColor3 = Color3.new(1,1,1)
  317. btn5.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  318. end)
  319. btn5.MouseLeave:connect(function()
  320. btn5.TextColor3 = Color3.new(0,0,0)
  321. btn5.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  322. end)
  323. btn5.MouseButton1Down:connect(function()
  324.  
  325. end)
  326.  
  327. btn6.MouseEnter:connect(function()
  328. btn6.TextColor3 = Color3.new(1,1,1)
  329. btn6.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  330. end)
  331. btn6.MouseLeave:connect(function()
  332. btn6.TextColor3 = Color3.new(0,0,0)
  333. btn6.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  334. end)
  335. btn6.MouseButton1Down:connect(function()
  336.  
  337. end)
  338.  
  339. btn7.MouseEnter:connect(function()
  340. btn7.TextColor3 = Color3.new(1,1,1)
  341. btn7.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  342. end)
  343. btn7.MouseLeave:connect(function()
  344. btn7.TextColor3 = Color3.new(0,0,0)
  345. btn7.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  346. end)
  347. btn7.MouseButton1Down:connect(function()
  348. 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)
  349. end)
  350.  
  351. btn8.MouseEnter:connect(function()
  352. btn8.TextColor3 = Color3.new(1,1,1)
  353. btn8.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  354. end)
  355. btn8.MouseLeave:connect(function()
  356. btn8.TextColor3 = Color3.new(0,0,0)
  357. btn8.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  358. end)
  359. btn8.MouseButton1Down:connect(function()
  360. 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)
  361. end)
  362.  
  363. btn9.MouseEnter:connect(function()
  364. btn9.TextColor3 = Color3.new(1,1,1)
  365. btn9.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
  366. end)
  367. btn9.MouseLeave:connect(function()
  368. btn9.TextColor3 = Color3.new(0,0,0)
  369. btn9.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  370. end)
  371. btn9.MouseButton1Down:connect(function()
  372. 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)
  373. end)
Add Comment
Please, Sign In to add comment