Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful

    Exclamation 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 ?

  2. #2
    Coper's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    BlackOps3.exe
    Posts
    449
    Reputation
    17
    Thanks
    3,647
    My Mood
    In Love
    Well im trying 2. Try to make your trainer on C++ like me

    YOU ONLY LIVE ONCE


  3. #3
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Write your own(nothing too difficult, P/Invoke WPM/RPM functions) or change "int address" to "long address" in Jorndel's class.

  4. #4
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful
    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 )

  5. #5
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Quote Originally Posted by KingX735 View Post
    Hi Lovro , can you give me the link please ?
    ( Jorndel's class )
    https://www.mpgh.net/forum/675-call-d...ryclass-c.html

  6. #6
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful
    It's in C++
    Can i have a link for VB.Net ? thanks

  7. #7
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Quote Originally Posted by KingX735 View Post
    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: https://www.mpgh.net/forum/675-call-d...-class-vb.html

  8. #8
    xVIRUZx's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    248
    Reputation
    10
    Thanks
    52
    My Mood
    Drunk
    Well, Ghosts is now 64 bits, so that might be the problem.
    blah blah blah

  9. #9
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful
    Quote Originally Posted by Lovroman View Post


    It's in C#(I tought you use C# ).
    Here you go: https://www.mpgh.net/forum/675-call-d...-class-vb.html
    Mmh, why is WriteInteger not declared ?

  10. #10
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Quote Originally Posted by KingX735 View Post
    Mmh, why is WriteInteger not declared ?
    Because it's WriteInt in new class

  11. #11
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful
    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

  12. #12
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful
    Quote Originally Posted by Lovroman View Post


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


  13. #13
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Quote Originally Posted by KingX735 View Post
    Dafuq, it's not declared :

    Code:
    Dim mem As BO2_MemoryClass
    mem.WriteInt()

  14. #14
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,920
    My Mood
    Cheerful
    Declaration expected..


  15. #15
    Coper's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    BlackOps3.exe
    Posts
    449
    Reputation
    17
    Thanks
    3,647
    My Mood
    In Love
    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

    YOU ONLY LIVE ONCE


Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] Packer which should I use?
    By Turbulence in forum Combat Arms Help
    Replies: 5
    Last Post: 05-06-2011, 05:49 AM
  2. New CA Vip DC's me WHICH INJECTOR SHOULD I USE?
    By yyzsniper in forum Combat Arms Help
    Replies: 7
    Last Post: 08-15-2010, 02:51 PM
  3. Which Account Should I Use???
    By jawa1802 in forum Combat Arms Discussions
    Replies: 27
    Last Post: 07-07-2010, 12:36 PM
  4. Which Anti-Virus should I use?
    By Haris in forum Combat Arms Help
    Replies: 8
    Last Post: 09-19-2009, 10:20 PM
  5. which sig should i use
    By yourtiy in forum Art & Graphic Design
    Replies: 4
    Last Post: 09-08-2008, 06:17 PM

Tags for this Thread