Advertisement
Guest User

fish hax

a guest
Feb 17th, 2020
2,985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 KB | None | 0 0
  1. print("Fish Hax Loaded.")
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local FrameMain = Instance.new("Frame")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local AutoSell = Instance.new("TextButton")
  10. local EnemyAura = Instance.new("TextButton")
  11. local Gamepasses = Instance.new("TextButton")
  12. local Obby = Instance.new("TextButton")
  13. local Credit = Instance.new("TextButton")
  14. local BoatTP = Instance.new("TextButton")
  15. local BoatMod = Instance.new("TextButton")
  16. local AutoFish = Instance.new("TextButton")
  17. local CreatureLocator = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. local Frame_2 = Instance.new("Frame")
  20. local FrameCredits = Instance.new("Frame")
  21. local Frame_3 = Instance.new("Frame")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local Frame_4 = Instance.new("Frame")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local TextLabel_4 = Instance.new("TextLabel")
  26. local TextLabel_5 = Instance.new("TextLabel")
  27. local TextLabel_6 = Instance.new("TextLabel")
  28. local Close_2 = Instance.new("TextButton")
  29. local FishingHaxT = Instance.new("Frame")
  30. local TextLabel_7 = Instance.new("TextLabel")
  31. local Open = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37.  
  38. FrameMain.Name = "FrameMain"
  39. FrameMain.Parent = ScreenGui
  40. FrameMain.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  41. FrameMain.Position = UDim2.new(0.0227066297, 0, 0.218702868, 0)
  42. FrameMain.Size = UDim2.new(0, 480, 0, 338)
  43. FrameMain.Visible = false
  44. FrameMain.Style = Enum.FrameStyle.RobloxRound
  45.  
  46. Frame.Parent = FrameMain
  47. Frame.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  48. Frame.BorderColor3 = Color3.fromRGB(39, 39, 39)
  49. Frame.Position = UDim2.new(-0.0145833334, 0, -0.024382282, 0)
  50. Frame.Size = UDim2.new(0, 479, 0, 40)
  51. Frame.Style = Enum.FrameStyle.RobloxRound
  52.  
  53. TextLabel.Parent = FrameMain
  54. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. TextLabel.BackgroundTransparency = 1.000
  56. TextLabel.Position = UDim2.new(-0.0149730686, 0, -0.0129396589, 0)
  57. TextLabel.Size = UDim2.new(0, 479, 0, 33)
  58. TextLabel.Font = Enum.Font.GothamBlack
  59. TextLabel.Text = "Fish Hax"
  60. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  61. TextLabel.TextScaled = true
  62. TextLabel.TextSize = 14.000
  63. TextLabel.TextWrapped = true
  64.  
  65. AutoSell.Name = "AutoSell"
  66. AutoSell.Parent = FrameMain
  67. AutoSell.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  68. AutoSell.BorderColor3 = Color3.fromRGB(235, 9, 9)
  69. AutoSell.Position = UDim2.new(0.0335664414, 0, 0.162912771, 0)
  70. AutoSell.Size = UDim2.new(0, 199, 0, 41)
  71. AutoSell.Style = Enum.ButtonStyle.RobloxRoundButton
  72. AutoSell.Font = Enum.Font.SourceSans
  73. AutoSell.Text = "Auto Sell"
  74. AutoSell.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. AutoSell.TextScaled = true
  76. AutoSell.TextSize = 14.000
  77. AutoSell.TextWrapped = true
  78.  
  79. AutoSell.MouseButton1Down:connect(function()
  80. _G.autoSell = true
  81.  
  82. while _G.autoSell and wait() do
  83. for _, v in pairs(game:GetService("Players").LocalPlayer["LocalData"]["FishDiscovered"]:GetChildren()) do
  84. local string_1 = tostring(v);
  85. local number_1 = 1;
  86. local Target = game:GetService("ReplicatedStorage").CloudClientResources.Communication.Functions.SellItem;
  87. Target:InvokeServer(string_1, number_1);
  88. end
  89. end
  90. end)
  91.  
  92. EnemyAura.Name = "EnemyAura"
  93. EnemyAura.Parent = FrameMain
  94. EnemyAura.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  95. EnemyAura.BorderColor3 = Color3.fromRGB(235, 9, 9)
  96. EnemyAura.Position = UDim2.new(0.0315525681, 0, 0.337744266, 0)
  97. EnemyAura.Size = UDim2.new(0, 199, 0, 41)
  98. EnemyAura.Style = Enum.ButtonStyle.RobloxRoundButton
  99. EnemyAura.Font = Enum.Font.SourceSans
  100. EnemyAura.Text = "Creature Aura"
  101. EnemyAura.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. EnemyAura.TextScaled = true
  103. EnemyAura.TextSize = 14.000
  104. EnemyAura.TextWrapped = true
  105.  
  106. EnemyAura.MouseButton1Down:connect(function()
  107. local player = game.Players.LocalPlayer
  108. while wait() do
  109. local sharks = workspace:GetChildren()
  110. for i = 1, #sharks do local v = sharks[i]
  111. if v:FindFirstChild("Health") and v:FindFirstChild("IsSeaMonster") then
  112. pcall(function()
  113. player.Character.PrimaryPart.CFrame = v.PrimaryPart.CFrame + Vector3.new(0, 25, 0)
  114. end)
  115. wait()
  116. if player.Character:FindFirstChildOfClass("Tool") then
  117. game.ReplicatedStorage.CloudClientResources.Communication.Events.DamageSeaMonster:FireServer(v, v.Health, true)
  118. elseif player:FindFirstChild("Backpack") and #player.Backpack:GetChildren() >= 1 then
  119. for _,k in pairs(player.Backpack:GetChildren()) do
  120. if k:FindFirstChild("Damage") then
  121. k.Parent = player.Character
  122. end
  123. end
  124. end
  125. end
  126. end
  127. if player:FindFirstChild("Backpack") and #player.Backpack:GetChildren() >= 2 then
  128. for i,v in pairs(player.Backpack:GetChildren()) do
  129. if not v:FindFirstChild("Damage") then
  130. game:GetService("ReplicatedStorage").CloudClientResources.Communication.Functions.SellItem:InvokeServer(v.Name, 1)
  131. end
  132. end
  133. end
  134. end
  135. end)
  136.  
  137. Gamepasses.Name = "Gamepasses"
  138. Gamepasses.Parent = FrameMain
  139. Gamepasses.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  140. Gamepasses.BorderColor3 = Color3.fromRGB(235, 9, 9)
  141. Gamepasses.Position = UDim2.new(0.0317728668, 0, 0.509800673, 0)
  142. Gamepasses.Size = UDim2.new(0, 199, 0, 41)
  143. Gamepasses.Style = Enum.ButtonStyle.RobloxRoundButton
  144. Gamepasses.Font = Enum.Font.SourceSans
  145. Gamepasses.Text = "Gamepasses"
  146. Gamepasses.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. Gamepasses.TextScaled = true
  148. Gamepasses.TextSize = 14.000
  149. Gamepasses.TextWrapped = true
  150.  
  151. Gamepasses.MouseButton1Down:connect(function()
  152. for _, gamepass in pairs(game:GetService("Players").LocalPlayer["LocalData"]["Gamepasses"]:GetChildren()) do
  153. gamepass.Value = true
  154. end
  155. end)
  156.  
  157. Obby.Name = "Obby"
  158. Obby.Parent = FrameMain
  159. Obby.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  160. Obby.BorderColor3 = Color3.fromRGB(235, 9, 9)
  161. Obby.Position = UDim2.new(0.0316626877, 0, 0.679219782, 0)
  162. Obby.Size = UDim2.new(0, 199, 0, 41)
  163. Obby.Style = Enum.ButtonStyle.RobloxRoundButton
  164. Obby.Font = Enum.Font.SourceSans
  165. Obby.Text = "Auto Complete Obby"
  166. Obby.TextColor3 = Color3.fromRGB(255, 255, 255)
  167. Obby.TextScaled = true
  168. Obby.TextSize = 14.000
  169. Obby.TextWrapped = true
  170.  
  171. Obby.MouseButton1Down:connect(function()
  172. local hit = game.Players.LocalPlayer.Character.LowerTorso.Position
  173. game.Workspace.ObbyCompletedCheck.CFrame= CFrame.new(hit)
  174. end)
  175.  
  176. Credit.Name = "Credit"
  177. Credit.Parent = FrameMain
  178. Credit.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  179. Credit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  180. Credit.BorderSizePixel = 2
  181. Credit.Position = UDim2.new(0.326647967, 0, 0.876766622, 0)
  182. Credit.Size = UDim2.new(0, 162, 0, 35)
  183. Credit.Font = Enum.Font.SourceSans
  184. Credit.Text = "Credits"
  185. Credit.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. Credit.TextScaled = true
  187. Credit.TextSize = 14.000
  188. Credit.TextWrapped = true
  189.  
  190. Credit.MouseButton1Down:connect(function()
  191. FrameCredits.Visible = true
  192. end)
  193.  
  194. BoatTP.Name = "BoatTP"
  195. BoatTP.Parent = FrameMain
  196. BoatTP.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  197. BoatTP.BorderColor3 = Color3.fromRGB(235, 9, 9)
  198. BoatTP.Position = UDim2.new(0.551939368, 0, 0.679219782, 0)
  199. BoatTP.Size = UDim2.new(0, 199, 0, 41)
  200. BoatTP.Style = Enum.ButtonStyle.RobloxRoundButton
  201. BoatTP.Font = Enum.Font.SourceSans
  202. BoatTP.Text = "Teleport To Boat"
  203. BoatTP.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. BoatTP.TextScaled = true
  205. BoatTP.TextSize = 14.000
  206. BoatTP.TextWrapped = true
  207.  
  208. BoatTP.MouseButton1Down:connect(function()
  209. game:GetService("Players").LocalPlayer.Character["HumanoidRootPart"].CFrame = CFrame.new(workspace:FindFirstChild(tostring(game:GetService("Players").LocalPlayer).. "'s Boat")["Controller"]["VehicleSeat"].Position + Vector3.new(0,2,0))
  210. end)
  211.  
  212. BoatMod.Name = "BoatMod"
  213. BoatMod.Parent = FrameMain
  214. BoatMod.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  215. BoatMod.BorderColor3 = Color3.fromRGB(235, 9, 9)
  216. BoatMod.Position = UDim2.new(0.549925387, 0, 0.51243788, 0)
  217. BoatMod.Size = UDim2.new(0, 199, 0, 41)
  218. BoatMod.Style = Enum.ButtonStyle.RobloxRoundButton
  219. BoatMod.Font = Enum.Font.SourceSans
  220. BoatMod.Text = "Boat Mods"
  221. BoatMod.TextColor3 = Color3.fromRGB(255, 255, 255)
  222. BoatMod.TextScaled = true
  223. BoatMod.TextSize = 14.000
  224. BoatMod.TextWrapped = true
  225.  
  226. BoatMod.MouseButton1Down:connect(function()
  227. workspace:FindFirstChild(tostring(game:GetService("Players").LocalPlayer).. "'s Boat")["Controller"]["VehicleSeat"].MaxSpeed = 500
  228. end)
  229.  
  230. AutoFish.Name = "AutoFish"
  231. AutoFish.Parent = FrameMain
  232. AutoFish.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  233. AutoFish.BorderColor3 = Color3.fromRGB(235, 9, 9)
  234. AutoFish.BorderSizePixel = 2
  235. AutoFish.Position = UDim2.new(0.547911525, 0, 0.339967817, 0)
  236. AutoFish.Size = UDim2.new(0, 199, 0, 41)
  237. AutoFish.Style = Enum.ButtonStyle.RobloxRoundButton
  238. AutoFish.Font = Enum.Font.SourceSans
  239. AutoFish.Text = "Auto Fish"
  240. AutoFish.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. AutoFish.TextScaled = true
  242. AutoFish.TextSize = 14.000
  243. AutoFish.TextWrapped = true
  244.  
  245. AutoFish.MouseButton1Down:connect(function()
  246. while wait() do
  247. if game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")["Bobbers"]["Bobber"]["Fish"].Value ~= nil then
  248. wait(1)
  249. local Target = game:GetService("ReplicatedStorage").CloudClientResources.Communication.Events.FishCaught;
  250. Target:FireServer();
  251. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")["Bobbers"]["Bobber"]["Fish"].Value = nil
  252. end
  253. end
  254. end)
  255.  
  256. CreatureLocator.Name = "CreatureLocator"
  257. CreatureLocator.Parent = FrameMain
  258. CreatureLocator.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  259. CreatureLocator.BorderColor3 = Color3.fromRGB(235, 9, 9)
  260. CreatureLocator.Position = UDim2.new(0.545897543, 0, 0.165412083, 0)
  261. CreatureLocator.Size = UDim2.new(0, 199, 0, 41)
  262. CreatureLocator.Style = Enum.ButtonStyle.RobloxRoundButton
  263. CreatureLocator.Font = Enum.Font.SourceSans
  264. CreatureLocator.Text = "Creature Locator"
  265. CreatureLocator.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. CreatureLocator.TextScaled = true
  267. CreatureLocator.TextSize = 14.000
  268. CreatureLocator.TextWrapped = true
  269.  
  270.  
  271. CreatureLocator.MouseButton1Down:connect(function()
  272. for _, model in pairs(workspace:GetChildren()) do
  273. if model:FindFirstChild("IsSeaMonster") and not model["HumanoidRootPart"]:FindFirstChild("CreatureLocator") then
  274. local billboard = Instance.new("BillboardGui", model["HumanoidRootPart"])
  275. billboard.Name = "CreatureLocator"
  276. billboard.AlwaysOnTop = true
  277. billboard.Active = true
  278. billboard.ClipsDescendants = true
  279. billboard.Size = UDim2.new(0,200,0,100)
  280. billboard.StudsOffsetWorldSpace = Vector3.new(0,0,25)
  281. billboard.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  282. billboard.Adornee = model["HumanoidRootPart"]
  283.  
  284. local locatedName = Instance.new("TextLabel", billboard)
  285. locatedName.Name = "locatedNameLabel"
  286. locatedName.BackgroundTransparency = 1
  287. locatedName.Font = Enum.Font.SourceSansBold
  288. locatedName.Text = tostring(model)
  289. locatedName.TextColor3 = Color3.fromRGB(255,255,255)
  290. locatedName.Size = UDim2.new(1,0,1,0)
  291. locatedName.TextSize = 10
  292. locatedName.TextStrokeTransparency = 0
  293.  
  294. --[[ -- delete [ from here and add them above to remove
  295. billboard:Destroy()
  296. -]]
  297.  
  298. end
  299. end
  300. end)
  301.  
  302. Close.Name = "Close"
  303. Close.Parent = FrameMain
  304. Close.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  305. Close.BackgroundTransparency = 1.000
  306. Close.BorderColor3 = Color3.fromRGB(235, 9, 9)
  307. Close.Position = UDim2.new(0.888515115, 0, -0.0222685765, 0)
  308. Close.Size = UDim2.new(0, 60, 0, 40)
  309. Close.Font = Enum.Font.SourceSans
  310. Close.Text = "X"
  311. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  312. Close.TextScaled = true
  313. Close.TextSize = 14.000
  314. Close.TextWrapped = true
  315.  
  316. Close.MouseButton1Down:connect(function()
  317. FrameMain.Visible = false
  318. FishingHaxT.Visible = true
  319. end)
  320.  
  321. Frame_2.Parent = FrameMain
  322. Frame_2.BackgroundColor3 = Color3.fromRGB(112, 255, 3)
  323. Frame_2.BorderColor3 = Color3.fromRGB(38, 255, 0)
  324. Frame_2.Position = UDim2.new(-0.0154122682, 0, 0.100619525, 0)
  325. Frame_2.Size = UDim2.new(0, 479, 0, 1)
  326.  
  327. FrameCredits.Name = "FrameCredits"
  328. FrameCredits.Parent = ScreenGui
  329. FrameCredits.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  330. FrameCredits.Position = UDim2.new(0.358764768, 0, 0.218702883, 0)
  331. FrameCredits.Size = UDim2.new(0, 311, 0, 338)
  332. FrameCredits.Visible = false
  333. FrameCredits.Style = Enum.FrameStyle.RobloxRound
  334.  
  335. Frame_3.Parent = FrameCredits
  336. Frame_3.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  337. Frame_3.BorderColor3 = Color3.fromRGB(39, 39, 39)
  338. Frame_3.Position = UDim2.new(-0.0233785249, 0, -0.0276979096, 0)
  339. Frame_3.Size = UDim2.new(0, 309, 0, 40)
  340. Frame_3.Style = Enum.FrameStyle.RobloxRound
  341.  
  342. TextLabel_2.Parent = FrameCredits
  343. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  344. TextLabel_2.BackgroundTransparency = 1.000
  345. TextLabel_2.Position = UDim2.new(-0.0154893883, 0, -0.0196467489, 0)
  346. TextLabel_2.Size = UDim2.new(0, 304, 0, 33)
  347. TextLabel_2.Font = Enum.Font.GothamBlack
  348. TextLabel_2.Text = "Credits"
  349. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  350. TextLabel_2.TextScaled = true
  351. TextLabel_2.TextSize = 14.000
  352. TextLabel_2.TextWrapped = true
  353.  
  354. Frame_4.Parent = FrameCredits
  355. Frame_4.BackgroundColor3 = Color3.fromRGB(81, 255, 0)
  356. Frame_4.BorderColor3 = Color3.fromRGB(81, 255, 0)
  357. Frame_4.Position = UDim2.new(-0.0269473158, 0, 0.0959465876, 0)
  358. Frame_4.Size = UDim2.new(0, 308, 0, 1)
  359.  
  360. TextLabel_3.Parent = FrameCredits
  361. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  362. TextLabel_3.BackgroundTransparency = 1.000
  363. TextLabel_3.Position = UDim2.new(-0.00584308617, 0, 0.128282249, 0)
  364. TextLabel_3.Size = UDim2.new(0, 304, 0, 33)
  365. TextLabel_3.Font = Enum.Font.GothamBlack
  366. TextLabel_3.Text = "GUI by: YouFoundLloyd"
  367. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  368. TextLabel_3.TextScaled = true
  369. TextLabel_3.TextSize = 14.000
  370. TextLabel_3.TextWrapped = true
  371.  
  372. TextLabel_4.Parent = FrameCredits
  373. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. TextLabel_4.BackgroundTransparency = 1.000
  375. TextLabel_4.Position = UDim2.new(-0.0154893883, 0, 0.276211232, 0)
  376. TextLabel_4.Size = UDim2.new(0, 304, 0, 33)
  377. TextLabel_4.Font = Enum.Font.GothamBlack
  378. TextLabel_4.Text = "Obby Script by: YouFoundLloyd"
  379. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  380. TextLabel_4.TextScaled = true
  381. TextLabel_4.TextSize = 14.000
  382. TextLabel_4.TextWrapped = true
  383.  
  384. TextLabel_5.Parent = FrameCredits
  385. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  386. TextLabel_5.BackgroundTransparency = 1.000
  387. TextLabel_5.Position = UDim2.new(-0.0187048223, 0, 0.435974568, 0)
  388. TextLabel_5.Size = UDim2.new(0, 304, 0, 33)
  389. TextLabel_5.Font = Enum.Font.GothamBlack
  390. TextLabel_5.Text = "Aura Script by: Megumu"
  391. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  392. TextLabel_5.TextScaled = true
  393. TextLabel_5.TextSize = 14.000
  394. TextLabel_5.TextWrapped = true
  395.  
  396. TextLabel_6.Parent = FrameCredits
  397. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  398. TextLabel_6.BackgroundTransparency = 1.000
  399. TextLabel_6.Position = UDim2.new(-0.0211232658, 0, 0.58486855, 0)
  400. TextLabel_6.Size = UDim2.new(0, 304, 0, 44)
  401. TextLabel_6.Font = Enum.Font.GothamBlack
  402. TextLabel_6.Text = "Sell, Gamepass, Boat TP/Mods, Locator, Auto Fish Scripts by: b1ooq"
  403. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  404. TextLabel_6.TextScaled = true
  405. TextLabel_6.TextSize = 14.000
  406. TextLabel_6.TextWrapped = true
  407.  
  408. Close_2.Name = "Close"
  409. Close_2.Parent = FrameCredits
  410. Close_2.BackgroundColor3 = Color3.fromRGB(202, 0, 0)
  411. Close_2.BackgroundTransparency = 1.000
  412. Close_2.BorderColor3 = Color3.fromRGB(235, 9, 9)
  413. Close_2.Position = UDim2.new(0.849668264, 0, -0.00899072178, 0)
  414. Close_2.Size = UDim2.new(0, 52, 0, 26)
  415. Close_2.Font = Enum.Font.SourceSans
  416. Close_2.Text = "X"
  417. Close_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  418. Close_2.TextScaled = true
  419. Close_2.TextSize = 14.000
  420. Close_2.TextWrapped = true
  421.  
  422. Close_2.MouseButton1Down:connect(function()
  423. FrameCredits.Visible = False
  424. end)
  425.  
  426. FishingHaxT.Name = "FishingHaxT"
  427. FishingHaxT.Parent = ScreenGui
  428. FishingHaxT.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  429. FishingHaxT.BackgroundTransparency = 0.050
  430. FishingHaxT.BorderColor3 = Color3.fromRGB(0, 0, 0)
  431. FishingHaxT.Position = UDim2.new(0, 0, 0.947209656, 0)
  432. FishingHaxT.Size = UDim2.new(0, 164, 0, 35)
  433.  
  434. TextLabel_7.Parent = FishingHaxT
  435. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  436. TextLabel_7.BackgroundTransparency = 1.000
  437. TextLabel_7.Position = UDim2.new(-0.0027779229, 0, 0.0442034006, 0)
  438. TextLabel_7.Size = UDim2.new(0, 166, 0, 33)
  439. TextLabel_7.Font = Enum.Font.GothamBlack
  440. TextLabel_7.Text = "Fish Hax"
  441. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  442. TextLabel_7.TextScaled = true
  443. TextLabel_7.TextSize = 14.000
  444. TextLabel_7.TextWrapped = true
  445.  
  446. Open.Name = "Open"
  447. Open.Parent = FishingHaxT
  448. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  449. Open.BackgroundTransparency = 1.000
  450. Open.Position = UDim2.new(-0.0071110609, 0, -0.0114205498, 0)
  451. Open.Size = UDim2.new(0, 166, 0, 34)
  452. Open.Font = Enum.Font.SourceSans
  453. Open.Text = ""
  454. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  455. Open.TextSize = 14.000
  456.  
  457. Open.MouseButton1Down:connect(function()
  458. FrameMain.Visible = true
  459. FishingHaxT.Visible = false
  460. end)
  461.  
  462. -- Scripts:
  463.  
  464. local function ZSEQ_fake_script() -- TextLabel.color
  465. local script = Instance.new('LocalScript', TextLabel)
  466.  
  467.  
  468. local r = {
  469. Color3.fromRGB(254, 0, 0); --red
  470. Color3.fromRGB(255, 127, 0); --orange
  471. Color3.fromRGB(255, 221, 1); --yellow
  472. Color3.fromRGB(0, 200, 0); --green
  473. Color3.fromRGB(0, 160, 199); --light blue
  474. Color3.fromRGB(0, 55, 230); --dark blue
  475. Color3.fromRGB(129, 16, 210)} --purple
  476. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  477. script.Parent.TextColor3 = r[1]
  478. i = 1
  479. while true do
  480. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  481. TextColor3 = r[i]})
  482. tween:Play()
  483. repeat wait() until tween.Completed
  484. wait(0.1)
  485. if i == #r then i = 1 else i = i + 1 end
  486. end
  487. end
  488. coroutine.wrap(ZSEQ_fake_script)()
  489. local function ULBJSR_fake_script() -- FrameMain.LocalScript
  490. local script = Instance.new('LocalScript', FrameMain)
  491.  
  492. local frame = script.Parent.Parent.FrameMain
  493. frame.Draggable = true
  494. frame.Active = true
  495. frame.Selectable = true
  496. end
  497. coroutine.wrap(ULBJSR_fake_script)()
  498. local function YPIYW_fake_script() -- TextLabel_2.color
  499. local script = Instance.new('LocalScript', TextLabel_2)
  500.  
  501.  
  502. local r = {
  503. Color3.fromRGB(254, 0, 0); --red
  504. Color3.fromRGB(255, 127, 0); --orange
  505. Color3.fromRGB(255, 221, 1); --yellow
  506. Color3.fromRGB(0, 200, 0); --green
  507. Color3.fromRGB(0, 160, 199); --light blue
  508. Color3.fromRGB(0, 55, 230); --dark blue
  509. Color3.fromRGB(129, 16, 210)} --purple
  510. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  511. script.Parent.TextColor3 = r[1]
  512. i = 1
  513. while true do
  514. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  515. TextColor3 = r[i]})
  516. tween:Play()
  517. repeat wait() until tween.Completed
  518. wait(0.1)
  519. if i == #r then i = 1 else i = i + 1 end
  520. end
  521. end
  522. coroutine.wrap(YPIYW_fake_script)()
  523. local function ISLKYIP_fake_script() -- FrameCredits.LocalScript
  524. local script = Instance.new('LocalScript', FrameCredits)
  525.  
  526. local frame = script.Parent.Parent.FrameCredits
  527. frame.Draggable = true
  528. frame.Active = true
  529. frame.Selectable = true
  530. end
  531. coroutine.wrap(ISLKYIP_fake_script)()
  532. local function QGKEGT_fake_script() -- TextLabel_7.color
  533. local script = Instance.new('LocalScript', TextLabel_7)
  534.  
  535.  
  536. local r = {
  537. Color3.fromRGB(254, 0, 0); --red
  538. Color3.fromRGB(255, 127, 0); --orange
  539. Color3.fromRGB(255, 221, 1); --yellow
  540. Color3.fromRGB(0, 200, 0); --green
  541. Color3.fromRGB(0, 160, 199); --light blue
  542. Color3.fromRGB(0, 55, 230); --dark blue
  543. Color3.fromRGB(129, 16, 210)} --purple
  544. local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  545. script.Parent.TextColor3 = r[1]
  546. i = 1
  547. while true do
  548. local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  549. TextColor3 = r[i]})
  550. tween:Play()
  551. repeat wait() until tween.Completed
  552. wait(0.1)
  553. if i == #r then i = 1 else i = i + 1 end
  554. end
  555. end
  556. coroutine.wrap(QGKEGT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement