Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 113
  1. #46
    unleash3d13's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Fly3r View Post
    What do you mean ? Which program to compile c++ projects ?
    Im using Visual Studio 2010 or Visual C++ 2008
    i nid to make a hack or cheat in cf what program should i use ?? or to make dll file

  2. #47
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    I already answered that.
    You can use Microsoft Visual Studio 2008 / 2010
    or Microsoft Visual C++ 2008 / 2010
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  3. #48
    d190798's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    NEED LOADLIB.EXE !!!!!!!!!!!!!!!!!!!!

  4. #49
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    LoadLib isnt needed now , cshell.dll cant be loaded anymore.
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  5. #50
    d190798's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    so what we use??? using visual studio???

    ---------- Post added at 07:38 AM ---------- Previous post was at 07:31 AM ----------

    @Fly3r..please POST another tutorial making some hack(but using microsoft visual)....THX...

  6. #51
    nasdfgh's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i need H@ck to play zm

  7. #52
    [Lori]Yagami's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Cebu City
    Posts
    107
    Reputation
    10
    Thanks
    382
    My Mood
    Busy
    Quote Originally Posted by unleash3d13 View Post
    what c++ u use for coding plss

    i nid to make a hack of mine
    you must read c++ book then
    If you know what is C++? go back here then make your own Hack

  8. #53
    capoman's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    thinx
    but i want loadlibrary

  9. #54
    shwerma's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    240
    Reputation
    10
    Thanks
    1,237
    My Mood
    Innocent
    i want the address of wall hack& knife ohk +speed knife and thx





    Don't forget to press thx if i helped u

  10. #55
    dendizta's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    INDONESIA
    Posts
    9
    Reputation
    10
    Thanks
    0
    so now how do I unpack the latest version cshell ??

  11. #56
    vannho171's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    Exclamation Help me write dll file form C # running

    Code:
    #include "stdafx.h"
    #include <Windows.h>
    
    #define Reload	0xC2C
    #define WeaponPointer	0xB74118
    bool noreload = true;
    do
    {
    	DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); 
    	DWORD pWeaponPointer = *(DWORD*)(CShell + WeaponPointer);
    	if(noreload)
    	{
    		if(pWeaponPointer)
    		{
    			if (GetAsyncKeyState (VK_F11))
    			{
    				for(int i = 0; i < 670; i++)
    				{
    					if((*(DWORD*)((*(DWORD*)(CShell+WeaponPointer))+(4*i))) != NULL)
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponPointer))+(4*i))) + Reload) = 100;
    				}
    			}
    		}
    	}
    }while(true);
    Sleep(100);
    DWORD WINAPI _Add_Hook(LPVOID)
    {
    	do
    	{
    		ClientError();
    	}while(GetModuleHandleA("CShell.dll")   != NULL && GetModuleHandleA("ClientFx.fxd") != NULL);
    	return 1;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if(dwReason == DLL_PROCESS_ATTACH)
    	{
    		MessageBoxA(0, "QWE", 0);
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)_Add_Hook,0,0,0);
    	}
    	return true;
    }
    I've rebug code on the file. Dll Now I want to write C # form to run this file, how. I hope the guide continued.

  12. #57
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    Quote Originally Posted by vannho171 View Post
    Code:
    #include "stdafx.h"
    #include <Windows.h>
    
    #define Reload	0xC2C
    #define WeaponPointer	0xB74118
    bool noreload = true;
    do
    {
    	DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); 
    	DWORD pWeaponPointer = *(DWORD*)(CShell + WeaponPointer);
    	if(noreload)
    	{
    		if(pWeaponPointer)
    		{
    			if (GetAsyncKeyState (VK_F11))
    			{
    				for(int i = 0; i < 670; i++)
    				{
    					if((*(DWORD*)((*(DWORD*)(CShell+WeaponPointer))+(4*i))) != NULL)
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponPointer))+(4*i))) + Reload) = 100;
    				}
    			}
    		}
    	}
    }while(true);
    Sleep(100);
    DWORD WINAPI _Add_Hook(LPVOID)
    {
    	do
    	{
    		ClientError();
    	}while(GetModuleHandleA("CShell.dll")   != NULL && GetModuleHandleA("ClientFx.fxd") != NULL);
    	return 1;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if(dwReason == DLL_PROCESS_ATTACH)
    	{
    		MessageBoxA(0, "QWE", 0);
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)_Add_Hook,0,0,0);
    	}
    	return true;
    }
    I've rebug code on the file. Dll Now I want to write C # form to run this file, how. I hope the guide continued.
    You cant just copy + paste the code , you had to learn some of C# Basics as you want to do a base convert .

  13. #58
    vannho171's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Dll File Import I was on from then. dll file you want to run now

  14. #59
    ghidexoa's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    nửa kia của thế giới
    Posts
    3
    Reputation
    10
    Thanks
    1
    verry good! and where are link?

  15. The Following User Says Thank You to ghidexoa For This Useful Post:

    axitbong (08-08-2012)

  16. #60
    axitbong's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    nửa kia của thế giới
    Posts
    4
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by ghidexoa View Post
    verry good! and where are link?
    why his banned?

Page 4 of 8 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. MPGH dedicated APB Hack - REQUIRING HARDWORKING TESTERS
    By MrNeedHelp in forum All Points Bulletin Reloaded Hacks
    Replies: 17
    Last Post: 09-14-2011, 01:50 PM
  2. Window 7 64 bits hack requirement
    By hellboy999 in forum Combat Arms Help
    Replies: 10
    Last Post: 11-29-2010, 05:13 AM
  3. MPGH public hack (requires login info) help!
    By zeleet in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 03-17-2010, 10:45 AM
  4. [Help] wall hack methods to inform a little?[xp]
    By gmlcjs1234 in forum Sudden Attack General
    Replies: 4
    Last Post: 02-18-2010, 07:56 PM
  5. Techniques ( No Hacking Required )
    By no0b in forum Gunz Hacks
    Replies: 4
    Last Post: 05-30-2006, 02:46 AM