google-site-verification: googlebaca44933768a824.html CSS External hack source - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

CSS External hack source

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS External hack source

    Code:
    #include <windows.h>
    #include <iostream>
    #include <TlHelp32.h>
    
    using namespace std;
    
    DWORD GetModuleBaseExtern(const DWORD dwProcessId, const char *szModuleName)
    {
        #ifdef _GMBE_CHECK_PARAMS_
        if (!dwProcessID) || (!szModuleName) return 0;
        #endif
     
        HANDLE hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, dwProcessId);
        if (!hSnap) return 0;
     
        MODULEENTRY32 me;
        me.dwSize = sizeof(MODULEENTRY32);
     
        DWORD dwReturn = 0;
     
        if (Module32First(hSnap, &me)) {
            while (Module32Next(hSnap, &me)) {
                if (lstrcmpi(me.szModule, szModuleName) == 0) {
                    dwReturn = (DWORD)me.modBaseAddr;
                    break;
                }
            }
        }
     
        CloseHandle(hSnap);
       
        return dwReturn;
    }
    
    //int main(int argc,char* argv)
    {
    	    SetConsoleTitle("Sick 1337 Private Hack");
            HWND hwnd = NULL;
            DWORD pid;
            HANDLE hProcess;
            DWORD clientbase;
    		DWORD overlay;
    		unsigned long pID;
    	    DWORD Localentity;
    		int m_fFlags;
    		int steamoverlay;
    		int drawothermodels = 1;
    		int drawothermodels_an = 2;
    		int Flash_aus = 0;
    		int smoke_aus = 0;
    		int smoke_an = 1;
    		int InCross;
    		bool an = false;
    
    		anfang :
    
    	    DWORD GetModuleBaseExtern(const DWORD dwProcessId, const char *szModuleName);
    	    HWND hWnd = FindWindow(NULL,"Counter-Strike Source");
    	    GetWindowThreadProcessId(hWnd,&pID);
    	    hProcess = OpenProcess(PROCESS_ALL_ACCESS,FALSE,pID);
     
            hwnd = FindWindow (NULL, "Counter-Strike Source");
            GetWindowThreadProcessId (hwnd, &pid);
            hProcess = OpenProcess (PROCESS_VM_OPERATION | PROCESS_VM_READ | PROCESS_VM_WRITE | PROCESS_QUERY_INFORMATION, FALSE, pid);
    		GetWindowThreadProcessId (hwnd, &pid);
    		hProcess = OpenProcess (PROCESS_ALL_ACCESS, 0, pid);
    		clientbase = GetModuleBaseExtern(pid, "client.dll");
    		overlay = GetModuleBaseExtern(pid,"gameoverlayrenderer.dll");
           
    	   {
    			while(hwnd == 0)
    			 {
    				  Sleep(2000);
    				  goto anfang;
    			 }
                  
    			}	
            while(hwnd != 0)
    		 {
    				
    							
    	 ReadProcessMemory(hProcess, (LPCVOID)(clientbase + 0x7CC0F4), &Localentity, sizeof(DWORD), NULL);
    //	 ReadProcessMemory(hProcess, (LPCVOID)(Localentity + 0x14A8), &InCross, sizeof(int), NULL);
    	 WriteProcessMemory(hProcess, (PBYTE*)(Localentity + 0x1410), &Flash_aus, sizeof(int), NULL);
    	 
    
    //     if (GetAsyncKeyState(VK_SPACE)) 
    		{  
    			ReadProcessMemory(hProcess, (LPCVOID)(Localentity + 0x314), &m_fFlags, sizeof(int), NULL);
    	        if( m_fFlags & ( 1 || 3 || 5 || 7 ))
    			{
    				ReadProcessMemory(hProcess, (LPCVOID)(overlay + 0x7BF60), &steamoverlay, //sizeof(int), NULL);
    				if(steamoverlay == 0)
    				{
                      SendMessage( hWnd, WM_KEYDOWN, VK_SPACE, 0x390000 );
                      Sleep(30);
                      SendMessage( hWnd, WM_KEYUP, VK_SPACE, 0x390000 );
                      Sleep(30);
    				}
    			}
            }	
    
    	 if (GetAsyncKeyState(VK_INSERT) && an == false)
    	 {
    		 WriteProcessMemory(hProcess, (PBYTE*)(clientbase + 0x78DAD0), &drawothermodels_an, //sizeof(int), NULL);
    		 WriteProcessMemory(hProcess, (PBYTE*)(clientbase + 0x7BFAB0), &smoke_aus, sizeof(int), NULL);
    		 an = true;
    		 Sleep(1000);
    	 }
    	 if (GetAsyncKeyState(VK_INSERT) && an == true)
    	 {
    //		 WriteProcessMemory(hProcess, (PBYTE*)(clientbase + 0x78DAD0), &drawothermodels, sizeof(int), NULL);
    //		 WriteProcessMemory(hProcess, (PBYTE*)(clientbase + 0x7BFAB0), &smoke_an, sizeof(int), NULL);
    		 an = false;
    		 Sleep(1000);
    	 }
    	 
    //	 if(GetAsyncKeyState(VK_XBUTTON1) && InCross > 0 && InCross <= 64)
    	 {
    		 	mouse_event( MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0 );
    			Sleep( 50 );
    			mouse_event( MOUSEEVENTF_LEFTUP, 0, 0, 0, 0 );
    			Sleep( 75 );
    	 }
    
    	 if(!FindWindow(NULL,"Counter-Strike Source"))
    	 {
    		 exit(0);
    	 }
    	
    	 Sleep(5);
    
    	 }
    
    	}
    You must set charater set to multibyte and i added a few simple errors to prevent direct c/p
    Contains: Triggerbot, Wireframe, bhop and no flash/smoke
    credits: crownt @ d3scene
    Move on

    #2
    Re: CSS External hack source

    This is copypasta and horrible coding tho.
    lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
    I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

    Comment


      #3
      Re: CSS External hack source

      Originally posted by mencore View Post
      This is copypasta and horrible coding tho.
      Its public so doesnt need to be good :)
      Move on

      Comment


        #4
        Re: CSS External hack source

        Thanks for this!
        And thanks for your help! :)

        Comment


          #5
          Re: CSS External hack source

          Originally posted by Atex View Post
          Its public so doesnt need to be good :)
          Flawed logic. At least credit guy who's this is originally. I guarantee I've seen this same "product" floating in some leet german moviefag-forum.
          lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
          I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

          Comment


            #6
            Re: CSS External hack source

            vac bannable

            Comment


              #7
              Re: CSS External hack source

              Originally posted by JohnnyMafiaa View Post
              vac bannable
              Your source? They blacklist hack process names and md5 hashes, I dont think they blacklist sources but i might be wrong
              Move on

              Comment


                #8
                Re: CSS External hack source

                Originally posted by Atex View Post
                Your source? They blacklist hack process names and md5 hashes, I dont think they blacklist sources but i might be wrong
                well you are lol
                ok bai

                Comment


                  #9
                  Re: CSS External hack source

                  Originally posted by lolimsoasd View Post
                  well you are lol
                  Thank you for the info then
                  Move on

                  Comment


                    #10
                    Re: CSS External hack source

                    i like my spinbot.exe aimbuts and wh is for ladies...

                    Comment


                      #11
                      Re: CSS External hack source

                      Originally posted by krex
                      They are Bad from Crownt a.k.a C+P Guy :troll: all thinks from him are bad
                      I know :d
                      Move on

                      Comment


                        #12
                        Re: CSS External hack source

                        worst copy payst shit ever. By atex big coda m3n

                        Comment


                          #13
                          Re: CSS External hack source

                          Originally posted by thepsilentmasteur View Post
                          worst copy payst shit ever. By atex big coda m3n
                          You cant read? :D dumbass
                          Move on

                          Comment


                            #14
                            Re: CSS External hack source

                            Originally posted by Atex View Post
                            You cant read? :D dumbass
                            are you big coda m3n atex?? I hear from da hood that you come up with some of the greatest ideas in the history of hvh

                            Comment


                              #15
                              Re: CSS External hack source

                              Originally posted by Atex View Post
                              I know :d
                              Leider konnte Ihre hochgeladene Datei nicht gefunden werden. Laden Sie die Datei neu hoch.

                              Someone send this info to me on d3scene.
                              I don't remember him name(nickname).
                              Credits: (?)
                              Last edited by Guest; 06-19-2013, 06:06 AM.

                              Comment


                                #16
                                Re: CSS External hack source

                                Originally posted by chiptunegod View Post
                                http://www.file-upload.net/download-...rownt.rar.html
                                Someone send this info to me on d3scene.
                                I don't remember him name(nickname).
                                Credits: (?)
                                whats this stuff? He looks like 15 tops

                                Tom,
                                FUHRERS G0T HIS SWAGGA BACK

                                Comment


                                  #17
                                  Re: CSS External hack source

                                  This is unstable... correct me when iam wrong.
                                  it doubles the time with the code for example 2000ms then 4000ms then 8000ms

                                  Comment


                                    #18
                                    Re: CSS External hack source

                                    how can i fix these errors:
                                    if (lstrcmpi(me.szModule, szModuleName)

                                    and

                                    SetConsoleTitle

                                    any help appreciated, thanks
                                    Originally posted by God:
                                    Fuck this shit. I need a new planet...
                                    This is our moment.
                                    We have never been stronger.
                                    People are frightened yes, but
                                    If we show them the way
                                    They will rise behind us.

                                    Comment


                                      #19
                                      Re: CSS External hack source

                                      Originally posted by eragon sk View Post
                                      how can i fix these errors:
                                      if (lstrcmpi(me.szModule, szModuleName)

                                      and

                                      SetConsoleTitle

                                      any help appreciated, thanks
                                      If only one would also mention the errors thrown..
                                      ..facing fear with no fear on my face.

                                      Comment


                                        #20
                                        Re: CSS External hack source

                                        Originally posted by Tracky View Post
                                        If only one would also mention the errors thrown..
                                        sorry, i already fixed this.... vs express 2012 making me mad atm....
                                        Originally posted by God:
                                        Fuck this shit. I need a new planet...
                                        This is our moment.
                                        We have never been stronger.
                                        People are frightened yes, but
                                        If we show them the way
                                        They will rise behind us.

                                        Comment


                                          #21
                                          Re: CSS External hack source

                                          if correctly trolling ac, external remains clean.

                                          gimme coins
                                          Spoiler
                                          1KQcThLSxWjquHWX5d2mWS3Jmf6dijfdwQ

                                          Comment

                                          Working...
                                          X