Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online
You last visited: Today at 01:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help me in Sr33 pls [clientless sro] !!

Discussion on Help me in Sr33 pls [clientless sro] !! within the Silkroad Online forum part of the Popular Games category.

Reply
 
Old   #1



 
lolrko's Avatar
 
elite*gold: 280
The Black Market: 119/0/0
Join Date: Oct 2007
Posts: 3,578
Received Thanks: 2,276
Exclamation

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.
lolrko is offline  
Thanks
1 User
Old 10/28/2008, 15:20   #2
 
elite*gold: 0
Join Date: Sep 2006
Posts: 248
Received Thanks: 110
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

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;
backo is offline  
Thanks
6 Users
Old 10/30/2008, 10:07   #3
 
ChronoXX's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 173
Received Thanks: 15
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
ChronoXX is offline  
Old 11/01/2008, 20:52   #4
 
pekkasauri's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 40
Received Thanks: 21
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

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 ?
pekkasauri is offline  
Old 11/02/2008, 23:52   #5
 
elite*gold: 0
Join Date: Sep 2006
Posts: 248
Received Thanks: 110
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.
backo is offline  
Thanks
1 User
Old 11/08/2008, 12:52   #6



 
lolrko's Avatar
 
elite*gold: 280
The Black Market: 119/0/0
Join Date: Oct 2007
Posts: 3,578
Received Thanks: 2,276
thnx alot bro
lolrko is offline  
Thanks
1 User
Old 11/15/2008, 10:32   #7
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,617
Received Thanks: 574
anyone knows if thats still up to date?

i can load the dll but imnot sure if its still up to date..
recking is offline  
Old 11/15/2008, 11:27   #8
 
theoneofgod's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 3,940
Received Thanks: 2,197
it is up to date.
theoneofgod is offline  
Thanks
1 User
Old 11/15/2008, 14:19   #9
 
elite*gold: 0
Join Date: Mar 2007
Posts: 541
Received Thanks: 116
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.
henkdemol is offline  
Old 11/15/2008, 15:05   #10
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,617
Received Thanks: 574
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...
recking is offline  
Old 11/16/2008, 14:27   #11
 
Lander007's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 339
Received Thanks: 10
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.
Lander007 is offline  
Old 11/19/2008, 04:22   #12
 
elite*gold: 0
Join Date: Jun 2008
Posts: 11
Received Thanks: 0
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
MikeDuck is offline  
Old 11/29/2008, 09:10   #13
 
Megalodon's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 18
Received Thanks: 2
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
Megalodon is offline  
Old 11/29/2008, 09:28   #14
 
Megalodon's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 18
Received Thanks: 2
confuse about it :(

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

could you get it or mark on it for me ?

Regards
Megalodon is offline  
Old 11/29/2008, 10:23   #15
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,617
Received Thanks: 574
just type .id in all chat and the clientless will send you a pm with id. dont forget to set owner in options.
recking is offline  
Reply


Similar Threads Similar Threads
who can make a clientless autostaller not the sr33
10/13/2009 - Silkroad Online - 3 Replies
hi all! i got so trouble in making stall again and agian for everything! that is perfectly if u can make a clientless autostaller which can auto take staff from storage then auto make price and stall! someone have done it if u are care of staller ! :D
Problem with sr33 clientless
12/22/2008 - Silkroad Online - 8 Replies
i log on clintless, set owner, enter the party with owner, but how the hell do i get owner ID to set race to owner????? answer fast pls
[HELP] HOW TO USE SR33, clientless sro
09/30/2008 - Silkroad Online - 3 Replies
:confused::confused::confused::confused: please help me i dont know how to use the tool please help asap,, it will be much appreciated if u do,, please anyone reply to my post :confused::confused::confused::confused:
SR33 Clientless
07/08/2008 - Silkroad Online - 3 Replies
What is the max number of clientless you can open? I can only open 7.



All times are GMT +2. The time now is 01:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.