View previous topic :: View next topic |
Author |
Message |
newbienthu How do I cheat?
Reputation: 0
Joined: 11 May 2013 Posts: 6
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sat May 11, 2013 3:40 am Post subject: |
|
|
You can use cheat engine to change packets, but they are not a magical thing as some people claim
A packet is just a message.
Now if you go to the bank and tell them you have 2 million on your account and wish to withdraw it they probably won't do it, because they first check if you actually have 2 million on your account.
The same goes for servers. You could say "take 500000 gold from chest" while the chest only contains 2 gold, it will fail because the server knows it only has 2 gold.
Of course, some games are designed by completely incompetent programmers, and in those you may be able to do that. So just try (expect to be instantly banned if it doesn't work) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
newbienthu How do I cheat?
Reputation: 0
Joined: 11 May 2013 Posts: 6
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Thu May 16, 2013 6:03 pm Post subject: |
|
|
In 99.9% of the newer MMOs out today, you wont be able to hack things like your stats (HP, MP, Strength, Agility, etc.) as they are all handled server sided.
There are other things that sometimes land up being unsynced from the server/client because it is too much on the server to handle. Stuff such as your characters position (x,y,z), movement speed, and such. All in all it depends on the MMO itself, each have their code different than another, so you may be able to hack your stats on one, but not another.
For example, putting a popular MMO into perspective, World of Warcraft; you can:
- Edit / alter your characters position X/Y/Z
- Edit / alter your characters speed.
- Edit / alter your characters animation state, (swim anywhere etc.)
And so on. Just think outside of the box when you start looking for things. _________________
- Retired. |
|
Back to top |
|
 |
eax.qbyte Advanced Cheater
Reputation: 3
Joined: 25 Jun 2011 Posts: 59 Location: CEDisasmView
|
Posted: Fri May 17, 2013 1:23 am Post subject: |
|
|
How about to save the sent packet when you do some thing that gives you some gold and resend it to server manually to get extra gold?
is that possible easy like this ? _________________
My special thanx to Cheat Engine and its developers. It helps me do the hard and boring but valuable process of understanding the code, easily and with fun. |
|
Back to top |
|
 |
jucce Advanced Cheater
Reputation: 1
Joined: 02 Apr 2013 Posts: 99
|
Posted: Fri May 17, 2013 6:23 pm Post subject: |
|
|
eax.qbyte wrote: | How about to save the sent packet when you do some thing that gives you some gold and resend it to server manually to get extra gold?
is that possible easy like this ? | The problem is that there tends to be protection that keeps values on the server and does sanity checking on the incoming data from the client. Of course some games have worse protections and there can be ways to do what you want.
Start by analyzing what traffic is sent by the game in question. And most likely the traffic will be encrypted or obfuscated so it's not obvious what each packet actually conveys. |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Sat May 18, 2013 9:53 am Post subject: |
|
|
eax.qbyte wrote: | How about to save the sent packet when you do some thing that gives you some gold and resend it to server manually to get extra gold?
is that possible easy like this ? |
Depends on the game, in some cases, yes this will work.
But in a lot of cases most games mark items with a unique ID and have validation checks to ensure that you are not doing things like this. In some cases the packets will contain other unique things such as:
- Unique Item ID
- Base Item ID
- Inventory slot the item is in when being sold / altered.
- Time of sale / alteration.
These will prevent you from spamming the packet to get free money.
But, as said before this all depends on the game. You will have to test it and see if it works for your case. I do know that some games I have played and messed around with had similar things to this that did work and I was able to mass produce gold/currency in them.
In more modern, mainstream/triple A games though things like this are rare to find. _________________
- Retired. |
|
Back to top |
|
 |
|