Quote:
Originally Posted by sirotricks
I need Invisebel source bitte :)
|
Hmmm...mir gefällt deine Sprache,Germanglish ? :D
Hier hast du Invisible Source (hab die selbst erst grad eingebaut,ich weiß nicht ob die funktioniert.)
Code:
Deklarierst du :
static bool PatchInvi;
int Invisible;
if (Invisible == 1 && PatchInvi == false)
{
if (dwServerPtr!=0)
{
*(long*)(dwServerPtr+OFS_INVISIBLE) -= 2;
PatchInvi = true;
}}
if (Invisible == 0 && PatchInvi == true)
{
*(long*)(dwServerPtr+OFS_INVISIBLE) +=2;
PatchInvi = false;
}
#define OFS_INVISIBLE 0x11A2B4
Bitte hört auf mit den KiddyWars :awesome: