IDKDONTCALLMEOOF

Fishing sim

Feb 23rd, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. -- pls use synapse and all exploits level 6+
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local testgui = Instance.new("TextLabel")
  9. local par1 = Instance.new("TextButton")
  10. local part1 = Instance.new("TextButton")
  11. local tat = Instance.new("TextButton")
  12. local bede = Instance.new("TextButton")
  13. local best = Instance.new("TextLabel")
  14. local test3 = Instance.new("TextLabel")
  15. local openmain = Instance.new("Frame")
  16. local OPEN = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. main.Name = "main"
  24. main.Parent = ScreenGui
  25. main.BackgroundColor3 = Color3.fromRGB(85, 170, 0)
  26. main.BackgroundTransparency = 0.850
  27. main.LayoutOrder = 1
  28. main.Position = UDim2.new(0.342706054, 0, 0.388192385, 0)
  29. main.Size = UDim2.new(0, 430, 0, 275)
  30. main.Visible = false
  31. main.Active = true
  32. main.Draggable = true
  33.  
  34. testgui.Name = "test gui"
  35. testgui.Parent = main
  36. testgui.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  37. testgui.Position = UDim2.new(0.102025792, 0, -0.0952297822, 0)
  38. testgui.Size = UDim2.new(0, 341, 0, 33)
  39. testgui.Font = Enum.Font.SourceSansBold
  40. testgui.Text = "FISHING SIMULATOR OP GUI"
  41. testgui.TextColor3 = Color3.fromRGB(0, 255, 255)
  42. testgui.TextSize = 33.000
  43.  
  44. par1.Name = "par1"
  45. par1.Parent = main
  46. par1.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  47. par1.BackgroundTransparency = 0.450
  48. par1.Position = UDim2.new(0.17366977, 0, 0.139138728, 0)
  49. par1.Size = UDim2.new(0, 252, 0, 50)
  50. par1.Font = Enum.Font.SourceSans
  51. par1.Text = "Boat Super Speed And Auto fish"
  52. par1.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. par1.TextSize = 21.000
  54. par1.MouseButton1Down:connect(function()
  55. loadstring(game:GetObjects("rbxassetid://4698235310")[1].Source)()
  56. end)
  57.  
  58. part1.Name = "part1"
  59. part1.Parent = main
  60. part1.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  61. part1.BackgroundTransparency = 0.500
  62. part1.BorderColor3 = Color3.fromRGB(255, 255, 255)
  63. part1.Position = UDim2.new(0.172898471, 0, 0.517129242, 0)
  64. part1.Size = UDim2.new(0, 252, 0, 50)
  65. part1.Font = Enum.Font.SourceSans
  66. part1.Text = "Auto Kill Sharks And Auto Sell"
  67. part1.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. part1.TextSize = 21.000
  69. part1.MouseButton1Down:connect(function()
  70. local player = game.Players.LocalPlayer
  71. while wait() do
  72. local sharks = workspace:GetChildren()
  73. for i = 1, #sharks do local v = sharks[i]
  74. if v:FindFirstChild("Health") and v:FindFirstChild("IsSeaMonster") then
  75. pcall(function()
  76. player.Character.PrimaryPart.CFrame = v.PrimaryPart.CFrame + Vector3.new(0, 25, 0)
  77. end)
  78. wait()
  79. if player.Character:FindFirstChildOfClass("Tool") then
  80. game.ReplicatedStorage.CloudClientResources.Communication.Events.DamageSeaMonster:FireServer(v, v.Health, true)
  81. elseif player:FindFirstChild("Backpack") and #player.Backpack:GetChildren() >= 1 then
  82. for _,k in pairs(player.Backpack:GetChildren()) do
  83. if k:FindFirstChild("Damage") then
  84. k.Parent = player.Character
  85. end
  86. end
  87. end
  88. end
  89. end
  90. if player:FindFirstChild("Backpack") and #player.Backpack:GetChildren() >= 2 then
  91. for i,v in pairs(player.Backpack:GetChildren()) do
  92. if not v:FindFirstChild("Damage") then
  93. game:GetService("ReplicatedStorage").CloudClientResources.Communication.Functions.SellItem:InvokeServer(v.Name, 1)
  94. end
  95. end
  96. end
  97. end
  98. end)
  99.  
  100. tat.Name = "tat"
  101. tat.Parent = main
  102. tat.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  103. tat.Position = UDim2.new(0.922637939, 0, -0.00068436563, 0)
  104. tat.Size = UDim2.new(0, 46, 0, 39)
  105. tat.Font = Enum.Font.SourceSans
  106. tat.Text = "X"
  107. tat.TextColor3 = Color3.fromRGB(0, 255, 0)
  108. tat.TextScaled = true
  109. tat.TextSize = 14.000
  110. tat.TextWrapped = true
  111. tat.MouseButton1Down:connect(function()
  112. main.Visible = false
  113. openmain.Visible = true
  114. end)
  115.  
  116. bede.Name = "bede"
  117. bede.Parent = main
  118. bede.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  119. bede.Position = UDim2.new(0.807631135, 0, 0.76727277, 0)
  120. bede.Size = UDim2.new(0, 82, 0, 33)
  121. bede.Font = Enum.Font.SourceSans
  122. bede.Text = "ANTI BAN"
  123. bede.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. bede.TextSize = 20.000
  125. bede.MouseButton1Down:connect(function()
  126. best.Visible = true
  127. end)
  128.  
  129. best.Name = "best"
  130. best.Parent = bede
  131. best.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. best.BackgroundTransparency = 1.000
  133. best.Position = UDim2.new(5.06167984, 0, 6.5757575, 0)
  134. best.Size = UDim2.new(0, 134, 0, 43)
  135. best.Visible = false
  136. best.Font = Enum.Font.SourceSans
  137. best.Text = "ANTI BAN OPEN"
  138. best.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. best.TextSize = 20.000
  140.  
  141. test3.Name = "test3"
  142. test3.Parent = main
  143. test3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  144. test3.BackgroundTransparency = 1.000
  145. test3.Position = UDim2.new(0.232815251, 0, 0.818181753, 0)
  146. test3.Size = UDim2.new(0, 226, 0, 50)
  147. test3.Font = Enum.Font.SourceSans
  148. test3.Text = "Crazy Cat-Kuns Gui"
  149. test3.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. test3.TextSize = 33.000
  151.  
  152. openmain.Name = "openmain"
  153. openmain.Parent = ScreenGui
  154. openmain.Active = true
  155. openmain.BackgroundColor3 = Color3.fromRGB(0, 255, 127)
  156. openmain.LayoutOrder = 1
  157. openmain.Position = UDim2.new(0, 0, 0.949220896, 0)
  158. openmain.Size = UDim2.new(0, 100, 0, 38)
  159. openmain.Active = true
  160. openmain.Draggable = true
  161.  
  162. OPEN.Name = "OPEN"
  163. OPEN.Parent = openmain
  164. OPEN.BackgroundColor3 = Color3.fromRGB(255, 96, 157)
  165. OPEN.Position = UDim2.new(0, 0, -0.00828325748, 0)
  166. OPEN.Size = UDim2.new(0, 103, 0, 38)
  167. OPEN.Font = Enum.Font.SourceSans
  168. OPEN.Text = "FISHING"
  169. OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
  170. OPEN.TextSize = 18.000
  171. OPEN.MouseButton1Down:connect(function()
  172. openmain.Visible = false
  173. main.Visible = true
  174. end)
Add Comment
Please, Sign In to add comment