Posted: Fri Feb 15, 2019 9:42 pm Post subject: Will newer programming languages change how cheats work?
Hi,
I've noticed that pointers are mainly used in C and C++ but not in C# or Java. I know that finding the dynamic address will stay the same but what about pointers?
I noticed this when I was testing a few things within Java (as its the most comfortable language for me). I made a simple program to show hp / ammo with the ability to hit/heal and shoot/reload. I could find the dynamic address easily and could see the stats in the data structure. However once I close and reopen the program the address had changed (i expected this) but I couldn't seem to find any pointers.
Will this change how the cheating process is changed for certain languages?
(e.g. if i want to make a trainer that keeps setting hp to 999 even if my program was restarted)
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
Posted: Sat Feb 16, 2019 1:21 am Post subject:
Yes, different languages will cause different cheating but usually easier. E.g in c# it's a lot easier to find the code you're interested in
Java is a special case as it compresses pointers , but you can always turn that off in your environment or as a launch parameter
Also you can use a jvmti agent with java to 'tag' the variables you're interested in so you can easily find them _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
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