[RELEASE/TUTORIAL] hungames cheat (No gui)

07/04/2015 17:22 dabnoj#1
hello guys, since the cheat with GUI is detected for hungames Ts2, i decided to show you how to make simple cheat ...:D

Prerequisites :
  1. IDE like visual studio
  2. C++ basic knowledge
  3. Cheat engine to find addresses/signatures
  4. Some knowledge in assembly/memory
  5. Object oriented programming basis (inheritance/composition...)
  6. copy/paste skills, at least know how to do a project in your favorite IDE :D

this cheat actually contains :
  1. gm-vision (numpad0)
  2. stack items (numpad1)
  3. vaccum (numpad2)
  4. instant go to clicked position (numpad3)


The first thing you have to do is to create a new empty project in visual studio...
- new -> project -> c++ -> empty project

Then you can add a header file called SDK.h, we will add our classes into this header file :

in this file you can have only the method declarations and put them into a cpp file, otherwise you can declare them and define them directly into the header file....

SDK.h


after you've done the SDK you can add main.cpp to your project, its only to toggle cheat and declare dll methods like that :

Main.cpp

ok, i tell you that's very easy to copy/paste this and make it work into a c++ project, but i released it to educational purposes, so you can have a deeper look how too :
  1. Find a pattern in C++
  2. create classes
  3. create constructors
  4. using Singleton pattern in C++
  5. how to access memory from a dll, with pointers or such
  6. create a DLL
  7. inheritance, composition in C++
  8. Logging into a file (output input stream)

if youre interested in OOProgramming, google for the basics in your favorite programming language... If your interested on how to find pattern with cheat engine, there's a lot of tutorials on the internet.

Good luck and happy programing

Credits : LearnMore, Iktov, Megabyte, others ive forget to mention ;)


[Only registered and activated users can see links. Click Here To Register...]
07/05/2015 00:26 SeiD001996#2
ok bro...all is ok , but first to find adresses on hungames, need xtrap bypass, how to defeat xtrap , its very helping ty , but no have a xtrap bypass for hungames,i have for mayn but mayn is shit.. xtrap bypassed but in game have logs.. and gm bans all hacking characters in 1 day or 2 , ... mayn is very good protected
07/05/2015 06:11 anuchitmoo#3
Quote:
Originally Posted by dabnoj View Post
hello guys, since the cheat with GUI is detected for hungames Ts2, i decided to show you how to make simple cheat ...:D

Prerequisites :
  1. IDE like visual studio
  2. C++ basic knowledge
  3. Cheat engine to find addresses/signatures
  4. Some knowledge in assembly/memory
  5. Object oriented programming basis (inheritance/composition...)
  6. copy/paste skills, at least know how to do a project in your favorite IDE :D

this cheat actually contains :
  1. gm-vision (numpad0)
  2. stack items (numpad1)
  3. vaccum (numpad2)
  4. instant go to clicked position (numpad3)


The first thing you have to do is to create a new empty project in visual studio...
- new -> project -> c++ -> empty project

Then you can add a header file called SDK.h, we will add our classes into this header file :

in this file you can have only the method declarations and put them into a cpp file, otherwise you can declare them and define them directly into the header file....

SDK.h


after you've done the SDK you can add main.cpp to your project, its only to toggle cheat and declare dll methods like that :

Main.cpp

ok, i tell you that's very easy to copy/paste this and make it work into a c++ project, but i released it to educational purposes, so you can have a deeper look how too :
  1. Find a pattern in C++
  2. create classes
  3. create constructors
  4. using Singleton pattern in C++
  5. how to access memory from a dll, with pointers or such
  6. create a DLL
  7. inheritance, composition in C++
  8. Logging into a file (output input stream)

if youre interested in OOProgramming, google for the basics in your favorite programming language... If your interested on how to find pattern with cheat engine, there's a lot of tutorials on the internet.

Good luck and happy programing

Credits : LearnMore, Iktov, Megabyte, others ive forget to mention ;)


[Only registered and activated users can see links. Click Here To Register...]

how to bypass xtrap in hungame bro please tell me how to bypass it ty
07/09/2015 05:14 神-SouL#4
Nice technique you've got there, sig scan makes everything easier.

Just looked into your code real quickly, I believe that this code is use for finding addy and not actually modifying any values?
07/09/2015 10:21 dabnoj#5
Quote:
Originally Posted by 神-SouL View Post
Nice technique you've got there, sig scan makes everything easier.

Just looked into your code real quickly, I believe that this code is use for finding addy and not actually modifying any values?
thanks soul, in the code i just find addys, log them to a file... but if you look into main.cpp you can see that 3 or 4 cheats are avilable :
- numpad 0 to numpad 4 (stack items, vac mobs, gm vision) ...
07/18/2015 10:38 k9houndstar#6
how do i find the adress of vac and speed hack?

-if found; what do i do next?
where do i put it?

can help? kinda interested
07/27/2015 03:35 serverclosed#7
needs serious help about this hack :) big thanks skype:jvforeveryoung
08/02/2015 23:38 Str8inyou#8
Quote:
Originally Posted by k9houndstar View Post
how do i find the adress of vac and speed hack?

-if found; what do i do next?
where do i put it?

can help? kinda interested
go to the end of a map . go far untill u dont see a mob , then walk untill u see only 1 mob and search for 4 bytes as "1" , go again far away search for "0" untill u find address of a mob

then search mob coords . and script in a program to write mob address to ur char coords. and thats mob vaccum
09/04/2015 16:48 SeiD001996#9
how to make pvp vac in mayngames ?
09/18/2015 18:55 El1teOne2012#10
Okay, I have tested each of these hacks according to their order. MTBV1.1, does not work at all. Freezes game and closes it. Ts2Hun does absolutly nothing at all. HunCheatV1.1 injects correctly but does not bring up the GUI after loading world screen. I've used both injecters Extreme Injector V3 and Faith Injecter, both have the same results.
09/21/2015 11:54 dabnoj#11
Quote:
Originally Posted by El1teOne2012 View Post
Okay, I have tested each of these hacks according to their order. MTBV1.1, does not work at all. Freezes game and closes it. Ts2Hun does absolutly nothing at all. HunCheatV1.1 injects correctly but does not bring up the GUI after loading world screen. I've used both injecters Extreme Injector V3 and Faith Injecter, both have the same results.
only this one is supposed to work... and maybe the hungames mtb also in philipine version ...