Page 1 of 5 123 ... LastLast
Results 1 to 15 of 62
  1. #1
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0

    [Help] Gord's Hook

    This is my hook
    Code:
    DWORD WINAPI HookD3DApis(LPVOID)
    {
    
    while ( !Base.IsGameReadyForHook() )
    	Sleep(iWaitTime);
    	
    	FindPointer();
    
    	bool bValid = false;
        while(true) {
    		
            bValid = GetAddressPtr(0) > 0;
    
            if(bValid) {
    
    			Base.Update();
    
            }
            
            Sleep(300);
        }
    
        return 1;
    }
    And in Base.Update I have
    Code:
    void cBase::Update(void)
    {
    	while(1)
    	{
    		this->PushToConsole( "ShowFps 1");
    		Sleep(iRenderSpeed);
    	}
    }
    For some reason, I still dc after a minute after I log in.
    Might the problem be the console command not the hook?

  2. #2
    Frit0's Avatar
    Join Date
    May 2006
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by Shimmy- View Post
    This is my hook
    Code:
    DWORD WINAPI HookD3DApis(LPVOID)
    {
    
    while ( !Base.IsGameReadyForHook() )
    	Sleep(iWaitTime);
    	
    	FindPointer();
    
    	bool bValid = false;
        while(true) {
    		
            bValid = GetAddressPtr(0) > 0;
    
            if(bValid) {
    
    			Base.Update();
    
            }
            
            Sleep(300);
        }
    
        return 1;
    }
    And in Base.Update I have
    Code:
    void cBase::Update(void)
    {
    	while(1)
    	{
    		this->PushToConsole( "ShowFps 1");
    		Sleep(iRenderSpeed);
    	}
    }
    For some reason, I still dc after a minute after I log in.
    Might the problem be the console command not the hook?

    Its not the console its the hook, at least thats my conclusion. Same happens if your not hooking the console. Give it a shot then let us know.

  3. #3
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    LOL. whats the point of using gordons method if your not going to hook anything with the function?

  4. #4
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Mine isnt crashin buts its not hooking or something...

  5. #5
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ac1d_buRn View Post
    LOL. whats the point of using gordons method if your not going to hook anything with the function?
    I am hooking with HookD3DApis..
    What fail?
    Last edited by Shimmy-; 08-08-2010 at 12:01 AM.

  6. #6
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Shimmy- View Post
    I am hooking Base.Update()..
    Lawl. Fail

  7. #7
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ac1d_buRn View Post


    Lawl. Fail
    My bad. Hooking with HookD3DApis.
    Still a hook.

  8. #8
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Shimmy- View Post
    My bad. Hooking with HookD3DApis.
    Still a hook.
    you make me LOL so much.
    xD ahhahaahah

  9. #9
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ac1d_buRn View Post


    you make me LOL so much.
    xD ahhahaahah
    You think you are so pro just cause you released a fkin hack.
    Go fuck yourself. If you have nothing helpful to say gtfo you mean bitch.
    I have no respect for coders like you. Coders who are selfish and act like a child.

    Other coders like whit and sea give you advice and what to work on..
    But shit like you is just shit. Enough said.
    Last edited by Shimmy-; 08-08-2010 at 12:29 AM.

  10. #10
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Shimmy- View Post
    You think you are so pro just cause you released a fkin hack.
    Go fuck yourself. If you have nothing helpful to say gtfo you mean bitch.
    I have no respect for coders like you. Coders who are selfish and act like a child.

    Other coders like whit and sea give you advice and what to work on..
    But shit like you is just shit. Enough said.
    Do you even know any C++?
    Look at what your hooking?

    Where are your d3d/game functions like Present/Endscene/Reset/DIP?

    The funny thing is, YOu dont even know what your doing.
    Why use a D3D hook to draw engine fps?

    BTW, They wont give you advice ;D
    Mabye sea, But i dont think whit will

  11. #11
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    You TWO ARE NOT GOOD CODERS>. IF U WERE U WILL BE SHOWING OFF WITH SOMETHING GOOD... JUST LOOK AT TOPBLAST HE IS SHOWING OFF WITH HE SLIDERS AND HIS TABS.
    DEADLINE SHOWING OFF WITH SUPER BULLET

    YOU GUYS NEED TO PROVE UR SELF AND SHOW OFF>.. STOP FIGHTING LIKE NOOBS

  12. The Following User Says Thank You to Finish For This Useful Post:

    topblast (08-08-2010)

  13. #12
    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
    LOL OWN.. I THINK U 2 show off with something.. LOL(keeping on that guy good side)
    I just like programming, that is all.

    Current Stuff:

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

  14. The Following User Says Thank You to topblast For This Useful Post:

    Finish (08-08-2010)

  15. #13
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Finish View Post
    You TWO ARE NOT GOOD CODERS>. IF U WERE U WILL BE SHOWING OFF WITH SOMETHING GOOD... JUST LOOK AT TOPBLAST HE IS SHOWING OFF WITH HE SLIDERS AND HIS TABS.
    DEADLINE SHOWING OFF WITH SUPER BULLET

    YOU GUYS NEED TO PROVE UR SELF AND SHOW OFF>.. STOP FIGHTING LIKE NOOBS
    LOL. Not good coder? I know what im talking about here.
    Dont need to prove anything to anyone.

    I dont neeed fame. Im not a E-Troll

  16. #14
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Finish View Post
    You TWO ARE NOT GOOD CODERS>. IF U WERE U WILL BE SHOWING OFF WITH SOMETHING GOOD... JUST LOOK AT TOPBLAST HE IS SHOWING OFF WITH HE SLIDERS AND HIS TABS.
    DEADLINE SHOWING OFF WITH SUPER BULLET

    YOU GUYS NEED TO PROVE UR SELF AND SHOW OFF>.. STOP FIGHTING LIKE NOOBS
    Who the said we were showing off. Get with the topic...
    I know acid_burn is a awesome coder. But he just acts so childish it makes me want to .
    Last edited by Shimmy-; 08-08-2010 at 01:06 AM.

  17. #15
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Shimmy- View Post
    Who the fuck said we were showing off. Get with the topic dumb one...
    I know acid_burn is a awesome coder. But he just acts so childish it makes me want to .
    Why thank you
    Seriously tho, You need to hook Endscene/Reset.
    IF your using gellins base (which it looks like you are) check out Directx.Hook and look at that. Thats basically what you need to do, BUt with gordons method D:

Page 1 of 5 123 ... LastLast

Similar Threads

  1. [Help Request] not hooking help me
    By jijiko in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 07-18-2011, 03:30 AM
  2. Help with D3D hooking
    By wtfhaksftw in forum WarRock Hack Source Code
    Replies: 12
    Last Post: 04-20-2011, 09:26 AM
  3. [Help]Keyboard,SendKeys,Hook[Solved]
    By Qizzle15401 in forum Visual Basic Programming
    Replies: 6
    Last Post: 05-08-2010, 08:07 AM
  4. Help with public hook
    By ProfWoolyNipples in forum WarRock Discussions
    Replies: 3
    Last Post: 09-29-2009, 01:00 PM
  5. Please... Help me with this D3D Hook!
    By nukeist_ in forum C++/C Programming
    Replies: 7
    Last Post: 12-22-2007, 08:02 PM