Advertisement
unknownexploits

fishing sim

Feb 18th, 2020
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/AqZYACS7", true))()
  2. local plr = game:GetService('Players').LocalPlayer
  3. local mouse = plr:GetMouse()
  4. local UserInput = game:GetService("UserInputService")
  5. local farming = library:CreateWindow({
  6. text = "Farming"
  7. })
  8. local character = library:CreateWindow({
  9. text = "Character"
  10. })
  11. local miscellaneous = library:CreateWindow({
  12. text = "Miscellaneous"
  13. })
  14. local teleports = library:CreateWindow({
  15. text = "Teleports"
  16. })
  17. local changelog = library:CreateWindow({
  18. text = "Changelog"
  19. })
  20.  
  21. local credits = library:CreateWindow({text='Credits'})
  22. credits:AddLabel("Credits\nInori: Dragging\nwally: UI\nsmail: Ideas, Testing")
  23.  
  24. local settings = {
  25. autocatch = false;
  26. autosell = false;
  27. vis = true;
  28. cooldown = false;
  29. }
  30.  
  31. farming:AddToggle("Auto Catch", function(state)
  32. if settings.autocatch == false then
  33. settings.autocatch = true
  34. while wait() do
  35. if game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")["Bobbers"]["Bobber"]["Fish"].Value ~= nil then
  36. wait(1)
  37. local Target = game:GetService("ReplicatedStorage").CloudClientResources.Communication.Events.FishCaught;
  38. Target:FireServer();
  39. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")["Bobbers"]["Bobber"]["Fish"].Value = nil
  40. end
  41. if settings.autocatch == false then
  42. break
  43. end
  44. end
  45. else
  46. settings.autocatch = false
  47. end
  48. while settings.autocatch do
  49. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")["Bobbers"]["Bobber"]["Fish"].Value ~= nil then
  50. wait(1)
  51. local Target = game:GetService("ReplicatedStorage").CloudClientResources.Communication.Events.FishCaught;
  52. Target:FireServer();
  53. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")["Bobbers"]["Bobber"]["Fish"].Value = nil
  54. end
  55. end
  56. end)
  57.  
  58. farming:AddToggle("Auto Sell", function(state)
  59. if settings.autosell == false then
  60. settings.autosell = true
  61. local pos = plr.Character.HumanoidRootPart.CFrame
  62. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-50.11, 51.901, -21.746)
  63. while wait() do
  64. for _, v in pairs(game:GetService("Players").LocalPlayer["LocalData"]["FishDiscovered"]:GetChildren()) do
  65. local string_1 = tostring(v);
  66. local number_1 = 1;
  67. local Target = game:GetService("ReplicatedStorage").CloudClientResources.Communication.Functions.SellItem;
  68. Target:InvokeServer(string_1, number_1);
  69. end
  70. if settings.autosell == false then
  71. plr.Character.HumanoidRootPart.CFrame = pos
  72. break
  73. end
  74. end
  75. else
  76. settings.autosell = false
  77. end
  78. end)
  79.  
  80. character:AddToggle("Super Speed", function(state)
  81. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = (state and 100 or 16)
  82. end)
  83.  
  84. character:AddBox("WalkSpeed", function(object, focus)
  85. if focus then
  86. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16
  87. end
  88. end)
  89.  
  90. character:AddToggle("Super Jump", function(state)
  91. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = (state and 100 or 50)
  92. end)
  93.  
  94. character:AddBox("JumpPower", function(object, focus)
  95. if focus then
  96. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = tonumber(object.Text) or 50
  97. end
  98. end)
  99.  
  100. character:AddButton("Reset", function()
  101. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0;
  102. end)
  103.  
  104. miscellaneous:AddButton("Kill Predators (Makes you rejoin\nbecause of the anti cheat)", function()
  105. local pos = plr.Character.HumanoidRootPart.CFrame
  106. local sharks = workspace:GetChildren()
  107. for i = 1, #sharks do local v = sharks[i]
  108. if v:FindFirstChild("Health") and v:FindFirstChild("IsSeaMonster") then
  109. pcall(function()
  110. plr.Character.PrimaryPart.CFrame = v.PrimaryPart.CFrame + Vector3.new(0, 25, 0)
  111. end)
  112. wait()
  113. if plr.Character:FindFirstChildOfClass("Tool") then
  114. game.ReplicatedStorage.CloudClientResources.Communication.Events.DamageSeaMonster:FireServer(v, v.Health, true)
  115. elseif plr:FindFirstChild("Backpack") and #plr.Backpack:GetChildren() >= 1 then
  116. for _,k in pairs(plr.Backpack:GetChildren()) do
  117. if k:FindFirstChild("Damage") then
  118. k.Parent = plr.Character
  119. end
  120. end
  121. end
  122. end
  123. end
  124. wait(2)
  125. game:GetService('TeleportService'):Teleport(game.PlaceId)
  126. end)
  127.  
  128. miscellaneous:AddButton("Fast Boat", function()
  129. workspace:FindFirstChild(tostring(game.Players.LocalPlayer).. "'s Boat")["Controller"]["VehicleSeat"].MaxSpeed = 500
  130. end)
  131.  
  132. miscellaneous:AddButton2("Toggle UI Key; ' '",function()
  133. game.CoreGui.UILibrary.Miscellaneous.Container.TextButton2.Text = 'Press any Key now'
  134. local input = UserInput.InputBegan:wait()
  135. if input.UserInputType == Enum.UserInputType.Keyboard then
  136. settings.togglekey = tostring(input.KeyCode)
  137. game.CoreGui.UILibrary.Miscellaneous.Container.TextButton2.Text = "Toggle UI Key; '"..string.sub(tostring(input.KeyCode), 14).."'"
  138. else
  139. settings.togglekey = tostring(input.UserInputType)
  140. game.CoreGui.UILibrary.Miscellaneous.Container.TextButton2.Text = "Toggle UI Key; '"..string.sub(tostring(input.UserInputType), 20).."'"
  141. end
  142. end)
  143.  
  144. miscellaneous:AddButton("Rejoin", function()
  145. game:GetService('TeleportService'):Teleport(game.PlaceId)
  146. end)
  147.  
  148. teleports:AddButton(game.Players.LocalPlayer.Name.."'s Boat", function()
  149. game.Players.LocalPlayer.Character["HumanoidRootPart"].CFrame = CFrame.new(workspace:FindFirstChild(tostring(game:GetService("Players").LocalPlayer).. "'s Boat")["Controller"]["VehicleSeat"].Position + Vector3.new(0,2,0))
  150. end)
  151.  
  152. teleports:AddButton("Port Jackson", function()
  153. game.Players.LocalPlayer.Character["HumanoidRootPart"].CFrame = CFrame.new(-48.333, 53.183, -40.397)
  154. end)
  155.  
  156. teleports:AddButton("Volcano Island", function()
  157. game.Players.LocalPlayer.Character["HumanoidRootPart"].CFrame = CFrame.new(2917.799, 49.275, 1446)
  158. end)
  159.  
  160. teleports:AddButton("Start Volcano Obby", function()
  161. game.Players.LocalPlayer.Character["HumanoidRootPart"].CFrame = workspace["Eruption Island"].VolcanoEntrance.Entrance.CFrame
  162. end)
  163.  
  164. teleports:AddButton("Complete Volcano Obby", function()
  165. game.Players.LocalPlayer.Character["HumanoidRootPart"].CFrame = workspace.ObbyCompletedCheck.CFrame
  166. end)
  167.  
  168. teleports:AddButton("Shadow Isles", function()
  169. game.Players.LocalPlayer.Character["HumanoidRootPart"].CFrame = CFrame.new(2235, 160.575, -2399.7)
  170. end)
  171.  
  172. changelog:AddLabel("V1.5 ( CURRENT VERSION )\n + Added Teleports tab\n + Added kill Predators\n + Added Boat Speed\nV1.3\n + Released UI\n + Added Fast Boat")
  173.  
  174. UserInput.InputBegan:Connect(function(input)
  175. if tostring(input.KeyCode) == settings.togglekey or tostring(input.UserInputType) == settings.togglekey then
  176. if settings.vis == true then
  177. settings.vis = false
  178. for _,v in ipairs(game.CoreGui.UILibrary:GetDescendants()) do
  179. if v:IsA("Frame") then
  180. v.Visible = false
  181. end
  182. end
  183. elseif settings.vis == false then
  184. settings.vis = true
  185. for _,v in ipairs(game.CoreGui.UILibrary:GetDescendants()) do
  186. if v:IsA("Frame") then
  187. v.Visible = true
  188. end
  189. end
  190. end
  191. end
  192. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement