EvilZone

Programming and Scripting => C - C++ => Topic started by: gh0st on August 10, 2012, 05:40:59 AM

Title: [C++]how to manipulate a game?
Post by: gh0st on August 10, 2012, 05:40:59 AM
hey guys I want to know how could I possibly search for a game but by not doing it myself instead for clicking a program I dont know how to google about that basicly Im trying to manipulate 1 program with C++ in this case is a game
Title: Re: [C++]how to manipulate a game?
Post by: ca0s on August 10, 2012, 11:37:52 AM
I can't understand what do you want. Is it modifying a running game or getting some game source, modify it, compile it and play it?
Title: Re: [C++]how to manipulate a game?
Post by: Kulverstukas on August 10, 2012, 02:45:37 PM
Most likely he means cheating, like trainers and whatnot.
Title: Re: [C++]how to manipulate a game?
Post by: pllaybuoy on October 10, 2012, 04:14:52 PM
To be honest your question makes no sense , be a little more precise , but this is what came in my mind http://www.yoyogames.com (http://www.yoyogames.com) , you can download the game developer from there, they have their own scripting language called GML , thats really easy to use , you dont need to be familiar with anything to use it .
Goodluck with it , please reply back with the details .
or if you want to cheat in the game then just go ahead open the save files of a game or any other files with notepad++ , most gamedev. create their own languages for their game and it would be too easy to modify the game if you could find the save files and stuff
like it could be tree=3,color=3,location=2,3,6,0; and all
Cheers