Jump to content

Wembbu

Ascended
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Wembbu

  1. If it was 2017 I'd say virtualXposed but right now I would assume it would be F1VM or VMOS pro
  2. Wembbu

    Finding offsets libs

    Use gdb/lldb to watch what I'm assuming would read the value, find the instruction you need to edit and calculate offset to it
  3. Wembbu

    Finding offsets libs

    Debug it and find the needed offset
  4. Just downloaded the update, works fine. Android 14 is surprisingly also supported. My emulator runs it fine too. Your problem seems to be just specific to you.
  5. Worked well, didn't know this was a thing. Thanks!
  6. I recently made a script that would take some data from RAM and make it readable. It uses gg.copyText() function to copy that data in the following chunk: printRes = tostring(getTune1[1].value + 1) .. "/" .. tostring(getTune2[1].value + 1) .. "/" .. tostring(getTune3[1].value + 1) .. "/" .. tostring(getTune4[1].value + 1) .. "\n" .. strPart1 .. "-" .. tostring(getPartTune1[1].value) .. " " .. strPart2 .. "-" .. tostring(getPartTune2[1].value) .. " " .. strPart3 .. "-" .. tostring(getPartTune3[1].value) .. "\nBy :flag_" .. strFlag .. ":" .. strName .. "\nusing " .. strVehicle .. "\nIn " .. strMap .. "\non 20" .. strDate .. "\nWith a time of: " .. tostring(getTime[1].value) .. " seconds\n\n" collectTune = gg.alert(printRes, "Continue", "Copy the tune") if collectTune == 1 then return 0 else gg.copyText(printRes) end now I did assume that it was an issue with me assigning it to a variable and then copying the variable but that didn't seem to be the problem as it still didn't copy the spaces. Attached is what I got displayed in the gg.alert() function which seems to be completely fine and have all the spaces needed. Following text is what I received to my clipboard after pressing "Copy the tune" button in the alert function: 20/20/10/20 winter_tyres-15start_boost-10nitro-4 By:flag_fi:RS3113 usingsuperbike Indark_roads_cup_03_04 on2024_2_february Withatimeof:9.55695629119873seconds I couldn't find any explanation anywhere.
  7. View File HCR2 Set Start Position script Script setting your start position in any map in Hill Climb Racing 2. Supporting only ARM-v8a Version of the game (1.59.1 patch 604) Submitter Wembbu Submitted 12/31/2023 Category LUA scripts  
  8. 612 downloads

    Script setting your start position in any map in Hill Climb Racing 2. Supporting only ARM-v8a Version of the game (1.59.1 patch 604)
  9. bro chill out with regards, wube
  10. View File Pointer search script (Enyby script remake) Uhh I was uhh uhhhh bored so I decided to try to find a way to pointer search tagged pointers because it was d*** inefficient in default GG but the best I could find was Enyby's early idea of pointer search as a script which I decided to "modify" to work with tagged pointers & 64 bit systems Submitter Wembbu Submitted 12/18/2023 Category Tools  
  11. 713 downloads

    Uhh I was uhh uhhhh bored so I decided to try to find a way to pointer search tagged pointers because it was d*** inefficient in default GG but the best I could find was Enyby's early idea of pointer search as a script which I decided to "modify" to work with tagged pointers & 64 bit systems
  12. Wembbu

    Pointer scan

    Lol Is this how you became an official GG administrator?
  13. I don't guarantee it working on emulators. Best scenario for it to work would be on a phone using armv8a version of the game Try checking if you are attached to the process and/or using the supported version of the game (1.58.1 patch 599) Make sure you use the armv8a version of the game
  14. View File Cars Unlock script 1.58.1 This script lets you unlock any Vehicle locked behind the curtains in the newest version of HCR2 I gotta admit I absolutely did not like that update Huge thanks to NoFear for telling me all the edits for the script, my brain was too slow lmao This script is made only for the arm64/v8a version of the game Submitter Wembbu Submitted 10/25/2023 Category LUA scripts  
  15. Version 1.0.0

    1,578 downloads

    This script lets you unlock any Vehicle locked behind the curtains in the newest version of HCR2 I gotta admit I absolutely did not like that update Huge thanks to NoFear for telling me all the edits for the script, my brain was too slow lmao This script is made only for the arm64/v8a version of the game
  16. Any chance I can get it working on A13? Thanks
  17. I'd root the phone tbh.
  18. You can use any other memory editing program, you can use an emulator and use something like cheat engine or artmoney to completely hide everything. I don't think there is a way to do that without external programs if game doesn't let you edit it.
×
×
  • 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.