PostDetectedIW5M Trainer by //Dav!d [UAV Hack & Laser]

Posts 16–30 of 84 · Page 2 of 6
Quote Originally Posted by abodisweet View Post
Thank u very much
Now its work
And also waiting for the new from you

Greetings to you
You're Welcome, soon I'll release an update.
YEH!! CANT WAIT TILL THE UBDATE!! will it have esp?
uav only works when I press esc, right?
Quote Originally Posted by buster1 View Post
uav only works when I press esc, right?
No, it works on the minimap while playing.
no also in game while playing on the minimap
Quote Originally Posted by buster1 View Post
even in hardcore?
Not in hardcore. In hardcore you don't have the minimap.
right, it was my only doubt is
ok the patch r24 just came out lets hope it works
Quote Originally Posted by Aqualam View Post
ok the patch r24 just came out lets hope it works
It works on r24
Huh, I released the same thing...plus mine has adv uav :P
And didn't you get the lasers from master131? :P You should add him in credits, still, nice release
Quote Originally Posted by Kenshin13 View Post
Huh, I released the same thing...plus mine has adv uav :P
And didn't you get the lasers from master131? :P You should add him in credits, still, nice release
Thanks for noticing me about the lasers, I completely forgot to mention master131 name on the Credits.
I like it, but why not advanced?
Also for advanced UAV, just write 1 to the Adv UAV address in CG_T
Or to further simplify it:
Code:
C++
*(BYTE*)0x8FF304 = 0x1;

C#
var IW5M = Process.GetProcessesByName("iw5m.dat").FirstOrDefault();
var hProcess = OpenProcess(ProcessAccessFlags.All, false, (int)IW5M.Id);
var X = new byte[] {1}; int Meep;
WriteProcessMemory(hProcess, (IntPtr)0x8FF304, X, (UInt32)X.LongLength, out MeeP);
CloseHandle(hProcess);
Don't penalize me, I know I suck at C#. Looking at the length of code, you can see why I prefer C++
Quote Originally Posted by Kenshin13 View Post
Also for advanced UAV, just write 1 to the Adv UAV address in CG_T
Or to further simplify it:
Code:
C++
*(BYTE*)0x8FF304 = 0x1;

C#
var IW5M = Process.GetProcessesByName("iw5m.dat").FirstOrDefault();
var hProcess = OpenProcess(ProcessAccessFlags.All, false, (int)IW5M.Id);
var X = new byte[] {1}; int Meep;
WriteProcessMemory(hProcess, (IntPtr)0x8FF304, X, (UInt32)X.LongLength, out MeeP);
CloseHandle(hProcess);
Don't penalize me, I know I suck at C#. Looking at the length of code, you can see why I prefer C++
Many thanks, I'm almost releasing a new version of the Trainer, I'm gonna use your code. (don't worry you'll be in the credits)
Posts 16–30 of 84 · Page 2 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?