Created by Amenadiel#3367
Features:
- AUTO MINE
- KILL BOSSES AND PLAYERS AUTOMATICALLY
- INFINITE CASH
GAME LINK:
CLASSIC RETRO CRAFTWARS
SCRIPTS: [3]
loadstring(game:HttpGet("https://raw.githubusercontent.com/Schsmci/craftwars-scripts/main/Retro%20Craftwars%20Classic%20AutoMine.txt", true))()
AUTO MINE
cashy = 80000000
game.ReplicatedStorage.MainControl:InvokeServer({command = "setvalue"; instance = game.Players.LocalPlayer.realstats.Cash; value= cashy})
while game: service"RunService".RenderStepped:wait() do
cashy = cashy + 800000000
game.ReplicatedStorage.MainControl:InvokeServer({command = "setvalue"; instance = game.Players.LocalPlayer.realstats.Cash; value= cashy})
end
INFINITE CASH
loadstring(game:HttpGet("https://raw.githubusercontent.com/Schsmci/craftwars-scripts/main/Retro%20Craftwars%20Classic%20KillBoss.txt", true))()
KILL BOSSES AND PLAYER AUTOMATICALLY