[Req]Blood - Fresh Supply(GoG)

Ask about cheats/tables for single player games here
User avatar
Iosiff
Expert Cheater
Expert Cheater
Posts: 112
Joined: Fri Mar 24, 2017 6:57 am
Reputation: 4

[Req]Blood - Fresh Supply(GoG)

Post by Iosiff »

Request just simple CT with inf. ammo.
I know there is ingame cheats like All Weapons + Inf ammo. This "all weapons" spoils everything a little.

Yojiro
Noobzor
Noobzor
Posts: 9
Joined: Sun May 13, 2018 11:04 am
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by Yojiro »

Here you go, this should work.

Edit: Updated table with armor cheat.
Edit2: Added Infinite buff duration / item usage (not fully tested)
Attachments
BloodFS v3.CT
(8.04 KiB) Downloaded 183 times
Last edited by Yojiro on Mon May 13, 2019 3:22 pm, edited 4 times in total.

User avatar
STN
Founder
Founder
Posts: 4435
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3437

Re: [Req]Blood - Fresh Supply(GoG)

Post by STN »

What a weird game name. I thought you were requesting fresh supply of blood for a moment :D

Yojiro
Noobzor
Noobzor
Posts: 9
Joined: Sun May 13, 2018 11:04 am
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by Yojiro »

STN wrote:
Sun May 12, 2019 7:38 pm
What a weird game name. I thought you were requesting fresh supply of blood for a moment :D
Now I'm imagining a hospital where a nurse just hooks up an IV to Cheat Engine

User avatar
Iosiff
Expert Cheater
Expert Cheater
Posts: 112
Joined: Fri Mar 24, 2017 6:57 am
Reputation: 4

Re: [Req]Blood - Fresh Supply(GoG)

Post by Iosiff »

Yojiro wrote:
Sun May 12, 2019 7:20 pm
Here you go, this should work.
Thank you very much. <3

User avatar
BlackDragon
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Dec 15, 2018 11:08 am
Reputation: 0

Re: [Req]Blood - Fresh Supply(GoG)

Post by BlackDragon »

Can someone add options to that table ? Unlimited timer for buffs, maybe armor/health ?

Yojiro
Noobzor
Noobzor
Posts: 9
Joined: Sun May 13, 2018 11:04 am
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by Yojiro »

BlackDragon wrote:
Mon May 13, 2019 12:19 pm
Can someone add options to that table ? Unlimited timer for buffs, maybe armor/health ?
I've added an updated table in my first post with an armor cheat, can you test if it works properly? (It won't fill up your armor but prevent it from going down once you've picked up any)

User avatar
BlackDragon
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Dec 15, 2018 11:08 am
Reputation: 0

Re: [Req]Blood - Fresh Supply(GoG)

Post by BlackDragon »

It works fine, thank you

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

Re: [Req]Blood - Fresh Supply(GoG)

Post by VampTY »

Perhaps you might want this:

God mode can also be enabled with ~ by typing god

These below, just press T and then type:

clarice: 100% body armor, 100% fire armor, 100% spirit armor
griswold: 200% Armor
spork: 200% Health
cousteau: 200% Health and Diving Suit
krueger: 200% Health and Fire
montana: All Items
keymaster: All Keys
idaho: All Weapons
lara croft: All Weapons + Infinite Ammo
hongkong: All weapons and full ammo
mcgee: Burn Yourself
eva galli: Clipping
spielberg: Disable All Cheats
capinmyass: Disable God Mode
rate: Display Frame Rate
edmark: Displays the message “AHH… THOSE WERE THE DAYS”
tequila: Double Weapons
bunz: Double Weapons + Full Ammo
jojo: Drunk Mode
fork broussard: Drunk Mode + No Weapons
no cap in my ass: Enable God Mode
satchel: Full Inventory
I wanna be like Kevin: God Mode
kevorkian: Instant Death
onering: Invisibility
funkyshoes: Jump Higher
goonies: Show Full Map
calgon: Skip Current Level
sterno: Temporary Blindness
voorhees: Temporary invulnerability
mpkfa: Toggles god mode on or off

User avatar
BlackDragon
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Dec 15, 2018 11:08 am
Reputation: 0

Re: [Req]Blood - Fresh Supply(GoG)

Post by BlackDragon »

That game detect typing cheats (call you "Cheater" when level end and not showing your stat). But may be used for pointers search.

Yojiro
Noobzor
Noobzor
Posts: 9
Joined: Sun May 13, 2018 11:04 am
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by Yojiro »

Updated table again with 'Buffs and Items' don't run out once picked up (except maybe Medkit, haven't tested with all items).

kennean
Cheater
Cheater
Posts: 33
Joined: Sun Sep 30, 2018 2:10 pm
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by kennean »

Yojiro wrote:
Mon May 13, 2019 3:19 pm
Updated table again with 'Buffs and Items' don't run out once picked up (except maybe Medkit, haven't tested with all items).
Hey Yojiro, I've made a script for Infinite Health:

Code: Select all

{ Game   : anuket_x64.exe
  Version: 
  Date   : 2019-05-14
  Author : kennean

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(infin_health_AOB,anuket_x64.exe,8B 40 48 41 8B D6) // should be unique
alloc(newmem,$1000,"anuket_x64.exe"+2B0A34)

label(code)
label(return)

newmem:
  push ebx
  mov ebx,#1600
  mov [rax+48],ebx
  pop ebx
code:
  mov eax,[rax+48]
  mov edx,r14d
  jmp return

infin_health_AOB:
  jmp newmem
  nop
return:
registersymbol(infin_health_AOB)

[DISABLE]

infin_health_AOB:
  db 8B 40 48 41 8B D6

unregistersymbol(infin_health_AOB)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "anuket_x64.exe"+2B0A34

"anuket_x64.exe"+2B0A0E: 88 45 78                       -  mov [rbp+78],al
"anuket_x64.exe"+2B0A11: E8 AA 1F 00 00                 -  call anuket_x64.exe+2B29C0
"anuket_x64.exe"+2B0A16: 48 8B 43 18                    -  mov rax,[rbx+18]
"anuket_x64.exe"+2B0A1A: 48 8B 88 40 02 00 00           -  mov rcx,[rax+00000240]
"anuket_x64.exe"+2B0A21: 48 8B 49 20                    -  mov rcx,[rcx+20]
"anuket_x64.exe"+2B0A25: 48 85 C9                       -  test rcx,rcx
"anuket_x64.exe"+2B0A28: 75 05                          -  jne anuket_x64.exe+2B0A2F
"anuket_x64.exe"+2B0A2A: 49 8B C6                       -  mov rax,r14
"anuket_x64.exe"+2B0A2D: EB 05                          -  jmp anuket_x64.exe+2B0A34
"anuket_x64.exe"+2B0A2F: E8 9C 00 FB FF                 -  call anuket_x64.exe+260AD0
// ---------- INJECTING HERE ----------
"anuket_x64.exe"+2B0A34: 8B 40 48                       -  mov eax,[rax+48]
"anuket_x64.exe"+2B0A37: 41 8B D6                       -  mov edx,r14d
// ---------- DONE INJECTING  ----------
"anuket_x64.exe"+2B0A3A: 85 C0                          -  test eax,eax
"anuket_x64.exe"+2B0A3C: 0F 9F C2                       -  setg dl
"anuket_x64.exe"+2B0A3F: C1 F8 04                       -  sar eax,04
"anuket_x64.exe"+2B0A42: 3B C2                          -  cmp eax,edx
"anuket_x64.exe"+2B0A44: 0F 4F D0                       -  cmovg edx,eax
"anuket_x64.exe"+2B0A47: F3 0F 10 1D A9 A0 2A 00        -  movss xmm3,[anuket_x64.exe+55AAF8]
"anuket_x64.exe"+2B0A4F: F3 0F 10 15 2D A0 2A 00        -  movss xmm2,[anuket_x64.exe+55AA84]
"anuket_x64.exe"+2B0A57: E8 54 20 00 00                 -  call anuket_x64.exe+2B2AB0
"anuket_x64.exe"+2B0A5C: 49 8B FE                       -  mov rdi,r14
"anuket_x64.exe"+2B0A5F: F3 44 0F 10 15 8C A1 2A 00     -  movss xmm10,[anuket_x64.exe+55ABF4]
}
I've played 4 levels with it, and no problems so far! You can include it in your table if you want!

Yojiro
Noobzor
Noobzor
Posts: 9
Joined: Sun May 13, 2018 11:04 am
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by Yojiro »


Hey Yojiro, I've made a script for Infinite Health:

I've played 4 levels with it, and no problems so far! You can include it in your table if you want!
Hey there, I tried it but the Array of Bytes in your code could not be found in my game, did today's patch break it?

kennean
Cheater
Cheater
Posts: 33
Joined: Sun Sep 30, 2018 2:10 pm
Reputation: 16

Re: [Req]Blood - Fresh Supply(GoG)

Post by kennean »

Yojiro wrote:
Wed May 15, 2019 2:37 pm

Hey Yojiro, I've made a script for Infinite Health:

I've played 4 levels with it, and no problems so far! You can include it in your table if you want!
Hey there, I tried it but the Array of Bytes in your code could not be found in my game, did today's patch break it?
Strange... The other scripts that you found are working? I'll try again and see if I find if something's wrong in my end...

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [Req]Blood - Fresh Supply(GoG)

Post by Rysefox »

Yojiro wrote:
Wed May 15, 2019 2:37 pm

Hey Yojiro, I've made a script for Infinite Health:

I've played 4 levels with it, and no problems so far! You can include it in your table if you want!
Hey there, I tried it but the Array of Bytes in your code could not be found in my game, did today's patch break it?
Did you choose the square? At Writable, when its true and you find again nothing try to remove numbers with Question mark
e.g you find not the bytes below me try to remove 6E with ?? and search again, when you find again nothing remove 76 and replace it with ??

Code: Select all

F3 0F 10 80 8C 03 00 00 0F 2F C1 76 6E
F3 0F 10 80 8C 03 00 00 0F 2F C1 76 ??
F3 0F 10 80 8C 03 00 00 0F 2F C1 ?? ??

Post Reply

Who is online

Users browsing this forum: Darkdoodle, Send, YandexBot