View previous topic :: View next topic |
Author |
Message |
n0ise How do I cheat?
Reputation: 0
Joined: 26 Mar 2014 Posts: 1
|
Posted: Wed Mar 26, 2014 6:32 pm Post subject: Request for single player web based JAVA Games |
|
|
Hi, i know i couldnt post request for web based games and should do with WPE but i wanna hack client side part of game, i changed atack speed in game and saw its working very well, but i have a problem
game's JAVA and web based but it has a offline app. i saw its just working like a webbrowser its writen in QT idea and its compiled with MV C++ v.10
Target: games offline launcher .exe
first. i found address of atack-speed variable and changed it, worked but after changing city in game adress changed and showed (??)
second. i saw what access it and found address of pointer, but when i searched it at hex found nothing
then. i did pointer scan for address of atack-speed then i selected some of them randomly, some of them arent showing (??) even after changing city
now. i can change atack-speed and its working while game's runing even chage city. but after closing game... ((((
i wanna make trainer, but i cant find any static address
i check what access address of atack-speed and i search address as hex but when i search , there is no pointer to that address
now is it possable find a static address? or make script auto scan when game starts ?
Last edited by n0ise on Mon Mar 31, 2014 1:31 pm; edited 2 times in total |
|
Back to top |
|
 |
n0ise How do I cheat?
Reputation: 0
Joined: 26 Mar 2014 Posts: 1
|
Posted: Mon Mar 31, 2014 1:24 pm Post subject: |
|
|
any help????
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Tue Apr 01, 2014 12:47 pm Post subject: |
|
|
you could launch java with the "-Xcomp" parameter so that all methods get jit compiled instantly. (instead of only after 1000 times)
then you can do a code injection based on an AOB
Alternatively (if you don't have command line access and files are integrity checked, and if you learn java bytecode), you could use a jvmti dll
call JVM_EnqueueOperation with the "load" command and a path to your jvmti dll (minus the .dll part)
Then in that dll you can use the jvmti to find the specific method. And then modify the java bytecode of it
_________________
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 |
|
Back to top |
|
 |
|