Which Memory class should i use ?Hello ! i'll make trainer and this function doesn't work anymore : Code: WriteInteger("iw6mp_ship", &H144332B40, TextBox1.Text, 4) So which memory class should i use for Trainers on ghosts please ?
Write your own(nothing too difficult, P/Invoke WPM/RPM functions) or change "int address" to "long address" in Jorndel's class.
Originally Posted by Lovroman Write your own(nothing too difficult, P/Invoke WPM/RPM functions) or change "int address" to "long address" in Jorndel's class. Hi Lovro , can you give me the link please ? ( Jorndel's class )
Originally Posted by KingX735 Hi Lovro , can you give me the link please ? ( Jorndel's class ) http://www.mpgh.net/forum/675-call-d...ryclass-c.html
Originally Posted by KingX735 It's in C++ Can i have a link for VB.Net ? thanks It's in C#(I tought you use C# ). Here you go: http://www.mpgh.net/forum/675-call-d...-class-vb.html
Originally Posted by Lovroman It's in C#(I tought you use C# ). Here you go: http://www.mpgh.net/forum/675-call-d...-class-vb.html Mmh, why is WriteInteger not declared ?
Originally Posted by KingX735 Mmh, why is WriteInteger not declared ? Because it's WriteInt in new class
Originally Posted by xVIRUZx Well, Ghosts is now 64 bits, so that might be the problem. Yes that's my problem now
Originally Posted by KingX735 Dafuq, it's not declared : Code: Dim mem As BO2_MemoryClass mem.WriteInt()
Originally Posted by KingX735 Declaration expected.. come on dude -_-. mem is the memory class. just delet the old one add another one c/p memory and name you class : mem