Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits) (+4)

(how to restart the game follows)every promo:


bagelbuddy
burgerbuddy
hatbuddy
lionel.exe (carefull for your ears!!!!!!)
ponies (doesn't do anythting :/)
holiday (can be reset after 24 hour (you got to stay in the game))
swordbuddy (can be used during the quest to give you a better sword)

to reset the game you need:
1. press "Win+R" on your keyboard and insert "regedit" (without qutes)
2. where it says "Computer" (at top left) insert (without quotes like anywhere else) " HKEY_CURRENT_USER\SOFTWARE\FunTech\Your FREE BitBuddy™ " and delete (with a right click of your mouse) the "Dead_h2088734529" regestry (at the very top)

3. Then open the file explorer and inset " %userprofile%\AppData\LocalLow\FunTech\Your FREE BitBuddy™ " and delete the bitbuddy folder

4. At last remove the game itself (the whole folder)and extract the game from the zip folder that you downloaded from before (do a fresh install)

5. play the game!


YOU CAN SKIP ALL OF THE ABOVE THX TO @axortheaxolotl! AND JUST USE A SCRIPT

how to use the script?

step 1:

create a new txt file

step 2:

paste the following:


@echo off

chcp 65001 >NUL

Title Reset your "Your FREE BitBuddy™" Trial

echo Welcome to the "Reset your "Your FREE BitBuddy(TM)" Trial" program. Please make sure your BitBuddy(TM) folder and the BitBuddy(TM) zip file are in the SAME location before continuing. This requires WinRAR.

PAUSE

echo.

echo Enter the directory containing your BitBuddy(TM) Folder.

echo (Ex. C:\User\Downloads\)

SET /P BB=""

if exist "%BB%\Your FREE BitBuddy™" (

   if exist "%BB%\Your FREE BitBuddy™.zip" (

      cls

      echo Deleting the Regisry Key...

      REG DELETE "HKEY_CURRENT_USER\SOFTWARE\FunTech\Your FREE BitBuddy™" /v Dead_h2088734529 /f

      echo Deleting the entire BitBuddyTM temp and game directrory folders...

      RMDIR "%userprofile%\AppData\LocalLow\FunTech\Your FREE BitBuddy™" /S /Q

      RMDIR "%BB%\Your FREE BitBuddy™" /S /Q

      echo Extracting zip...

      "%ProgramFiles%\WinRAR\winrar.exe" x -ibck "%BB%\Your FREE BitBuddy™.zip" *.* "%BB%"

      echo Done! Enjoy your another free trial!

   ) else (

      echo.

      echo Zip is not found!!! Please run this program again after placing the zip file to the right location.

      PAUSE

      exit

   )

) else (

   echo.

   echo The folder "Your FREE BitBuddy(TM)" does not exist in this directory! Please run this program again with the correct setting.

)

PAUSE


step 3:


change the end of the script from .txt to .bat and run it

step4: 


if you dont have winRAR just extract the game from the folder and play thte game!


Enjoy ;)