TyeraEHook DLL Repel for CabalMain

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Valued Member TyeraErde is offline
    MemberRank
    Mar 2013 Join Date
    Windows 8 ProLocation
    129Posts

    TyeraEHook DLL Repel for CabalMain

    TyeraEHook DLL Repel for CabalMain

    Hello,, Long time that Im not posting in this forum.
    Im back to Post something.. because still I dont stop developing something for cabal.

    This is my new Coded Protection for the Game.
    I called it TyeraEHook DLL Repel.

    It Prevent to inject DLL on your CabalMain.exe
    If this DLL are inject on your CabalMain, all Inject Hack and cheat will not work.
    It blocks the DLL that will Auto or Manually Inject.

    Download : TyeraEHook DLL Repel
    Password : ragezone.com

    Just Inject the TyeraEHook DLL Repel on your CabalMain.exe
    If you do not know how to Inject DLL follow my Guide here :
    http://forum.ragezone.com/f460/injec...llydbg-926012/


    Source Code :

    Code:
    char orgBytes[] = {0xFF,0x8B,0x55,0xEC,0x8B};
    HINSTANCE hDll = LoadLibrary((LPCTSTR) "Ws2_32.dll");
    DWORD OriginalAddress = (DWORD)GetProcAddress(hDll, "send");
    for(int i = 0; i < 5; i++)
    if((*(BYTE*)(OriginalAddress + i)) != orgBytes[i])
    {
    MessageBoxA(0, "Problems were encountered in running the game.", "By : TyeraErde", MB_OK);
    exit(1);
    }


    If you are having Problem on the Source Code just add me on Skype.
    tyera.erde

    GoodLuck.
    I know on releasing the source code you can create your own DLL and removed my credit.
    But if you admire me, for this. please dont removed the credit.
    By: Tyera Erde

    Thank You.
    If I saw some Server that are using the code or the function without the credit name.
    Just wait for what will happen ^.^
    Enjoy

    Last edited by TyeraErde; 13-08-13 at 02:34 AM.


  2. #2
    Account Upgraded | Title Enabled! geography is offline
    MemberRank
    Nov 2009 Join Date
    250Posts

    Re: TyeraEHook DLL Repel for CabalMain

    it have Limit?

  3. #3
    Valued Member TyeraErde is offline
    MemberRank
    Mar 2013 Join Date
    Windows 8 ProLocation
    129Posts

    Re: TyeraEHook DLL Repel for CabalMain

    What do you mean limit?

    Once you Inject the TyeraEHook on your CabalMain.exe no more DLL can inject anymore on your CabalMain.exe

  4. #4
    Account Upgraded | Title Enabled! geography is offline
    MemberRank
    Nov 2009 Join Date
    250Posts

    Re: TyeraEHook DLL Repel for CabalMain

    thx i kown what you mean!
    can i ask your dll limit cabalmain.exe version?

  5. #5
    Enthusiast Hanzel is offline
    MemberRank
    Jul 2013 Join Date
    46Posts

    Re: TyeraEHook DLL Repel for CabalMain

    where is the source?/?

  6. #6
    Account Upgraded | Title Enabled! Just_Rytis is offline
    MemberRank
    Oct 2006 Join Date
    PUSH main.00754EDCLocation
    561Posts

    Re: TyeraEHook DLL Repel for CabalMain

    How to properly hook dll in cabalmain? That guide is not usefull, in my cabalmain there is no DB's 00, and it loads that ntdll module, then trying to save it, it saves that ntdll not cabalmain.

  7. #7
    Valued Member TyeraErde is offline
    MemberRank
    Mar 2013 Join Date
    Windows 8 ProLocation
    129Posts

    Re: TyeraEHook DLL Repel for CabalMain

    Just follow my Guide.. if you cant find DB's 00 just NOPS or any part of the cabalmain that there is nothing on it ..
    no special or important code..

    I`ll try to code a program that will automatic inject it..
    I will try to code it on C or C++ .

  8. #8
    Account Upgraded | Title Enabled! Just_Rytis is offline
    MemberRank
    Oct 2006 Join Date
    PUSH main.00754EDCLocation
    561Posts

    Re: TyeraEHook DLL Repel for CabalMain

    I now that I can fill something empty with nops, but how to find last dll? Why last dll, not entrypoint? Thx!

  9. #9
    Valued Member quenio is offline
    MemberRank
    Oct 2008 Join Date
    144Posts

    Re: TyeraEHook DLL Repel for CabalMain

    Im trying this error, how to fix ?


  10. #10
    Valued Member TyeraErde is offline
    MemberRank
    Mar 2013 Join Date
    Windows 8 ProLocation
    129Posts

    Re: TyeraEHook DLL Repel for CabalMain

    Why it is needed to get the last DLL?
    it is just like connecting the Dots...
    If you will not connect the DLL you will inject on the last DLL that the Main has, the Main will not read it.

    If you know Assembly Language you will understand it. XD
    because Injecting Guide I post using OllyDBG is Assembly Language.






    Quote Originally Posted by quenio View Post
    Im trying this error, how to fix ?

    [IMG][/IMG]

    make sure you put the right offset.
    And becareful on the Spelling and Correct Case.
    Because it is Case Sensitive. if the name of the DLL is in Lower Case use Lower Case.. otherwise use Upper Case.
    Last edited by TyeraErde; 12-08-13 at 05:23 PM.

  11. #11
    Valued Member quenio is offline
    MemberRank
    Oct 2008 Join Date
    144Posts

    Re: TyeraEHook DLL Repel for CabalMain

    Work fine for me , great release ^^...."if the name of the DLL is in Lower Case use Lower Case" My problem><

  12. #12
    Account Upgraded | Title Enabled! Just_Rytis is offline
    MemberRank
    Oct 2006 Join Date
    PUSH main.00754EDCLocation
    561Posts

    Re: TyeraEHook DLL Repel for CabalMain

    Okay, I now what is ASM, but can you explain me how to find that last dll, and to which part of that dll load to jump? And do I need to do this in CabalMain module or ntdll module? and if in ntdll module, so how to save modifications to cabalmain.exe, because it saying me to save it to ntdll module file. Thx!

  13. #13
    Mahna Mahna...m MuP is offline
    MemberRank
    Aug 2008 Join Date
    344Posts

    Re: TyeraEHook DLL Repel for CabalMain

    This guy again ! Shi...shi...shi...
    This time we'll see the Source Code ? ^.^

  14. #14
    Valued Member quenio is offline
    MemberRank
    Oct 2008 Join Date
    144Posts

    Re: TyeraEHook DLL Repel for CabalMain

    @tyeraerde Cabal engine is working with dll =d

  15. #15
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: TyeraEHook DLL Repel for CabalMain

    How much i have to pay for this guy to be banned?



Page 1 of 2 12 LastLast

Advertisement