View previous topic :: View next topic |
Author |
Message |
ming2194 Cheater
Reputation: 0
Joined: 14 Jun 2009 Posts: 39
|
Posted: Mon Aug 02, 2010 2:17 am Post subject: |
|
|
Recently I try to hack a game. The one who use the least time to complete the game will be the winner.
Then I tried to use Wsockexpert to search the related packets. After I completed the game, I know I use 53 second. Then I press the "send" button, the Wsockexpert show a POST packet:
Code: | POST /xxx.aspx HTTP/1.1
Host: www.xxx.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: zh-tw,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.xxx.aspx
Cookie: ASP.NET_SessionId=rfmqsf55hrvtefmmzyrlp545; __utma=91117593.1189888412.1280731632.1280731632.1280731632.1; __utmb=91117593.28.10.1280731632; __utmc=91117593; __utmz=91117593.1280731632.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-type: application/x-www-form-urlencoded
Content-length: 94
time=53&nocache=1280732205734&key=aGITIfqV76yw8Fy3Yrm2VEbSTzFCnvNqQbZb13Dq7jiflFzQpEcL5w%3D%3D |
And I think the "time=53" is the key for hacking.
If I want to set the time to 10 second. Am I just need to change the number to "10" and send it out, that's done?
=========================
And I found error, not send..
Similarly case, this time is to hack the score:
Code: | POST /lxxxx/addRecords HTTP/1.1
Host: www.xxx.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: zh-tw,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 115
Connection: keep-alive
Cookie: JSESSIONID=058FD0FBB917D82C7611D6AD7B19E305; 6bbf790064945b2d5c529f23c7ff298b=40e6c33e0c6004ce7aa9951a6fe9b1d6; 6bbf790064945b2d5c529f23c7ff298b_user=100001279741322; 6bbf790064945b2d5c529f23c7ff298b_ss=1XCTXAOQ7XYC9y3KDCaadA__; 6bbf790064945b2d5c529f23c7ff298b_session_key=2.TndptgH6_MxdWCQXFEn_rg__.3600.1280739600-100001279741322; 6bbf790064945b2d5c529f23c7ff298b_expires=1280739600
Referer: http://www.xxx.com/main.swf
Content-type: application/x-www-form-urlencoded
Content-length: 42
[b]score=1350[/b]&fbId=100001279741322&dataFrom=1 |
I found the only different between two sucessfully completed the game with different score is :
|
|
Back to top |
|
 |
yakuza777 How do I cheat?
Reputation: 0
Joined: 21 Feb 2010 Posts: 2
|
Posted: Thu Sep 02, 2010 2:04 am Post subject: |
|
|
Are there any new rPE version???..
|
|
Back to top |
|
 |
ridwan How do I cheat?
Reputation: 0
Joined: 17 Apr 2010 Posts: 5 Location: indonesia
|
Posted: Mon Sep 06, 2010 8:04 am Post subject: redox packet editor(Rpe) |
|
|
I want to ask .. where is the place to download the latest versions of redox packet editor
|
|
Back to top |
|
 |
shukri How do I cheat?
Reputation: 0
Joined: 25 Dec 2010 Posts: 1
|
Posted: Sat Dec 25, 2010 4:42 pm Post subject: checksum(using rpe) |
|
|
hello,i want to ask how do i calculate checksum??once i know the checksum what should i do to create a filter that can bypass the checksum??im currently using rpe...
here is an example
4c 01 0c 00 00 f3 7f 35 00 00 1f 01 12 00 0e 04 30 00
4c 01 0c 00 00 08 88 35 00 00 1f 01 12 00 30 05 30 00
thx in advance
|
|
Back to top |
|
 |
besimbicer Newbie cheater
Reputation: 0
Joined: 13 Jan 2008 Posts: 12
|
Posted: Thu Jun 02, 2011 2:39 pm Post subject: |
|
|
please rpe link is fixed
thanks share
|
|
Back to top |
|
 |
Kameha How do I cheat?
Reputation: 0
Joined: 05 Feb 2012 Posts: 1
|
Posted: Sun Feb 05, 2012 7:53 am Post subject: |
|
|
Hello,
Im using ReDox PE and have a little problem with Custom Filter hope you will help me with it
I was trying to crack password by sending packets to server. All works how i wanted to but theres small problem.
When i start cracking by filter in Loop like
Quote: | for i1:= 0 to 9 then
for i2:= 0 to 9 then |
My Password is 2 packets, one is const:
Code: | SendPacket(s,'4E250800071A740001611D'); |
It's sending packet to open password type (needed)
Then i generate my second packet (password) to variable string like
Code: | var
code:string;
code:='588D0A0008'+'3'+IntToStr(i1)+'3'+IntToStr(2)+'5F5F5F5F5F5F';
SendPacket(s,code);
|
After that give correct code it should break in any way this loops but i cannot becous
Which handle my loops probly send that all in one packet i don't know, but Recv which i get after loops is ONE HUGE packet that contains like Wrong pass, Wrong pass, correct, you cannot send becous .., you cannot send becous .. thats just example
When loop runs my game got Freeze, i would like to make like send list with it but don't know how to do it from Custom Filter.
For end some code which i use:
Code: |
var
stop: boolean;
function Recv_WS1(s: TSocket; var Buf : PChar; len, flags: Integer; pSendWs1, pRecvWs1, pSendWs2, pRecvWs2: Pointer; var IsWorking : Boolean):Integer; stdcall;
var
CurHex: string;
begin
CurHex := GetBufferAsHex(buf, len);
if (pos('55F85891',CurHex) <> 0) then // When found packet with Accepted password
Begin
stop:=true;
end;
result:=0;
end;
function Send_WS1(s: TSocket; var Buf : PChar; len, flags: Integer; pSendWs1, pRecvWs1, pSendWs2, pRecvWs2: Pointer; var IsWorking : Boolean):Integer; stdcall; // Function which handle my request to start sending generated codes
var
CurHex: string;
begin
if(pos('02D5050003726479',CurHex)<>0) then // My request to start
begin
@Send_Callback := pSendWs1;
sendmypacket(s);
end;
result :=0;
end;
procedure sendmypacket(s: TSocket);
var
i1,i2,i3:integer;
handle: string;
Begin
i1:=0;
i2:=0;
i3:=0;
stop:=false;
repeat
begin
repeat
begin
repeat
begin
if(stop=false) then
begin
SendPacket(s,'4E250800071A740001611D');
sleep(10);
handle:='588D0A0008'+'3'+IntToStr(i1)+'3'+IntToStr(i2)+'3'+IntToStr(i3)+'5F5F5F5F5F';
SendPacket(s,handle);
end;
end;
i1:=i1+1;
until i1=10;
i1:=0;
end;
i2:=i2+1;
until i2=10;
i2:=0;
end;
i3:=i3+1;
until i3=10;
end;
|
|
|
Back to top |
|
 |
Invader Advanced Cheater
Reputation: 0
Joined: 19 Mar 2012 Posts: 78
|
Posted: Tue Jun 05, 2012 8:29 pm Post subject: |
|
|
thanks alot dude
|
|
Back to top |
|
 |
kostas1990 How do I cheat?
Reputation: 0
Joined: 12 Jul 2012 Posts: 4 Location: greece
|
Posted: Sun Jul 15, 2012 5:02 am Post subject: |
|
|
thank u so much
|
|
Back to top |
|
 |
DFA How do I cheat?
Reputation: 0
Joined: 07 Feb 2012 Posts: 4
|
Posted: Wed Aug 01, 2012 9:12 am Post subject: |
|
|
well, i tried out WPE pro for the first time today, then i saw all over the website stuff like "© 2012 Bradyok Software"
Just wanted to point out that's fucked up of Bradyok, being such a poser.
The guy took an abandoned project, built a site around it to make money off adverts, and claiming its his software??
check in "About WPE Pro" within the application...
|
|
Back to top |
|
 |
cwjakesteel Cheater
Reputation: 0
Joined: 24 Jun 2009 Posts: 31
|
Posted: Sat Oct 06, 2012 7:11 pm Post subject: |
|
|
Well I got WPE Pro to work today. Used it on OMGPOP.
I had to attach it to firefox.exe because there was no internet activity on the plugin container.
I had to make a simple filter to block the "8"'s that firefox keeps sending all the time.
But if you find the packet that contains the XP, you have to send it when you find it because it becomes invalid later on because of the session ending.
I could not identify the money packet though, so I didn't get any useful work done, just practice.
|
|
Back to top |
|
 |
garfield80 How do I cheat?
Reputation: 0
Joined: 15 Jan 2013 Posts: 0
|
Posted: Fri Mar 08, 2013 6:56 pm Post subject: |
|
|
Monkeys wrote: | A small note: You CAN send at 1 millisecond with WPE, but it needs a little hand from a Memory Editor ^^
But aside that: Great work! Seriously!
Kudos ^^
garfield80 |
|
|
Back to top |
|
 |
roberts1223 Newbie cheater
Reputation: 0
Joined: 16 Apr 2013 Posts: 10
|
Posted: Mon May 20, 2013 9:56 am Post subject: |
|
|
Monkeys wrote: | A small note: You CAN send at 1 millisecond with WPE, but it needs a little hand from a Memory Editor ^^
But aside that: Great work! Seriously!
Kudos ^^
roberts1223 |
why theres my nickname?
_________________
loool |
|
Back to top |
|
 |
bidaman How do I cheat?
Reputation: 0
Joined: 22 Jun 2013 Posts: 1
|
Posted: Sat Jun 22, 2013 2:35 am Post subject: i wonder if i can do this. sending packet timing |
|
|
i would like to send this packet different timings and i cant figure out how to do this
packet 1
delay 100ms
packet 2
delay 4000ms
packet 3
delay 100ms
packet 4
delay 100ms
|
|
Back to top |
|
 |
Mark Danielle Advanced Cheater
Reputation: 0
Joined: 22 Aug 2012 Posts: 97
|
Posted: Thu Jul 25, 2013 4:38 am Post subject: |
|
|
Hey there. I'm trying to use RPE to help me multilog on a MUD. I've been managing with basic filters manually but it's really finicky and annoying. I'm hoping an advanced filter can do the job.
When logging on, the client sends a packet resembling:
#LON[charname] [password] [clientversion] [lanip]#
so
#LONBugbomb fartboner69 1.28 192.168.1.103#
It uses that lan IP coupled with the external IP to check for multiple logins from the same PC. I'd like to have it look for that IP address and replace it with a random valid address.
This seems like it would be simple, but I'm really not familiar with the scripting language RPE uses Can anyone point me in a direction to start?
|
|
Back to top |
|
 |
potras99 How do I cheat?
Reputation: 0
Joined: 20 Apr 2015 Posts: 1
|
Posted: Mon Apr 20, 2015 1:10 am Post subject: |
|
|
hey, can someone reup RPe ?
|
|
Back to top |
|
 |
|