Need help searching...
 
Notifications
Clear all

Need help searching offsets

Page 1 / 3

Posts: 0
Topic starter
(@CroNoX)
New RivalGamer
Joined: 9 years ago

Hello Rg, I was programming PC Cheats this summer but I forgot how to find offsets in PS3.

Im using NetCheat, CCAPI Debugger and IDA PRO.

Could someone help me with offsets, IDA PRO if possible for example string offsets?

Thanks

Reply
Name of the Video Game, and any other Tags
13 Replies
anxify
Posts: 203
(@anxify)
Estimable RivalGamer
Joined: 8 years ago

Hello Rg, I was programming PC Cheats this summer but I forgot how to find offsets in PS3.

Im using NetCheat, CCAPI Debugger and IDA PRO.

Could someone help me with offsets, IDA PRO if possible for example string offsets?

Thanks

So you would like find offsets? There are a few threads on this forum that will get you on your way to finding offsets 🙂 Best one would probably be by the amazing Cyb3r him self
https://rivalgamer.com/threads/how-to-mod-any-game-by-yourself.47/

Reply
Posts: 0
Topic starter
(@CroNoX)
New RivalGamer
Joined: 9 years ago

So you would like find offsets? There are a few threads on this forum that will get you on your way to finding offsets 🙂 Best one would probably be by the amazing Cyb3r him self
https://rivalgamer.com/threads/how-to-mod-any-game-by-yourself.47/

Yeah I know that but when I searn the value it doesnt find any offset I tried with ccapi debugger and netcheat.

So im asking about IDA or something that i could do to get th e offsets.

Reply
anxify
Posts: 203
(@anxify)
Estimable RivalGamer
Joined: 8 years ago

Yeah I know that but when I searn the value it doesnt find any offset I tried with ccapi debugger and netcheat.

So im asking about IDA or something that i could do to get th e offsets.

IDA is a more complex way to find offsets and addresses, pm your skype and I'll get you setup and ready to find offsets.

Reply
Cyb3r
Posts: 1598
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

Yeah I know that but when I searn the value it doesnt find any offset I tried with ccapi debugger and netcheat.

So im asking about IDA or something that i could do to get th e offsets.

IDA won't get you any good it's intended for professional reversers who can find functions manually.

Your only way to finding real addresses is ProDG debugger. Here's the steps in a nutshell:

  1. Find the memory address (health, ammo ... etc)
  2. Set a hardware breakpoint (read or write, I prefer write) on that address.
  3. Try to change the value of that address.
  4. When it breaks the debugger will lead you to the wanted function (AKA address or offset).
  5. Now you should have some PPC knowledge to modify that function.
Reply
Page 1 / 3