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

    Unhappy [Request] White wall source Please!

    I need of the source code of the white wall.
    Please i need
    Thanks!


  2. #2
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    if (Whitewalls) {
    PushToConsole("DrawFlat 1");
    }
    else {
    PushToConsole("DrawFlat 0");
    }


    CLICK THANKS

  3. The Following User Says Thank You to [Banned]mark0108 For This Useful Post:

    murillofaga (09-29-2010)

  4. #3
    ChikenLover's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    East London,E14
    Posts
    2,162
    Reputation
    10
    Thanks
    196
    My Mood
    Breezy
    u put that in C++ nd it will be auto on ?
    _________________________








    @

    Add me on xfire:rubzking
    [img]https://www.gifninj*****m/Workspace/09f2e200-5fa9-4ce0-9d5f-e7452c27b088/output.gif[/img]

    NEW SPEED TEST

    NEW SPEED TEST OH YEAH!
    [/URL]
    YEE FASTER INTERNET SPEED TEST F*CK YEAH
    [/URL]


    RESPECT LIST
    • ReZaJwZ

    • markO1O8

  5. #4
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    Quote Originally Posted by ChikenLover View Post
    u put that in C++ nd it will be auto on ?
    u need of the base, and me too '-'

  6. #5
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    Last edited by [Banned]mark0108; 09-28-2010 at 03:55 PM.

  7. The Following User Says Thank You to [Banned]mark0108 For This Useful Post:

    gustavo5066 (09-28-2010)

  8. #6
    elmoi0010's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    2
    My Mood
    Tired
    #include <windows.h>
    #include <iostream>

    using namespace std;

    void __cdecl PushToConsole(char* szVal ) {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( (dwCShell + 0x2AAE80) );r
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
    _asm
    {
    push szVal;
    call CONoff;
    add esp, 4;
    }
    }
    }


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

    bool whitewalls = true

    ;for(;; ) {
    __asm pushad;

    if (GetKeyState(VK_NUMPAD1)&1) {
    whitewall = !whitewall;
    }

    if (whitewall) {
    PushToConsole ("DrawFlat 1")
    }
    else {
    PushToConsole ("DrawFlat 0")
    }

    _asm popad;
    }
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    MessageBoxA(0, "HackBy elmoi0010", "Injected", 0);
    CreateThread(NULL, NULL,hello, NULL, NULL, NULL);
    }
    return TRUE;
    }



    PRESS THANKS IF I HELP U :P
    Last edited by elmoi0010; 09-28-2010 at 04:21 PM. Reason: for edit one thing xD

  9. #7
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    Quote Originally Posted by elmoi0010 View Post
    #include <windows.h>
    #include <iostream>

    using namespace std;

    void __cdecl PushToConsole(char* szVal ) {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( (dwCShell + 0x2AAE80) );r
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
    _asm
    {
    push szVal;
    call CONoff;
    add esp, 4;
    }
    }
    }


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

    bool whitewalls = true

    ;for(; {
    __asm pushad;

    if (GetKeyState(VK_NUMPAD1)&1) {
    whitewall = !whitewall;
    }

    if (whitewall) {
    PushToConsole ("DrawFlat 1")
    }
    else {
    PushToConsole ("DrawFlat 0")
    }

    _asm popad;
    }
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    MessageBoxA(0, "aki escribes tus Derechos. ECHO POR MOI", "Injected", 0);
    CreateThread(NULL, NULL,hello, NULL, NULL, NULL);
    }
    return TRUE;
    }
    PERFECT

  10. The Following User Says Thank You to [Banned]mark0108 For This Useful Post:

    gustavo5066 (09-28-2010)

  11. #8
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!

  12. #9
    elmoi0010's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    2
    My Mood
    Tired
    ... ur welcome u.u!

  13. #10
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    HE HE He Game Me Thanks

  14. The Following User Says Thank You to [Banned]mark0108 For This Useful Post:

    gustavo5066 (10-01-2010)

Similar Threads

  1. [Request] White Players Source Please!
    By gustavo5066 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 09-30-2010, 01:23 PM
  2. {ReQuEsT}Counter Strike:Source Non Steam
    By addyhaxplz in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 17
    Last Post: 08-31-2008, 02:23 AM
  3. [Request] Cristiano Ronaldo Sig Please
    By lahoe91 in forum Help & Requests
    Replies: 4
    Last Post: 08-20-2008, 08:45 PM
  4. [Request]I need speedhack please!!
    By Andyklk2009 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-11-2008, 07:54 PM
  5. REQUEST/TRADE- ce source 5.3.203 (beta)
    By lironf17 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-03-2007, 01:13 PM