Jump to content

Question

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

Link to comment
Share on other sites

Recommended Posts

  • 0
7 minutes ago, BadCase said:

Ya, Anda dapat mengatur hingga 65535.0 dengannya

Dan selama Anda memiliki cukup ruang di bawah untuk pengeditan, coba juga pengaturan dengan W0 alih-alih X0 yang mungkin berfungsi untuk pengeditan 2 baris

Thank you, oh yeah does the screenshot below work for my movement hacks for all games? or i have to change again

Screenshot_2021-10-25-17-19-28-409_com.android.chrome.jpg

Link to comment
Share on other sites

  • 0
5 minutes ago, nofreeze said:

Thank you, oh yeah does the screenshot below work for my movement hacks for all games? or i have to change again

Screenshot_2021-10-25-17-19-28-409_com.android.chrome.jpg

First edit should be the integer value you want for the float 

MOV W0, #0x14

Is the same as 

MOV W0, #20

The end result will be it being set to 20.0 float

 

It will work to set any float value as long as there is space for all the edits 

 

Link to comment
Share on other sites

  • 0
23 menit yang lalu, BadCase berkata:

Pengeditan pertama harus berupa nilai integer yang Anda inginkan untuk float 

MOV W0, #0x14

Sama dengan 

MOV W0, #20

Hasil akhirnya akan disetel ke 20.0 float

 

Ini akan berfungsi untuk menetapkan nilai float apa pun selama ada ruang untuk semua 

 

terima kasih atas solusinya, akhirnya berhasil.

Archer Hunter

Link to comment
Share on other sites

  • 0
31 minutes ago, BadCase said:

First edit should be the integer value you want for the float 

MOV W0, #0x14

Is the same as 

MOV W0, #20

The end result will be it being set to 20.0 float

 

It will work to set any float value as long as there is space for all the edits 

 

its work thank youu

Link to comment
Share on other sites

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
 Share

×
×
  • 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.