Good Pizza Great Pizza for Steam

Ask about cheats/tables for single player games here
Post Reply
User avatar
The Mogician
Table Makers
Table Makers
Posts: 731
Joined: Sat Mar 04, 2017 12:00 am
Reputation: 526

Good Pizza Great Pizza for Steam

Post 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.

User avatar
VampTY
Table Makers
Table Makers
Posts: 809
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1049

Re: Good Pizza Great Pizza for Steam

Post 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
}
Last edited by VampTY on Thu Jan 13, 2022 7:55 pm, edited 2 times in total.

User avatar
The Mogician
Table Makers
Table Makers
Posts: 731
Joined: Sat Mar 04, 2017 12:00 am
Reputation: 526

Re: Good Pizza Great Pizza for Steam

Post 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!

AlliedForth
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Aug 17, 2020 12:19 am
Reputation: 0

Re: Good Pizza Great Pizza for Steam

Post 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?

User avatar
VampTY
Table Makers
Table Makers
Posts: 809
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1049

Re: Good Pizza Great Pizza for Steam

Post 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!

hxnsola
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Jan 10, 2022 9:55 pm
Reputation: 0

Re: Good Pizza Great Pizza for Steam

Post by hxnsola »

how do i make this work? sorry, i'm a newbie

ronnie25
Noobzor
Noobzor
Posts: 7
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Good Pizza Great Pizza for Steam

Post 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?

NookAndCranny
Noobzor
Noobzor
Posts: 6
Joined: Tue Sep 20, 2022 8:14 pm
Reputation: 0

Re: Good Pizza Great Pizza for Steam

Post by NookAndCranny »

The value is duplicated, is there a way to change both values at the same time?

lunapiena85
Noobzor
Noobzor
Posts: 10
Joined: Wed Apr 20, 2022 7:44 pm
Reputation: 4

Re: Good Pizza Great Pizza for Steam

Post by lunapiena85 »

any news? new update? please

Baraikan
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Mar 23, 2022 9:11 am
Reputation: 0

Re: Good Pizza Great Pizza for Steam

Post by Baraikan »

nothing is working, please help

alexeixd
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Mar 12, 2023 3:53 pm
Reputation: 0

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

Post 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 :)

User avatar
FakeRex
Expert Cheater
Expert Cheater
Posts: 63
Joined: Thu Mar 02, 2017 11:17 pm
Reputation: 30

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

Post 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

theothernico
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Feb 23, 2024 1:39 am
Reputation: 0

Re: Good Pizza Great Pizza for Steam

Post 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:

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Bing [Bot], dogandcar678, Google [Bot], RMLSNK