Page 1 of 1

[Request] Skin Deep

Posted: Sat May 03, 2025 3:00 am
by r3n4ud


Game Engine: dhewm3 (modified port of the idTech4 engine)
Options Required: Health, Stamina, Ammo, Godmode

Re: [Request] Skin Deep

Posted: Sat May 03, 2025 5:44 am
by VampTY
Ver 2025.04.27.1441 TENOKE

Image

In game's options, go into OPTIONS/GAME and there's also One hit-kill.Just barely played, i'm at the start.

Also if you'll press "~" and type god you'll have god mode ON

:P

Re: [Request] Skin Deep

Posted: Sat May 03, 2025 8:42 am
by LIOBOSS
Hi ...

Here is Inf Stamina...
Just copy and paste to add it to great Vampty's table...

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>3</ID>
      <Description>"Inf Stamina"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : skindeep.exe
  Version: 
  Date   : 2025-05-02
  Author : LIOBOSS

  Unlimited stamina
}

[ENABLE]

aobscanmodule(INJECT,skindeep.exe,0F 2F D1 F3 0F 58 81 3C 2C 00 00) 
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  comiss xmm2,xmm1
  push eax
  mov eax,#100
  cvtsi2ss xmm0,eax
  pop eax
  jmp return

INJECT:
  jmp newmem
  nop 6
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 0F 2F D1 F3 0F 58 81 3C 2C 00 00

unregistersymbol(INJECT)
dealloc(newmem)


</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

If you use this please Click the Like/Thumbs up button for some rep, Thanks! :) ---> Image

Re: [Request] Skin Deep

Posted: Sat May 03, 2025 11:13 am
by r3n4ud
Thank you to the both of you 😊