Some code I found

Posts 1–15 of 72 · Page 1 of 5
Some code I found
I take no credits, however if this has helped a thanks would be nice.


Code:
here some info about GRO and basic weapon hacks, such as unlammo,recoil, and other stuffs...,
do you want to get 100% critical?? set critical1/2 to 100!!

as I find new infos Ill post it here 

all offset are inside AICLASS_PCClient_R.dll, in this dll are stored huge classes with pointers, it controls many game aspects. It has also a class with virtual entries, with pointers to yeti_release.exe functions.

Code:
  
class CFirstWeapon
{
public:
char _0x0000[1004];
    float Recoil; //0x03EC 
    float RecoilSpeed; //0x03F0 
char _0x03F4[140];
    float Critical1; //0x0480 
    float Critical2; //0x0484 
char _0x0488[20];
    float Zoom1; //0x049C 
    float Zoom2; //0x04A0 
    float Zoom3; //0x04A4 
    float Zoom4; //0x04A8 
char _0x04AC[40];
    __int32 AmmoClip; //0x04D4 
    __int32 AmmoNum; //0x04D8 
};//Size=0x0738


pointer [AICLASS.dll + 0x68B17C] -> virtual functions


to get NoRecoil:

pWeapon->Recoil = 0;

0x612B5 //Run Recoil
0x612D5
0x612E9

0x66D5D //Shoot Recoil
0x66D7D

0x61170 //Recoil
0x611A2

patch these addys with:
"D9 9E EC 04 00 00"
Im using this pointer to get pWeapon, ingame always valid:
Code:
  
[[[[[AICLASS_PCClient_R.dll+0x717058] +0x88] +0x3B0] +0x128] +0x00]
so can you tell me where what folder i would paste this in ??
Quote Originally Posted by srt4fan4u View Post
so can you tell me where what folder i would paste this in ??
It's source code, it needs to be compiled. Not that simple.
Can someone explain to me how to compile the source code and edit it?
Someone is already using such a hack
Quote Originally Posted by sergeyovd View Post
Someone is already using such a hack
its visual unlimammo and rapidfire. im trying after out real ammo enemy not get damage

---------- Post added at 05:00 PM ---------- Previous post was at 04:52 PM ----------

Quote Originally Posted by Blitz View Post


It's source code, it needs to be compiled. Not that simple.
its offset, it can be used OllyDbg
Quote Originally Posted by fly613 View Post
its offset, it can be used OllyDbg
Fair enough. Still, not as simple as "where do I paste this".
How should i use this code? its not that simple.
This is an old one and I know where he finds it, i have the same in another forum, he just copy and paste it, this version was released in May, if you want to cheat in games remised because it is impossible
So i know this is java source code. Would i use a simple program like eclipse to create a .java file? or how does this work?
Sorry could you tell me how to utilize these codes in game? I don't know how to. :P
thats C++ source code and it needs to be compiled into a DLL which is later injected into the EXE.
how do i do that what do i need
Quote Originally Posted by WorldofHacks View Post
People look this http://worldof**********/ghost-recon-online-weapon-hack/ I now, i write my first post but this realy works. I make this Weapons Hack to the GRO, download the Video How to Hacked the GRO, and make step to step what I'm doing a movie. Enjoy!
So you looked up to the ceiling and suddenly it activated nospread and norecoil... well that explains everything.
where will i paste this?
Posts 1–15 of 72 · Page 1 of 5
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?