Results 1 to 8 of 8
  1. #1
    dicky87smd's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    sidney
    Posts
    60
    Reputation
    10
    Thanks
    12
    My Mood
    Sleepy

    My Source Need Help

    After Patch yesterday, my base doesnt work anymore, i update addy and pointer nothing happen still not work and send me this message



    Can some body teach me how to solve the problem

    This is my source i use

    #include <windows.h>
    #include <detours.h>
    //----------------------------------------//

    #define WeaponMgr 0xAABD88 ;
    #define WDamage 0x7F8 ;
    //----------------------------------------//

    float BDamage = 5000.0f;

    //----------------------------------------//

    int __fastcall BagiCash(void)
    { return 0; }

    DWORD WINAPI CitindoHack(LPVOID param){
    while (1) {

    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);

    if (GetAsyncKeyState(VK_F4)&1){
    if (pWeaponMgr) {
    for(int i=0; i<445; i++) {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + WDamage) = BDamage; } }
    MessageBeep(1);
    BagiCash(); }

    { Sleep(50); } } return(0); }


    bool Laper() {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0; }


    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) {
    if(dwReason == DLL_PROCESS_ATTACH){
    while(!Laper()) Sleep(50);}
    else {
    MessageBox(0, "Failed","", MB_OK | MB_ICONINFORMATION);
    ExitProcess(0); }

    CreateThread(NULL, NULL, CitindoHack, NULL, NULL, NULL);
    return TRUE; }
    thanks before
    Last edited by dicky87smd; 01-25-2012 at 11:44 PM.
    NO CHEAT NO FUN


  2. #2
    JusCaus's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    725
    Reputation
    23
    Thanks
    112
    My Mood
    Aggressive
    HotKey is patched, without hooks. And what do you have detours? Plus your weaponmgr is wrong.
    [IMG]https://i1132.photobucke*****m/albums/m571/JusCausGraphix.jpg[/IMG]

  3. #3
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by JusCaus View Post
    HotKey is patched, without hooks. And what do you have detours? Plus your weaponmgr is wrong.
    thats not ur base first of all

    and the weapon mgr is tottaly rong and so as the hotkeys..

    just use ollydbg and renew the addys..this can help..:
    https://www.mpgh.net/forum/242-crossf...must-read.html

    hope i helped




    Need to join our team?PM Me
    Need to make an undetected source code?PM Me
    Need strings?PM Me
    Need Addys?PM Me

  4. #4
    JusCaus's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    725
    Reputation
    23
    Thanks
    112
    My Mood
    Aggressive
    Quote Originally Posted by Dead(H)ell View Post
    thats not ur base first of all

    and the weapon mgr is tottaly rong and so as the hotkeys..

    just use ollydbg and renew the addys..this can help..:
    https://www.mpgh.net/forum/242-crossf...must-read.html

    hope i helped




    Need to join our team?PM Me
    Need to make an undetected source code?PM Me
    Need strings?PM Me
    Need Addys?PM Me
    Not whos base?
    [IMG]https://i1132.photobucke*****m/albums/m571/JusCausGraphix.jpg[/IMG]

  5. #5
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by JusCaus View Post
    Not whos base?
    his base lol..i miss quoted..and btw check ur pms

  6. #6
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by JusCaus View Post
    HotKey is patched, without hooks. And what do you have detours? Plus your weaponmgr is wrong.
    read the xtrap message.
    he is using CF indo, means the weaponmgr is different....


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  7. #7
    JusCaus's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    725
    Reputation
    23
    Thanks
    112
    My Mood
    Aggressive
    Quote Originally Posted by giniyat101 View Post
    read the xtrap message.
    he is using CF indo, means the weaponmgr is different....
    ahhhh got eye, i didnt catch it. lol
    [IMG]https://i1132.photobucke*****m/albums/m571/JusCausGraphix.jpg[/IMG]

  8. #8
    dicky87smd's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    sidney
    Posts
    60
    Reputation
    10
    Thanks
    12
    My Mood
    Sleepy
    Okey, thanks all for your advice.

    Thats right i use CF Indonesia the pointer is different but addy still same.

    Time to fix again.
    NO CHEAT NO FUN


Similar Threads

  1. [HELP] need help finding my old nametags visual basics source code...
    By ken53406 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 09-23-2010, 03:27 PM
  2. Need help in Non Steam Counter Strike Source!
    By randyloves in forum General Hacking
    Replies: 2
    Last Post: 07-11-2010, 12:44 AM
  3. Hello! i need help with the source code.
    By LatinHacker in forum Combat Arms Help
    Replies: 3
    Last Post: 05-14-2010, 10:32 PM
  4. Need Help please(about source codes)
    By Laws_Vegas in forum C++/C Programming
    Replies: 5
    Last Post: 02-11-2010, 06:08 PM
  5. Need help please.. Counter strike source
    By h40xer in forum Visual Basic Programming
    Replies: 5
    Last Post: 12-27-2009, 11:32 PM