Murder Cheats Inc - BF2 Hacks - BF2142 Hacks - Counter-Strike Source Hacks - CoD4 Hacks - CoD WaW Hacks
All times are GMT -7. The time now is 02:39 PM.  

Welcome to the 187ci BF2 Hacks CoD4 Hacks BF2142 Hacks CoD WaW Hacks CSS Hacks forums.

We Have the Best Hacks, the Best Service, and the Best Game Hacking Community around. If you want to get access to our hacks, all you have to do is purchase our V.I.P. package. By doing this you will be supporting our site, our work, and this community. Your contribution will be much appreciated. You can Sign-Up Here.

If you have any problems with the registration process or your account login, please contact us. We look forward to seeing you in the forums!!

Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 11-06-2007, 12:05 PM
Apprentice
 
Join Date: Oct 2007
Posts: 48
wizard is an unknown quantity at this point
iTrader: (1)
Quote:
Originally Posted by flyingtoretilas View Post
BF2

Credits to Dubbls, Patrick, and Haxing4Life

Code:
DWORD dwComBase;
DWORD dwComToys;
static BYTE zero[1] = {0x00};
static BYTE one[1] = {0x01};
const float vehicle = 1.0000000f;

void timerCall(){
     ...
     ...
     ...

     if(GetAsyncKeyState(VK_NUMPAD1)){    
        if(IsHack1On==FALSE){
                ReadProcessMemory(hand, (void*)(0x9E0970), &dwComBase, sizeof(dwComBase), &bytes);
                ReadProcessMemory(hand, (void*)(dwComBase + 0x15C), &dwComToys, sizeof(dwComBase), &bytes);
                IsHack1On=TRUE;
                IsHack2On=TRUE;
        }
        else{
                IsHack1On=FALSE;
                IsHack2On=FALSE;
                WriteProcessMemory(hand, (void*)(&dwComToys + 0x64), &one, 1, &bytes); // Jeep DMA
        }  
    }
    if(IsHack2On==TRUE){
                WriteProcessMemory(hand, (void*)(&dwComBase + 0x2F0), &vehicle, sizeof(vehicle), &bytes); // Unlimmited Cars
                WriteProcessMemory(hand, (void*)(&dwComToys + 0x64), &zero, 1, &bytes); // Jeep DMA
    }
}

Hi everyone!
I am pretty much a total newbie when it comes to C++. The cut and pasted codes in this thread such as the above one are meaningless to me. I actually thought I would give myself a challenge and try to implement it into a Bf2 hack source I have for single player. However with the various cpp files and so on the source contains I had no idea where to place the above code or whether to seperate bit of it and place each in different files and how to implement it into the menu. Rather than just cut pasting the code here I would love to have someone explain how to use this in greater detail and what everything means. I for one am actually very curious and would like to learn. If there is anyone knowledgeable I would love to hear from you and would be pretty damn THANKFUL for your input. Thanks again!
Reply With Quote
  #32 (permalink)  
Old 11-09-2007, 05:43 AM
flyingtoretilas's Avatar
Very 1337
 
Join Date: Jun 2006
Posts: 1,530
flyingtoretilas is on a distinguished road
iTrader: (1)
They require headings, which is something hard to get a hold of on something like battleapps or game deception.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Join 187ci's official ventrilo server now!
Quote:
(6:08:11 AM) T2x Industries: so jus leave me to myself i know ill neva be as smart as my massa flyingtorts
Reply With Quote
  #33 (permalink)  
Old 01-20-2008, 04:06 AM
Junior Member
Newbie
 
Join Date: Nov 2007
Posts: 4
Mikey69 is on a distinguished road
iTrader: (0)
nicee, some need touching up
Reply With Quote
  #34 (permalink)  
Old 02-17-2008, 03:40 AM
Junior Member
Not Such a Newbie
 
Join Date: Feb 2008
Posts: 1
hanter98 is on a distinguished road
iTrader: (0)
umm how do u compile that cross hair source code?
Reply With Quote
  #35 (permalink)  
Old 02-17-2008, 08:27 AM
Rogue Slayer
 
Join Date: Sep 2007
Location: Germany
Posts: 175
AKsk47 is on a distinguished road
Send a message via ICQ to AKsk47
iTrader: (0)
wow...thats really a lot, thank u guys!
Reply With Quote
  #36 (permalink)  
Old 02-17-2008, 08:58 AM
Elite Subscriber
Imperial Warrior
 
Join Date: Jul 2007
Location: Portugal
Posts: 203
wayoflifecheat is on a distinguished road
iTrader: (0)
nice sources
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

My Xfire:bf2hitmann
Reply With Quote
  #37 (permalink)  
Old 04-28-2008, 08:40 PM
Junior Member
Newbie
 
Join Date: Nov 2007
Posts: 1
coheedisdead is on a distinguished road
iTrader: (0)
what alot of you dont understand is that you have to have the library files for these to work. C++ isnt just some html or some basic code where you can copy and paste like your on myspace or somthing


so if you dont know how to code in C++

SHUT THE F@%K UP

We worked hard to learn how to code. Dont expect one of us to just SHOW you how.
Reply With Quote
  #38 (permalink)  
Old 05-20-2008, 09:34 AM
Junior Member
Not Such a Newbie
 
Join Date: Jul 2006
Posts: 11
robobob is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by coheedisdead View Post
what alot of you dont understand is that you have to have the library files for these to work. C++ isnt just some html or some basic code where you can copy and paste like your on myspace or somthing


so if you dont know how to code in C++

SHUT THE F@%K UP

We worked hard to learn how to code. Dont expect one of us to just SHOW you how.
What you don't realize is you don't know what your talking about either because it's not library files it's header files in most cases...
Reply With Quote
  #39 (permalink)  
Old 05-20-2008, 09:46 AM
Very 1337²
Very 1337
 
Join Date: Jul 2007
Location: United States
Posts: 1,396
Silent will become famous soon enough
iTrader: (5) 100% Positive
Quote:
Originally Posted by robobob View Post
What you don't realize is you don't know what your talking about either because it's not library files it's header files in most cases...
What you don't realize is he posted that almost a month ago, and hasn't come on the forums since 1 May.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Name change
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #40 (permalink)  
Old 07-11-2008, 06:27 AM
Junior Member
Newbie
 
Join Date: Jul 2008
Posts: 4
macd0s is on a distinguished road
iTrader: (0)
nice sources.. im studying to develop my own cheat
it's bitt hard learn by myself
i'm not good at reverse engineering and thats stufss
i made some application and games using c++ but i never tried make hacks
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Arabic Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Norwegian Polish Portuguese Romanian Russian Serbian Slovak Spanish Swedish Thai Turkish

Total Page Views: 33,284,203, Page Views Today: 42,366
Page generated in 0.11734509 seconds (91.62% PHP - 8.38% MySQL) with 14 queries
All times are GMT -7. The time now is 02:39 PM.