Modify RAM in RealBASIC?

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
[42] Khas





Posts: 71
Joined: Fri Jul 16, 2004 1:43 am
Location: The intellectual void.

Modify RAM in RealBASIC?

Post by [42] Khas »

Hey, I've been trying to port the 3rd person hack over to Mac formats, and I've been using RealBASIC. Does anyone know of a plugin that would allow me to find a memory address, modify it, and then NOP it (Non-Operation)?
Either that, or does anyone know any code that would do it for a radio button?

Thanks for your time.
kaptainkommie




Wordewatician 500

Posts: 732
Joined: Wed Nov 26, 2003 11:59 pm
Location: Raleigh, NC, USA

Post by kaptainkommie »

I think you're gonna have to try a real forum on an actual programming site for this one...
[42] Khas





Posts: 71
Joined: Fri Jul 16, 2004 1:43 am
Location: The intellectual void.

Post by [42] Khas »

Alright, at least I now have something to go on. Thanks.
kaptainkommie




Wordewatician 500

Posts: 732
Joined: Wed Nov 26, 2003 11:59 pm
Location: Raleigh, NC, USA

Post by kaptainkommie »

Depending upon what memory addresses and values you want to mess with you'll probably also need a Debugger/Disassembler (something like SoftICE does for Windows) capable of allowing you to step thru ASM code and watch memory locations.
Post Reply