Jump to content
  • -1

Editing item related to time


ninjavour

Question

Posted

How to edit item related to time in game gurdian such as rocket luncher in any fighting game for  example it take 30 second to load bullet we want to change it to 1 or 2 second only ?

5 answers to this question

Recommended Posts

Posted

[ @ninjavour ]
---
There's several steps to this:

  • - Search for float values, recommended to use range search (ex: 30f~31f), however it is hard to adjust the timing of the gun.
  • - Using group search, reload time is often near it's own guns id / function. So you may need to find your gun id then search with the reload time (ex: 12334d;30f::64 [gun_id;reload_times::range)
  • - If the game uses Unity (libil2cpp.so) / Unreal Engine (UE4.so) then you can dump the game SDK to find any in-game offset. Search related to (reloadTime, ReloadTime, reload, Reload)

---

Quote

in any fighting game

You need to be specific, each game can vary to each other, that's why script exist. Mention the games name you want to edit.
---

Archived

This topic is now archived and is closed to further replies.

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