Posted: Sun Jun 02, 2019 10:34 am Post subject: Changing a small value.
I am sure this has been talked about in the past but I really dont wanna go through 20 pages .
Ok, so I am trying to change the selling price of an item. I know it sells for $50 but searching for $50, the result is in 10000 different addresses. I tried searching for my money and then doing find what writes to this address. But I have no clue what to do after that since 4 different instructions pop up in the thingy. Help with be appreciated.
try find some more unique item sell price, e.g 234.. so you could track the actual address(the fewer results the better).
Then use code injection and force all sell price to whatever you like. _________________
I'm rusty and getting older, help me re-learn lua.
try find some more unique item sell price, e.g 234.. so you could track the actual address(the fewer results the better).
Then use code injection and force all sell price to whatever you like.
there are 3 items in total and they cost 50, 90 and 250. and when i search for those still a lot of results pop up. Could you link me a tutorial for code injection?
Try 90 or 250, modify several addresses at a time and check for change until you find it, alternative find the instruction that subtracts your money and from there try and see where it gets the value to subtract your money...
Also this probably will not work on online games as they probably handle it through the server.
Code injection is part of thr tutorial so complete it at first. _________________
I'm rusty and getting older, help me re-learn lua.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum