Advertisement
SHCREW

sharkbite gui

Nov 6th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local scubagear = Instance.new("TextButton")
  10. local flaregun = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local wpntb = Instance.new("TextBox")
  13. local TextBox = Instance.new("TextBox")
  14. local give = Instance.new("TextButton")
  15. local list = Instance.new("TextButton")
  16. local cls = Instance.new("TextButton")
  17. local listwpn = Instance.new("ScrollingFrame")
  18. local rocket = Instance.new("TextButton")
  19. local raygun = Instance.new("TextButton")
  20. local squidsniper = Instance.new("TextButton")
  21. local minigun = Instance.new("TextButton")
  22. local ak47 = Instance.new("TextButton")
  23. local cls_2 = Instance.new("TextButton")
  24. local pumpkinlauncher = Instance.new("TextButton")
  25. local flybtn = Instance.new("TextButton")
  26. local btools = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32. ScreenGui.ResetOnSpawn = false
  33.  
  34. Frame.Parent = ScreenGui
  35. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Frame.Position = UDim2.new(0.366043597, 0, 0.302211285, 0)
  37. Frame.Size = UDim2.new(0, 332, 0, 203)
  38. Frame.Style = Enum.FrameStyle.RobloxRound
  39.  
  40. Frame_2.Parent = Frame
  41. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Frame_2.Position = UDim2.new(0.00179382693, 0, -0.00735631399, 0)
  43. Frame_2.Size = UDim2.new(0, 313, 0, 189)
  44. Frame_2.Style = Enum.FrameStyle.RobloxRound
  45.  
  46. scubagear.Name = "scubagear"
  47. scubagear.Parent = Frame_2
  48. scubagear.BackgroundColor3 = Color3.new(1, 1, 1)
  49. scubagear.Position = UDim2.new(0.601110578, 0, 0.187989444, 0)
  50. scubagear.Size = UDim2.new(0, 107, 0, 26)
  51. scubagear.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  52. scubagear.Font = Enum.Font.SourceSans
  53. scubagear.Text = "Equip ScubaGear"
  54. scubagear.TextColor3 = Color3.new(0, 0, 0)
  55. scubagear.TextSize = 14
  56.  
  57. flaregun.Name = "flaregun"
  58. flaregun.Parent = Frame_2
  59. flaregun.BackgroundColor3 = Color3.new(1, 1, 1)
  60. flaregun.Position = UDim2.new(0.608394921, 0, 0.340738684, 0)
  61. flaregun.Size = UDim2.new(0, 104, 0, 26)
  62. flaregun.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  63. flaregun.Font = Enum.Font.SourceSans
  64. flaregun.Text = "Equip FlareGun"
  65. flaregun.TextColor3 = Color3.new(0, 0, 0)
  66. flaregun.TextSize = 14
  67.  
  68. TextLabel.Parent = Frame_2
  69. TextLabel.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  70. TextLabel.Position = UDim2.new(0.605885446, 0, 0.0682107434, 0)
  71. TextLabel.Size = UDim2.new(0, 104, 0, 14)
  72. TextLabel.Font = Enum.Font.SourceSans
  73. TextLabel.Text = "Give Weapons / Misc"
  74. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  75. TextLabel.TextSize = 14
  76.  
  77. wpntb.Name = "wpntb"
  78. wpntb.Parent = Frame_2
  79. wpntb.BackgroundColor3 = Color3.new(1, 1, 1)
  80. wpntb.Position = UDim2.new(0.0341639146, 0, 0.336381733, 0)
  81. wpntb.Size = UDim2.new(0, 112, 0, 24)
  82. wpntb.Font = Enum.Font.SourceSans
  83. wpntb.Text = ""
  84. wpntb.TextColor3 = Color3.new(0, 0, 0)
  85. wpntb.TextSize = 14
  86.  
  87. TextBox.Parent = Frame_2
  88. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextBox.Position = UDim2.new(0.0774070248, 0, 0.165824831, 0)
  90. TextBox.Size = UDim2.new(0, 85, 0, 21)
  91. TextBox.Font = Enum.Font.SourceSans
  92. TextBox.Text = "Player"
  93. TextBox.TextColor3 = Color3.new(0, 0, 0)
  94. TextBox.TextSize = 14
  95.  
  96. give.Name = "give"
  97. give.Parent = Frame_2
  98. give.BackgroundColor3 = Color3.new(1, 1, 1)
  99. give.Position = UDim2.new(0.065495275, 0, 0.521757901, 0)
  100. give.Size = UDim2.new(0, 93, 0, 32)
  101. give.Font = Enum.Font.SourceSans
  102. give.Text = "GIVE"
  103. give.TextColor3 = Color3.new(0, 0, 0)
  104. give.TextSize = 14
  105.  
  106. list.Name = "list"
  107. list.Parent = Frame_2
  108. list.BackgroundColor3 = Color3.new(1, 1, 1)
  109. list.Position = UDim2.new(0.436786085, 0, 0.351890147, 0)
  110. list.Size = UDim2.new(0, 37, 0, 18)
  111. list.Style = Enum.ButtonStyle.RobloxRoundButton
  112. list.Font = Enum.Font.SourceSans
  113. list.Text = "List"
  114. list.TextColor3 = Color3.new(0, 0, 0)
  115. list.TextSize = 14
  116.  
  117. cls.Name = "cls"
  118. cls.Parent = Frame_2
  119. cls.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  120. cls.Position = UDim2.new(-0.00492137391, 0, 0.00375123695, 0)
  121. cls.Size = UDim2.new(0, 20, 0, 17)
  122. cls.Font = Enum.Font.SourceSans
  123. cls.Text = "X"
  124. cls.TextColor3 = Color3.new(1, 1, 1)
  125. cls.TextSize = 14
  126.  
  127. listwpn.Name = "listwpn"
  128. listwpn.Parent = Frame_2
  129. listwpn.BackgroundColor3 = Color3.new(1, 0.988235, 0.537255)
  130. listwpn.BorderSizePixel = 3
  131. listwpn.Position = UDim2.new(0.564509869, 0, -0.0072670579, 0)
  132. listwpn.Size = UDim2.new(0, 137, 0, 148)
  133. listwpn.Visible = false
  134. listwpn.ScrollBarThickness = 16
  135.  
  136. rocket.Name = "rocket"
  137. rocket.Parent = listwpn
  138. rocket.BackgroundColor3 = Color3.new(1, 1, 1)
  139. rocket.Position = UDim2.new(0.21294564, 0, 0.472203612, 0)
  140. rocket.Size = UDim2.new(0, 72, 0, 26)
  141. rocket.Font = Enum.Font.SourceSans
  142. rocket.Text = "Rocket"
  143. rocket.TextColor3 = Color3.new(0, 0, 0)
  144. rocket.TextSize = 14
  145.  
  146. raygun.Name = "raygun"
  147. raygun.Parent = listwpn
  148. raygun.BackgroundColor3 = Color3.new(1, 1, 1)
  149. raygun.Position = UDim2.new(0.191047832, 0, 0.0704970434, 0)
  150. raygun.Size = UDim2.new(0, 72, 0, 26)
  151. raygun.Font = Enum.Font.SourceSans
  152. raygun.Text = "Ray Gun"
  153. raygun.TextColor3 = Color3.new(0, 0, 0)
  154. raygun.TextSize = 14
  155.  
  156. squidsniper.Name = "squidsniper"
  157. squidsniper.Parent = listwpn
  158. squidsniper.BackgroundColor3 = Color3.new(1, 1, 1)
  159. squidsniper.Position = UDim2.new(0.21294564, 0, 0.365824521, 0)
  160. squidsniper.Size = UDim2.new(0, 72, 0, 26)
  161. squidsniper.Font = Enum.Font.SourceSans
  162. squidsniper.Text = "Calamar Sniper"
  163. squidsniper.TextColor3 = Color3.new(0, 0, 0)
  164. squidsniper.TextSize = 14
  165.  
  166. minigun.Name = "minigun"
  167. minigun.Parent = listwpn
  168. minigun.BackgroundColor3 = Color3.new(1, 1, 1)
  169. minigun.Position = UDim2.new(0.21294564, 0, 0.268239081, 0)
  170. minigun.Size = UDim2.new(0, 72, 0, 26)
  171. minigun.Font = Enum.Font.SourceSans
  172. minigun.Text = "Minigun"
  173. minigun.TextColor3 = Color3.new(0, 0, 0)
  174. minigun.TextSize = 14
  175.  
  176. ak47.Name = "ak47"
  177. ak47.Parent = listwpn
  178. ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  179. ak47.Position = UDim2.new(0.20764564, 0, 0.169796556, 0)
  180. ak47.Size = UDim2.new(0, 72, 0, 26)
  181. ak47.Font = Enum.Font.SourceSans
  182. ak47.Text = "AK-47"
  183. ak47.TextColor3 = Color3.new(0, 0, 0)
  184. ak47.TextSize = 14
  185.  
  186. cls_2.Name = "cls"
  187. cls_2.Parent = listwpn
  188. cls_2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  189. cls_2.Position = UDim2.new(0.682720065, 0, 0.00826168805, 0)
  190. cls_2.Size = UDim2.new(0, 25, 0, 24)
  191. cls_2.Font = Enum.Font.SourceSans
  192. cls_2.Text = "X"
  193. cls_2.TextColor3 = Color3.new(1, 1, 1)
  194. cls_2.TextSize = 14
  195.  
  196. pumpkinlauncher.Name = "pumpkinlauncher"
  197. pumpkinlauncher.Parent = listwpn
  198. pumpkinlauncher.BackgroundColor3 = Color3.new(1, 1, 1)
  199. pumpkinlauncher.Position = UDim2.new(0.167123169, 0, 0.572935045, 0)
  200. pumpkinlauncher.Size = UDim2.new(0, 83, 0, 26)
  201. pumpkinlauncher.Font = Enum.Font.SourceSans
  202. pumpkinlauncher.Text = "Pumpkin Launcher"
  203. pumpkinlauncher.TextColor3 = Color3.new(0, 0, 0)
  204. pumpkinlauncher.TextSize = 14
  205.  
  206. flybtn.Name = "flybtn"
  207. flybtn.Parent = Frame_2
  208. flybtn.BackgroundColor3 = Color3.new(1, 1, 1)
  209. flybtn.Position = UDim2.new(0.625388622, 0, 0.491429895, 0)
  210. flybtn.Size = UDim2.new(0, 91, 0, 26)
  211. flybtn.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  212. flybtn.Font = Enum.Font.SourceSans
  213. flybtn.Text = "Fly ( E )"
  214. flybtn.TextColor3 = Color3.new(0, 0, 0)
  215. flybtn.TextSize = 14
  216.  
  217. btools.Name = "btools"
  218. btools.Parent = Frame_2
  219. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  220. btools.Position = UDim2.new(0.601110637, 0, 0.637724936, 0)
  221. btools.Size = UDim2.new(0, 107, 0, 26)
  222. btools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  223. btools.Font = Enum.Font.SourceSans
  224. btools.Text = "Btools"
  225. btools.TextColor3 = Color3.new(0, 0, 0)
  226. btools.TextSize = 14
  227.  
  228. -- Scripts:
  229.  
  230. local function JLYBC_fake_script() -- scubagear.LocalScript
  231. local script = Instance.new('LocalScript', scubagear)
  232.  
  233. script.Parent.MouseButton1Click:Connect(function()
  234. game.Workspace.Events.GamePasses.EquipScubaGear:FireServer()
  235. end)
  236.  
  237. end
  238. coroutine.wrap(JLYBC_fake_script)()
  239. local function MHBLO_fake_script() -- flaregun.LocalScript
  240. local script = Instance.new('LocalScript', flaregun)
  241.  
  242. script.Parent.MouseButton1Click:Connect(function()
  243. game.Workspace.Events.GamePasses.EquipFlareGun:FireServer()
  244. end)
  245.  
  246. end
  247. coroutine.wrap(MHBLO_fake_script)()
  248. local function PUJDWE_fake_script() -- give.LocalScript
  249. local script = Instance.new('LocalScript', give)
  250.  
  251. --xXKidNinja37Xx's Weapon Gui Giver Hope this is useful :D--
  252. script.Parent.MouseButton1Click:connect(function()
  253. local p = game.Players.LocalPlayer
  254. local mystring = script.Parent.Parent.TextBox.Text
  255. local wpn = script.Parent.Parent.wpntb.Text
  256. local player = game.Players:findFirstChild(mystring)
  257. local player2 = game.Players:findFirstChild(mystring).Backpack:findFirstChild(wpn):clone()
  258. if player then
  259. player2.Parent = p.Backpack
  260. end
  261.  
  262. end)
  263. end
  264. coroutine.wrap(PUJDWE_fake_script)()
  265. local function BEOG_fake_script() -- list.LocalScript
  266. local script = Instance.new('LocalScript', list)
  267.  
  268. script.Parent.MouseButton1Click:Connect(function()
  269. script.Parent.Parent.listwpn.Visible = true
  270. script.Parent.Parent.flybtn.Visible = false
  271. script.Parent.Parent.btools.Visible = false
  272. end)
  273. end
  274. coroutine.wrap(BEOG_fake_script)()
  275. local function OFLBJW_fake_script() -- cls.LocalScript
  276. local script = Instance.new('LocalScript', cls)
  277.  
  278. script.Parent.MouseButton1Click:Connect(function()
  279. script.Parent.Parent.Parent.Parent.Frame:Destroy()
  280. end)
  281. end
  282. coroutine.wrap(OFLBJW_fake_script)()
  283. local function QTFOES_fake_script() -- rocket.LocalScript
  284. local script = Instance.new('LocalScript', rocket)
  285.  
  286. script.Parent.MouseButton1Click:Connect(function()
  287. script.Parent.Parent.Parent.wpntb.Text = "Rocket"
  288. end)
  289. end
  290. coroutine.wrap(QTFOES_fake_script)()
  291. local function EQFHK_fake_script() -- raygun.LocalScript
  292. local script = Instance.new('LocalScript', raygun)
  293.  
  294. script.Parent.MouseButton1Click:Connect(function()
  295. script.Parent.Parent.Parent.wpntb.Text = "Ray Gun"
  296. end)
  297. end
  298. coroutine.wrap(EQFHK_fake_script)()
  299. local function VBHBZGL_fake_script() -- squidsniper.LocalScript
  300. local script = Instance.new('LocalScript', squidsniper)
  301.  
  302. script.Parent.MouseButton1Click:Connect(function()
  303. script.Parent.Parent.Parent.wpntb.Text = "Squid Sniper"
  304. end)
  305. end
  306. coroutine.wrap(VBHBZGL_fake_script)()
  307. local function PRDOG_fake_script() -- minigun.LocalScript
  308. local script = Instance.new('LocalScript', minigun)
  309.  
  310. script.Parent.MouseButton1Click:Connect(function()
  311. script.Parent.Parent.Parent.wpntb.Text = "Minigun"
  312. end)
  313. end
  314. coroutine.wrap(PRDOG_fake_script)()
  315. local function XMIHWN_fake_script() -- ak47.LocalScript
  316. local script = Instance.new('LocalScript', ak47)
  317.  
  318. script.Parent.MouseButton1Click:Connect(function()
  319. script.Parent.Parent.Parent.wpntb.Text = "AK-47"
  320. end)
  321. end
  322. coroutine.wrap(XMIHWN_fake_script)()
  323. local function WRNVZM_fake_script() -- cls_2.LocalScript
  324. local script = Instance.new('LocalScript', cls_2)
  325.  
  326. script.Parent.MouseButton1Click:Connect(function()
  327. script.Parent.Parent.Parent.listwpn.Visible = false
  328. script.Parent.Parent.Parent.flybtn.Visible = true
  329. script.Parent.Parent.Parent.btools.Visible = true
  330. end)
  331. end
  332. coroutine.wrap(WRNVZM_fake_script)()
  333. local function AGHLUGS_fake_script() -- pumpkinlauncher.LocalScript
  334. local script = Instance.new('LocalScript', pumpkinlauncher)
  335.  
  336. script.Parent.MouseButton1Click:Connect(function()
  337. script.Parent.Parent.Parent.wpntb.Text = "Pumpkin Launcher"
  338. end)
  339. end
  340. coroutine.wrap(AGHLUGS_fake_script)()
  341. local function AMRWWBU_fake_script() -- flybtn.LocalScript
  342. local script = Instance.new('LocalScript', flybtn)
  343.  
  344. script.Parent.MouseButton1Click:Connect(function()
  345. loadstring(game:HttpGet("https://pastebin.com/raw/6KVugL85", true))()
  346. end)
  347. end
  348. coroutine.wrap(AMRWWBU_fake_script)()
  349. local function AWYRUW_fake_script() -- btools.LocalScript
  350. local script = Instance.new('LocalScript', btools)
  351.  
  352. script.Parent.MouseButton1Click:Connect(function()
  353. loadstring(game:HttpGet("https://pastebin.com/raw/k7Qh4h6i", true))()
  354. end)
  355.  
  356. end
  357. coroutine.wrap(AWYRUW_fake_script)()
  358. local function EFAF_fake_script() -- ScreenGui.123BITE
  359. local script = Instance.new('LocalScript', ScreenGui)
  360.  
  361. frame = script.Parent.Frame
  362. frame.Selectable = true
  363. frame.Draggable = true
  364. frame.Active = true
  365. end
  366. coroutine.wrap(EFAF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement