Talkingno grenad dmg,no weapon weight

Posts 115 of 16 · Page 1 of 2
no grenad dmg,no weapon weight
hey MPGH,here are source codes of no grenad dmg and no weapon weight.
no grenade dmg:
DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
if (pWeaponsPtr)
{
for (int i = 0; i < 512; i++)
{
DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
if (pWeapon)
continue;

*(float*)(pWeapon + 0x754) = 0.0f;
}
}
no weapon weight:
DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
if (pWeaponsPtr)
{
for (int i = 0; i < 512; i++)
{
DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
if (pWeapon)
continue;

*(float*)(pWeapon + 0x1F88) = 0.0f;
}
}
credits to:snipermon for the info
enjoy!
NOTE:WITH SOME EDIT WITH GOOGLE!!!!!!!!
that got posted sometimes ago

u didn't update as no patch got made.

so here's my thought : SPAMMMER!!!
you see the note in the bottom "with some edit from google"
copypasta ................
@ultraphnoob

cool hack you have there
Quote Originally Posted by Nhaz View Post
@ultraphnoob

cool hack you have there
ty. i'm working hard on it and i got most of the coolest features i could have so far.

still missing walk thru wall tho.

--------------------------------------------------------
ON-TOPIC
--------------------------------------------------------

@snipermon : previous thread about it got closed because of bump not because it got patched.

oh and don't forget to give credits if u leeched or u don't respect others's work.
Quote Originally Posted by UltraPGNoob View Post
oh and don't forget to give credits if u leeched or u don't respect others's work.
im preaty sure that applies to u too :P
i dont see credits for the stuff in ur hack that you got from my source release
Quote Originally Posted by MiNT View Post
im preaty sure that applies to u too :P
i dont see credits for the stuff in ur hack that you got from my source release

/fpalm

go MAHETAMIN

UltraPgNoob...

Good job using my viet brothers bypass with starterkit

tôi chúc bạn một năm mới hạnh phúc và bạn kiếm được nhiều tiền

lol google translate. that is vietnames
too bad youre missing some of the code
Quote Originally Posted by Snipermon View Post
Code:
DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
if (pWeapon)
continue;
lolz that is proff right there that u didnt write it and that ur a complete fail :P

he is skipping the loop if pWeapon has a value xD

should be like
Code:
DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
if (!pWeapon)
continue;
anyways just like a said
copypasta fail .///////////
@mahetamim : added it.sry i forgot.

-------------------------------

@Nubzgetkillz : which starter kit?

i didn't use it.

and i use bypassxtrap.exe because i don't have time to work on an undetected d3d base.

but i'll have to work on it bcoz otherwise i won't be able to post one of my public hack.
ineedhack
pleassssssssssssssssssssssssssssssssssssssssssssss sssssssss
Quote Originally Posted by htata View Post
ineedhack
pleassssssssssssssssssssssssssssssssssssssssssssss sssssssss
lol? :O
Learn to read. This is "Hack Source Code" section.
lol, i will add all codes, but i dont find good tutorial, How to Learn C++ Basic and " C++ Hack Dll tutorials for add the codes..
learn in google it have nice tuts
Posts 115 of 16 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?