Results 1 to 7 of 7
  1. #1
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461

    [WFBR] Adress 04\29

    Code:
    #define NoRecoil		0xFA07EE
    #define NoSpread		0xF9FEE8
    #define RapidFire		0xDFC717
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  2. #2
    Octavius23's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    Brazil
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    How i make a dll from this adress?
    sorry bad english i am from Brazil XD

  3. #3
    6ixth's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3,033
    Reputation
    661
    Thanks
    19,904
    Quote Originally Posted by Octavius23 View Post
    How i make a dll from this adress?
    sorry bad english i am from Brazil XD
    • Install Visual Studio C / C + +
    • Open your C / C + +;
    • Open a new project;
    • Check the (Win32 Console Application) option;
    • A name to your project;
    • Click Next;
    • Select the DLL and emprty project options;
    • Click on Finish;
    • Now a Ctrl + shift + A and create a C + + Project File (cpp.);
    • and add the code below (main.cpp);



    Code:
    #include <Windows.h>
    #include <stdio.h>
    #include <process.h>
    
    
    #define NoRecoil 0x???????
    
    int Hack;
    
    
    bool InGameLoad()
    {
    	return(
    		GetModuleHandleA("Game.exe") &&
    		GetModuleHandleA("CryOnline.dll") &&
    		GetModuleHandleA("ocevogyv.dll") ?
    		0:1);
    }
    
    void Haks(LPVOID)
    {
    	if(GetAsyncKeyState(VK_INSERT)&1)//Tecla que liga e desliga o hack
    		Hack = !Hack;	
    
    	if(Hack)
    	{
    		memcpy((void*)(NoRecoil),"\x68\xC0\x7B\x55\x00",5);//NoRecoil Ligado
    	}
    	else
    	{
    		memcpy((void*)(NoRecoil),"\x68\xC0\x7B\x55\x01",5);//NoRecoil desligado
    	}	
    }
    
    unsigned int __stdcall Hook(LPVOID)
    {
    	while(1)
    	{
    		while(!InGameLoad())
    			Sleep(100);
    		__asm	CALL [Haks];		
    	}
    	return 0;
    }
    
    bool __stdcall DllMain( HINSTANCE hDll, long dwReason, void* lpReserved )
    { 
    	if( dwReason ==  DLL_PROCESS_ATTACH)
        {	
    		_beginthreadex(0, 0, Hook, 0, 0, 0);	
    		 system("start https://www.mpgh.net/forum/");
        }
        return 1;
    }

  4. The Following 3 Users Say Thank You to 6ixth For This Useful Post:

    blackwood77 (05-15-2014),Octavius23 (04-30-2014),Riddick (04-30-2014)

  5. #4
    dima2000024's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy
    DWORD
    table=FindPattern(hD3D9,0x128000,(PBYTE)"\xC7\x06\ x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86"," xx????xx????xx");

  6. #5
    Octavius23's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    Brazil
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    i make it but the hack doesn't open in the game you know how to fix?
    Last edited by Octavius23; 04-30-2014 at 02:54 PM.

  7. #6
    vnonlife's Avatar
    Join Date
    Apr 2014
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    not work warface Vietnam, help me please

  8. #7
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Quote Originally Posted by vnonlife View Post
    not work warface Vietnam, help me please
    this adress for Warface BR
    not Vietnam
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


Similar Threads

  1. GMS/OMS V.34 Adresses
    By -[standoff]- in forum MapleStory Hacks, Cheats & Trainers
    Replies: 16
    Last Post: 08-15-2007, 06:38 PM
  2. Adresses For Maplestory V.32
    By -[standoff]- in forum MapleStory Hacks, Cheats & Trainers
    Replies: 5
    Last Post: 03-16-2007, 12:47 PM
  3. [RELEASE] MAC Adress Changer [PBBAN]
    By thereal|quintobean in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-15-2007, 10:26 AM
  4. Gps Adress
    By 22061988 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-19-2006, 10:02 AM
  5. Warrock -> Cheat Engine -> Adresses
    By thiag0 in forum General Game Hacking
    Replies: 6
    Last Post: 10-25-2006, 06:29 AM