Advertisement
Guest User

Untitled

a guest
May 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Script (Credits to Amicus Vale in v3rm)(Updated: now you can automatically sell your fish):
  2. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  3. game.ReplicatedStorage.Connection:InvokeServer(9,2)--If you want it to be faster, spam the execute button but not too fast, do it slowly or it will crash you.
  4. game.ReplicatedStorage.Connection:InvokeServer(50)
  5. while wait(0.1) do
  6. game.ReplicatedStorage.Connection:InvokeServer(49)
  7. wait(0.01)
  8. game.ReplicatedStorage.Connection:InvokeServer(49)
  9. wait(0.01)
  10. game.ReplicatedStorage.Connection:InvokeServer(49)
  11. game.ReplicatedStorage:Connection:InvokeServer(51)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement