Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive

    D/C on Gellin's Base (Re-coded)

    I recoded Gellin's base about 3 times.

    The first time was the Deutors + DirectX.

    The second time was it only worked on 32 bit machines so I fixed that.

    The third time was recoding OPK + Telekill.

    Now that I am finally done with my menu, I find out there was a Silent Patch and now my hack D/Cs.

    I heard from Zoom I needed a new Hook Method. I don't know but it was working before the Silent Patch, so what do I have to change to make it un-detected after the Silent Patch?

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Detour types ?

  3. #3
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    You my my Deutor Types?

  4. #4
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by -Dimensions- View Post
    You my my Deutor Types?
    Change it to a different type. DETOUR_TYPE_...
    I think you need to change something in the header file also.

  5. #5
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    All right I'll try this. Can I get some type of Text Messaging Username from you so I can get help quicker?

  6. #6
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by -Dimensions- View Post
    All right I'll try this. Can I get some type of Text Messaging Username from you so I can get help quicker?
    If you have MSN then yes.

  7. #7
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    Yea I do, and I tried changing some types, and when Combat Arms loaded, it froze.

    Whats your MSN?

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

  9. #9
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    Says your Offline. Waiting...

  10. #10
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    why not try using detours.h from microsoft

  11. #11
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by scimmyboy View Post
    why not try using detours.h from microsoft
    I think thats detected. I think it might be im hooking DIP.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  12. #12
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    THE DETOUR TYPE HAVE NOTHING TO DO WITH IT..

    Infact i will say that Gellins base will seems like a noob hack. It does also have one of the best Detours out there. No need for Microsoft Detour or any detour. I kno this problem. i had that problem. i just places in the EndScene/ Present

    if( IsGameReadyForHook() ){
    /* Do ur menu stuff in here*/

    }
    Return goes here


    thats what i did

  13. #13
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by Finish View Post
    THE DETOUR TYPE HAVE NOTHING TO DO WITH IT..

    Infact i will say that Gellins base will seems like a noob hack. It does also have one of the best Detours out there. No need for Microsoft Detour or any detour. I kno this problem. i had that problem. i just places in the EndScene/ Present

    if( IsGameReadyForHook() ){
    /* Do ur menu stuff in here*/

    }
    Return goes here


    thats what i did
    I believe they are talking about the D3D hook, and what you showed there isnt a hook.

  14. #14
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    Quote Originally Posted by CodeDemon View Post
    I believe they are talking about the D3D hook, and what you showed there isnt a hook.
    Man u guys need to read and understand more..

    I said to Put that IN ur EndScene/Present... After u HOOK with what ever u hook with U put that.

    i believe in gellins base it is
    Code:
    gellpresent(pDevice, bla bla bla){
              if( GameIsReadyForHook() )
                          RenderFrame(pDevice);
    
            Return pPresent(pdevice, bla bla bla);
    }
    that WILL work.. if u have DIP.. it will not

  15. #15
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    I apologize but your lack of grammar and spelling in that post made it hard to understand.

Page 1 of 3 123 LastLast

Similar Threads

  1. [TUT] How to fix the D3D errors in C++ - Gellin's Base
    By CAFlames in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 09-15-2010, 09:04 PM
  2. Gellin's Base Errors
    By whatup777 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 07-07-2010, 01:43 AM
  3. Gellin's Base
    By Krypton1x in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 22
    Last Post: 06-19-2010, 02:15 AM
  4. Gellin's Base Isn't Working
    By -DeathStalker- in forum Combat Arms Help
    Replies: 1
    Last Post: 01-24-2010, 07:18 PM
  5. How to make Fog RGB Changer on Gellin's Base !
    By Crash in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 01-20-2010, 06:58 PM