help with mono methods

Anything Cheat Engine related, bugs, suggestions, helping others, etc..
Post Reply
wannabeacheater2
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Aug 24, 2020 7:41 pm
Reputation: 0

help with mono methods

Post by wannabeacheater2 »

hello,
i need to understand how to get the memory value from a getUser() method
[Link]
with ILSpy is this:
public static hs User => SimManager?.CurrentContext?.ag();
(called by a static object)
i need that memory value for use it with ahk any hint on how i can get that?

User avatar
MBRKiNG
Table Makers
Table Makers
Posts: 317
Joined: Fri Feb 23, 2018 5:13 pm
Reputation: 530

Re: help with mono methods

Post by MBRKiNG »

[Link]

[Link]

here is a template hope that helps

Code: Select all


define(address,"mygame.exe"+1234)
define(bytes,00 01 02 03 04 05)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000)

label(code)
label(return)
globalalloc(value,4)

newmem:

code:
  mov [value],eax  // add address manually and use "value" as address
  call mygame.exe+FFAA
  jmp return

address:
  jmp newmem
  nop
return:

[DISABLE]

address:
  db bytes
  // jbe mygame.exe+1234

dealloc(newmem)


Post Reply

Who is online

Users browsing this forum: No registered users