too many people are asking how to use proxy paradise and no one helps them so i posted this tutorial
1)
First you need to download vb.net if you have it go to step 2 if you dont have it download it from [Only registered and activated users can see links. Click Here To Register...]
2)Download this dll file [Only registered and activated users can see links. Click Here To Register...] virus scan [Only registered and activated users can see links. Click Here To Register...]
3) open vb.net and make a new console application and add reference to this dll and copy this code to your vb.net project
4) now you need to get your server ips and ports to do this you need to download WPE pro from [Only registered and activated users can see links. Click Here To Register...]
5) now open conquer online and open wpe pro and click on target program and select conquer.exe and then click on startlogging now go to conquer and login and after you login go to wpe and click on stop logging now look at the first recv function and find it`s source ip this is the login ip now you need to get the server ip find the lastest recv function and look at it`s source ip this is the server ip
6) now you have the login ip:port and server ip:port now you have to put them in proxyparadise after you done this conquer and open the console that we made on vb.net as admin and wait till it types done and then open proxy paradise and it will work
1)
First you need to download vb.net if you have it go to step 2 if you dont have it download it from [Only registered and activated users can see links. Click Here To Register...]
2)Download this dll file [Only registered and activated users can see links. Click Here To Register...] virus scan [Only registered and activated users can see links. Click Here To Register...]
3) open vb.net and make a new console application and add reference to this dll and copy this code to your vb.net project
HTML Code:
Imports CA_DLL
Module Module1
Sub Main()
Dim ProcessName As String = "Conquer" 'without the extension
Dim Processes() As System.Diagnostics.Process = System.Diagnostics.Process.GetProcessesByName(ProcessName)
Dim id = Processes(0).Id
Dim _redirect As bypassclient = New bypassclient()
Dim status As Integer = _redirect.connect2IP(id, GetIPAddress)
Console.WriteLine("done")
Console.ReadLine()
End Sub
Public Function GetIPAddress() As String
Dim h As System.Net.IPHostEntry = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName)
Return h.AddressList.GetValue(0).ToString
End Function
End Module
4) now you need to get your server ips and ports to do this you need to download WPE pro from [Only registered and activated users can see links. Click Here To Register...]
5) now open conquer online and open wpe pro and click on target program and select conquer.exe and then click on startlogging now go to conquer and login and after you login go to wpe and click on stop logging now look at the first recv function and find it`s source ip this is the login ip now you need to get the server ip find the lastest recv function and look at it`s source ip this is the server ip
6) now you have the login ip:port and server ip:port now you have to put them in proxyparadise after you done this conquer and open the console that we made on vb.net as admin and wait till it types done and then open proxy paradise and it will work