Page 1 of 26

z Cyberpunk 2077

Posted: Thu Dec 10, 2020 6:02 pm
by Zanzer
Unlimited Health
Unlimited Stamina
Unlimited RAM
Unlimited Ammo
No Reload
No Recoil (thanks cfemen)
No Detection (thanks aSwedishMagyar)
Remove Breach Time Limit (thanks gideon25)
Craft for Free (turn off when not crafting, just in case)
Player Progression Pointers (levels, experience, street cred, skills, points, attributes, perks)
Inventory Pointers (just the basic stuff)
Weapon Pointer
Override Weapon Properties

Tested on Steam version. Upgrade to Cheat Engine 7.4!

Re: z Cyberpunk 2077 [Steam]

Posted: Thu Dec 10, 2020 6:26 pm
by arazrad
version 1.03 on steam, didnt work.

Re: z Cyberpunk 2077 [Steam]

Posted: Thu Dec 10, 2020 6:28 pm
by Zanzer
Turn off the other table's cheats.

Re: z Cyberpunk 2077 [Steam]

Posted: Thu Dec 10, 2020 8:57 pm
by arazrad
there is no other cheat engine table, didnt work.

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 12:03 am
by Zanzer
Upgrade Cheat Engine?

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 12:15 am
by LiamLi
thank you, table works perfect (even on the GOG version)
looking forward to what you will add :)

thx!

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 12:16 am
by arazrad
the GOG version works well for steam, I tested it.

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 2:05 am
by UnfundedSaturn
Zanzer wrote:
Fri Dec 11, 2020 12:03 am
Upgrade Cheat Engine?
it work bro thanks

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 4:33 am
by Zanzer
Added experience pointers.
No clue if the order of my list is the same as yours.
Also not sure if all the offsets are the same as yours.
Best of luck.

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 11:02 am
by LORDJESSIAH
Is it possible to get something that makes it so you can craft without requirements?

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 8:19 pm
by Zanzer
Added Inventory Pointers for the basic stuff I've encountered so far

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 8:22 pm
by iicecube
Okay work very well in GOG version.. thanks

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 8:24 pm
by Zanzer
Quick little update. For those that already downloaded the last one, please download again.

Re: z Cyberpunk 2077

Posted: Fri Dec 11, 2020 9:04 pm
by Empress_Ravenna
Stealth hack?

Re: z Cyberpunk 2077 [Steam]

Posted: Fri Dec 11, 2020 9:33 pm
by igromanru
Made a script to freeze the breach time, doesn't help to solve it, but you got all the time in the world to put it in.
Freeze breach time
{ Game : Cyberpunk2077.exe
Version: 1.03
Date : 2020-12-11
Author : igromanru

Freeze breach time
}

[ENABLE]
aobscanmodule(freezeBreachTime,Cyberpunk2077.exe, F3 0F 5C 00 0F 2F C1 F3 0F 11 81)
alloc(newmem,$100,freezeBreachTime)

label(freezeBreachTimeBackup)
label(return)

newmem:
//subss xmm0,[rax]
comiss xmm0,xmm1
jmp return
freezeBreachTimeBackup:
readMem(freezeBreachTime, 7)

freezeBreachTime:
jmp newmem
nop
nop
return:
registersymbol(freezeBreachTime)
registersymbol(freezeBreachTimeBackup)

[DISABLE]

freezeBreachTime:
readMem(freezeBreachTimeBackup, 7)

unregistersymbol(freezeBreachTime)
unregistersymbol(freezeBreachTimeBackup)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Cyberpunk2077.exe+24319B3

Cyberpunk2077.exe+2431986: 8B 81 CC 01 00 00 - mov eax,[rcx+000001CC]
Cyberpunk2077.exe+243198C: 85 C0 - test eax,eax
Cyberpunk2077.exe+243198E: 0F 85 17 01 00 00 - jne Cyberpunk2077.exe+2431AAB
Cyberpunk2077.exe+2431994: 38 81 D2 01 00 00 - cmp [rcx+000001D2],al
Cyberpunk2077.exe+243199A: 74 44 - je Cyberpunk2077.exe+24319E0
Cyberpunk2077.exe+243199C: 0F 57 C9 - xorps xmm1,xmm1
Cyberpunk2077.exe+243199F: 0F 2F 89 30 01 00 00 - comiss xmm1,[rcx+00000130]
Cyberpunk2077.exe+24319A6: 73 38 - jae Cyberpunk2077.exe+24319E0
Cyberpunk2077.exe+24319A8: 48 8B 02 - mov rax,[rdx]
Cyberpunk2077.exe+24319AB: F3 0F 10 81 C8 01 00 00 - movss xmm0,[rcx+000001C8]
// ---------- INJECTING HERE ----------
Cyberpunk2077.exe+24319B3: F3 0F 5C 00 - subss xmm0,[rax]
// ---------- DONE INJECTING ----------
Cyberpunk2077.exe+24319B7: 0F 2F C1 - comiss xmm0,xmm1
Cyberpunk2077.exe+24319BA: F3 0F 11 81 C8 01 00 00 - movss [rcx+000001C8],xmm0
Cyberpunk2077.exe+24319C2: 77 1C - ja Cyberpunk2077.exe+24319E0
Cyberpunk2077.exe+24319C4: BA 01 00 00 00 - mov edx,00000001
Cyberpunk2077.exe+24319C9: C7 81 C8 01 00 00 00 00 00 00 - mov [rcx+000001C8],00000000
Cyberpunk2077.exe+24319D3: E8 A8 F8 FF FF - call Cyberpunk2077.exe+2431280
Cyberpunk2077.exe+24319D8: 48 8B CB - mov rcx,rbx
Cyberpunk2077.exe+24319DB: E8 60 A7 FF FF - call Cyberpunk2077.exe+242C140
Cyberpunk2077.exe+24319E0: 48 8B 83 F0 01 00 00 - mov rax,[rbx+000001F0]
Cyberpunk2077.exe+24319E7: 0F 57 C0 - xorps xmm0,xmm0
}