Fission Mailed

Active Member
Modder
Nov 27, 2017
630
670
Does anyone know any hack for money? This is like the first game where I am unable to find the variable for money in the save?
Been a while since I've messed with it but this is how PGN increase's your money, they've gone to annoying lengths to make it hard/impossible to change from the console...if you can even get around his anti-console-opening code.

action SetVariable("max_money", "mоneyMaхВАNК_"+str(int(max_money.replace("mоneyMaхВАNК_",""))+#))

change the # sign to the numerical value you want, I believe PGN coded in a max value around 39000.
 
  • Like
Reactions: Kaiadas

shlanker

Newbie
Feb 25, 2021
54
87
From Discord
PornGodNoobYesterday at 8:05 PM
The 1.03 update for level subscribers has been released: LvL 2, LvL 3, LvL 4, Big LvL Wanted to release early today, but didn't make it because:
1. forgot to add some files
2. technical problems and could not rebuild the game for Android, a lot of time was spent to build for Android
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
767
4,912
Does anyone know any hack for money? This is like the first game where I am unable to find the variable for money in the save?
Been a while since I've messed with it but this is how PGN increase's your money, they've gone to annoying lengths to make it hard/impossible to change from the console...if you can even get around his anti-console-opening code.

action SetVariable("max_money", "mоneyMaхВАNК_"+str(int(max_money.replace("mоneyMaхВАNК_",""))+#))

change the # sign to the numerical value you want, I believe PGN coded in a max value around 39000.
.

Its always fun and challenging to crack the code.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Console code for Money
You must have noticed in the above screenshot.
Code:
MaxMoneyBANKCard("+","",50)
Instead of 50, you can replace with higher values.
  • If you replace "+" with "-", the money can be deducted.
  • And if you use "=", you can apply the full value.
Code:
MaxMoneyBANKCard("=","",5000)

There's a code restriction, if you try to change the max_money directly:
(random numbers are assigned as you tamper directly)
  • Less than 20 days in game, you can't have more than $ 250.
  • Above 20 days, you can't have more than $ 1000.

I believe there is already a Mod which brings on-screen panel for the gameplay cheats.
 
Last edited:

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,665
153,395
Yes, that's the Mod. (found it while searching in the Thread)
However, I have not used that MOD since it replaces most of the script files.
I used it on this version, well the version here. Everything worked on it, money, etc. Also helped avoid bugs and fixed some to.
 
  • Like
Reactions: OnlyFunz
Dec 6, 2021
73
181
Has anyone here ever noticed how a larger than average percent of this forum knows basic coding principles?

Most normie forums don't know what a variable is, but it seems like most people here can play around with the code with no problem. Reminds me of some hacker forums, like Lainchan.

Pretty interesting.
 
  • Like
Reactions: hakarlman

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,665
153,395
do anyone know how to instal patch fix 5?
It's like any other patch.

Extract the game as usual. After that extract fix 5, copy/cut the file inside the folder (it's called scripts.rpa) and copy/paste it into the "game" folder of Big Brother: Ren'Py Remake Story v1.02.
 
3.60 star(s) 44 Votes