It's not fake but real. Just create an account and you'll get a beta key.
Visit this link: http://www.i3d.net/heroes-of-newerth-signup.php
I tried it and got one myself.
Enjoy as much as you can w/ HoN
This is the most simple version of DLL Injection
1. VC++ 2k5 (any version is ok), New Project -> Win32 Project
- Empty Project DLL
2. Add new C source file:
3. Build project in Release mode.
#include <windows.h>
BOOL APIENTRY DllMain( HINSTANCE hIns, DWORD reason, LPVOID reserved )
{
switch( reason )
{
case DLL_PROCESS_ATTACH:
MessageBoxA( NULL, "Process Attach", "MsgBox", 0 );
break;
case DLL_PROCESS_DETACH:
MessageBoxA( NULL, "Process Detach", "MsgBox", 0 );
break;
case DLL_THREAD_ATTACH:
MessageBoxA( NULL, "Thread Attack", "MsgBox", 0 );
break;
case DLL_THREAD_DETACH:
MessageBoxA( NULL, "Thread Detach", "MsgBox", 0 );
break;
}
return TRUE;
}
4. Use a DLL Injector to inject this DLL into any process.
- You can use this Injector: Winject (by mcMike)
[*] I will mention about writing injector later on.
Have fun!@
This is a quite cool mini game :)
Game: Plants vs. Zombies
Type: Arcade
Developer: Popcap
License: Shareware
Download (w/ pre-cracked)
Have fun!@
The game: http://apps.facebook.com/bejeweledblitz/
In order to hack this game, you need to prepare these:
1. Firefox browser
2. Get add-ons: GreaseMonkey (Google, ok?)
3. Install the script made by CyberShadow: Click here
Visit the game then just find the rest yourself :D
Have fun!@
I have found a new MMOFPS game and it’s very interesting. Well, worth of playing!
Game Name: Battlefield Heroes
Developer: EA – Electronic Arts
Homepage: https://www.battlefieldheroes.com/
Type: FPS mixed RPG
Why is that? Because you need to gain EXP in order to level up. When you level to a certain, you will have a special point, namely Hero Point, to upgrade your abilities.
Game Info:
1. There are two groups: Nationals (GER) and BRI (Royals)
2. There are 3 classes in total for each group: each class has different abilities…
+ Soldier: close combat, submachine-gun…medium health (110)
+ Gunner: mid-range combat, heavy guns equipped like: machine-gun, tank booster… high health (150)
+ Commando: far-range combat or close assassination, weapons like: knife (+poison), sniping rifle, Bomb trap (Troop Trap – explode on enemy close trigger or fire)….low health (80)
3. Maps:
+ There are two types of map: Infantry ‘n Vehicle
+ Vehicles including: Tank, Jeep, Air-craft.
4. Mission (or Quest)
+ There are various mission for players to achieve, In facts, it’s just a requirement to make some certain kills, deals a certain damage, maybe unlimited time or just in a round.
5. Store
+ You can buy stuffs from store to equip your characters.
+ There are two kinds of currency:
a. Battle Funds: you have to pay actually $ to get this. BF is required to buy extra cool items and some special widgets like EXP Boosters…
b. Valor Point: you can earn this by playing games.
Well, still under development but the game is pretty cool up to now.
Let’s give it a try!