Next Gen Boards
 

Sponsored Links
Arcade YouTube vbBux / vbPlaza Calendar FAQ

Reply
 
Thread Tools Display Modes  
S4LBULLET
Gunnery Sergeant Grade 1
 
S4LBULLET's Avatar
 
Join Date: Feb 2008
Posts: 101
Rep Power: 1 S4LBULLET is on a distinguished road Reputation: 20
Points: 16,460.63
Bank: 2,226.89
Total Points: 18,687.52
S4LBULLET is offline
 
 
#1
02-28-2008, 10:31 PM   #1
Reply With Quote
C++ game hacking

On this forum you guys are more interested in C++ So here is a source for a basic Hack I put together
Code:
#include <windows.h>
#include <iostream>
using namespace std;
int main()
{
    LONG address = 0x400589C0;//rhog ammo for haloce in bloodgulch
    int newvalue = 999; //value to send to game
    HWND hwnd; 
    HANDLE phandle; 
    DWORD pid; 
    hwnd = FindWindow(NULL, "Halo"); //what window to find
    if (hwnd != 0) { 
    cout << "HaloCE is running. Press enter to hack it.";//just a option
    SetWindowText(NULL,"HaloCE Hack"); //name of program window
    GetWindowThreadProcessId(hwnd, &pid); 
    phandle = OpenProcess(PROCESS_ALL_ACCESS, 0, pid); 
    cin.get();
    } else {
    cout << "Open HaloCE"; //shows if game is not running
    cin.get();
    return 0;
}
if (phandle != 0) { 
    WriteProcessMemory(phandle, (LPVOID)address, (LPVOID) &newvalue, 4, 0);
    cout << "Done";//says done if it worked
    cin.get();
} else {
       cout << "Failed"; //if it didn't work it says failed
       cin.get();
}
}

Last edited by S4LBULLET; 02-28-2008 at 11:04 PM..
Report Post
Subless
Gunnery Sergeant Grade 2
 
Subless's Avatar
 
Join Date: Sep 2007
Location: In a house
Posts: 136
Rep Power: 2 Subless is on a distinguished road Reputation: 10
Points: 55,796.74
Bank: 3,031.17
Total Points: 58,827.91
Subless is offline
 
Send a message via AIM to SublessSend a message via Yahoo to Subless
 
#2
02-28-2008, 11:25 PM   #2
Reply With Quote
would you care to explain what this is going to do ?
__________________
Domain Names For Sale !!!
Code Exploit.com
Free Mix.info
BBWT.org
If you are interested click the link to make an offer.
Report Post
mameman2
Commander Grade 4
 
mameman2's Avatar
 
Join Date: Mar 2007
Location: in the shoutbox mostlikely
Posts: 554
Rep Power: 2 mameman2 is on a distinguished road Reputation: 17
Points: 301.00
Bank: 405,084.79
Total Points: 405,385.79
for giving me 60 bucks - cobrad for getting hacked - RezSide 
Boston Red Sox New England Patriots
mameman2 is offline
 
Send a message via AIM to mameman2Send a message via Yahoo to mameman2
 
#3
02-28-2008, 11:26 PM   #3
Reply With Quote
Im on my fone so I can't see it completly but wat exactly does this do?

Im on my fone so I can't see it completly but wat exactly does this do? Please explain
__________________
DONT CLICK HERE

Quote:
[Today 08:54 PM] conrad127:we just abuse our powers and ban people
Quote:
[Today 09:04 PM] Tinsley85: no i'm a noob!!!
Quote:
[Today 10:22 PM] heavytech94: attack and brutally murder mamemam

Last edited by mameman2; 02-28-2008 at 11:27 PM.. Reason: Automerged Doublepost
Report Post
S4LBULLET
Gunnery Sergeant Grade 1
 
S4LBULLET's Avatar
 
Join Date: Feb 2008
Posts: 101
Rep Power: 1 S4LBULLET is on a distinguished road Reputation: 20
Points: 16,460.63
Bank: 2,226.89
Total Points: 18,687.52
S4LBULLET is offline
 
 
#4
02-29-2008, 06:56 PM   #4
Reply With Quote
This just gives you 999 rocket ammo for the rocket hog this can be used in other games just change the address and the number I have comments on where the stuff goes
__________________
Report Post
GLoRY GuNz
-GFX Artist-
 
GLoRY GuNz's Avatar
 
Join Date: Aug 2007
Location: Pennsylvania
Posts: 1,404
Rep Power: 3 GLoRY GuNz will become famous soon enough Reputation: 52
Points: 23,225.12
Bank: 521,836.33
Total Points: 545,061.45
Pittsburgh Pittsburgh Steelers
GLoRY GuNz is offline
 
Send a message via Yahoo to GLoRY GuNz
 
#5
03-01-2008, 11:23 AM   #5
Reply With Quote
Nice program
__________________
Founder of the Rainbow 6 Vegas Teleportation Glitch
The New James Bond Game is Made by ACTIVISION!!



Report Post
Fuse
Sergeant Grade 1
 
Join Date: Mar 2007
Posts: 75
Rep Power: 2 Fuse is on a distinguished road Reputation: 20
Points: 30,332.97
Bank: 1,372.79
Total Points: 31,705.76
Fuse is offline
 
 
#6
03-02-2008, 06:00 AM   #6
Reply With Quote
Yea good job :D
__________________
Report Post
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 Off
Pingbacks are Off
Refbacks are Off
Forum Jump

top Go to Top All times are GMT -4. The time now is 05:43 PM.

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 Copyright ©2006 - 2008, NextGenBoards. All Rights Reserved