ExclamationWhich Memory class should i use ?

Posts 115 of 21 · Page 1 of 2
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 ?
Well im trying 2. Try to make your trainer on C++ like me
Write your own(nothing too difficult, P/Invoke WPM/RPM functions) or change "int address" to "long address" in Jorndel's class.
Quote Originally Posted by Lovroman View Post
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 )
It's in C++
Can i have a link for VB.Net ? thanks
Quote Originally Posted by KingX735 View Post
Mmh, why is WriteInteger not declared ?
Because it's WriteInt in new class
Quote Originally Posted by Lovroman View Post


Because it's WriteInt in new class
Dafuq, it's not declared :

Quote Originally Posted by KingX735 View Post
Dafuq, it's not declared :

Code:
Dim mem As BO2_MemoryClass
mem.WriteInt()
Well, Ghosts is now 64 bits, so that might be the problem.
Quote Originally Posted by xVIRUZx View Post
Well, Ghosts is now 64 bits, so that might be the problem.
Yes that's my problem now
Declaration expected..

Quote Originally Posted by KingX735 View Post
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
Posts 115 of 21 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?