kevinbuitendyk

SharkBiteGUI

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