Quote:
Originally Posted by Jason_Voorhees_GER
with a Computer/Mac
|
Sag bloß oO. Alter wäre ich nie drauf gekommen.
Erst Danke an Doofy.
Yes I told you already what to do! Learn c# c++ ... yes c# because 99% of all public sources here are written in c# AND c++ ...
example:
PHP Code:
printf("lol...\n"); //c#
PHP Code:
cout << "lol...\n"; //c++
so you see you need both....
then learn something over packets....look @release the packettutorial.
Then load (for INT = INT Source by bloodx) or for private servers any public source...
have a look @the source....
have another look @the source...
...
till you understand the source.
then you can start with something small.
animation"hack":
PHP Code:
SendPacket(0x2b,"bd",1,playerid);
Something like this...
explain:
0x2b is the packet....
"bd" b=byte d=dword w=word s=string
1 is the byte....1 is for beheadanimation
playerid is the dword.....like 225920291
So start with hacking....now!