Invisible/Invincible Exploit Fix

02/06/2016 18:57 Iwa13#1
Open gameserver with ollydbg and search for these instructions
[Only registered and activated users can see links. Click Here To Register...]

search until you found something like this (there is only one in vSro 1.188)
[Only registered and activated users can see links. Click Here To Register...]

then change first line with
Code:
MOV BL, 1
and save.

Address for vSro 1.188: 00515B71
02/06/2016 19:02 qoaway#2
Quote:
Originally Posted by Iwa13 View Post
Open gameserver with ollydbg and search for these instructions
[Only registered and activated users can see links. Click Here To Register...]

search until you found something like this (there is only one in vSro 1.188)
[Only registered and activated users can see links. Click Here To Register...]

then change first line with
Code:
MOV BL, 1
and save.

Address for vSro 1.188: 00515B71

for image previews :bandit:
02/06/2016 19:15 kanift#3
nicely done m8 :J
02/08/2016 03:34 ​Goofie​#4
Or you can just do this:

Filter mode uno #1
PHP Code:
// Zerk packet :3
if (_pck.Opcode == 0x70a7)
{
    
// Invisible exploit fix
    
if (_pck.ReadUInt8() != 1)
    {
        
//Disconnect? :3
        //or?
        //continue;
    
}

02/08/2016 15:13 kanift#5
Quote:
Originally Posted by ​Goofie​ View Post
Or you can just do this:

Filter mode uno #1
PHP Code:
// Zerk packet :3
if (_pck.Opcode == 0x70a7)
{
    
// Invisible exploit fix
    
if (_pck.ReadUInt8() != 1)
    {
        
//Disconnect? :3
        //or?
        //continue;
    
}

ok
02/09/2016 02:28 MeGaMaX#6
so i wasn't wrong figuring it out first ?

Link: [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Link: [Only registered and activated users can see links. Click Here To Register...]
@Eslam Galull

Quote:
Originally Posted by Eslam Galull View Post
the Only Legal Packet Contains 0A7 its 0x70A7 Normaly usage in Client Zerk status

And btw it dosent work :)
not gonna underestimate you, but im not dumb ;)
02/09/2016 02:34 Eslam Galull#7
Quote:
Originally Posted by androw3349 View Post
so i wasn't wrong figuring it out first ?

Link: [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Link: [Only registered and activated users can see links. Click Here To Register...]
@Eslam Galull



not gonna underestimate you, but im not dumb ;)

Nope , you are completely right
P.S Client Dosent do the effect till the Hwan Points is completed.
also Only 03 ( invincible ) working . other commands not