Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/12/2023 in all areas

  1. Version 1.6.02

    672 downloads

    Made for 64bit devices. (1) Unlock Blueprints, Free & Instant Crafting (2) Free Build (3) Free Upgrade (4) Instant Travel (5) Free Shopping Credit to Skull Skripts for helping to make this script.
    1 point
  2. For me it was in memory range Other and they are Dword values. All I did was find a reward that had rubies and then it really was just trial and error. I searched values that were part of the reward too and eventually I managed to change something. I then did goto address and worked my way through to find where the Ruby value was. It did take me many tries before I was successful.
    1 point
  3. View File TEGRA - Post Apocalypse Survival Made for 64bit devices. (1) Unlock Blueprints, Free & Instant Crafting (2) Free Build (3) Free Upgrade (4) Instant Travel (5) Free Shopping Credit to Skull Skripts for helping to make this script. Submitter sammax71 Submitted 01/11/2023 Category LUA scripts  
    1 point
  4. @daraz No, you don't get banned. I hacked gems for somebody some time ago and they are still playing.
    1 point
  5. is there a way to upgrade "Demon Guise" after the Halloween event ???
    1 point
  6. Is it possible for the project to evolve as easily as Frida's JS script. like this js script: function intercept() { // var inter = il2cpp.add("0x661F24"); var inter = il2cpp.add("0x2535C50"); Interceptor.attach(inter, { onEnter: function(args) { console.log('onEnter'); // console.log("args 1 ", args[0]) // console.log("args 2 ", args[1]) // console.log("args 3 ", args[2].readCString()) // console.log("args 4 ", args[3].readCString()) }, onLeave: function(retval) { // console.log('onLeave'); console.log("retval 1 is ", retval) // return 0x1 retval.replace(0x1); console.log("retval 2 is ", retval) } }); };
    1 point
×
×
  • 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.