The only ignorant person here is you.

Originally Posted by
Kappatos
Define "hacking".Do u mean cheating?
By gamehacking I mean any form of it. Ranging from wallhacks to maphacks to bots for games.

Originally Posted by
Kappatos
How many times out of 100 u need to reverse aka debugging the game itself to check for functions to hook/game guards ->bypass?
First of all, reverse engineering and debugging is not the same thing. Secondly, hooking functions is hardly ever necessary, which is why
external cheats exist. You can have a full fledged multihacks done externally without having to hook a single function. There was a proof of concept release a little while ago that demonstrated a way to get a full access handle to a game process without opening it yourself, which bypassed nearly every anticheat.

Originally Posted by
Kappatos
A way to go is code a dll and inject it.
There are so many wrong stuff in ur post... The only games that u can probably cheat with java are mobile games.
Another way is going external, no DLL needed. The ****** OP linked to allows you to read from and write to memory of other processes, which is all you need. Mobile games aren't the only games where Java has an edge, there are PC games written in java you know? An example being runescape. The majority of the "better" bots there are coded in java. You know, the kind that relies on reflection and code injection rather than reading screen pixels.

Originally Posted by
Kappatos
Its not my job to learn u how programming works or how to hack but damn... What a shame.
I know how to program thank you very much, I rarely ever work with java. My carreer is based around C# and C++.

Originally Posted by
Kappatos
U should go by urself into the cheating section of each game and check the cheats by urself.Give me a number how many cheats are coded in java...
Outside of the runescape section not a whole lot of them are coded in java. The reason for this is that java is not the
ideal choice. But to claim java can't be used for gamehacking is nonsense.

Originally Posted by
Kappatos
If u mean hacking with the definition of hacking,then java is the most retarded answer to begin with.
If u find a single lesson in system programming (univ) that teaches java instead of C,then i will jump from the window.C/C++ is the only way to go /Python for scripting.Java is nowhere close LUL
This entire bit makes no sense at all. Java is still the leading language in a lot of fields, just take a look at
https://www.tiobe.com/tiobe-index/ for proof.

Originally Posted by
Kappatos
99% of u people are ignorant and thats why this section is dead .The only questions around are for basics or necroposting.
Go fcking code hacks in Java LUL what a joke.
You seem pretty salty, this section is dead because there is a lack of moderation and a lack of interest in general. Most people eager to learn programming don't come to a gamehacking forum for it. The percentage of people that want to get into programming just to make cheats is low.

Originally Posted by
Kappatos
I will say it 1 more time: its not my job to change ur mind.U probably have never cheated once in ur life.U will probably delete ur system32 folder coz google says "system32 is virus".The thing is each gamer presses the shortcut to play the game,and the only way to cheat is somekind of C++ or a script(AHK?) to do his job coz there is some kind of anticheat. Get over it ,walk from point A to point B and not from point A to C to ..... to B.
Its 2k17.Dont use the wrong tool to do ur job way more difficult which will probably end up being failure.
You can check my profile/started threads to see that in the past I was active in this community. I have contributed a fair bit to the Vindictus scene, where I was the first to publish a cheat to gain access to the games' console commands, which led to items being spawned and bosses being one-hit killed, amongst other things. I've made small contributions to the Call of Duty scene, and wrote plenty of tutorials aimed at teaching people the basics of gamehacking, in C++.
It being 2k17 has nothing to do with the OP's question. He already posesses knowledge of the Java programming language, why should he learn a new language just to make cheats, when java is capable of doing the same thing. Sure, it'd be more efficient to do it in C++ but that's beside the point. He asked for references to people having done the same thing before.

Originally Posted by
Kappatos
Besides,why u are soooo stupid and ignorant to choose java when u can try C#?
Yea smart call to use JNA to call C native libs instead of coding in C++.
Yes, nice call. Bash java for needing JNI to call into native code, while C# needs Interop/marshalling to do the same thing. They're both not native languages and both need a bridge to call into native code.
This is the last message I'll dedicate to your nonsense. Have a nice day, don't get triggered over people using other programming languages. We're not living in 2010 anymore.
A small edit to help OP along; I found this by digging on google:
https://pastebin.com/Vq8wfy39
It's a pretty old pastebin, so you might want to download it in case it does get removed in the near future.