123456789qwerty

MeepCity FREE PLUS

Dec 14th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. game.ReplicatedStorage.Connection:InvokeServer(9,2)
  2. game.ReplicatedStorage.Connection:InvokeServer(50)
  3. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  4. while wait(0.05) do
  5. game.ReplicatedStorage.Connection:InvokeServer(49)
  6. wait(0.01)
  7. game.ReplicatedStorage.Connection:InvokeServer(49)
  8. wait(0.01)
  9. game.ReplicatedStorage.Connection:InvokeServer(49)
  10. wait(0.01)
  11. game.ReplicatedStorage.Connection:InvokeServer(51)
  12. end
Add Comment
Please, Sign In to add comment