Results 1 to 10 of 10
  1. #1
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful

    Fast mining of a bomb ><

    Code:
    if (C4PlantTime)
    {
    if (pGhstMgr)
    {
    for(int i=0; i<560; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+0xA7D434+0xA7D438))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA7D434+0xA7D438)) +(4*i))) + C4PlantTime ) = 0;
    }
    }
    }
    I use this code, but it doesn't work! Why?

  2. #2
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Nikita1482 View Post
    Code:
    if (C4PlantTime)
    {
    if (pGhstMgr)
    {
    for(int i=0; i<560; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+0xA7D434+0xA7D438))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA7D434+0xA7D438)) +(4*i))) + C4PlantTime ) = 0;
    }
    }
    }
    I use this code, but it doesn't work! Why?
    its only 1 Addy for BPI
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  3. #3
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    Its not "CShell+0xA7D434+0xA7D438"

    0xA7D434 is an address in CShell and 0xA7D438 is an address in CShell.
    But GJ that you saw that CF use 0xA7D438 && 0xA7D434.

    Edit:
    If I where you I coded this a other way. Its a littel bit mutch code for somting simple like this.
    Last edited by Brimir; 01-09-2012 at 05:11 AM.
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  4. #4
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful
    It is necessary to do then so:
    Code:
    if (C4PlantTime)
    {
    if (pGhstMgr)
    {
    for(int i=0; i<560; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+GhstMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+GhstMgr)) +(4*i))) + C4PlantTime ) = 0;
    }
    }
    }
    ???????????????????

  5. #5
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Nikita1482 View Post
    It is necessary to do then so:
    Code:
    if (C4PlantTime)
    {
    if (pGhstMgr)
    {
    for(int i=0; i<560; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+GhstMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+GhstMgr)) +(4*i))) + C4PlantTime ) = 0;
    }
    }
    }
    ???????????????????
    well show us the the ghost mgr...and the value is 1.6f btw
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  6. #6
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful
    I have put value 1.6f, but at me game all is closed. What not so?

    ---------- Post added at 06:28 AM ---------- Previous post was at 06:20 AM ----------

    GhstMgr 0xA021F8

    Or any other value?

  7. #7
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    Oke, an other leecher xD.

    Its not a list of pointers :| Basic player info is a class.
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  8. #8
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful
    How it to make?

  9. #9
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    What do you mean?
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  10. #10
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful
    I can't understand where I was mistaken in a code.

    Or at me at all that code which is necessary to me...

Similar Threads

  1. Super Fast mine planting
    By DayLights in forum Combat Arms Mod Request
    Replies: 3
    Last Post: 12-20-2011, 12:05 AM
  2. [Request] Fast mine drop
    By m0k1 in forum Combat Arms Mod Request
    Replies: 12
    Last Post: 10-03-2011, 09:09 PM
  3. Fast mine throwing still works!
    By Stevenom in forum Combat Arms Discussions
    Replies: 34
    Last Post: 08-06-2010, 03:25 AM
  4. The Mine Bomb glitch
    By krishna in forum CrossFire Hacks & Cheats
    Replies: 10
    Last Post: 08-31-2009, 09:23 PM
  5. Collection of Cool Mine Bombs.
    By Corndog in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 06-29-2009, 07:11 PM