Results 1 to 13 of 13
  1. #1
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused

    Red face [HELP] Why this error?

    Hello everyone, I have a problem!
    I did a hack, when I try to use it, this error occurs:
    CrossFire error, Send Report? OMG!!

    Look the source :

    #include <windows.h>
    #include <iostream>

    using namespace std;

    void __cdecl PTC(char* command ) {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTC = ( DWORD* )( (dwCShell +
    0x2E39C8) );
    void* Console = ( void* )*( DWORD* )( *LTC + 0x1F8 );
    _asm
    {
    push command;
    call Console;
    add esp, 4;
    }
    }
    }

    DWORD WINAPI hello(LPVOID) {
    while(GetModuleHandleA("CShell.dll") == NULL ) {
    Sleep(120);
    }

    bool whiteplayers = true;
    bool nowall = true;
    bool nosky = true;
    bool nosmoke = true;

    for(;; ) {
    __asm pushad;

    if(GetAsyncKeyState(VK_F2)&1) {
    whiteplayers = !whiteplayers;
    }
    if(GetAsyncKeyState(VK_F3)&1) {
    nowall = !nowall;
    }
    if(GetAsyncKeyState(VK_F4)&1) {
    nosky = !nosky;
    }
    if(GetAsyncKeyState(VK_F5)&1) {
    nosmoke = !nosmoke;
    }
    if (whiteplayers) {
    PTC("TextureModels 1");
    }
    else {
    PTC("TextureModels 0");
    }
    if (nowall) {
    PTC("DrawWorld 1");
    }
    else {
    PTC("DrawWorld 0");
    }
    if (nosky) {
    PTC("DrawSky 1");
    }
    else {
    PTC("DrawSky 0");
    }
    if (nosmoke) {
    PTC("DrawParticles 1");
    }
    else {
    PTC("DrawParticles 0");
    }
    Sleep(120);
    __asm popad;
    }
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    MessageBoxA(0, "By youname", "Injected", 0);
    CreateThread(NULL, NULL,hello, NULL, NULL, NULL);
    }
    return TRUE;
    }



    Last edited by gustavo5066; 10-28-2010 at 09:46 AM.

  2. The Following User Says Thank You to gustavo5066 For This Useful Post:

    saeedorf (10-28-2010)

  3. #2
    [DropDown]'s Avatar
    Join Date
    Oct 2010
    Gender
    female
    Location
    Rotterdam, Netherlands
    Posts
    357
    Reputation
    10
    Thanks
    16
    Because the red one have a wrong combination.

  4. #3
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    In other hacks I've always used this source, I just modified the LTC =(

  5. #4
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    i have this same problem and no one could help me? If you figure it out please notify me. Working on fixing this!

  6. #5
    aanthonyz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Hitler's Minivan
    Posts
    483
    Reputation
    27
    Thanks
    83
    My Mood
    Relaxed
    I got this problem as well. Im using a player glow hack with nothing else but that, and its not working.

  7. #6
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by aanthonyz View Post
    I got this problem as well. Im using a player glow hack with nothing else but that, and its not working.
    Are you not aware of the the recent Lt Client Change? Get the new LTclient and you will be good. The new Lt Client is found in the Cshell.dll.

  8. #7
    aanthonyz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Hitler's Minivan
    Posts
    483
    Reputation
    27
    Thanks
    83
    My Mood
    Relaxed
    Isnt that the updated LTC, the one in red?

  9. #8
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    shit, we're all fucked!
    The LTC is updated!

  10. #9
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by gustavo5066 View Post
    shit, we're all fucked!
    The LTC is updated!
    Gotta be more positive kid. Why don't you do some research and find it your self. Isn't that hard. If no one can get it ill try.

  11. #10
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    Quote Originally Posted by Zane Slayman View Post
    Gotta be more positive kid. Why don't you do some research and find it your self. Isn't that hard. If no one can get it ill try.
    Dude, please create a tutorial to help me, and help many people too

  12. #11
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    I did but coke moved it to the tutorial section! Later down in the tutorial on how to fix a error will help you! I disagree with him greatly but he's a mod i cannot argue with him further!

    Go here: How to fix Cross Fire Error And How to Find LT Client!

  13. #12
    reiginald's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    MPGH/Earth.
    Posts
    447
    Reputation
    13
    Thanks
    249
    My Mood
    Cold
    I bypassed that just go edit some there and add bypass I made my own.

  14. #13
    -Rambo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Lisabonne
    Posts
    218
    Reputation
    10
    Thanks
    114
    My Mood
    Asleep
    Maybe the source code has been patched ;x
    [img]https://i191.photobucke*****m/albums/z226/pocaracas/userbars/Portuguese_userbar.jpg[/img]

Similar Threads

  1. Why this error
    By snayfer in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 02-10-2011, 04:09 PM
  2. Need help with this error...
    By Screenlooker in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 12-27-2008, 02:21 PM
  3. Help with this error
    By Nick0715 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 11-16-2008, 08:57 PM
  4. Help With This Error
    By GoBxHiTz in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 6
    Last Post: 09-17-2008, 06:18 PM
  5. Help With this error
    By GoBxHiTz in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 08-19-2008, 01:20 AM