5555HACKER

the plaza inf money +monotracer+stereo

Jun 18th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.75 KB | None | 0 0
  1. -- Money --
  2. local amount = 21e8
  3. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  4.  
  5. -- Monotracer --
  6. local car = "Monotracer"
  7. game.ReplicatedStorage.ServerStats.BuyVehicle:FireServer(car, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  8.  
  9. -- Play any music in Stereo // Force Change Stereos --
  10. local song = MUSICID
  11. local playerchanging = "Scapters"
  12. game.ReplicatedStorage.PlayerStats[playerchanging].CondoSongID.Value = "http://www.roblox.com/asset/?id="..song
  13. wait(0.03)
  14. game.ReplicatedStorage.PlayerStats[playerchanging].CondoSongChange:FireServer(math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
Add Comment
Please, Sign In to add comment