Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Spam Bot
- local message = "Spammm"
- while wait(0) do
- game.ReplicatedStorage.ServerStats.CustomChat.ChattedIn:FireServer(message, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
- end
- --Semi-SpamBot
- local message = "Spammm"
- local amount = 100
- for i = 1, amount do
- wait(0.03)
- game.ReplicatedStorage.ServerStats.CustomChat.ChattedIn:FireServer(message, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
- end
- --Give Money
- local amount = 21e8
- game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
- --Give Pets
- local pet = "Lab Doge"
- game.ReplicatedStorage.ServerStats.BuyPet:FireServer(pet, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
- --Give Vehicle
- local car = "Monotracer"
- game.ReplicatedStorage.ServerStats.BuyVehicle:FireServer(car, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
- --Change Anyones Stereo
- local song = 266828640
- local playerchanging = "Scapters"
- game.ReplicatedStorage.PlayerStats[playerchanging].CondoSongID.Value = "http://www.roblox.com/asset/?id="..song
- wait(0.03)
- game.ReplicatedStorage.PlayerStats[playerchanging].CondoSongChange:FireServer(math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement