Jump to content

Question

Posted

Hello, Can you help me find a solution, how to hack movement speed and write code to arm64 or Hex code, I have changed to MOV X0, #0x41200000 // type float 100 ret, but my path slows down, is there a special hex code to hack the Arm64-v8a movement speed, and I need it for additional features of the mod menu

Recommended Posts

  • 0
Posted (edited)
  On 10/21/2021 at 11:49 AM, nofreeze said:

MOV X0, #0x41200000

Expand  

X0 is the instance normally.You shouldnt edit instance directly. There must be a value loader.

If your movement is at offset 0x3C of instance, for example, it'd be like that.

MOV W8, #0x42C80000 --put float 100 into W8.
STR W8, [X0,#0x3C] --put float 100 into offset 0x3C of instance
RET

 

The point is make sure you are editing the right offset.

Edited by Lover1500
  • 0
Posted (edited)
  On 10/21/2021 at 11:49 AM, nofreeze said:

Hello, Can you help me find a solution, how to hack movement speed and write code to arm64 or Hex code, I have changed to MOV X0, #0x41200000 // type float 100 ret, but my path slows down, is there a special hex code to hack the Arm64-v8a movement speed, and I need it for additional features of the mod menu

Expand  

If it made you slow down it sounds like you have the correct offset but need to use a higher value you were setting it to 10.0 try 100.0

Screenshot_20211022-044420_Floating Converter.jpg

Edited by BadCase
  • 0
Posted
  On 10/22/2021 at 11:43 AM, BadCase said:

Jika itu membuat Anda melambat, sepertinya Anda memiliki offset yang benar tetapi perlu menggunakan nilai yang lebih tinggi, Anda menyetelnya ke 10,0 coba 100,0

Tangkapan layar_20211022-044420_Floating Converter.jpg

Expand  

thank you for answering my question, later I will try to score 10.0 or 100.0

  • 0
Posted
  On 10/22/2021 at 6:32 AM, Lover1500 said:

X0 adalah instance secara normal. Anda tidak boleh mengedit instance secara langsung. Harus ada pemuat nilai.

Jika gerakan Anda pada offset 0x3C misalnya, akan seperti itu.

    

 

Intinya pastikan Anda mengedit offset yang tepat.

Expand  

I've found the correct offset for the movement speed hack, and I've replaced the value with a hex code, but my player's movementspeed is slowing down instead of speeding up my walk

  • 0
Posted
  On 10/22/2021 at 11:43 AM, BadCase said:

If it made you slow down it sounds like you have the correct offset but need to use a higher value you were setting it to 10.0 try 100.0

Screenshot_20211022-044420_Floating Converter.jpg

Expand  

Here's a screenshot of the movementspeed offset in gameguardian, and I've, changed it to mov x0, #MOV X0, #0x447A0000

RET but my movement speed is still slow, sorry if my english is not very clear, I use translate.

Screenshot_2021-10-24-01-43-54-884_io.va.exposed64.jpg

  • 0
Posted
  On 10/24/2021 at 10:32 AM, nofreeze said:

Here's a screenshot of the movementspeed offset in gameguardian,

Expand  

keep scroll down little and show ss again. The one you are showing doesnt include useful one of movement speed. it just going with pointers.

  • 0
Posted
  On 10/24/2021 at 11:03 AM, Lover1500 said:

terus gulir ke bawah sedikit dan tampilkan ss lagi. Yang Anda tunjukkan tidak termasuk kecepatan gerakan yang berguna. itu hanya akan dengan pointer.

Expand  

is there a tele for further questions? I want to contact you personally

  • 0
Posted
  On 10/24/2021 at 10:32 AM, nofreeze said:

Here's a screenshot of the movementspeed offset in gameguardian, and I've, changed it to mov x0, #MOV X0, #0x447A0000

RET but my movement speed is still slow, sorry if my english is not very clear, I use translate.

Screenshot_2021-10-24-01-43-54-884_io.va.exposed64.jpg

Expand  

Ok I did it in Arm7 give me a few and I'll let you know what to do in Arm8

  • 0
Posted

 

If this is the same function you are editing take note it increases enemy speed as well which can cause the issue you see at the end of the video

Screenshot_20211025-024459_VirtualXposed.jpg

  • 0
Posted
  On 10/25/2021 at 9:55 AM, BadCase said:

 

Jika ini adalah fungsi yang sama yang Anda edit, perhatikan bahwa itu juga meningkatkan kecepatan musuh yang dapat menyebabkan masalah yang Anda lihat di akhir video

Tangkapan layar_20211025-024459_VirtualXposed.jpg

Expand  

terima kasih telah membantu saya, ohiya apakah itu layak untuk peretasan kecepatan gerakan

  • 0
Posted

Setting it slightly lower might keep them from flying out of the level, it is set to 20.0 in the edit

  • 0
Posted
  On 10/25/2021 at 10:10 AM, BadCase said:

Mengaturnya sedikit lebih rendah mungkin membuat mereka tidak terbang keluar dari level, itu diatur ke 20.0 di edit

Expand  

thanks you, I want to ask a little more, does that code work in all games?

  • 0
Posted (edited)

Yes you can set up to 65535.0 with it

  On 10/25/2021 at 10:12 AM, nofreeze said:

thanks you, I want to ask a little more, does that code work in all games?

Expand  

And as long as you have enough space below for the edits, also try setting with W0 instead of X0 that might work for a 2 line edit

Edited by BadCase

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.