Hello a newbie here approaching making tables!

Memory scanning, code injection, debugger internals and other gamemodding related discussion
LegendZero88
Expert Cheater
Expert Cheater
Posts: 77
Joined: Wed Apr 19, 2017 8:23 am
Reputation: 10

Re: Hello a newbie here approaching making tables!

Post by LegendZero88 »

understood i fix i will fix some things tomorrow.
For form points i understood, but how can i put max-1 and not max?
something like this?

Code: Select all

push eax
dec [esi+2c] //it will decrement the value by one right?
mov eax, [esi+2c]
mov [esi+30], eax
pop eax
thanks again for instructing me :D

Squall8
RCE Fanatics
RCE Fanatics
Posts: 564
Joined: Fri Mar 03, 2017 7:43 am
Reputation: 1117

Re: Hello a newbie here approaching making tables!

Post by Squall8 »

Debug form points with 'what writes'. Simply change the instruction that pops up from a mov to add. And add by some high number. No skills get skipped over and you level up every kill.

Code: Select all

code:
  add [esi+2C],#99
  movzx eax,byte ptr [ebp+08]
  jmp return

Post Reply

Who is online

Users browsing this forum: No registered users