Helphello i need help

Posts 115 of 15 · Page 1 of 1
hello i need help
hello so i have a working s2s hook by the cshell way

and im using the unl addy method

but when i shot all the rounds in the clip it shoots blanks

can some help me



Code:
int cMisc::SendToServer(ILTMessage_Read *Message, unsigned int flags)
{
	if(HackVar.UnlAmmo)
	{	
        uint8 ID = Message->Readuint8();
        if(ID == 130)
        {
		CAutoMessage cMsg;

		cMsg.Reset();
		cMsg.Writeuint8(130);

		int iCount = 70;
		if(Message->Size() >= 992) iCount = 97;

		for(int i = 0; i < iCount; i++)
			cMsg.Writeuint8(Message->Readuint8());		
	return oSendToServer(cMsg.Read(), flags);
	//}
		   }
	}
}


Code:
if( HackVar.unlAmmo)
		{
			MemoryEdit( (PBYTE)UnlimitedAmmo, (PBYTE)"\xEB", 1 );
		}
 		else
		{
 			MemoryEdit( (PBYTE)UnlimitedAmmo, (PBYTE)"\x74",  1 ); 
		}
if u can help thanks

Code:
	if(HackVar.UnlAmmo)
			{
				CAutoMessage Msg;
				Misc.SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
			}
God you cant even c&p my leaked function...
I wont tell you why
Find out yourself lol.... So obvious -.-
Quote Originally Posted by Ch40zz-C0d3r View Post
God you cant even c&p my leaked function...
I wont tell you why
Find out yourself lol.... So obvious -.-
why replie if your not going to help
Because nobody will or can help you here
This is made by disav0w and me, I dont think people know how it even works^^
However, the addy seems to work so....?

Code:
int iCount = 70;
if(Message->Size() >= 992) iCount = 97;
Update the size and you're done.
Quote Originally Posted by Ch40zz-C0d3r View Post
Because nobody will or can help you here
This is made by disav0w and me, I dont think people know how it even works^^
However, the addy seems to work so....?

Code:
int iCount = 70;
if(Message->Size() >= 992) iCount = 97;

Update the size and you're done.
i know its yours and disav0ws thanks man realy thank you so it was the size thanks man


+rep/and thanksed
Quote Originally Posted by lilWezy22 View Post
i know its yours and disav0ws thanks man realy thank you so it was the size thanks man


+rep/and thanksed
Please do me an easy favor
Please dont post any updated info and please dont release a new unlimited ammo, no source and no hack.
I hope people will understand how it works and learn from it, so new hacks like WeaponSpawner can be "unpatched".
At the moment Im HWID banned, but I would love to work on the weaponspawner again
Quote Originally Posted by Ch40zz-C0d3r View Post
Please do me an easy favor
Please dont post any updated info and please dont release a new unlimited ammo, no source and no hack.
I hope people will understand how it works and learn from it, so new hacks like WeaponSpawner can be "unpatched".
At the moment Im HWID banned, but I would love to work on the weaponspawner again

will do now all i need to do is find out how to get the new size


weapon spawner "unpatched" would be sick ive thought of ways but i havent tried them

i thought it was the hook but i tested by logging if the hook was hooking and it was then i wounder what it could be it works but the blanks so now i know what to do

like weapon spawn changing the Primary ID like the m16 id to like Airtstrike MG id


maybe you should try to play NA

and btw you game your making Looks sick looks fun to
Quote Originally Posted by lilWezy22 View Post
will do now all i need to do is find out how to get the new size


weapon spawner "unpatched" would be sick ive thought of ways but i havent tried them

i thought it was the hook but i tested by logging if the hook was hooking and it was then i wounder what it could be it works but the blanks so now i know what to do

like weapon spawn changing the Primary ID like the m16 id to like Airtstrike MG id


maybe you should try to play NA

and btw you game your making Looks sick looks fun to
Hehe thanks
So, I basicly got weaponspawner to work, same idea like other poeple had to. The spawninformation can be manipulated - same way as rankhack works :P
The only thing is that the server (I hate him! XD) checks if I really have this weapon I want to spawn with. If he recognizes that I dont have it he just disconnects me ^^
But there is a way to fuck the server Lets see
Quote Originally Posted by Ch40zz-C0d3r View Post
Hehe thanks
So, I basicly got weaponspawner to work, same idea like other poeple had to. The spawninformation can be manipulated - same way as rankhack works :P
The only thing is that the server (I hate him! XD) checks if I really have this weapon I want to spawn with. If he recognizes that I dont have it he just disconnects me ^^
But there is a way to fuck the server Lets see

theres always a way XD we just need to find it
hmm im going to think hard on this till i can find away XD and if i find out how you will be the first to know

i have a working s2s hook now so imma try a bunch of diffrent stuff first imma log some IDs


we could try finding the packet that when you start game and you hear your weapon ready and then Round Start

i think its 117
Quote Originally Posted by Ch40zz-C0d3r View Post
Please do me an easy favor
Please dont post any updated info and please dont release a new unlimited ammo, no source and no hack.
I hope people will understand how it works and learn from it, so new hacks like WeaponSpawner can be "unpatched".
At the moment Im HWID banned, but I would love to work on the weaponspawner again
Ya many things can be unpatched , i just made NFD ;p now am working on AntiKick am sure i can get it to work again .. list go on , u maybe notice the post i made on uc that all came of it haha it really was help full tho ;D

Btw about ur HWID Ban i also got one days ago but hook deviceiocontrol and work on it then ull fix it ( the idea was from NeoIII )
As I said same ID as rankhack
I hooked deviceiocontrol but it doesnt even get called <_<
Quote Originally Posted by Ch40zz-C0d3r View Post
I hooked deviceiocontrol but it doesnt even get called <_<
It does :S maybe u located wrong jmp size
No Im x64 and Themida is using a thing called API redirecting. Its simply redirecting everything from kernel32 to kernelbase, and I hooked in kernel32.
Thanks to disav0w for the explanation Didnt know it
Quote Originally Posted by Ch40zz-C0d3r View Post
No Im x64 and Themida is using a thing called API redirecting. Its simply redirecting everything from kernel32 to kernelbase, and I hooked in kernel32.
Thanks to disav0w for the explanation Didnt know it
Everything is fine for me , btw am 64 bit :S
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?