Page 3 of 47

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:19 am
by easyModeMkay
zachillios wrote:
Fri Feb 25, 2022 2:37 am
Here's my quick one, it has quick runes, infinite magic, and a health pointer.
This one works. I've already killed I'm guessing one of the 5 top bosses and I'm in the tower where all the NPCs are. 0 complications. I hear others having issues with infinite health with bosses/invaders, this one uses a health pointer so it can freeze just your health stat.

This is exactly what I wanted - dark BoTW/Ghost Of Tsushima + Vagrant Story + Demon's Souls. But easy.

You can tell if you've bypassed the anti-cheat because literally at the menu it has a popup saying something like "inappropriate behavior detected, offline mode" (LOL).

Oh no, what ever will I do without the inane suggestions of hidden path and "but hole" messages and asshole invaders. The gameplay is ruined or something.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:20 am
by Siggymas
bigdude565 wrote:
Fri Feb 25, 2022 4:51 am
what does it mean add "1245620" to it? I'm a bit confused like add note?
u put the number INSIDE the note

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:21 am
by Ninomae Tako'nis
makotech222 wrote:
Fri Feb 25, 2022 3:34 am
Posting my Inf item usage script here as well. Same as in request topic.
Awesome, my favorite kind of cheat haha. I'm not sure if it was meant to work while smithing or not, but just for everyones information..it does not =P All hotbar and inventory usable items work great though.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:24 am
by easyModeMkay
bigdude565 wrote:
Fri Feb 25, 2022 4:51 am
what does it mean add "1245620" to it? I'm a bit confused like add note?
It's a file, plain text. You could create it in CMD like this:
echo 1245620> "C:\Program Files (x86)\Steam\steamapps\common\ELDEN RING\Game\steam_appid.txt"

But that adds a newline. Mine doesn't have a newline at the end. But that's the location and content you need to add. Then directly load the exe next to it and it'll load the game and wag the finger that you're inappropriate.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:24 am
by Siggymas
hello just wanna ask, if i bypass the anti cheat and then the game goes offline, does it disable achievements on steam? Even though my steam is online?? just curious.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:25 am
by FetalKvlt
Has anyone tested these with bypassing EAC then tried playing again without cheats with EAC enabled? Just wondering if using CE like this will ban me from playing online if I played without cheats and enable EAC in the future.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:26 am
by HylianZ
STN wrote:
Fri Feb 25, 2022 2:16 am
This game is so annoying ughh, it lists controller controls for keyboard and finding my way around is insanely difficult.
There's an option in settings to change which is shown for controls on-screen. You can change it to KB/M. Drove me nuts for a minute too.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:32 am
by easyModeMkay
Siggymas wrote:
Fri Feb 25, 2022 5:24 am
hello just wanna ask, if i bypass the anti cheat and then the game goes offline, does it disable achievements on steam? Even though my steam is online?? just curious.
There's still achievements, I've seen them after killing bosses.

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:42 am
by Siggymas
easyModeMkay wrote:
Fri Feb 25, 2022 5:32 am
Siggymas wrote:
Fri Feb 25, 2022 5:24 am
hello just wanna ask, if i bypass the anti cheat and then the game goes offline, does it disable achievements on steam? Even though my steam is online?? just curious.
There's still achievements, I've seen them after killing bosses.
thank you for the quick reply really appreciate it

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:50 am
by Jstatikk
mochongli wrote:
Fri Feb 25, 2022 3:53 am
Options
//Turn on combat modifications
Unlimited blood cap/blood
Current blood level automatically returns
Infinite Focus/Magic
Unlimited energy/stamina...
ppl didnt see it but I picked up on it you got the stats already done in here you just gotta be smart enough to tell what is what by comparing the numbers with your own in game. Now myself I can't read symbolic language only know English but I could tell what your working on here and this table is a major work in progress when its finished your probably going to have the best one of all of them just question is there a possibility you could put all those options onto a ENG version as well for the community here so we can use everything I seen what you got going here and what's to come and you gonna be the man once you finish it My god y'all all here need to make sure you scroll down this table of his and check everything in it!! thank you so much for this and what's to come later that i peeped inside your magic of this table

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:53 am
by fakedonut
Support one kit kill

Re: Elden Ring

Posted: Fri Feb 25, 2022 5:55 am
by raxele123
Can someone figure out no rain? I friggin hate the rain, even when its noon shit is dark.

Re: Elden Ring

Posted: Fri Feb 25, 2022 6:08 am
by rudeboyjohn
Just wanted to give a shout out and thanks for that Quick Runes table. I used it to max the stats. Man, even with max everything, there are enemies that will 3 or 4 shot you.
You guys rock.

Re: Elden Ring

Posted: Fri Feb 25, 2022 6:09 am
by hzlleo123
Current I found:

HP & OHK:

Code: Select all

aobscanmodule(aobPlayer_InfHP,eldenring.exe,89 81 38 01 00 00 E8) // should be unique
alloc(newmem,$1000,aobPlayer_InfHP)

alloc(OHK_Switch,1)
registersymbol(OHK_Switch)

label(code)
label(return)

newmem:
  cmp [rcx+c8],#3145827
  jne OHK
  cmp [rcx+cc],#3145776
  jne OHK
  cmp word ptr [rcx+d0],#48
  jne OHK
  mov eax,[rcx+0000013c]
  jmp code

OHK:
  cmp byte ptr [OHK_Switch],01
  jne code
  mov eax,#0
  jmp code

code:
  mov [rcx+00000138],eax
  jmp return

aobPlayer_InfHP:
  jmp newmem
  nop
return:
registersymbol(aobPlayer_InfHP)

[DISABLE]

aobPlayer_InfHP:
  db 89 81 38 01 00 00

unregistersymbol(OHK_Switch)
dealloc(OHK_Switch)

unregistersymbol(aobPlayer_InfHP)
dealloc(newmem)
MP:

Code: Select all

aobscanmodule(aobPlayer_InfMP,eldenring.exe,89 87 44 01 00 00 48) // should be unique
alloc(newmem,$1000,aobPlayer_InfMP)

label(code)
label(return)

newmem:
  cmp [rdi+c8],#3145827
  jne code
  cmp [rdi+cc],#3145776
  jne code
  cmp word ptr [rdi+d0],#48
  jne code
  mov eax,[rdi+00000148]

code:
  mov [rdi+00000144],eax
  jmp return

aobPlayer_InfMP:
  jmp newmem
  nop
return:
registersymbol(aobPlayer_InfMP)

[DISABLE]

aobPlayer_InfMP:
  db 89 87 44 01 00 00

unregistersymbol(aobPlayer_InfMP)
dealloc(newmem)
And SP:

Code: Select all

aobscanmodule(aobPlayer_InfSP,eldenring.exe,89 97 54 01 00 00 8B) // should be unique
alloc(newmem,$1000,aobPlayer_InfSP)

label(code)
label(return)

newmem:
  cmp [rdi+c8],#3145827
  jne code
  cmp [rdi+cc],#3145776
  jne code
  cmp word ptr [rdi+d0],#48
  jne code
  mov edx,[rdi+00000158]

code:
  mov [rdi+00000154],edx
  jmp return

aobPlayer_InfSP:
  jmp newmem
  nop
return:
registersymbol(aobPlayer_InfSP)

[DISABLE]

aobPlayer_InfSP:
  db 89 97 54 01 00 00

unregistersymbol(aobPlayer_InfSP)
dealloc(newmem)

Re: Elden Ring

Posted: Fri Feb 25, 2022 6:24 am
by Hades19xx
If you guy's don't wanna be banned next week, I suggest only use Max health cheat. locked your heath value and good to go :D