Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > ijji Games > Soldier Front > Soldier Front Hacks Discussion

Soldier Front Hacks Discussion Discuss anything about Soldier Front hacks. Soldier Front Aimbot, Soldier Front Wallhacks.


Wallhacking (making hacks undetected)

Soldier Front Hacks Discussion


Closed Thread
 
Thread Tools Display Modes
Old 09-17-2008, 10:56 AM   #1
stickleback
Registered User
 
Last Online: Today 06:07 PM
Join Date: Aug 2007
Location: uk, england, cornwall
Posts: 666
Rep Power: 4
Rep Points: 102
stickleback will become famous soon enoughstickleback will become famous soon enough
Feedback: (0)
Points: 16,442.92
Bank: 50,245.85
Total Points: 66,688.77
Wallhacking (making hacks undetected)

Hi all, for those who don't know who i am i'm an old member of GzP but i just recently left GameDeception because the admin refused to pay me -.-
Anyway onto this wallhack code. First lets analise Fatboy's source code as your all firmilia with it (wallhacks are very basic but theres alot of crap you have to add like hooking D3D and generating texture ect.
Firstly, we see that he defined his D3D API hook
Code:
static DWORD dwBeginScene            = 0x6D9D9250;
static DWORD dwEndScene                = 0x6d9d93a0;
static DWORD dwDrawIndexedPrimitive = 0x6d9d73a0;
static DWORD dwSetStreamSource        = 0x6d9d6760;
static DWORD dwSetViewport            = 0x6d9d5b90    ; 

Now GameGuard Scans BeginScene, Endscene and the DIP. Although
Writing code into the DIP dosnt seem to cause any problems.
You can throw away BeginScene Altogether - i don't see it as any importance
Now Endscene is very useful but there is an alternative.
Use present :) Normaly this is for stride logging but i find its a good
alternative display pod. Its a little laggy but in SF you can use that to glitch :)
Code:
 
Code:
int m_Stride;
int texnum;
int nNumVertices;
int nPrimitiveCount;
 

Were just going to focus on Strides - You will still get a nice wallhack :)
m_Stride has been defined in his code somewhere as a Stride which 30 == players
Code:
LPDIRECT3DTEXTURE8  Red,Yellow,Green,Blue,Purple,Pink,Orange; 

This generates the color's we want for our Cham Shading.
Then he just defines all his variables as follows:
Code:
 
Code:
bool Color = true;
bool Logger = false;
ofstream ofile;    
char dlldir[320];
float ScreenCenterX = 0.0f;
float ScreenCenterY = 0.0f;
bool xhair = false;
bool WallHack = false; 
bool WallHack2 = false;
HANDLE hand1       =NULL;
HANDLE hand2       =NULL;
 

Just throw away the logger function. You don't really need to log unless your wallhack is commercial
Add the Texture Generation code and im going to skip past his crosshair function and all that and we can look at
some more useful stuff.
We Are now in the hacks DIP, All the fun hacks are here :P
Lets use some info Fatboy provided - he says that the stride for players
is 40 "
if(m_Stride==40" now we don't want to add all the other info
lets keep it simple and close the if ")"
Now he has the start of the cham wallhack
Code:
 
Code:
pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
pDevice->SetTexture(0,Orange);
 

Now we say that here it says
(D3DRS_ZENABLE, D3DZB_FALSE);
So this is when the player is behind a wall.
He then sets the texture of stride 40 (players) to orange
Code:
 
Code:
//pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME );
 
pDrawIndexedPrimitive(pDevice, pType, nMinIndex, nNumVertices, nStartIndex, nPrimitiveCount);
 
//pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_SOLID );
 

Here he has commented out another nice hack (WireFrame) probably wanted to keep it private
or just let people who can read his source use it.
Code:
 
Code:
pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_TRUE);
pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
pDevice->SetTexture(0,Pink); 
This is when there visable to you, the stride then is textured with a pink color.
[code]now we see more objects amungst the 40 stride such as grenades in his next cham code.

Anyway, now that i explained a bit about the wallhack. You will want to make it undetected.
This guy provides you all the info! im just going to explain it to you in a bit of depth.
Quote:
Quote:
Createdevice->pointers to the functions
kinda like a class or a struct.
and GG scans createdevice right off the back
Ok all your D3D hooks go through to be formed into the device. Once this is done and D3D is hooked you can release create device so that it wont be detected.
I do so in my base with this code in my CreateDevice Reclass
Code:
//your create device code
//the we move onto
//Device Unhooking
unsigned long ulProtect;
        VirtualProtect(&D3D8_object[15], 4, PAGE_EXECUTE_READWRITE, &ulProtect);
        *(unsigned long*)&D3D8_object[15] = (unsigned long)pCreateDevice;
        VirtualProtect(&D3D8_object[15], 4, ulProtect, &ulProtect);
//
Then you will need to initialise your device
Code:
YourDevice = *ppReturnedDeviceInterface; //Rename to your Device
Its also a good idea to log this to see if it worked
to do that just say
else{ add_log("D3D create device error...\n"); }
Then return to your device.

Now lets look at another method
2)another way **** it hack GG.
4)code cave the hook int3->Jmp then in the code cave->Jmp(detour)d3d functions ->jmp back to original flow ;Hook hopin

Now i thought Number 2 looked hansom but then i thought that i could adapt that view point to number 4 which basicly bypasses GG.
now I am not going to go through ASM debugging to detour your d3d hook
but were not really going to be caving like 4) says. Due to the fact that were dropping the Cave early - we can just Jmp to a nice clean bit of space (0900001C) looks pretty nice place to settle.
Then in our C++ for this we __asm for the jmp. Now fatboy88 says to detour our d3d functions, thats all good fun but more univsersaly we could Jmp the GG check. Therefore placing more memory crazy hacks and also you would be bypassing a clean reg for debugger logging and looting.

Don't PM me constantly with help for this - i would rather you do quick posts here.
I don't give my new msn out, or xfire for that matter.
I'm still pondering on the thought of releases
I hope these comments will discourage your annoying spam.
Enjoy your wallhacks - credit where due.
stickleback is offline  
Sponsored Links
Old 09-17-2008, 12:23 PM   #2
ajax14
Bannend !:)
 
ajax14's Avatar
 
Last Online: 10-09-2009 06:52 AM
Join Date: Oct 2007
Location: Holland <3
Posts: 538
Rep Power: 3
Rep Points: 45
ajax14 is on a distinguished road
Feedback: (0)
Points: 7,440.57
Bank: 0.00
Total Points: 7,440.57
No Message - leussink1992 No Message - leussink1992 
Lou Gehrig's Disease (ALS) - leussink1992 
Xfire freaksf
Re: Wallhacking (making hacks undetected)

hi stickleback i remeber you again


but i got one Q must i just copy and past this in c++ or something ?


then save it as a dll. ?


EDIT : if you just past it you get many errors>>>>



Compiling...stdafx.cppCompiling...d3d8.cppc:\docum ents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C2146: syntax error : missing ';' before identifier 'Red'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(21) : error C2146: syntax error : missing ';' before identifier 'ofile'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(21) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(21) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : error C2143: syntax error : missing ';' before '->'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(32) : error C2143: syntax error : missing ';' before '->'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(32) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(32) : error C2086: 'int pDevice' : redefinition c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : see declaration of 'pDevice'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(33) : error C2143: syntax error : missing ';' before '->'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(33) : error C2086: 'int pDevice' : redefinition c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : see declaration of 'pDevice'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(36) : error C2065: 'pType' : undeclared identifierc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(36) : error C2065: 'nMinIndex' : undeclared identifierc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(36) : error C2065: 'nStartIndex' : undeclared identifierc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(36) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(36) : error C2078: too many initializersc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(39) : error C2143: syntax error : missing ';' before '->'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(39) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(39) : error C2086: 'int pDevice' : redefinition c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : see declaration of 'pDevice'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(40) : error C2143: syntax error : missing ';' before '->'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(40) : error C2086: 'int pDevice' : redefinition c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : see declaration of 'pDevice'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(41) : error C2143: syntax error : missing ';' before '->'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(41) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(41) : error C2086: 'int pDevice' : redefinition c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(31) : see declaration of 'pDevice'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(45) : error C2065: 'D3D8_object' : undeclared identifierc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(45) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(45) : error C2365: 'VirtualProtect' : redefinition; previous definition was 'function' c:\program files\microsoft sdks\windows\v6.0a\include\winbase.h(2890) : see declaration of 'VirtualProtect'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(45) : error C2078: too many initializersc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(45) : error C2440: 'initializing' : cannot convert from 'unsigned long *' to 'int' There is no context in which this conversion is possiblec:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(46) : error C2062: type 'unsigned long' unexpectedc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(47) : error C2065: 'D3D8_object' : undeclared identifierc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-intc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(47) : error C2365: 'VirtualProtect' : redefinition; previous definition was 'function' c:\program files\microsoft sdks\windows\v6.0a\include\winbase.h(2890) : see declaration of 'VirtualProtect'c:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(47) : error C2078: too many initializersc:\documents and settings\gebruiker\mijn documenten\visual studio 2008\projects\d3d8\d3d8\d3d8.cpp(47) : error C2440: 'initializing' : cannot convert from 'unsigned long *' to 'int' There is no context in which this conversion is possibleResults Build log was saved at "file://c:\Documents and Settings\Gebruiker\Mijn documenten\Visual Studio 2008\Projects\d3d8\d3d8\Debug\BuildLog.htm"d3d8 - 45 error(s), 0 warning(s)





Edit: pleaase someone help me xfire:freaksf
or post replay pleassee
__________________
Game Past 7 Days Total:
Soldier Front 3 hours 165 hours
ijji GunZ - 23 hours
Call of Duty 4: Modern Warfare Multiplayer - 4 hours
Call of Duty Multiplayer - 3 hours
Combat Arms 3 hours 3 hours


_AIMS_:

[x]200 posts
[x[250 posts
[x]300 posts
[x]400 posts
[X ]500 posts
[ ]1000 posts
[ ]1500 posts



Dont say thanks, press Thanks If i deserve it.!!xD
+ rep ;)

Or else....xD
Btw i got 500 posts ... reached with a hangover xD

Last edited by ajax14; 09-17-2008 at 12:28 PM.
ajax14 is offline  
Old 09-17-2008, 12:57 PM   #3
imakehacks
HatErz WaNna B meH
 
imakehacks's Avatar
 
Last Online: Yesterday 02:22 PM
Join Date: Aug 2007
Location: mafiacoders.com
Posts: 1,280
Rep Power: 4
Rep Points: 29
imakehacks is on a distinguished road
Feedback: (0)
Points: 3,794.33
Bank: 0.00
Total Points: 3,794.33
pro hacker - originalhurt No Message - swenm For being a fag - Derkel flamer :) - gogeta126 uhm...pie&amp;gt;cake? - evangeline 
Hahaha he watches pornoQ! - wahaha5 
Xfire Not public anymore
Re: Wallhacking (making hacks undetected)

I'm glad no noobs will understand this. Copy and PASTE! LMFAO!
__________________
imakehacks is offline  
Old 09-17-2008, 01:00 PM   #4
ajax14
Bannend !:)
 
ajax14's Avatar
 
Last Online: 10-09-2009 06:52 AM
Join Date: Oct 2007
Location: Holland <3
Posts: 538
Rep Power: 3
Rep Points: 45
ajax14 is on a distinguished road
Feedback: (0)
Points: 7,440.57
Bank: 0.00
Total Points: 7,440.57
No Message - leussink1992 No Message - leussink1992 
Lou Gehrig's Disease (ALS) - leussink1992 
Xfire freaksf
Re: Wallhacking (making hacks undetected)

hi imakehacks



i kNOW iam a noob with c++ but what must you then do with it ?

let me gues your not going to telling me because your all selfish and no one wil explain it

be a hero and explain it to me


EDIT: see no reply I JUST ASK SOMETHING is this a hacking forum or what on a forum you may Q's ? or not omfg

but gzp is a whole different thing they gonna sell things some people say nothing (selfish) ON A FORUM people help eahc other but here NOT
__________________
Game Past 7 Days Total:
Soldier Front 3 hours 165 hours
ijji GunZ - 23 hours
Call of Duty 4: Modern Warfare Multiplayer - 4 hours
Call of Duty Multiplayer - 3 hours
Combat Arms 3 hours 3 hours


_AIMS_:

[x]200 posts
[x[250 posts
[x]300 posts
[x]400 posts
[X ]500 posts
[ ]1000 posts
[ ]1500 posts



Dont say thanks, press Thanks If i deserve it.!!xD
+ rep ;)

Or else....xD
Btw i got 500 posts ... reached with a hangover xD

Last edited by ajax14; 09-17-2008 at 01:04 PM.
ajax14 is offline  
Old 09-17-2008, 01:35 PM   #5
imakehacks
HatErz WaNna B meH
 
imakehacks's Avatar
 
Last Online: Yesterday 02:22 PM
Join Date: Aug 2007
Location: mafiacoders.com
Posts: 1,280
Rep Power: 4
Rep Points: 29
imakehacks is on a distinguished road
Feedback: (0)
Points: 3,794.33
Bank: 0.00
Total Points: 3,794.33
pro hacker - originalhurt No Message - swenm For being a fag - Derkel flamer :) - gogeta126 uhm...pie&amp;gt;cake? - evangeline 
Hahaha he watches pornoQ! - wahaha5 
Xfire Not public anymore
Learn it on your own. You don't deserve a wallhack unless you work hard for it. Mean like studying etc. Learn on how to code not posting your compling errors.
__________________
imakehacks is offline  
Old 09-17-2008, 01:44 PM   #6
Apathemy
Registered User
 
Last Online: 04-19-2009 01:24 AM
Join Date: Aug 2008
Posts: 68
Rep Power: 2
Rep Points: 10
Apathemy is on a distinguished road
Feedback: (0)
Points: 12,870.69
Bank: 0.00
Total Points: 12,870.69
Re: Wallhacking (making hacks undetected)

i get it to compile... gg does not detect it....when i press F6 i see chams on the arms and nade only. than soon i get a game error.
Apathemy is offline  
Old 09-17-2008, 03:12 PM   #7
~ShawtiiBoii
→ChickMagnet←
 
~ShawtiiBoii's Avatar
 
Join Date: May 2008
Location: BrisVegas!
Posts: 1,936
Rep Power: 6
Rep Points: 249
~ShawtiiBoii has a spectacular aura about~ShawtiiBoii has a spectacular aura about~ShawtiiBoii has a spectacular aura about
Feedback: (0)
Points: 4,495.66
Bank: 0.00
Total Points: 4,495.66
Xfire shawtiiboii ( i dont go on much )
Re: Wallhacking (making hacks undetected)

Quote:
Originally Posted by Apathemy View Post
i get it to compile... gg does not detect it....when i press F6 i see chams on the arms and nade only. than soon i get a game error.

If you get a game error...


It's probably GG's [Hack Detected Error]


or something went wrong in your coding
__________________
--
- Retired SF Sniper
- Retired SF Aker
- Retired Forumer

| Use the or if you liked this post |





~ShawtiiBoii is offline  
Old 09-17-2008, 03:46 PM   #8
Apathemy
Registered User
 
Last Online: 04-19-2009 01:24 AM
Join Date: Aug 2008
Posts: 68
Rep Power: 2
Rep Points: 10
Apathemy is on a distinguished road
Feedback: (0)
Points: 12,870.69
Bank: 0.00
Total Points: 12,870.69
Re: Wallhacking (making hacks undetected)

Quote:
Originally Posted by ~ShawtiiBoii View Post



If you get a game error...


It's probably GG's [Hack Detected Error]


or something went wrong in your coding
no i am not as stupid as to confuse this with game hack detected. the actual game gets an 'unexpected error' 3 seconds after i press f6. still means that the method in which it used is patched. Time to try to bypass GG?
Apathemy is offline  
Old 09-17-2008, 04:06 PM   #9
Fxckyuh
Banned
 
Last Online: 03-13-2009 05:52 PM
Join Date: Aug 2008
Posts: 89
Rep Power: 0
Rep Points: 9
Fxckyuh is an unknown quantity at this point
Feedback: (0)
Points: 4,135.43
Bank: 0.00
Total Points: 4,135.43
Re: Wallhacking (making hacks undetected)

Sweet.
10char
Fxckyuh is offline  
Old 09-18-2008, 09:13 AM   #10
ajax14
Bannend !:)
 
ajax14's Avatar
 
Last Online: 10-09-2009 06:52 AM
Join Date: Oct 2007
Location: Holland <3
Posts: 538
Rep Power: 3
Rep Points: 45
ajax14 is on a distinguished road
Feedback: (0)
Points: 7,440.57
Bank: 0.00
Total Points: 7,440.57
No Message - leussink1992 No Message - leussink1992 
Lou Gehrig's Disease (ALS) - leussink1992 
Xfire freaksf
Re: Wallhacking (making hacks undetected)

aaarghh pleasse someone help me pleassseee
__________________
Game Past 7 Days Total:
Soldier Front 3 hours 165 hours
ijji GunZ - 23 hours
Call of Duty 4: Modern Warfare Multiplayer - 4 hours
Call of Duty Multiplayer - 3 hours
Combat Arms 3 hours 3 hours


_AIMS_:

[x]200 posts
[x[250 posts
[x]300 posts
[x]400 posts
[X ]500 posts
[ ]1000 posts
[ ]1500 posts



Dont say thanks, press Thanks If i deserve it.!!xD
+ rep ;)

Or else....xD
Btw i got 500 posts ... reached with a hangover xD
ajax14 is offline  
Closed Thread

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

All times are GMT -7. The time now is 10:39 PM.

 

Copyright ©2009, GamerzPlanet.Net
Visits: