Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused

    Wink Ultahackers Auto-On v.2 Base [Updated]

    Code:
    //    Credit : Ultahackers & Solifly
    ///  
    ///
    //
    ///
    /////////////////////////////////////////////////
    #include <windows.h>
    #define EngLtc 0x46F670 //Here The Address of Engine LTC
    
    
    bool IsGameReadyForHook()
    {
    	if(    GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    		&& GetModuleHandleA( "CShell.dll"   ) != NULL )
    		return true;
    	return false;
    }
    
    
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)EngLtc;
    
    
    
    bool Memory( void * pDest, char * szPatch, size_t sSize )//NOP Function
    { 
        DWORD dwOrgProtect = NULL; 
        if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
            return FALSE;
    
        memcpy( pDest, szPatch, sSize ); 
        VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
        return TRUE; 
    }
    
    
    void Hack()
    {
    	Sleep(100);
    	while(IsGameReadyForHook())
    	{
    		Sleep(50);
    		//Put The Hacks Bellow
    		pRunConsoleCommand( "ShowFirePath 1");
    		pRunConsoleCommand( ShowFps 1");
    		pRunConsoleCommand( "drawguns 1");
    		pRunConsoleCommand( "ModelDebug_DrawBoxes 1");
    		pRunConsoleCommand( "FogEnable 1");
    		pRunConsoleCommand( "SkelModelStencil -1");
                    pRunConsoleCommand( "DynamicLight 1");
    //Must use this^^^^^^^^^^^^ when adding a hack
    		
    
    
    	}
    }
    
    DWORD WINAPI dwHackThread(LPVOID)
    {
    	while( !IsGameReadyForHook() )
    		Sleep(100);
    	Hack();
    	return 0;
    }
    
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	
    	if ( dwReason == DLL_PROCESS_ATTACH )
    		
    		MessageBoxA( NULL, "==-ULTAHACKERS Auto-On Base-==" "ULTAHACKERS BASE", "ULTAHACKERS BASE ROLF SPAMM", MB_YESNO| MB_ICONWARNING);
    	
    	{
    		
    		CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    	}
    	return TRUE;
    	
    }
    Credits
    Ultahackers
    HaHaz
    Ken553406
    Solifly
    ===========-------------========
    For Ho-key do this.....

    if(GetAsyncKeyState(VK_NUMPAD1)<0){//Xp only?
    if(test{// I used NX as Windowed mode name "kinda like Defining it but jnot really.
    Push("test");
    NX = false;
    }else{
    Push("test");
    NX = true;
    }
    Last edited by ultahackers; 11-09-2010 at 07:18 PM.

  2. #2
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    sweet but auto ons dont work do they?
    if im wrong please corect me

    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 =

  3. The Following 2 Users Say Thank You to speedforyou For This Useful Post:

    KLHLKHFGH (11-20-2010),pratel2 (11-09-2010)

  4. #3
    Aqollo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    fasfasfas
    Posts
    44
    Reputation
    10
    Thanks
    3
    My Mood
    Breezy
    Quote Originally Posted by speedforyou View Post
    sweet but auto ons dont work do they?
    if im wrong please corect me
    As long as you have a bypass for the crc check in cshell

  5. #4
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused
    Quote Originally Posted by speedforyou View Post
    sweet but auto ons dont work do they?
    if im wrong please corect me
    They Do work.. check out my new hack i just posted today 11/92010.../yea
    you can change it into hot-key.. msn me if need help on tat

  6. #5
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    here we go... this does not work in na

    Quote Originally Posted by ultahackers View Post
    They Do work.. check out my new hack i just posted today 11/92010.../yea
    you can change it into hot-key.. msn me if need help on tat
    its for ca-eu not ca-na

  7. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    PTC boxes is patched bro

  8. #7
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    Quote Originally Posted by whit View Post
    PTC boxes is patched bro
    whit close this thread this will never work

  9. #8
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused
    Quote Originally Posted by UGodly View Post
    whit close this thread this will never work
    Rolf it did work..... look right under.. Nuke Series Pic

    // REQ Move to Euro Section
    Last edited by ultahackers; 11-09-2010 at 07:21 PM.

  10. #9
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    Fail bad
    u used my pic for the hacks here is the proof of a auto-on hack i made before its the same pic!

    Here is proof ( i took the pic that he included in his hack lol also u can see the chat its same)
    my thread of hack i made

    https://www.mpgh.net/forum/164-combat...acks-auto.html

    link to his hacks
    https://www.mpgh.net/forum/172-combat...ack-v-2-a.html

    watch there guys he is a fking noob dont know how to make hacks

    BAN THIS N!GGA

  11. #10
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused

    Question

    Quote Originally Posted by UGodly View Post
    Fail bad
    u used my pic for the hacks here is the proof of a auto-on hack i made before its the same pic!

    Here is proof ( i took the pic that he included in his hack lol also u can see the chat its same)
    my thread of hack i made

    https://www.mpgh.net/forum/164-combat...acks-auto.html

    link to his hacks
    https://www.mpgh.net/forum/172-combat...ack-v-2-a.html

    watch there guys he is a fking noob dont know how to make hacks

    BAN THIS N!GGA
    Maybe you should try and test the hack ..... 4 people said it works

    Ban THIS NIGGA? racist....
    WHY SO MANY HATERS?
    Last edited by ultahackers; 11-09-2010 at 07:28 PM.

  12. #11
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Testing in CA BR

  13. #12
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    Quote Originally Posted by ultahackers View Post
    Maybe you should try and test the hack ..... 4 people said it works

    Ban THIS NIGGA? racist....
    fk u
    u never went in game and get ur pics u stole it and the box has to appear after u inject but u will dc at login screen u noob

    btw
    Quote Originally Posted by ragib View Post
    lol.. its not working in windows 7, 32.
    does not work for him
    Last edited by UGodly; 11-09-2010 at 07:31 PM.

  14. #13
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused
    Quote Originally Posted by UGodly View Post
    fk u
    u never went in game and get ur pics u stole it and the box has to appear after u inject but u will dc at login screen u noob
    Ok.. take it easy rank .... 1st) are you europe?

  15. #14
    UGodly's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    https://www.mpgh.net/forum/members/645501-ugodly.html
    Posts
    1,234
    Reputation
    18
    Thanks
    160
    My Mood
    Yeehaw
    Quote Originally Posted by ultahackers View Post
    Ok.. take it easy rank .... 1st) are you europe?
    does not work for europe too

    Quote Originally Posted by ragib View Post
    lol.. its not working in windows 7, 32.

  16. #15
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused
    Quote Originally Posted by UGodly View Post
    does not work for europe too
    DUDE JUST HACK.. omg is like hacks your fucking dick? [NO HOMO] Dude i SAID..." THIS MIGHT NOT WORK FOR OTHERS.... SO Fucking chilll... omg range dude

Page 1 of 3 123 LastLast

Similar Threads

  1. Auto-Updating Addresses
    By OneWhoSighs in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 04-29-2013, 06:10 AM
  2. [Tutorial] How to Code a No Menu Base [Updated]
    By Wizdom-X in forum WarRock Hack Source Code
    Replies: 15
    Last Post: 12-10-2011, 07:28 AM
  3. [Release][Fixed]CoderNever's Base Updated
    By mastermods in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 09-04-2010, 07:20 AM
  4. [Release]CoderNever's Base Updated
    By mastermods in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 45
    Last Post: 09-04-2010, 01:57 AM
  5. [RELEASE]New! Dll Auto Installer v1.1[UPDATED!][RELEASE]
    By breakell20 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-11-2008, 09:07 PM