Jump to content
  • 0
PunkBuster

Hex to enable /nc in WoE

Question

This is a continuation of the question I brought posted here.

 

I am running a server in PK mode. I want guild emblems to show hovering over players in all PK maps. It turned out that this behavior was governed by the ragexe, not the src. Modifying the packets I was able to fool the game into thinking PK maps were GvG maps, and thus it displayed the emblems like intended. However, it also started hiding WoE damage and enforcing /nc off.

 

Making damage visible was easy because this was a known hex edit. The /nc issue is more difficult, I couldn't find anything about hexing/diffing a client to not have to hold down the Mouse1 button to continuously attack in WoE. Has anybody ever done this?

Edited by PunkBuster

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I was bored, so here you go @PunkBuster:

// long jmp
F:85C00F85????00006A11
R:85C00F85000000006A11

// short jmp
F:85C075??6A11
R:85C075006A11

Any combination of these two patches should yield total of 4 hits. You did not state a client version, so these are only tested up to 2012.

Edited by Ai4rei

Share this post


Link to post
Share on other sites
  • 0

As per private request, patches for 2015-09-16aRagexe (unpacked):

// long jmp (1)
F:85C00F85????FFFF6A11
R:85C00F85000000006A11

// short jmp (3)
F:85C075??6A11
R:85C075006A11

Which is basically the same, as above, except that the long jmp is negative. For wild-card impaired hex-editors the patches are:

F:85C0752F6A11
R:85C075006A11

F:85C075396A11
R:85C075006A11

F:85C00F8528FEFFFF6A11
R:85C00F85000000006A11

F:85C0752F6A11
R:85C075006A11

The key sequence for this patch is:

CALL    <150916A.CSession::IsSiegeMode>
TEST    EAX,EAX
JNZ     <150916A.+??>
PUSH    11                                               ; /Key = VK_CONTROL
CALL    NEAR EBX                                         ; \GetAsyncKeyState

Where the call to GetAsyncKeyState may take various forms.

Edited by Ai4rei

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.