nice,
tuckster7
18
Posts
7
Topics
1
Following
A member registered Jul 11, 2017 · View creator page →
Creator of
Recent community posts
https://tuckster7.itch.io/spunky
Spunky Clicker is a fun and addicting game.
it is a lot like cookie clicker
it also is python so most OSs can run it
its easy on your computer too
make a new text file (with notepad), copy and paste this code:
@echo off
:start
echo (1) setup
echo (2) t-mail
set /p input=choice:
if %choice%==1 setup.bat
if %choice%==2 t-mail.bat
goto start
then click file>save as> then select the location of t-mail
change text file to all files
clear the untilted
type t-mail.bat
click save