Jump to content

Un_Known

Ascended
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Un_Known

  1. You have to make a search first! It only work if values are available in search list!
  2. Feature not added so Feeling sad! No update since long Time !
  3. It's for understanding game logic and then modding the game!
  4. If above Answer is confusing this might be better explanation: In ARM State: PC (Program counter , R15). stores the address of the current instruction plus 8 (two ARM instructions) in ARM state. In Thumb State: For B, BL, CBNZ, and CBZ instructions, the value of the PC is the address of the current instruction plus 4 bytes. For all other instructions that use labels, the value of the PC is the address of the current instruction plus 4 bytes, with bit[1] of the result cleared to 0 to make it word-aligned.
  5. So finally I Got answer to this thnx to @saiaapiz . Posting Answer here because it can help many! The Program Counter is automatically incremented by the size of the instruction executed. This size is always 4 bytes in ARM state and 2 bytes in THUMB mode. When a branch instruction is being executed, the PC holds the destination address. During execution, PC stores the address of the current instruction plus 8 (two ARM instructions) in ARM state, and the current instruction plus 4 (two Thumb instructions) in Thumb(v1) state. This is different from x86 where PC always points to the next instruction to be executed.
  6. Why pc is pointing to 0x8 shouldn't it be pointing to 0x4 from current address! As next instruction would always be at 0x4 from current address as instructions are of 32 bits (exclude thumb instruction set here )@saiaapiz
  7. Thnx buddy for putting a lot of effort just to helpme!
  8. Above question can be ignored Updated: I think it is offset is loaded into R1 after subtraction between ahighscore and 0x19D8B4 and their addresses being subtracted! so Here ahighscore has address =>00319CEC so 00319CEC - 0x19D8B4 =17C438 So R1, = 17C438 would it be an offset? Am.i correct or Wrong? @saiaapiz @Enyby
  9. What is happening here can u explain? I have highlighted offset pushed to R1 with cursor? what type of sign is between ahighscore and offset is it just a dash ? What is purpose of ahighscore here? Any reference guide for arm instruction set ?
  10. ohh thnx buddy once again sorry for disturbing you
  11. It generally means that value of coins would be highest (because 2147483647 is largest dword) only when value in R0 is less than 0 Okk if I change MOVLT to MOV and STRLT to STR then value will always be 2147483647 because it will bypass condition check is it correct and plz elaborate this part =(dword_36BD38 - 0x19D86C) couldn't understand this That What would be value in R3 register @saiaapiz
  12. I have learnt a lot after joining GG forum. Thnx to @saiaapiz @Enyby
  13. Can anybody explain logic here It's ARM instruction set: Here dword_36BD38 is uninitialized variable in .bss section LDR R3, =(dword_36BD38 - 0x19D86C) ADD R3, PC, R3 ; dword_36BD38 CMP R0, #0 STR R0, [R3] MOVLT R2, #0x7FFFFFFF STRLT R2, [R3] I have a little idea what's happening here but couldn't understand whole logic!
  14. Un_Known

    Chainer

    plz provide changelog for last update and is there any possibility that option to select chains manually rather than adding all chains to script would be added. @Enyby thnx
  15. In Latest update there is no option to choose chains manually to be saved to script. I was expecting that u would add this feature. But what about changelog for latest version.
  16. hello! I got this error this. The latest version 0.2 not working for me I don't know why! Help @Enyby UPDATE: Okk no need to worry problem has been solved .
  17. I think values for wallhack and color hack has been changed with release of new version. U r not alone also not working for me use Antenna instead
  18. Un_Known

    Chainer

    Any update about script waiting for more impoved version. Doing good work @Enyby
  19. Un_Known

    Chainer

    Any update about this script @Enyby plz reply
  20. Un_Known

    Chainer

    @Enyby hoping that you would listen to above suggestion and respond
  21. Thnx @Enyby I Got the concept which you were trying to explain to me. God Bless u!
  22. Un_Known

    Chainer

    @Enyby What's your view on this I mean adding ability to maually select chains.. which should be saved to script! Would you like to include it in next update??
  23. I found it in CA . Check this script it will provide fuel value in CA.which u can modify to what u want. com.fingersoft.hillclimb10.lua Use it when you start driving other wise won't work.
  24. I need ur help ! How did u found offset of fuel. reply @Zig or share what is offset to fuel thnx
    @Zig Can you share that how you figured out correct offset to fuel ! Beacause it got too many and can't figure out which one would be correct? Thnx Script is good
×
×
  • 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.