Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by ale ale jdt View Post
    ok,thnks..but how to get the offset ??
    The offset still same, just updated the pointer. Well you can find ghost mode address near VT PLAYER (not static address) and use pointer scanner and you will got the pointer and offset.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  2. #17
    alvis44's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    93
    Reputation
    10
    Thanks
    6
    hmm excuse me, newbie here trying to create dll, what and which place should i put the teamesp address in? this is only ghost?
    Last edited by alvis44; 11-17-2016 at 05:53 AM. Reason: dun understand sry

  3. #18
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by alvis44 View Post
    hmm excuse me, newbie here trying to create dll, what and which place should i put the teamesp address in?
    You can define It and do It like this:

    Code:
    #define ADR_TEAMESP 0x0000000 //Here the pointer
    #define OFS_ESP 0x61 // TeamESP offset
    Use It like this:

    Code:
    *(BYTE*)(ADR_TEAMESP + OFS_ESP) = 0; //Just example


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  4. #19
    alvis44's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    93
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Luffy View Post
    --- > if (GetAsyncKeyState(VK_INSERT) & 1)//Set your hotkey
    so the hotkey is insert?

    - - - Updated - - -

    can i add u on skype and u teach me

    - - - Updated - - -

    *(BYTE*)(ADR_TEAMESP + OFS_ESP) = 0; //Just example

    how do i know it is equal to?

  5. #20
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by alvis44 View Post
    so the hotkey is insert?

    - - - Updated - - -

    can i add u on skype and u teach me
    Yes, here this list of virtual key code: https://www.mpgh.net/forum/showthread.php?t=1138623

    Well, I'm always offline on my skype and dont really have a time to teach someone. Its better If you learn C++ first.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  6. #21
    alvis44's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    93
    Reputation
    10
    Thanks
    6
    how to know what *(float*)(ADR_PlayerPointer + OFS_ESP) = 0.0f;//Set your Address and Value
    is equal to

  7. #22
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,739
    My Mood
    Relaxed
    Quote Originally Posted by alvis44 View Post
    how to know what *(float*)(ADR_PlayerPointer + OFS_ESP) = 0.0f;//Set your Address and Value
    is equal to
    Hi, if u r in side blue then set value 1... if in side red set value 0

  8. #23
    montassar's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    bro if you make Video i swear you will be The best <3

  9. #24
    cedricd0310's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    Totalitem.bsv
    Posts
    22
    Reputation
    10
    Thanks
    491
    Quote Originally Posted by montassar View Post
    bro if you make Video i swear you will be The best <3
    U dont need video bro just need a brain and follow the tutorial
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  10. The Following User Says Thank You to cedricd0310 For This Useful Post:

    Mr-EvilSakura (09-05-2017)

  11. #25
    Slayinnnn_'s Avatar
    Join Date
    Sep 2018
    Gender
    male
    Location
    BE Service
    Posts
    36
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Please make vid......Trying to make iT!!!!!HOPE IT'S WORK

    - - - Updated - - -

    Visual 2017?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. How To Create A .DLL File For Krelay (IPLUGIN) (Pictures)
    By ruusey in forum Realm of the Mad God Tutorials & Source Code
    Replies: 3
    Last Post: 10-25-2015, 06:44 AM
  2. [Tutorial] How to create a DLL hack ---> for you ( Enjoy Niggas make a hack and put a credit )
    By Dark Side in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 08-08-2011, 05:20 PM
  3. How to Create .BIK videos (for intro mods)
    By flameswor10 in forum Combat Arms Mod Tutorials
    Replies: 12
    Last Post: 10-22-2010, 01:41 AM
  4. how to create a hack for combat arms eu?
    By d4n13l in forum Combat Arms Help
    Replies: 2
    Last Post: 05-12-2010, 05:59 AM
  5. How to create a DLL Injector in VB6 ?
    By SteeL in forum Visual Basic Programming
    Replies: 1
    Last Post: 12-12-2008, 05:03 PM