Hello, i decided to release a small and simple ESP for this game, including source code. Hopefully this will bring some hacks to the scene or atleast help someone get started with the game.
The source code contains more than it should to accomplish doing the ESP.
Also has a few exception examples around one DVar tho.. mostly to give a better understanding to some.
So have fun and make some mean hacks:P
It will probably stay undetected for a little while:P It does not have any protection against AC's but then again, i atleast never bothered protecting my private cheats for cod, never been banned
The loader is quite old and simple, cant remember if it supports XP due to a stupid mistake i might have done. So just use Winject or whatever loader you normally would use.
+ i forgot that i added weapon in client so u can also get shader by doing this:
Code:
if(pCli->pCurrentWeapon)
{
int iWpnWidth=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,280);
int iWpnHeight=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,140);
if(iWpnWidth>80) iWpnWidth=80;
if(iWpnHeight>40) iWpnHeight=40;
if(iWpnWidth<50) iWpnWidth=50;
if(iWpnHeight<25) iWpnHeight=25;
DrawRotatedShader(false,x-iWpnWidth/2,y,iWpnWidth,iWpnHeight,0,rgb(clrTeam.r,clrTeam.g,clrTeam.b,200),pCli->pCurrentWeapon->pShader);
}
instead of
Code:
if(pEnt->iWeaponID && CG_GetWeaponInfo(pEnt->iWeaponID)->pWeapon2)
{
int iWpnWidth=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,280);
int iWpnHeight=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,140);
if(iWpnWidth>80) iWpnWidth=80;
if(iWpnHeight>40) iWpnHeight=40;
if(iWpnWidth<50) iWpnWidth=50;
if(iWpnHeight<25) iWpnHeight=25;
DrawRotatedShader(false,x-iWpnWidth/2,y,iWpnWidth,iWpnHeight,0,rgb(clrTeam.r,clrTeam.g,clrTeam.b,200),CG_GetWeaponInfo(pEnt->iWeaponID)->pWeapon2->pShader);
}
NOTE
"Use at own risk!"
[BO2]SimpleESP_mpgh.net.rar
Im surprise someone came up with the box and stuff... mustve been hard to find the codes and stuff... and make a wallhack like this unlike the other one... >.>
---------- Post added at 12:11 AM ---------- Previous post was at 12:10 AM ----------
Even though im not gonna download this I'll thank you for making something great like this ^o^ i didnt think the other wallhack was useful even though cause the player might blend in with the wall or something Lol even i didnt download either... LOL ._.
Nice one, might be able to test this baby out today.
Thank you for this, Burgessjr! Keep up the good work!
/Approved.
PS: Ban Waves incoming
lol
PS²: Added Leeched to the thread's title just to make things clear here
Originally Posted by -InSaNe-
/Approved. Didn't see any credits, you should add them
PS: Ban Waves incoming
lol
I can smell that like my neighbor's weed.
Originally Posted by -InSaNe-
/Approved.
PS: Ban Waves incoming
lol
PS²: Added Leeched to the thread's title just to make things clear here
Kinda unnecessary.....
also full credits are under image
Originally Posted by Burgessjr
Kinda unnecessary.....
also full credits are under image
You start the post with "Hello, i decided to release a small and simple ESP for this game, including...", that makes people think you're the one that did this. And you know the level of people that usually "read" these threads... no one will read below the image
Meh, I don't like this one (IMO) but great release anyways! I personally prefer the Simple Wallhack. This one crashed my game and I couldn't tell the difference sometimes between the enemy and my teammates. The boxes takes over my screen too even though my screen is 21 inch. Overall a great hack tho! nice job.
Will have to test this baby out. Thanks, Burgessjr
thanks!!
not banned?
Not bannable unless u make it obvious
Originally Posted by mikuru_7
thanks!!
not banned?
Originally Posted by d3an26
Meh, I don't like this one (IMO) but great release anyways! I personally prefer the Simple Wallhack. This one crashed my game and I couldn't tell the difference sometimes between the enemy and my teammates. The boxes takes over my screen too even though my screen is 21 inch. Overall a great hack tho! nice job.
Team mates is green box, enemy is red box......
Originally Posted by -InSaNe-
You start the post with "Hello, i decided to release a small and simple ESP for this game, including...", that makes people think you're the one that did this. And you know the level of people that usually "read" these threads... no one will read below the image
Oh true true, I should of edited a bit more, But your right
---------- Post added at 01:42 AM ---------- Previous post was at 01:41 AM ----------