[COMPLETED] [REQ] Conglomerate 451 Codex\Steam
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
God Mode and Resource only
I'm not still able to find some stuff like time-hacking and instant-search
It's just my first cheat using mono-dissector
I'm not still able to find some stuff like time-hacking and instant-search
It's just my first cheat using mono-dissector
- Attachments
-
- Conglomerate 451.CT
- (670.49 KiB) Downloaded 82 times
Re: [REQ] Conglomerate 451 Codex\Steam
Thx,if someone helps you find others, let me know.kantoboy69 wrote: ↑Sun Mar 01, 2020 7:13 pmGod Mode and Resource only
I'm not still able to find some stuff like time-hacking and instant-search
It's just my first cheat using mono-dissector
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
// time freeze for lock door puzzle and always correct puzzle per level
define(tbytes,48 8B 86 30 01 00 00 F3 0F 10 86 40 01 00 00 F3 0F 5A C0 )
[ENABLE]
alloc(tnewmem,$1000)
label(tcode)
label(treturn)
tnewmem:
mov rax,[rsi+00000130]
mov dword ptr [rax+14], (float)60000 // timer don't decrease
mov rax,[rsi+000000b8]
mov dword ptr [rax+68], 0 // Angel 0 is always correct
tcode:
mov rax,[rsi+00000130]
movss xmm0,[rsi+00000140]
cvtss2sd xmm0,xmm0
jmp treturn
UIHackLocker:ManageInput+98:
jmp tnewmem
UIHackLocker:ManageInput+ab:
treturn:
[DISABLE]
UIHackLocker:ManageInput+98:
db tbytes
dealloc(tnewmem)
define(tbytes,48 8B 86 30 01 00 00 F3 0F 10 86 40 01 00 00 F3 0F 5A C0 )
[ENABLE]
alloc(tnewmem,$1000)
label(tcode)
label(treturn)
tnewmem:
mov rax,[rsi+00000130]
mov dword ptr [rax+14], (float)60000 // timer don't decrease
mov rax,[rsi+000000b8]
mov dword ptr [rax+68], 0 // Angel 0 is always correct
tcode:
mov rax,[rsi+00000130]
movss xmm0,[rsi+00000140]
cvtss2sd xmm0,xmm0
jmp treturn
UIHackLocker:ManageInput+98:
jmp tnewmem
UIHackLocker:ManageInput+ab:
treturn:
[DISABLE]
UIHackLocker:ManageInput+98:
db tbytes
dealloc(tnewmem)
Last edited by kantoboy69 on Tue Mar 03, 2020 9:13 pm, edited 1 time in total.
Re: [REQ] Conglomerate 451 Codex\Steam
A new game update has arrived.kantoboy69 wrote: ↑Mon Mar 02, 2020 12:22 pm// time freeze for lock door puzzle and always correct puzzle per level
define(tbytes,48 8B 86 30 01 00 00 F3 0F 10 86 40 01 00 00 F3 0F 5A C0 )
[ENABLE]
alloc(tnewmem,$1000)
label(tcode)
label(treturn)
tnewmem:
mov rax,[rsi+00000130]
mov dword ptr [rax+14], 0 // timer always start to zero
mov rax,[rsi+000000b8]
mov dword ptr [rax+68], 0 // Angel 0 is always correct
tcode:
mov rax,[rsi+00000130]
movss xmm0,[rsi+00000140]
cvtss2sd xmm0,xmm0
jmp treturn
UIHackLocker:ManageInput+98:
jmp tnewmem
UIHackLocker:ManageInput+ab:
treturn:
[DISABLE]
UIHackLocker:ManageInput+98:
db tbytes
dealloc(tnewmem)
Re: [REQ] Conglomerate 451 Codex\Steam
@kantoboy69
Table works fine with new 1.2.0 update.
But "time freeze for lock door puzzle and always correct puzzle per level" don't: it just instantly close puzzle screen with failure to open...
Table works fine with new 1.2.0 update.
But "time freeze for lock door puzzle and always correct puzzle per level" don't: it just instantly close puzzle screen with failure to open...
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
Updated
God Mode - hp,shield,no pain, no intox
Resource
Hack Door Lock - freeze time
Hack Game- freeze time
Hack SPU - freeze time
Research - // buggy
God Mode - hp,shield,no pain, no intox
Resource
Hack Door Lock - freeze time
Hack Game- freeze time
Hack SPU - freeze time
Research - // buggy
- Attachments
-
- Conglomerate 451_v2.CT
- (7.08 KiB) Downloaded 72 times
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
I tested it on tutorial scenario thus the failure
I uploaded an updated ct
Hope it fixed the problem
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
// Max Memory plugin bypass
define(mbytes,48 8B 86 70 01 00 00 48 8B 80 A8 00 00 00 48 63 80 88 00 00 00 )
[ENABLE]
alloc(mnewmem,$1000)
label(mcode)
label(mreturn)
mnewmem:
mov dword ptr [rsi+1ac], #100 // max memory
mcode:
mov rax,[rsi+00000170]
mov rax,[rax+000000A8]
movsxd rax,dword ptr [rax+00000088]
jmp mreturn
UIA_Window_ChangePlugins:InstallPlugin+15:
jmp mnewmem
nop
UIA_Window_ChangePlugins:InstallPlugin+2a:
mreturn:
[DISABLE]
UIA_Window_ChangePlugins:InstallPlugin+15:
db mbytes
dealloc(mnewmem)
define(mbytes,48 8B 86 70 01 00 00 48 8B 80 A8 00 00 00 48 63 80 88 00 00 00 )
[ENABLE]
alloc(mnewmem,$1000)
label(mcode)
label(mreturn)
mnewmem:
mov dword ptr [rsi+1ac], #100 // max memory
mcode:
mov rax,[rsi+00000170]
mov rax,[rax+000000A8]
movsxd rax,dword ptr [rax+00000088]
jmp mreturn
UIA_Window_ChangePlugins:InstallPlugin+15:
jmp mnewmem
nop
UIA_Window_ChangePlugins:InstallPlugin+2a:
mreturn:
[DISABLE]
UIA_Window_ChangePlugins:InstallPlugin+15:
db mbytes
dealloc(mnewmem)
Re: [REQ] Conglomerate 451 Codex\Steam
@kantoboy69
Thanks for updates.
"Research" option can't unlock weapon\shield\memory upgrades, everything else works fine.
And can you make an option for "Humanity %" (it decreases when implanting or using drugs) & for agents don't accidentaly die when adding implants? Thanks in advance)
Thanks for updates.
"Research" option can't unlock weapon\shield\memory upgrades, everything else works fine.
And can you make an option for "Humanity %" (it decreases when implanting or using drugs) & for agents don't accidentaly die when adding implants? Thanks in advance)
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
Updated v3b
Hack Game- freeze time and always correct selection
Updated
God Mode - hp,shield,battery,humanity,survival instinct, no pain, no intox
Agency - Resource table
Hack Door Lock - freeze time always correct lock per level
Hack Game- freeze time
Hack SPU - freeze time
Research - Instant (fixed)
Memory - Bypass memory limit for plugin install
Hack Game- freeze time and always correct selection
Updated
God Mode - hp,shield,battery,humanity,survival instinct, no pain, no intox
Agency - Resource table
Hack Door Lock - freeze time always correct lock per level
Hack Game- freeze time
Hack SPU - freeze time
Research - Instant (fixed)
Memory - Bypass memory limit for plugin install
- Attachments
-
- Conglomerate 451_v3b.CT
- (10.02 KiB) Downloaded 86 times
-
- Conglomerate 451_v3.CT
- (9.78 KiB) Downloaded 63 times
Last edited by kantoboy69 on Wed Mar 04, 2020 6:24 am, edited 1 time in total.
Re: [REQ] Conglomerate 451 Codex\Steam
You are the best Keep it up.kantoboy69 wrote: ↑Tue Mar 03, 2020 8:54 pmUpdated
God Mode - hp,shield,battery,humanity,survival instinct, no pain, no intox
Agency - Resource table
Hack Door Lock - freeze time
Hack Game- freeze time
Hack SPU - freeze time
Research - Instant (fixed)
Memory - Bypass memory limit for plugin install
- kantoboy69
- Expert Cheater
- Posts: 90
- Joined: Fri Aug 30, 2019 5:33 am
- Reputation: 50
Re: [REQ] Conglomerate 451 Codex\Steam
// Alternative to 1-hit-kill
// Zero Enemy HP/Shield
define(ebytes,48 63 80 FC 00 00 00 F2 0F 2A C0 F2 0F 5A E8 F3 0F 11 6E 5C)
[ENABLE]
alloc(enewmem,$1000)
label(ecode)
label(ereturn)
enewmem:
mov dword ptr [rax+000000F8], 0
mov dword ptr [rax+000000FC], 0
ecode:
movsxd rax,dword ptr [rax+000000FC]
cvtsi2sd xmm0,eax
cvtsd2ss xmm5,xmm0
movss [rsi+5C],xmm5
jmp ereturn
UIEngagebleEntityHealtBar:Update+d3:
jmp enewmem
UIEngagebleEntityHealtBar:Update+e7:
ereturn:
[DISABLE]
UIEngagebleEntityHealtBar:Update+d3:
db ebytes
dealloc(enewmem)
// Zero Enemy HP/Shield
define(ebytes,48 63 80 FC 00 00 00 F2 0F 2A C0 F2 0F 5A E8 F3 0F 11 6E 5C)
[ENABLE]
alloc(enewmem,$1000)
label(ecode)
label(ereturn)
enewmem:
mov dword ptr [rax+000000F8], 0
mov dword ptr [rax+000000FC], 0
ecode:
movsxd rax,dword ptr [rax+000000FC]
cvtsi2sd xmm0,eax
cvtsd2ss xmm5,xmm0
movss [rsi+5C],xmm5
jmp ereturn
UIEngagebleEntityHealtBar:Update+d3:
jmp enewmem
UIEngagebleEntityHealtBar:Update+e7:
ereturn:
[DISABLE]
UIEngagebleEntityHealtBar:Update+d3:
db ebytes
dealloc(enewmem)
Re: [REQ] Conglomerate 451 Codex\Steam
There is a bag or somthing with this game =\ If ya get top updates for every agent in squad the game give an error "Your squad is too experienced for this mission" on mission brifing =(kantoboy69 wrote: ↑Tue Mar 03, 2020 8:54 pmUpdated v3b
Hack Game- freeze time and always correct selection
Updated
God Mode - hp,shield,battery,humanity,survival instinct, no pain, no intox
Agency - Resource table
Hack Door Lock - freeze time always correct lock per level
Hack Game- freeze time
Hack SPU - freeze time
Research - Instant (fixed)
Memory - Bypass memory limit for plugin install
Who is online
Users browsing this forum: Badbecky21, pemangkas, Redadare