Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy

    [source] here is a auto on source

    hereis a simple auto on source code give credits it ur going to use this

    Code:
    #include <windows.h>
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL 
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    void __cdecl PushToConsole(const char* szCommand )
    {
    	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    	if( dwCShell != NULL )
    	{
    		DWORD *LTClient = ( DWORD* )( 0x3778CFB0 );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    		__asm
    		{
    			push szCommand;
    			call CONoff;
    			add esp, 4;
    		}
    	}
    }
     
    void main()
    {
    while(true)
    {
    memcpy((LPVOID)0x372FF456, "\x90\x90", 2);
    Sleep(50);
    memcpy((LPVOID)0x37232B48, "\x90\x90\x90\x90", 4);
    Sleep(50);
    PushToConsole("DrawParticles 0");
    Sleep(50);
    PushToConsole("ShowFps 1");
    Sleep(50);
    PushToConsole("FogEnable 0" );
    Sleep(50);
    PushToConsole("ActivationDistance 999999" );
    Sleep(50);
    PushToConsole("FRunVel 320.000000");
    Sleep(50);
    PushToConsole("BRunVel 320.000000");
    Sleep(50);
    PushToConsole("SRunVel 320.000000");
    Sleep(50);
    PushToConsole("PerturbRotationEffect  0.000000" );
    Sleep(50);
    PushToConsole("PerturbIncreaseSpeed 0.000000" );
    Sleep(50);
    PushToConsole("PerturbWalkPercent 0.000000" );
    Sleep(50);
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
    Sleep(50);
    PushToConsole("PerturbRecoil 0.000000" );
    Sleep(50);
    PushToConsole("FireMovePerturb 0.000000" );
    Sleep(50);
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
    Sleep(50);
    PushToConsole("ZoomedFireMovePerturb 0.000000" );
    Sleep(50);
    PushToConsole("ZoomedFireDuckPerturb 0.000000" );
    Sleep(50);
    
    
    }
    }
    DWORD WINAPI dwHackThread(LPVOID) {
    while( !IsGameReadyForHook() )
    Sleep(300);
    main();
    return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    }
    return TRUE;
    }


    use the thanks button

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  2. #2
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    or not because this code isa the absolute begginner level and any REAL hacker should already know how to do this.....

  3. The Following User Says Thank You to TheFallenOwns For This Useful Post:

    speedforyou (08-21-2010)

  4. #3
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    That will dc u in game..

  5. The Following User Says Thank You to Hahaz For This Useful Post:

    speedforyou (08-21-2010)

  6. #4
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    i know it took me 5 mins to make it

    no it wont

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  7. #5
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by hahaz View Post
    That will dc u in game..
    how will it d/c u?

    BTW, I have my own source that ive been using since the beginning of CA andit just got detected... i tried everything from packing to altering the code... think u could help?

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  8. The Following User Says Thank You to CAFlames For This Useful Post:

    speedforyou (08-21-2010)

  9. #6
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    i dont know mine got dc, probably coz of my old xp or wrong injector.

  10. The Following User Says Thank You to Hahaz For This Useful Post:

    speedforyou (08-21-2010)

  11. #7
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    Quote Originally Posted by hahaz View Post
    i dont know mine got dc, probably coz of my old xp or wrong injector.
    myn didnt dc ive been using it for 3 months now

    Quote Originally Posted by CAFlames View Post


    how will it d/c u?

    BTW, I have my own source that ive been using since the beginning of CA andit just got detected... i tried everything from packing to altering the code... think u could help?
    nice can i have the source???

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  12. #8
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical
    Quote Originally Posted by hahaz View Post
    i dont know mine got dc, probably coz of my old xp or wrong injector.
    which injector is r u using?

    CANNIBAL CORPSE P0WNS


  13. #9
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    You want credits?

    All you did was remove the if statements.

  14. The Following 2 Users Say Thank You to Void For This Useful Post:

    IcySeal (08-21-2010),Mr.Magicman (08-21-2010)

  15. #10
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Quote Originally Posted by aLcohoL_95 View Post


    which injector is r u using?
    Blackdragon & CN inject.

  16. #11
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    Quote Originally Posted by Void View Post
    You want credits?

    All you did was remove the if statements.
    He just wants recognition. But this aint gonna get him it if thats what he's thinking. All this will do is allow tons of new releases by choobs who have no idea what most of the code even does. If you're going to release, then release something new that isn't here already.

  17. The Following 2 Users Say Thank You to IcySeal For This Useful Post:

    J (08-21-2010),markoj (08-21-2010)

  18. #12
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    Quote Originally Posted by Void View Post
    You want credits?

    All you did was remove the if statements.
    ive had this for atleast 3 months

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  19. #13
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by speedforyou View Post
    ive had this for atleast 3 months
    What's your point?

  20. #14
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    This is a fail source if it d/c's you, and it has a sleeptime every console command.

  21. #15
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    i didnt copy it

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

Page 1 of 2 12 LastLast

Similar Threads

  1. [REQ] Auto injector+css source
    By jetse123 in forum Visual Basic Programming
    Replies: 3
    Last Post: 01-11-2010, 04:43 PM
  2. WPS Auto-Click -- AutoIt 3 SOURCE + TUT
    By Grim in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 12-14-2009, 07:27 PM
  3. hey all you noobs free hack source codes here!!
    By cnttuchme in forum C++/C Programming
    Replies: 6
    Last Post: 10-22-2009, 05:52 PM
  4. [Source]How to make an Auto Poster.
    By scriptkiddy in forum Visual Basic Programming
    Replies: 10
    Last Post: 10-07-2009, 07:03 PM
  5. Cheat Engine 5.3 source here
    By pspmaster4 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 07-05-2007, 10:56 PM