Fishing Simulator Roblox Script Pastebin

If the UFO explodes, the controller dies and the cubers win!The controller can circle around the cube to dodge gold bullets as well as find out where cubers are hiding. Roblox a muxing simulator

Feb 21st, 2020

Roblox ninja simulator 2. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. loadstring(game:HttpGet(('https://pastebin.com/raw/mSDAb113'),true))()
  2. -- felt cute, Might make SirHurt Exclusive
  3. -- Changable Boat Speed
  4. -- Kill all Sharks (it'll kick you but gives alot of exp) by Megumu
  5. -- Teleport To Boat
  6. -- Walkspeed
  7. -- Auto Fish (You need to throw your fishing rod first)
  8. -- Teleports
Feb 18th, 2020

Fishing Simulator Gui

Never

Fishing Simulator Roblox Hack

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Pastebin

Fishing Simulator Roblox Script Pastebin

  1. local ScreenGui = Instance.new('ScreenGui')
  2. local OOFGui = Instance.new('TextLabel')
  3. local TpToBoat = Instance.new('TextButton')
  4. local AutoSell = Instance.new('TextButton')
  5. local CreatureLocator = Instance.new('TextButton')
  6. local Open = Instance.new('Frame')
  7. Main.Parent = ScreenGui
  8. Main.BackgroundColor3 = Color3.fromRGB(15, 15, 255)
  9. Main.Position = UDim2.new(0.201332167, 0, 0.372509956, 0)
  10. Main.Visible = true
  11. Main.Draggable = true
  12. OOFGui.Name = 'O O F Gui'
  13. OOFGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  14. OOFGui.Font = Enum.Font.Cartoon
  15. OOFGui.TextColor3 = Color3.fromRGB(255, 12, 251)
  16. AutoFish.Parent = Main
  17. AutoFish.BackgroundColor3 = Color3.fromRGB(255, 2, 6)
  18. AutoFish.Position = UDim2.new(0.0500416122, 0, 0.139784947, 0)
  19. AutoFish.Font = Enum.Font.GothamBlack
  20. AutoFish.TextColor3 = Color3.fromRGB(0, 0, 0)
  21. AutoFish.MouseButton1Down:connect(function()
  22. if game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass('Tool')['Bobbers']['Bobber']['Fish'].Value ~= nil then
  23. local Target = game:GetService('ReplicatedStorage').CloudClientResources.Communication.Events.FishCaught;
  24. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass('Tool')['Bobbers']['Bobber']['Fish'].Value = nil
  25. end
  26. TpToBoat.Parent = Main
  27. TpToBoat.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  28. TpToBoat.Position = UDim2.new(0.0500416122, 0, 0.408602148, 0)
  29. TpToBoat.Font = Enum.Font.GothamBlack
  30. TpToBoat.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. TpToBoat.MouseButton1Down:connect(function()
  32. 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))
  33. EnemyKill.Parent = Main
  34. EnemyKill.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  35. EnemyKill.Position = UDim2.new(0.050041616, 0, 0.673835099, 0)
  36. EnemyKill.Font = Enum.Font.GothamBlack
  37. EnemyKill.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. EnemyKill.MouseButton1Down:connect(function()
  39. while wait() do
  40. for i = 1, #sharks do local v = sharks[i]
  41. if v:FindFirstChild('Health') and v:FindFirstChild('IsSeaMonster') then
  42. player.Character.PrimaryPart.CFrame = v.PrimaryPart.CFrame + Vector3.new(0, 25, 0)
  43. wait()
  44. if player.Character:FindFirstChildOfClass('Tool') then
  45. game.ReplicatedStorage.CloudClientResources.Communication.Events.DamageSeaMonster:FireServer(v, v.Health, true)
  46. elseif player:FindFirstChild('Backpack') and #player.Backpack:GetChildren() >= 1 then
  47. for _,k in pairs(player.Backpack:GetChildren()) do
  48. k.Parent = player.Character
  49. end
  50. end
  51. if player:FindFirstChild('Backpack') and #player.Backpack:GetChildren() >= 2 then
  52. for i,v in pairs(player.Backpack:GetChildren()) do
  53. game:GetService('ReplicatedStorage').CloudClientResources.Communication.Functions.SellItem:InvokeServer(v.Name, 1)
  54. end
  55. end
  56. AutoSell.Parent = Main
  57. AutoSell.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  58. AutoSell.Position = UDim2.new(0.518298745, 0, 0.139784947, 0)
  59. AutoSell.Font = Enum.Font.GothamBlack
  60. AutoSell.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. AutoSell.MouseButton1Down:connect(function()
  62. for _, v in pairs(game:GetService('Players').LocalPlayer['LocalData']['FishDiscovered']:GetChildren()) do
  63. local number_1 = 1;
  64. local Target = game:GetService('ReplicatedStorage').CloudClientResources.Communication.Functions.SellItem;
  65. end
  66. end)
  67. Gamepasses.Name = 'Gamepasses'
  68. Gamepasses.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  69. Gamepasses.Position = UDim2.new(0.516880751, 0, 0.673835099, 0)
  70. Gamepasses.Font = Enum.Font.GothamBlack
  71. Gamepasses.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. Gamepasses.MouseButton1Down:connect(function()
  73. for _, gamepass in pairs(game:GetService('Players').LocalPlayer['LocalData']['Gamepasses']:GetChildren()) do
  74. end
  75. CreatureLocator.Parent = Main
  76. CreatureLocator.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  77. CreatureLocator.Position = UDim2.new(0.516880751, 0, 0.408602148, 0)
  78. CreatureLocator.Font = Enum.Font.GothamBlack
  79. CreatureLocator.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. CreatureLocator.MouseButton1Down:connect(function()
  81. for _, model in pairs(workspace:GetChildren()) do
  82. if model:FindFirstChild('IsSeaMonster') and not model['HumanoidRootPart']:FindFirstChild('CreatureLocator') then
  83. local billboard = Instance.new('BillboardGui', model['HumanoidRootPart'])
  84. billboard.AlwaysOnTop = true
  85. billboard.ClipsDescendants = true
  86. billboard.StudsOffsetWorldSpace = Vector3.new(0,0,25)
  87. billboard.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  88. local locatedName = Instance.new('TextLabel', billboard)
  89. locatedName.BackgroundTransparency = 1
  90. locatedName.Text = tostring(model)
  91. locatedName.TextColor3 = Color3.fromRGB(255,255,255)
  92. locatedName.TextSize = 10
  93. --[[ -- delete [ from here and add them above to remove
  94. -]]
  95. end
  96. end)
  97. Close.Name = 'Close'
  98. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  99. Close.Size = UDim2.new(0, 28, 0, 25)
  100. Close.Text = 'X'
  101. Close.TextScaled = true
  102. Close.TextWrapped = true
  103. Open.Visible = true
  104. end)
  105. Open.Name = 'Open'
  106. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. Open.Position = UDim2.new(0, 0, 0.711155415, 0)
  108. Open.Active = true
  109. OpenButton.Parent = Open
  110. OpenButton.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  111. OpenButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  112. OpenButton.Font = Enum.Font.Bodoni
  113. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. OpenButton.MouseButton1Down:connect(function()
  115. Open.Visible = true
RAW Paste Data

Roblox Fishing Simulator Script Pastebin 2020