I Still get dc, instead of tele
0F - 0053D16AQuote:
//0F B7 86 54 01 00 00 8B
mov dword ptr [0053D16A],5486B70F //Update
mov dword ptr [0053D16E],8B000001 //Update
so in the red it updates the blue offset?
the reason i ask is because there was only one offset for that array of bytes
can you explain more?, do you get dc when you inject the script or when a you load a character, or when you load a gm. and are you sure that its this script thats causing the dc, not your connection (so normal dc) or another script or another reason. cause if it is the script then you have wrong offsets, the script works thats all i can really say :/.Quote:
I Still get dc, instead of tele
Quote:
0F - 0053D16A
B7 - 0053D16B
86 - 0053D16C
54 - 0053D16D
01 - 0053D16E
00 - 0053D16F
00 - 0053D170
8B - 0053D171
its counted by each byte, and since each (mov) command there uses dword length of bytes thats how much you count by.
soz if thats not explained well, idk how to explain it well xD.
can you explain more?, do you get dc when you inject the script or when a you load a character, or when you load a gm. and are you sure that its this script thats causing the dc, not your connection (so normal dc) or another script or another reason. cause if it is the script then you have wrong offsets, the script works thats all i can really say :/.
Still, i didn't quite understand how to get the dword offset. Can you please state how to count the dword length of bytes?Quote:
0F - 0053D16A
B7 - 0053D16B
86 - 0053D16C
54 - 0053D16D
01 - 0053D16E
00 - 0053D16F
00 - 0053D170
8B - 0053D171
its counted by each byte, and since each (mov) command there uses dword length of bytes thats how much you count by.
soz if thats not explained well, idk how to explain it well xD.
I get too many dc only in python, the place where im vac'ing..Quote:
can you explain more?, do you get dc when you inject the script or when a you load a character, or when you load a gm. and are you sure that its this script thats causing the dc, not your connection (so normal dc) or another script or another reason. cause if it is the script then you have wrong offsets, the script works thats all i can really say :/.