Author Topic: [C++]how to manipulate a game?  (Read 1984 times)

0 Members and 1 Guest are viewing this topic.

Offline gh0st

  • Sir
  • ***
  • Posts: 575
  • Cookies: 8
  • #DEDSec
    • View Profile
[C++]how to manipulate a game?
« 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

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: [C++]how to manipulate a game?
« Reply #1 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?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [C++]how to manipulate a game?
« Reply #2 on: August 10, 2012, 02:45:37 pm »
Most likely he means cheating, like trainers and whatnot.

pllaybuoy

  • Guest
Re: [C++]how to manipulate a game?
« Reply #3 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 , 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