Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > Third Party Program Support

Third Party Program Support Misc support forum and advertisment forum for all RunUO related third party Utilities.

Reply
 
Thread Tools Display Modes
Old 05-17-2006, 12:19 PM   #101 (permalink)
Forum Expert
 
arul's Avatar
 
Join Date: Jan 2005
Location: Hic sunt leones ...
Age: 21
Posts: 1,289
Send a message via MSN to arul
Default

Client.cfg values for 5.0.2a
Code:
44627FD0: "5.0.2a 2D"        41A90D 5 7 434520 7 6
__________________
Angels are falling the very last time, down they're burning in hate and decline, unfaithful and violent we're breaking the spell, we're god, we're scissor, in heaven and hell!
arul is offline   Reply With Quote
Old 05-18-2006, 01:39 PM   #102 (permalink)
Forum Expert
 
arul's Avatar
 
Join Date: Jan 2005
Location: Hic sunt leones ...
Age: 21
Posts: 1,289
Send a message via MSN to arul
Default

Client.cfg values for 5.0.2b
Code:
446B9D85: "5.0.2b 2D"        41A6FD 5 7 4342F0 7 6
__________________
Angels are falling the very last time, down they're burning in hate and decline, unfaithful and violent we're breaking the spell, we're god, we're scissor, in heaven and hell!
arul is offline   Reply With Quote
Old 06-03-2006, 09:08 AM   #103 (permalink)
Forum Novice
 
Join Date: Aug 2003
Posts: 124
Send a message via ICQ to pinco
Default

post the 3d keys too plz
pinco is offline   Reply With Quote
Old 06-16-2006, 11:24 AM   #104 (permalink)
Forum Expert
 
arul's Avatar
 
Join Date: Jan 2005
Location: Hic sunt leones ...
Age: 21
Posts: 1,289
Send a message via MSN to arul
Default

Client.cfg values for 5.0.2c
Code:
4491BE15: "5.0.2c 2D"        41A6FD 5 7 4342C0 7 6
__________________
Angels are falling the very last time, down they're burning in hate and decline, unfaithful and violent we're breaking the spell, we're god, we're scissor, in heaven and hell!
arul is offline   Reply With Quote
Old 06-20-2006, 02:01 PM   #105 (permalink)
Forum Newbie
 
Join Date: Jun 2003
Location: Italy
Age: 27
Posts: 64
Send a message via ICQ to BladeWise
Default

Uhmm... I used the tutorial with client 5.0.2b.
I tried to follow tre tutorial (both the difficult and the easy part), but I found these problems:
1. With "hard" part I can follow him until he says encrypted data size should be 0x3E... my size is 4... moreover I don't know where I should read the TOS value... (my bad!)
2. With the easy part, I found that the address containing the "], 33h" is at 0041A826, and is into the subroutine at address 0041A810... 0041A6FD is the address in the above routine for "push ebp", so why is it?. About the SendBuffer, the tutorial says we need to find the "mov bp, ax"... I found it 0041A6FD, and the corresponding routine is 0041A6D0...
so... can anyone explain me what's wrong?

Last edited by BladeWise; 06-22-2006 at 06:16 AM.
BladeWise is offline   Reply With Quote
Old 06-20-2006, 02:11 PM   #106 (permalink)
Forum Expert
 
arul's Avatar
 
Join Date: Jan 2005
Location: Hic sunt leones ...
Age: 21
Posts: 1,289
Send a message via MSN to arul
Default

yeah, the tutorial seems to be outdated a bit... TOS stands for Top of the stack.
"push ebp" at 0041A6D pushes the address of the buffer onto the stack.
__________________
Angels are falling the very last time, down they're burning in hate and decline, unfaithful and violent we're breaking the spell, we're god, we're scissor, in heaven and hell!
arul is offline   Reply With Quote
Old 06-22-2006, 06:18 AM   #107 (permalink)
Forum Newbie
 
Join Date: Jun 2003
Location: Italy
Age: 27
Posts: 64
Send a message via ICQ to BladeWise
Default

Oh, I know the meaning of TOS, but I don't know where I can read it
So, could you please explain (even in brief) what kind of addresses we need?
BladeWise is offline   Reply With Quote
Old 07-08-2006, 06:52 AM   #108 (permalink)
Forum Newbie
 
Join Date: Sep 2002
Location: World citizen
Posts: 7
Send a message via ICQ to Folko
Default

You can get OllyDbg here. This screenshot shows OllyDbg in action, the window with the stack view is the lower right one. The top of the stack is the first entry in that list.
Folko is offline   Reply With Quote
Old 07-20-2006, 11:32 PM   #109 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 29
Default

Is there any packet list?
_Epila_ is offline   Reply With Quote
Old 07-29-2006, 12:01 AM   #110 (permalink)
Forum Newbie
 
Join Date: Feb 2004
Posts: 35
Default

Is there a more up to date tutorial? I was trying to find the hooks for the 5.0.2f client... having a hard time with the old tutorial.
HannibalX is offline   Reply With Quote
Old 07-29-2006, 12:36 AM   #111 (permalink)
Forum Expert
 
arul's Avatar
 
Join Date: Jan 2005
Location: Hic sunt leones ...
Age: 21
Posts: 1,289
Send a message via MSN to arul
Default

Client.cfg values for 5.0.2f
Code:
44B30695: "5.0.2f 2D"        41A6FD 5 7 4342C0 7 6
__________________
Angels are falling the very last time, down they're burning in hate and decline, unfaithful and violent we're breaking the spell, we're god, we're scissor, in heaven and hell!
arul is offline   Reply With Quote
Old 07-31-2006, 10:16 AM   #112 (permalink)
Forum Newbie
 
Join Date: Feb 2004
Posts: 35
Default

Thanks Arul.

Based on your new values... I compared the 5.0.2f dasm against 5.0.2g... and here are the values for client 5.0.2g 2D (one again... unchanged offsets, wierd! however, these are tested and working)

Code:
44B30695: "5.0.2g 2D"        41A6FD 5 7 4342C0 7 6
HannibalX is offline   Reply With Quote
Old 08-23-2006, 02:29 AM   #113 (permalink)
Forum Newbie
 
Join Date: Feb 2004
Posts: 35
Default

For client 5.0.4a

Code:
44EB7F3F: "5.0.4a 2D"	     41A7CD 5 7 434570 7 6
HannibalX is offline   Reply With Quote
Old 08-24-2006, 09:05 PM   #114 (permalink)
Forum Expert
 
Join Date: Dec 2005
Posts: 465
Default

client 5.0.4b
Code:
44ECD61B: "5.0.4b 2D"        41A85D 5 7 4346E0 7 6
snicker7 is offline   Reply With Quote
Old 08-30-2006, 10:28 AM   #115 (permalink)
Forum Expert
 
jaynigs's Avatar
 
Join Date: Mar 2003
Location: England
Age: 35
Posts: 986
Default

Client 5.0.4c
Code:
44F49697: "5.0.4c 2D"        41A85D 5 7 4346E0 7 6
jaynigs is offline   Reply With Quote
Old 08-31-2006, 02:35 AM   #116 (permalink)
Forum Novice
 
Join Date: Aug 2003
Posts: 124
Send a message via ICQ to pinco
Default

someone has the 3d client keys?
pinco is offline   Reply With Quote
Old 09-14-2006, 07:35 AM   #117 (permalink)
Forum Expert
 
jaynigs's Avatar
 
Join Date: Mar 2003
Location: England
Age: 35
Posts: 986
Default

Client 5.0.4d 2D

Code:
450882B1: "5.0.4d 2D"        41A85D 5 7 434590 7 6
Client 5.0.4d 3D

Code:
45088348: "5.0.4d 3D"        48E330 6 5 4A0B10 2 6

Last edited by jaynigs; 09-14-2006 at 08:19 AM.
jaynigs is offline   Reply With Quote
Old 09-14-2006, 09:05 AM   #118 (permalink)
Forum Novice
 
Join Date: Aug 2003
Posts: 124
Send a message via ICQ to pinco
Default

wonderfull thanks
pinco is offline   Reply With Quote
Old 09-23-2006, 07:56 AM   #119 (permalink)
Forum Expert
 
jaynigs's Avatar
 
Join Date: Mar 2003
Location: England
Age: 35
Posts: 986
Default

Code:
451304C2: "5.0.4e 2D"        41A85D 5 7 434590 7 6
45130565: "5.0.4e 3D"        48E330 6 5 4A0B10 2 6
jaynigs is offline   Reply With Quote
Old 09-27-2006, 04:55 PM   #120 (permalink)
Forum Novice
 
Join Date: Aug 2003
Posts: 124
Send a message via ICQ to pinco
Talking

jaynigs, you are the heir of phenos for spyuo
pinco is offline   Reply With Quote
Old 10-16-2006, 12:09 PM   #121 (permalink)
Forum Novice
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 339
Send a message via MSN to MalGanis
Default

I hope it works:
Code:
452E9E80: "5.0.5a 2D"        41A85D 5 7 434590 7 6
MalGanis is offline   Reply With Quote
Old 10-21-2006, 09:02 AM   #122 (permalink)
Forum Novice
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 339
Send a message via MSN to MalGanis
Default

Code:
45368944: "5.0.5b 2D"        41A85D 5 7 434590 7 6
MalGanis is offline   Reply With Quote
Old 10-31-2006, 08:24 AM   #123 (permalink)
Forum Novice
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 339
Send a message via MSN to MalGanis
Default

Code:
45425AB3: "5.0.6a 2D"        41A8F0 5 7 4345E0 7 6
MalGanis is offline   Reply With Quote
Old 11-01-2006, 06:59 PM   #124 (permalink)
Forum Novice
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 339
Send a message via MSN to MalGanis
Default

Code:
4546B86E: "5.0.6b 2D"        41A8F0 5 7 4345E0 7 6
MalGanis is offline   Reply With Quote
Old 11-14-2006, 06:09 AM   #125 (permalink)
Forum Novice
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 339
Send a message via MSN to MalGanis
Default

Code:
454FD2B7: "5.0.6c 2D"        41A8F0 5 7 4345E0 7 6
MalGanis is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5