Finding table values

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
User avatar
arlight1
Cheater
Cheater
Posts: 45
Joined: Tue Apr 25, 2017 12:04 am
Reputation: 7

Finding table values

Post by arlight1 »

What is a way to find values that are pulled from a table, and don't normally change?
Ex:
"Fireball" skill has a 2 meter radius. I'd like to increase that radius.

Any thoughts?
Thanks.

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

Re: Finding table values

Post by Squall8 »

Find something that relates to that skill, such as a cooldown timer or casting time.

You can also do a string search for the suspected skill name or other info written info pertaining to that skill. Browse the memory around those areas to see it you can find what you're looking for.

If that fails, open the dissect data window at the start of the structure you're viewing and start looking into the pointer trees for something useful.

Either that or I've been doing it the hard way the entire time lol!!

User avatar
arlight1
Cheater
Cheater
Posts: 45
Joined: Tue Apr 25, 2017 12:04 am
Reputation: 7

Re: Finding table values

Post by arlight1 »

I located the the skill's base cooldown time and damage per second in the structure. Unfortunately, nothing that looks like its radius.

Post Reply

Who is online

Users browsing this forum: No registered users