You need Visual Studio. Probably just grab Visual Studio 2012. I would think Express will suffice, but not sure as I am currently running Professional.
You need Visual Studio. Probably just grab Visual Studio 2012. I would think Express will suffice, but not sure as I am currently running Professional.
yea grabbing it now..what i am trying to understand from that file...is this program for teleport hack?
true its super simple with your code >.< for me it is just a working example how it could look like. i think i'm quite near to get my function working. just need more understanding about to read the asm.
at the moment i'm trying to rotate my character over an asm call.
i have got a move [ffxiv.exe+01143048],ecx but not sure how to call it over c# since yet
may you could explain me how you came on vMethodTable + (41 * 0x4) ?
41*4 = 164(A4=offset from one of the values)
than you are filling an array with 3*4byte = 12 bytes as far i understood
0+4+8 = 12
allocated.Read<float>(0x0/4/
my angle is quite near those offsets B0 but i dont anderstand how i can expand the array to load the angle,too.
i'll try to figure it out my self as far i can but would be nice if you could leave a hint or a small explanation about the calculation.
thanks, tccx
Last edited by TccX; 10-03-2013 at 04:08 PM.
Greenthing - I should clarify. In comparison to writing process memory, is this the same for detect-ability?
@TccX: Virtual method table - Wikipedia, the free encyclopedia
@shalzuth: I'd consider it about equal yes.