Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Interactive Girls Club
- Start.bat
- :01
- @echo off
- @mousechk
- if errorlevel 1 goto end
- @cls
- goto menu
- :start
- @cd ..
- :Menu
- echo.
- echo.
- echo.
- Echo Interactive Girls Menu
- echo. -------------------------
- echo.
- echo Press A Vida
- echo B Teresa house guest
- echo C Jo Guest Milkrun
- echo D Jo Guest Shaves
- echo E Erotic byte
- echo F Foreplay
- echo G Camera Man
- echo Q to Quit
- echo.
- choice /C:ABCDEFGQ /N . Your Choice?
- if errorlevel 8 goto end
- if errorlevel 7 goto camman
- if errorlevel 6 goto foreplay
- if errorlevel 5 goto eb
- if errorlevel 4 goto shave
- if errorlevel 3 goto jo
- if errorlevel 2 goto teresa
- if errorlevel 1 vida
- goto 01
- :camman
- @cd camman
- @fxnoshow video
- goto start
- :eb
- @cd jo
- @IGC.EXE EROBYTE
- goto start
- :foreplay
- @cd program
- @fxnoshow onea
- goto start
- :jo
- @cd jo
- @IGC.EXE INTRO
- goto start
- :shave
- @cd jo
- @IGC.EXE SHAVE01
- goto start
- :teresa
- @cd TERESA
- @config -set dos EMS=false
- @igc open
- @config -set dos EMS=true
- goto start
- :vida
- @cd vida
- @igc vid
- goto start
- :end
Advertisement
Add Comment
Please, Sign In to add comment