Page 1 of 1

Good Pizza Great Pizza for Steam

Posted: Tue Dec 29, 2020 3:57 pm
by The Mogician
Does anyone know how to cheat that game for Steam? I tried searching for the direct money value or money earned during the day, none of which seem to actually cause any change.

Re: Good Pizza Great Pizza for Steam

Posted: Tue Dec 29, 2020 4:26 pm
by VampTY
Found it in like 30 secs... :lol:



And for fuck's sake, i have downloaded some old version from igg, then i've seen that on steam is obviously another version :?, updated!Anyway, here's proof below with some pics with some random value added by me, with the address and the aob code..who knows, perhaps it might work if you'll search it by array.I'm sorry, i don't have the exact version and i'm not buying it, i hate these type of games [rpg, startegy etc].

The real value is not exactly as you can view it in your game, DON"T SEARCH FOR THE REAL VALUE...just 4 bytes, unknown, decrease ...and that's that, you'll find it fast, i've tested 3 times before responding to you, best of luck dude!

GIRLS RULE! :P


[Link]

[Link]

Code: Select all

{ Game   : PizzaBusiness.exe
  Version: 
  Date   : 2020-12-29
  Author : Viviana

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,PizzaBusiness.exe,01 9F 64 02 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  add [edi+00000264],ebx
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 01 9F 64 02 00 00

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: PizzaBusiness.exe+57F40

PizzaBusiness.exe+57F29: 33 C5                 - xor eax,ebp
PizzaBusiness.exe+57F2B: 89 45 F0              - mov [ebp-10],eax
PizzaBusiness.exe+57F2E: 53                    - push ebx
PizzaBusiness.exe+57F2F: 56                    - push esi
PizzaBusiness.exe+57F30: 57                    - push edi
PizzaBusiness.exe+57F31: 50                    - push eax
PizzaBusiness.exe+57F32: 8D 45 F4              - lea eax,[ebp-0C]
PizzaBusiness.exe+57F35: 64 A3 00 00 00 00     - mov fs:[00000000],eax
PizzaBusiness.exe+57F3B: 8B F9                 - mov edi,ecx
PizzaBusiness.exe+57F3D: 8B 5D 08              - mov ebx,[ebp+08]
// ---------- INJECTING HERE ----------
PizzaBusiness.exe+57F40: 01 9F 64 02 00 00     - add [edi+00000264],ebx
// ---------- DONE INJECTING  ----------
PizzaBusiness.exe+57F46: 83 3D C0 5F 3C 00 00  - cmp dword ptr [PizzaBusiness.exe+245FC0],00
PizzaBusiness.exe+57F4D: 75 39                 - jne PizzaBusiness.exe+57F88
PizzaBusiness.exe+57F4F: 68 AC 00 00 00        - push 000000AC
PizzaBusiness.exe+57F54: E8 C4 93 14 00        - call PizzaBusiness.exe+1A131D
PizzaBusiness.exe+57F59: 8B F0                 - mov esi,eax
PizzaBusiness.exe+57F5B: 89 75 D4              - mov [ebp-2C],esi
PizzaBusiness.exe+57F5E: 68 AC 00 00 00        - push 000000AC
PizzaBusiness.exe+57F63: 6A 00                 - push 00
PizzaBusiness.exe+57F65: 56                    - push esi
PizzaBusiness.exe+57F66: C7 45 FC 00 00 00 00  - mov [ebp-04],00000000
}

Re: Good Pizza Great Pizza for Steam

Posted: Wed Dec 30, 2020 12:37 am
by The Mogician
VampTY wrote:
Tue Dec 29, 2020 4:26 pm
Found it in like 30 secs... :lol:

And for fuck's sake, i have downloaded some old version from igg, then i've seen that on steam is obviously another version :?, updated!Anyway, here's proof below with some pics with some random value added by me, with the address and the aob code..who knows, perhaps it might work if you'll search it by array.I'm sorry, i don't have the exact version and i'm not buying it, i hate these type of games [rpg, startegy etc].

The real value is obfuscated, DON"T SEARCH FOR THE REAL VALUE...just 4 bytes, unknown, decrease ...and that's that, you'll find it fast, i've tested 3 times before responding to you, best of luck dude!

GIRLS RULE! :P


[Link]

[Link]

Code: Select all

{ Game   : PizzaBusiness.exe
  Version: 
  Date   : 2020-12-29
  Author : Viviana

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,PizzaBusiness.exe,01 9F 64 02 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  add [edi+00000264],ebx
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 01 9F 64 02 00 00

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: PizzaBusiness.exe+57F40

PizzaBusiness.exe+57F29: 33 C5                 - xor eax,ebp
PizzaBusiness.exe+57F2B: 89 45 F0              - mov [ebp-10],eax
PizzaBusiness.exe+57F2E: 53                    - push ebx
PizzaBusiness.exe+57F2F: 56                    - push esi
PizzaBusiness.exe+57F30: 57                    - push edi
PizzaBusiness.exe+57F31: 50                    - push eax
PizzaBusiness.exe+57F32: 8D 45 F4              - lea eax,[ebp-0C]
PizzaBusiness.exe+57F35: 64 A3 00 00 00 00     - mov fs:[00000000],eax
PizzaBusiness.exe+57F3B: 8B F9                 - mov edi,ecx
PizzaBusiness.exe+57F3D: 8B 5D 08              - mov ebx,[ebp+08]
// ---------- INJECTING HERE ----------
PizzaBusiness.exe+57F40: 01 9F 64 02 00 00     - add [edi+00000264],ebx
// ---------- DONE INJECTING  ----------
PizzaBusiness.exe+57F46: 83 3D C0 5F 3C 00 00  - cmp dword ptr [PizzaBusiness.exe+245FC0],00
PizzaBusiness.exe+57F4D: 75 39                 - jne PizzaBusiness.exe+57F88
PizzaBusiness.exe+57F4F: 68 AC 00 00 00        - push 000000AC
PizzaBusiness.exe+57F54: E8 C4 93 14 00        - call PizzaBusiness.exe+1A131D
PizzaBusiness.exe+57F59: 8B F0                 - mov esi,eax
PizzaBusiness.exe+57F5B: 89 75 D4              - mov [ebp-2C],esi
PizzaBusiness.exe+57F5E: 68 AC 00 00 00        - push 000000AC
PizzaBusiness.exe+57F63: 6A 00                 - push 00
PizzaBusiness.exe+57F65: 56                    - push esi
PizzaBusiness.exe+57F66: C7 45 FC 00 00 00 00  - mov [ebp-04],00000000
}
You rock!

Re: Good Pizza Great Pizza for Steam

Posted: Sat Jan 02, 2021 4:25 am
by AlliedForth
VampTY wrote:
Tue Dec 29, 2020 4:26 pm
Found it in like 30 secs... :lol:

And for fuck's sake, i have downloaded some old version from igg, then i've seen that on steam is obviously another version :?, updated!Anyway, here's proof below with some pics with some random value added by me, with the address and the aob code..who knows, perhaps it might work if you'll search it by array.I'm sorry, i don't have the exact version and i'm not buying it, i hate these type of games [rpg, startegy etc].

The real value is obfuscated, DON"T SEARCH FOR THE REAL VALUE...just 4 bytes, unknown, decrease ...and that's that, you'll find it fast, i've tested 3 times before responding to you, best of luck dude!

GIRLS RULE! :P


[Link]

[Link]

Code: Select all

{ Game   : PizzaBusiness.exe
  Version: 
  Date   : 2020-12-29
  Author : Viviana

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,PizzaBusiness.exe,01 9F 64 02 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  add [edi+00000264],ebx
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 01 9F 64 02 00 00

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: PizzaBusiness.exe+57F40

PizzaBusiness.exe+57F29: 33 C5                 - xor eax,ebp
PizzaBusiness.exe+57F2B: 89 45 F0              - mov [ebp-10],eax
PizzaBusiness.exe+57F2E: 53                    - push ebx
PizzaBusiness.exe+57F2F: 56                    - push esi
PizzaBusiness.exe+57F30: 57                    - push edi
PizzaBusiness.exe+57F31: 50                    - push eax
PizzaBusiness.exe+57F32: 8D 45 F4              - lea eax,[ebp-0C]
PizzaBusiness.exe+57F35: 64 A3 00 00 00 00     - mov fs:[00000000],eax
PizzaBusiness.exe+57F3B: 8B F9                 - mov edi,ecx
PizzaBusiness.exe+57F3D: 8B 5D 08              - mov ebx,[ebp+08]
// ---------- INJECTING HERE ----------
PizzaBusiness.exe+57F40: 01 9F 64 02 00 00     - add [edi+00000264],ebx
// ---------- DONE INJECTING  ----------
PizzaBusiness.exe+57F46: 83 3D C0 5F 3C 00 00  - cmp dword ptr [PizzaBusiness.exe+245FC0],00
PizzaBusiness.exe+57F4D: 75 39                 - jne PizzaBusiness.exe+57F88
PizzaBusiness.exe+57F4F: 68 AC 00 00 00        - push 000000AC
PizzaBusiness.exe+57F54: E8 C4 93 14 00        - call PizzaBusiness.exe+1A131D
PizzaBusiness.exe+57F59: 8B F0                 - mov esi,eax
PizzaBusiness.exe+57F5B: 89 75 D4              - mov [ebp-2C],esi
PizzaBusiness.exe+57F5E: 68 AC 00 00 00        - push 000000AC
PizzaBusiness.exe+57F63: 6A 00                 - push 00
PizzaBusiness.exe+57F65: 56                    - push esi
PizzaBusiness.exe+57F66: C7 45 FC 00 00 00 00  - mov [ebp-04],00000000
}
AOB inject
Not all results found

What causes this?

Re: Good Pizza Great Pizza for Steam

Posted: Sat Jan 02, 2021 11:19 am
by VampTY
That script was to search by array for "01 9F 64 02 00 00" in case they didn't changed it, that was pretty obvious.In case they've updated the bytes you can update them or you can use "4 bytes/unknown/decrease" then "decrease" and "decrease" and so on, i mean is so very easy to find the values, best of luck!

Re: Good Pizza Great Pizza for Steam

Posted: Mon Jan 10, 2022 10:01 pm
by hxnsola
how do i make this work? sorry, i'm a newbie

Re: Good Pizza Great Pizza for Steam

Posted: Thu Aug 11, 2022 7:02 pm
by ronnie25
VampTY wrote:
Sat Jan 02, 2021 11:19 am
That script was to search by array for "01 9F 64 02 00 00" in case they didn't changed it, that was pretty obvious.In case they've updated the bytes you can update them or you can use "4 bytes/unknown/decrease" then "decrease" and "decrease" and so on, i mean is so very easy to find the values, best of luck!
it's not working for version 1.6.3.3

I can find the value but it doesn't change anything, any help?

Re: Good Pizza Great Pizza for Steam

Posted: Tue Sep 20, 2022 9:30 pm
by NookAndCranny
The value is duplicated, is there a way to change both values at the same time?

Re: Good Pizza Great Pizza for Steam

Posted: Wed Dec 28, 2022 2:06 pm
by lunapiena85
any news? new update? please

Re: Good Pizza Great Pizza for Steam

Posted: Mon Feb 13, 2023 1:58 pm
by Baraikan
nothing is working, please help

changing the money value in "Good Pizza, Great Pizza!"

Posted: Sun Mar 12, 2023 3:58 pm
by alexeixd
Hello, I've been trying to change the money value on gpgp for the past hour or so searching up tutorials and such since I've never done anything with cheat engine, but I didn't find anything helpful. I did find one old forum post here that got the values but they seem to have been patched since I cannot get them to work.

I've tried searching for the values by doing Unknown int value > decreased value > decreased value.... and so on, that didn't work.
Then I tried entering the original money value as a float and then spending some money and then searching with "decreased by", that narrowed it down to a few values, changing most of them did nothing and they'd change to some random number almost instantly, but then when I changed one of the values and tabbed back in game, the game reloaded as if I just had launched it from steam.
Thank you in advance :)

Re: changing the money value in "Good Pizza, Great Pizza!"

Posted: Sun Mar 12, 2023 5:00 pm
by FakeRex
alexeixd wrote:
Sun Mar 12, 2023 3:58 pm
Hello, I've been trying to change the money value on gpgp for the past hour or so searching up tutorials and such since I've never done anything with cheat engine, but I didn't find anything helpful. I did find one old forum post here that got the values but they seem to have been patched since I cannot get them to work.

I've tried searching for the values by doing Unknown int value > decreased value > decreased value.... and so on, that didn't work.
Then I tried entering the original money value as a float and then spending some money and then searching with "decreased by", that narrowed it down to a few values, changing most of them did nothing and they'd change to some random number almost instantly, but then when I changed one of the values and tabbed back in game, the game reloaded as if I just had launched it from steam.
Thank you in advance :)
No need for another topic

Re: Good Pizza Great Pizza for Steam

Posted: Fri Feb 23, 2024 2:45 am
by theothernico
Tried the techniques on here a bunch of times until I was left with 16 values that never decreased, so I ended up throwing the towel
I wish this would still work, it's so exhausting to work your way through money when starting a new game :dry: