Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Clip address #1

Closed
Rainson12 opened this issue May 29, 2023 · 6 comments
Closed

No Clip address #1

Rainson12 opened this issue May 29, 2023 · 6 comments

Comments

@Rainson12
Copy link

Hi,
i saw your post about the no clip address. Would you mind telling how you found the address off trose.exe+B630D?

@konserwa1992
Copy link
Owner

konserwa1992 commented May 29, 2023

Sure. I wil try write for you simple instruction.

@konserwa1992
Copy link
Owner

konserwa1992 commented May 29, 2023

Client sends to server packet with collision information, he looks like this:
10 00 71 07 D1 58 77 A3 01 49 6C 18 F6 48 9F 0A

71 07- is Opcode for collision instruction

  1. Attach cheat engine to ROSE process
  2. Find send packet function, today(29/05/2023) is trose.exe+0x26913 and put there breakpoint
  3. Try move character towards object and make character collide
    1

If data in adress RDX[A] is start with 10 00 71 07 thats mean game try send packet about collision. Now you have to look at call stack[B]. We will look at trose.exe+B6692 (2dbbae is send packet executon so i ignore it).
2
we want to prevent this call and other collision instructions, so we change je instruction to jmp at Trose.exe+B665D(this may not work for all collisions so change jp[trose.exe+B665B] to nop also).

@Rainson12
Copy link
Author

Thanks a lot for the nice instructions. Will try it today!!

@konserwa1992
Copy link
Owner

konserwa1992 commented May 30, 2023

This is my approach, maybe if you could take character position and check what code changes/acces values of it. You could get that same results( there is nine variables with could lead to solution). Feel free to ask anything.

@Rainson12
Copy link
Author

i saw you requested to get details about reading the vcf / idx file. I have disassembled it and can give you details in case you still need them

@konserwa1992
Copy link
Owner

konserwa1992 commented May 30, 2023

i saw you requested to get details about reading the vcf / idx file. I have disassembled it and can give you details in case you still need them

i already made extractor. Maybe this also will interest you
https://github.com/roseboii/RosePatcher

If you have any documentation about game packets., please shere :).

@konserwa1992 konserwa1992 pinned this issue Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants