Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    msulaimain's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    MPGH
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Fine

    My First Menu Hack is Having Problems

    Hi guys, I'm almost done with my first menu hack and when I inject it, it causes combat arms to shut down before it even reaches the login screen. Can someone suggest what a problem could be? Maybe detours or hook? I'm pretty sure that my hook is working, but I'm not so sure about my detours.

    The Hook that I'm using as of right now is:

    Code:
    DWORD cBase::GetPointer(int inicio)
    {
    	DWORD* Device = ***(DWORD****)0x0090AF20; // Device Game Address; Changes after all updates, but just change this: 0090AF20
    
    	if( Device == NULL ) 
    		return 0;
    
    	return Device[inicio];
    }
    
    bool cBase::IsGameReadyForHook()
    {
        if( GetModuleHandle( "d3d9.dll"     ) != NULL 
         && GetModuleHandle( "ClientFX.fxd" ) != NULL 
         && GetModuleHandle( "CShell.dll"   ) != NULL )
        return true;
        return false;
    
    }
    
    DWORD WINAPI dwMainThread(LPVOID)
    {
    	while ( !Base.IsGameReadyForHook() )
    		Sleep(iWaitTime);
    
    	Directx.Hook();
    
    	return 0;
    }
    If anyone can TeamViewer me right now, then that would be really helpful as well.














    [CENTER]------------------------------------------------------------------------------------------------------[CENTER]

    Coding Knowledge:
    C++ BEGINNER
    VB INTERMEDIATE
    WIND-RIVER WORKBENCH (ROBOTICS) MASTERED
    [CENTER]------------------------------------------------------------------------------------------------------[CENTER]

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    The device pointer is wrong

  3. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Crash View Post
    The device pointer is wrong
    I D/c with DevPionter anyways

  4. #4
    luccss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    482
    Reputation
    183
    Thanks
    3,440
    My Mood
    Breezy
    DevicePointer work for CABR !

  5. #5
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by whit View Post
    I D/c with DevPionter anyways
    because you
    1. Have the wrong one
    2. Dont use them correctly [pointers and stuff]
    3. did know what to do at the time you was using them
    4. It refuse to work because your to awesome.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by topblast View Post


    because you
    1. Have the wrong one
    2. Dont use them correctly [pointers and stuff]
    3. did know what to do at the time you was using them
    4. It refuse to work because your to awesome.
    Topblast no ones wants your input...
    You think you just the shit but your not

  7. The Following 2 Users Say Thank You to whit For This Useful Post:

    ortax (06-07-2011),Stephen (06-06-2011)

  8. #7
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    you didn't even post the actual hook... you didn't specify what detours you were using either /fp

  9. #8
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by whit View Post
    Topblast no ones wants your input...
    You think you just the shit but your not
    what did I do.

    also you cant stop me from giving my input. Also your a bit jump when it comes to me, I did nothing to you and they is even a little complement in that post. Your behaving very cranky. you need to chill.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #9
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by topblast View Post


    what did I do.

    also you cant stop me from giving my input. Also your a bit jump when it comes to me, I did nothing to you and they is even a little complement in that post. Your behaving very cranky. you need to chill.
    You started when you said I leeched Akenets Menu cause our GUI was the same
    Line 3 in your post was a hate comment
    Last edited by whit; 06-06-2011 at 09:00 PM.

  11. #10
    OlhaAhMaconha's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    25
    Reputation
    -1
    Thanks
    7
    My Mood
    Aggressive
    Stop with the fight, yours bitchs..

  12. #11
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by whit View Post
    You started when you said I leeched Akenets Menu cause our GUI was the same
    Line 3 in your post was a hate comment
    Hmm. the line AT THE TIME YOU WAS USING could of been.... When you first coding. I did not intend for it to be a hate comment, you just interpreted it wrong.


    Quote Originally Posted by OlhaAhMaconha View Post
    Stop with the fight, yours bitchs..
    *BITCH SLAP!*

    now you also know what a bitch slap feels like. freak
    Last edited by topblast; 06-06-2011 at 10:33 PM.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  13. #12
    OlhaAhMaconha's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    25
    Reputation
    -1
    Thanks
    7
    My Mood
    Aggressive
    Quote Originally Posted by topblast View Post


    Hmm. the line AT THE TIME YOU WAS USING could of been.... When you first coding. I did not intend for it to be a hate comment, you just interpreted it wrong.




    *BITCH SLAP!*

    now you also know what a bitch slap feels like. freak
    TopBitch .

  14. #13
    DecoderBack's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    12
    Quote Originally Posted by topblast View Post


    Hmm. the line AT THE TIME YOU WAS USING could of been.... When you first coding. I did not intend for it to be a hate comment, you just interpreted it wrong.




    *BITCH SLAP!*

    now you also know what a bitch slap feels like. freak
    stop Bitching You Both !

  15. #14
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Sorry @topblast for reading the comment wrong

    Quote Originally Posted by OlhaAhMaconha View Post
    TopBitch .
    Thats only cool when i say it

  16. The Following User Says Thank You to whit For This Useful Post:

    pashak (06-07-2011)

  17. #15
    ChaosMagician's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    1,669
    Reputation
    20
    Thanks
    1,326
    My Mood
    Dead
    Should I suppose that it is gellin base?

    Find the correct addie of DevPointer or wait anyone post it.

Page 1 of 2 12 LastLast