Jump to content

Online PhP based game


RPGillespie

Recommended Posts

Hey, I've recently gotten into an online PhP-based Game, and I was wondering a few things.

1. Is there a program I can use that will show me what my computer is sending the game server?

2. Can I manipulate and or manually send information from my computer to the game server with it having the same effect as me clicking a link?

3. Are there any ways I can manipulate in-game variables such as $exp and $gold?

Thanks for any and all help
-RPGillespie
Link to comment
Share on other sites

Since I am assuming your are wanting to cheat in your phpgame there isnt much you can do without knowing how the code is set up.

As for seeing what data your machine is sending to the game server? Run Ethereal and look at the packets I suppose is one way. But then you'll need to understand how packets are madeup to make any sense of it.

As for what variables and such you want to be able to change? I'm sure the game you are playing has tried to figure out every way someone could 'inject' their own set of variables in order to cheat.

Thats as far as I can go since I have no idea what game or how they coded :) If they have done the game with $_POST[] when you submit things ingame, I doubt you'll be able to do anything about it.



Link to comment
Share on other sites

Exploiting a security flaw in order to make a program do something other than what it is intended to do by the programmer, company, etc... is a form of hacking. Did you know that doing something like is illegal and could possibly lead to you being arrested, prosecuted, fined, and/or sent to jail? I can't believe you would seriously register on a board and openly ask people to help you hack.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.