[Release] Sro++

01/09/2019 03:05 $WeGs#31
Quote:
Originally Posted by #HB View Post
++

He has to make sure the packet structure is the same as the Iwa's.

Also some silkroad versions have dynamic opcodes iirc. And you gotta deal with the anti cheat protection, mentioned by qqdev.
Qqdev is talking about opcodes of isro they aren't dynamic but it changes with every xx patch so we're talking here about official servers not about released server files.
You just copied his reply "anti cheat protection " is for official servers not private like br vsro jsro etc...
01/09/2019 05:14 MeGaMaX#32
Quote:
Originally Posted by #HB View Post
++

He has to make sure the packet structure is the same as the Iwa's.

Also some silkroad versions have dynamic opcodes iirc. And you gotta deal with the anti cheat protection, mentioned by qqdev.
Only ISRO, and ISROR before it shutdown does contain dynamic Opcodes.
01/09/2019 11:35 #HB#33
Quote:
Originally Posted by $WeGs View Post
You just copied his reply "anti cheat protection " is for official servers not private like br vsro jsro etc...
Oh sh**, how did you know!

Quote:
Originally Posted by #HB View Post
mentioned by qqdev.
01/09/2019 11:39 $WeGs#34
Quote:
Originally Posted by #HB View Post
Oh sh**, how did you know!
you didn't understand his reply nor mine !!

qqdev was talking about isro servers and this guy is asking about released files , you answered with a diff answer , i tried to correct that and you just saying trash talk like i'm fighting with you.

please think before giving your shiit out
01/09/2019 11:44 #HB#35
What the hell are you talking about? You can't get the talk or probably pretending like to try to make yourself cool.

Anyways, enough replies, we don't wanna post for arguing again.
03/18/2019 14:07 hancook1st#36
i'm trying to create dll but get this error can anyone help me ?
[Only registered and activated users can see links. Click Here To Register...]
03/18/2019 14:46 #HB#37
Quote:
Originally Posted by hancook1st View Post
i'm trying to create dll but get this error can anyone help me ?
[Only registered and activated users can see links. Click Here To Register...]
lol, the compiler already told you the solution, did you read the error box?

However, you can just uncheck the precompiled header box while creating your project.
03/18/2019 15:49 hancook1st#38
Quote:
Originally Posted by #HB View Post
lol, the compiler already told you the solution, did you read the error box?

However, you can just uncheck the precompiled header box while creating your project.
Thanks alot for help me i'm noob in C++ languages
can u help me to hook packet (0x3026) to change color notice ?
03/19/2019 06:11 Klito*#39
Quote:
Originally Posted by hancook1st View Post
Thanks alot for help me i'm noob in C++ languages
can u help me to hook packet (0x3026) to change color notice ?
No comment! just florian0 topic will be enough
06/08/2019 03:29 GhosTly93#40
[Only registered and activated users can see links. Click Here To Register...]

how i can do fix this?
09/29/2021 11:24 Andrej1992#41
std::vector<char> onLoginRequest()
{
#pragma pack(push, 1)
struct
{
uint32_t val1;
} s;
#pragma pack(pop)

s.val1 = 0x12345678;

return SroPP::MakeVector(s);
}

How i can return a string here ?
10/04/2021 15:41 faresmohamed13#42
Well done boy!!!!!