@Astrie can u please update it
can you update this? new game update messed it up.
@Astrie can u please update it
The update is in "Help with new offsets" Thread
User CKuJIoBuK posted what you need to change to make it work again.
Edit the file with Notepad++ and search (ctrl + F) for "local coord" and you will find the row you need to replace
I just tried using it, and yeah, it wasn’t working at first.
I saw the post where they talked about updating it, and it does work, but it’s not fully updated.
So I’ll tell you how to fix it.
Just follow the same steps that alx_56 mentioned in the post above,
and update these variables after that, all the features like the player list and more will work fine.
Code:local coordAddress = string.format("[[[[%s]+0]+28]+E8]+4", basePtr) local name_addr = getAddress(string.format("[[%s]+1F0]+00", basePlrPtr)) local x_addr = getAddress(string.format("[[[%s]+E8]+04]+80", basePlrPtr)) local y_addr = getAddress(string.format("[[[%s]+E8]+04]+84", basePlrPtr)) local z_addr = getAddress(string.format("[[[%s]+E8]+04]+88", basePlrPtr))
3rd (3 Weeks Ago),A9ne (1 Week Ago),abdallahaop (2 Weeks Ago),Alx_56 (3 Weeks Ago),Angiexx (3 Weeks Ago),darkixdd12 (3 Weeks Ago),JBhex (3 Weeks Ago),Jerry1987 (1 Week Ago),lowbid (3 Weeks Ago),NNWP (2 Weeks Ago),ruipinto69 (1 Week Ago),SIDJEY (1 Day Ago),Skyeh (2 Weeks Ago),trumla (3 Weeks Ago),youdonesonn (3 Weeks Ago),zayden171 (3 Weeks Ago)
Reputation power: 57Achievements:
If I helped you in any way or shape of form, it's always appreciated to thank or give a rep!
| [ Rules ] | [ Market Place ] | [ Scammers Grave ] | [ Report a scammer ] |
News Force - 08-23-2018 - 10-02-2018
Middleman - 05-09-20 - 19-12-2020
Former Staff - 19-12-2020 - 09-09-2024
Steam Minion (steam) - 09-09-2024 - 09-12-2024
Minion Plus 12-09-2024 - On going
Alx_56 (3 Weeks Ago)
I think the uncap fps and noclip and auto attack broke again
Anyone know what to edit?
Last edited by Alx_56; 3 Weeks Ago at 10:23 AM.
How to fix 'Error loading configuration from file'?
Can someone create a video of how this works with twinks?
latest update, as of today, made speedhack not work. i need the new offsets. i meant addresses
edit: i found them
local coordAddress = string.format("[[[[[[%s]+C]+28]+54]+88]+AC]+4", basePtr)
local camAddress = string.format("[[[[%s]+4]+24]+84]+0", basePtr)
Last edited by NNWP; 2 Days Ago at 02:08 PM.
Just open the file, search for these keywords, and replace them with the values below:
Code:local coordAddress = string.format("[[[[%s]+0]+28]+C4]+4", basePtr) local camAddress = string.format("[[[[%s]+4]+24]+84]+0", basePtr) local name_addr = getAddress(string.format("[[%s]+1D0]+00", basePlrPtr)) local x_addr = getAddress(string.format("[[[%s]+C4]+04]+80", basePlrPtr)) local y_addr = getAddress(string.format("[[[%s]+C4]+04]+84", basePlrPtr)) local z_addr = getAddress(string.format("[[[%s]+C4]+04]+88", basePlrPtr))