Help me in Sr33 pls [clientless sro] !!

10/25/2008 12:19 lolrko#1
hi !!

i heard that after last inspection of 1.61 sro_client spwan packets changed and using sr33 with old packets put much more chance to get banned

any one now how to fix this ?

UP UP UP

no one can help 1?!?

Merged.
#Frankkko.
10/28/2008 15:20 backo#2
No. The spawn packet didn't change, it changed last time 3 weeks ago if i remember correctly, from 342C to 36A8. Since sr33 is outdated it will still send the one before 342C which is 3744, you need to write a simple plugin that will block 3744, and Inject 36A8
[Only registered and activated users can see links. Click Here To Register...]
just load the dll before logging on. source below.

Code:
if(packet->opcode==0x3744)
               {
		PacketBuilder b;
		b.SetOpcode(0x36A8);
		PluginInjectClientToServer(client,b.GetPacket(),false);
		return false;
	       }
	
	return true;
10/30/2008 10:07 ChronoXX#3
Dude thanks alot i needed this my noobs keep gettin banned lol Cheerz and crossin my fingers so they wont change it again.. cheerz and thanks once again
11/01/2008 20:52 pekkasauri#4
Quote:
Originally Posted by backo View Post
No. The spawn packet didn't change, it changed last time 3 weeks ago if i remember correctly, from 342C to 36A8. Since sr33 is outdated it will still send the one before 342C which is 3744, you need to write a simple plugin that will block 3744, and Inject 36A8
[Only registered and activated users can see links. Click Here To Register...]
just load the dll before logging on. source below.

Code:
if(packet->opcode==0x3744)
               {
		PacketBuilder b;
		b.SetOpcode(0x36A8);
		PluginInjectClientToServer(client,b.GetPacket(),false);
		return false;
	       }
	
	return true;
May I ask did you made this or got somewhere ?
11/02/2008 23:52 backo#5
Quote:
Originally Posted by pekkasauri View Post
May I ask did you made this or got somewhere ?
I made it, its nothing special, 2 mins work.
11/08/2008 12:52 lolrko#6
thnx alot bro
11/15/2008 10:32 recking#7
anyone knows if thats still up to date?

i can load the dll but imnot sure if its still up to date..
11/15/2008 11:27 theoneofgod#8
it is up to date.
11/15/2008 14:19 henkdemol#9
Quote:
Originally Posted by recking View Post
anyone knows if thats still up to date?

i can load the dll but imnot sure if its still up to date..
If its not logging in then all you have to do is go to your clientless folder and find a file with the name version, you can simply open it with notepad make sure the version is to the current version of the game.

so change the numbers to 165.
11/15/2008 15:05 recking#10
i think the whole thing is pretty useless ...

the trace function doesnt work cause the clientless doesnt send the player id back when i command him id...
11/16/2008 14:27 Lander007#11
It does work, enable in sr33 the analyzer then say something with your char. Then look in the analyzer you will see your name and something like this :

01 22 CC E5 03 08 00 62 00 6F 00 74 00 39 00 30 00 32 00 31 00 30 00
22 CC E5 03 = Char ID

So pm your noob with trace 22CCE503 and it will trace you.
11/19/2008 04:22 MikeDuck#12
Anyone got a example of the commands for this, I can't seem to get the clientless chars to move X Y eg. move 456 456
11/29/2008 09:10 Megalodon#13
Type in Party chat .. if its more than 1 char for example if you stand at ..
( X:-555 Y:238 .. " Move -555 238 " ) .. or in pm same deffrince the point where you type it :)
11/29/2008 09:28 Megalodon#14
Quote:
Originally Posted by Lander007 View Post
It does work, enable in sr33 the analyzer then say something with your char. Then look in the analyzer you will see your name and something like this :

01 22 CC E5 03 08 00 62 00 6F 00 74 00 39 00 30 00 32 00 31 00 30 00
22 CC E5 03 = Char ID

So pm your noob with trace 22CCE503 and it will trace you.

i tryed what you said but i got weird not like how you got all same line .. and analyzer dosent stop .. heres Screen shot [Only registered and activated users can see links. Click Here To Register...]

could you get it or mark on it for me ?

Regards
11/29/2008 10:23 recking#15
just type .id in all chat and the clientless will send you a pm with id. dont forget to set owner in options.