Vb assembly

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
spikes122





Posts: 292
Joined: Thu Dec 21, 2006 7:44 am

Vb assembly

Post by spikes122 »

hey

in memory i have a offset and to find the offset i want i have to register it and change it to edx in tsearch
then i can see what the original value is(offset)
however every time i die this original value changes
so in vb how would i register my first offset as edx then read from the original value

thanks
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

Impossible, use C++.Net or C/C++
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

If you're talking about vb6, i think you can use inline assembly somehow, I'm pretty sure I saw a tutorial on using assembly in vb or something(Not on this site, I would google it)
Last edited by OwnZ joO on Wed Aug 15, 2007 11:08 am, edited 1 time in total.
spikes122





Posts: 292
Joined: Thu Dec 21, 2006 7:44 am

Post by spikes122 »

ok thanks
Post Reply