m_msb How do I cheat?
Reputation: 0
Joined: 30 Sep 2019 Posts: 1
|
Posted: Mon Sep 30, 2019 10:54 pm Post subject: converstion from float to aobscan |
|
|
Hi, i am trying to convert from gamegurdian to a ce lua script i have the following float values i need to scan for as a group
1F;-8.6457681e12F;15F;28F;16F;26F;8F;18F
i believe aobscan uses Swap endianness for scanning so i converted to hex as follows
0000803f 1
fe9ffbd4 -8.6457681e12
00007041 15
0000e041 28
00008041 16
0000d041 26
00000041 8
00009041 18
what would the syntax of the command to scan this set of float values?
|
|