View previous topic :: View next topic |
Author |
Message |
ballotcan Newbie cheater
Reputation: 0
Joined: 13 Apr 2010 Posts: 11
|
Posted: Tue Apr 13, 2010 6:32 pm Post subject: cant edit packet |
|
|
hi lets say i have an packet as "aa 55 55 55 31"
31 = 1 ; 1 is my score then how can i edit this packet to 9999
"aa 55 55 55 39 39 39 39"
its not possible by wpe or rpe
|
|
Back to top |
|
 |
rooski Master Cheater
Reputation: 0
Joined: 31 Oct 2007 Posts: 340 Location: Siberia
|
Posted: Tue Apr 13, 2010 8:32 pm Post subject: |
|
|
are you sure that is how the packet is structured? get a higher score and look at that packet .
cause it might be like aa 55 55 55 39 99 99
_________________
clawtheclouds.com |
|
Back to top |
|
 |
ballotcan Newbie cheater
Reputation: 0
Joined: 13 Apr 2010 Posts: 11
|
Posted: Wed Apr 14, 2010 3:45 am Post subject: |
|
|
the real going packet is
score:1
(73636F72653A31)
but all i can do is just filter it as score:9
(73636F72653A39)
beacuse when i try to do make it 9999 packet becomes
73636F72653A39393939
so i cant filter "73636F72653A31" to > "73636F72653A39393939"
beacuse the filter is more big then real packet
anyone know how to do it
|
|
Back to top |
|
 |
Aqua Regia Advanced Cheater
Reputation: 0
Joined: 12 May 2009 Posts: 51 Location: Sweden
|
|
Back to top |
|
 |
rooski Master Cheater
Reputation: 0
Joined: 31 Oct 2007 Posts: 340 Location: Siberia
|
Posted: Wed Apr 14, 2010 9:22 am Post subject: |
|
|
thats right , they are sent as hex , so try
73636F72653A3270F
_________________
clawtheclouds.com |
|
Back to top |
|
 |
ballotcan Newbie cheater
Reputation: 0
Joined: 13 Apr 2010 Posts: 11
|
Posted: Wed Apr 14, 2010 11:02 am Post subject: |
|
|
pls try to understand what i want to say
let me explain such:
Quote: | {"points" : [2,0,2,0],"stype":"score","p":3,"m":1,"type":"score","target":"server"} |
this is the real packet is going on ,
i success when i try to filter as
Quote: | {"points" : [9,0,9,0],"stype":"score","p":3,"m":1,"type":"score","target":"server"} |
but i dont know how can i add a filter that will let me filter this
Quote: | {"points" : [2,0,2,0],"stype":"score","p":3,"m":1,"type":"score","target":"server"} |
to
Quote: | {"points" : [999,0,999,0],"stype":"score","p":3,"m":1,"type":"score","target":"server"} |
if u ask ; why cant i ,beacuse the filtered packet is more big than the normal packet [/code]
|
|
Back to top |
|
 |
CouLomB Cheater
Reputation: 0
Joined: 16 Dec 2007 Posts: 45
|
Posted: Wed Apr 14, 2010 11:14 am Post subject: |
|
|
http://forum.cheatengine.org/viewtopic.php?t=499280
Quote: | Only thing that you can do is to first find send function adress by tracing from the Winsock.Send command you can do this with ollydebug with any version after you find snd_fnc adress add that into CheatEngine then open that adresses in memory after you can put a breakpoint there to see the going packets without encrypted forms...After you should write your packet sender program in C# or C++ when you write that program after its easy to filter anything you want etc.. |
So when you do this and find going packets after breakpoint look what access to W32.Send pointer there you should see thing like mov eax...etc mostly ur score will be stored there before sending to server like in eax..or anyother then edit those and packets will be like orginal cause it will just send as its do usually...
Then u wont need to do like this...Sorry for the bad english and bad explanation...
[/quote]
|
|
Back to top |
|
 |
ballotcan Newbie cheater
Reputation: 0
Joined: 13 Apr 2010 Posts: 11
|
Posted: Wed Apr 14, 2010 11:32 am Post subject: |
|
|
its just a noob flash game and i cant write a send function in any programming lang. there is a server side check if there was not a check about sending packets i wasnt going to fliter just send whatever i want to send :p
|
|
Back to top |
|
 |
CouLomB Cheater
Reputation: 0
Joined: 16 Dec 2007 Posts: 45
|
Posted: Wed Apr 14, 2010 11:50 am Post subject: |
|
|
I thought it was an multiplayer game and such as....With which program did you filter those packets...
Did you try Tamper Data with firefox ?
Did you try WPE ?
Did you try WireShark ?
or game can send score for highscores with encrypted like in miniclip...
|
|
Back to top |
|
 |
ballotcan Newbie cheater
Reputation: 0
Joined: 13 Apr 2010 Posts: 11
|
Posted: Wed Apr 14, 2010 11:57 am Post subject: |
|
|
i tried to use
wpe & r3d0x but as i said 5.post i cant put a filter which is bigger than normal packet
i didnt try wireshark
and it doesnt encrypt packets + sends packets to server on established socket doesnt create a new http request
|
|
Back to top |
|
 |
CouLomB Cheater
Reputation: 0
Joined: 16 Dec 2007 Posts: 45
|
Posted: Thu Apr 15, 2010 9:38 am Post subject: |
|
|
Then why u want to send more then max. score just to satisfy urself xD
Also try Tamper Data...
|
|
Back to top |
|
 |
ballotcan Newbie cheater
Reputation: 0
Joined: 13 Apr 2010 Posts: 11
|
Posted: Mon Apr 26, 2010 12:25 pm Post subject: |
|
|
CouLomB wrote: | Then why u want to send more then max. score just to satisfy urself xD
Also try Tamper Data... |
i think tamper data just filters http(s) requests but this game send scores from established socket
|
|
Back to top |
|
 |
|