Good Pizza Great Pizza for Steam
- The Mogician
- Table Makers
- Posts: 762
- Joined: Sat Mar 04, 2017 12:00 am
- Reputation: 556
Good Pizza Great Pizza for Steam
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
Found it in like 30 secs...
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!
[Link]
[Link]
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!
[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.
- The Mogician
- Table Makers
- Posts: 762
- Joined: Sat Mar 04, 2017 12:00 am
- Reputation: 556
Re: Good Pizza Great Pizza for Steam
You rock!VampTY wrote: ↑Tue Dec 29, 2020 4:26 pmFound it in like 30 secs...
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!
[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 }
-
- What is cheating?
- Posts: 3
- Joined: Mon Aug 17, 2020 12:19 am
- Reputation: 0
Re: Good Pizza Great Pizza for Steam
AOB injectVampTY wrote: ↑Tue Dec 29, 2020 4:26 pmFound it in like 30 secs...
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!
[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 }
Not all results found
What causes this?
Re: Good Pizza Great Pizza for Steam
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
how do i make this work? sorry, i'm a newbie
Re: Good Pizza Great Pizza for Steam
it's not working for version 1.6.3.3VampTY wrote: ↑Sat Jan 02, 2021 11:19 amThat 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!
I can find the value but it doesn't change anything, any help?
-
- Noobzor
- Posts: 6
- Joined: Tue Sep 20, 2022 8:14 pm
- Reputation: 0
Re: Good Pizza Great Pizza for Steam
The value is duplicated, is there a way to change both values at the same time?
-
- Noobzor
- Posts: 10
- Joined: Wed Apr 20, 2022 7:44 pm
- Reputation: 4
Re: Good Pizza Great Pizza for Steam
any news? new update? please
Re: Good Pizza Great Pizza for Steam
nothing is working, please help
changing the money value in "Good Pizza, Great Pizza!"
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
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!"
No need for another topicalexeixd wrote: ↑Sun Mar 12, 2023 3:58 pmHello, 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
-
- What is cheating?
- Posts: 1
- Joined: Fri Feb 23, 2024 1:39 am
- Reputation: 0
Re: Good Pizza Great Pizza for Steam
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
I wish this would still work, it's so exhausting to work your way through money when starting a new game
Re: Good Pizza Great Pizza for Steam
The Mogician wrote: ↑Tue Dec 29, 2020 3:57 pmDoes 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.
I'm using Veh debugger and from what I can tell the game (steam) uses Cocos Engine to port android game into native desktop, I tried to debug and couldn't find the value for it nor for the diamonds or gems. Unless safe to assume they're valued encrypted to server side.
Who is online
Users browsing this forum: glaucocfg, Google [Bot], sniperx287