Register for your free account! | Forgot your password?

You last visited: Today at 11:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



CProxy 0.2B

Discussion on CProxy 0.2B within the CO2 Exploits, Hacks & Tools forum part of the Conquer Online 2 category.

Closed Thread
 
Old 07/18/2006, 04:26   #76
 
elite*gold: 0
Join Date: Jun 2005
Posts: 327
Received Thanks: 4
Its a real shame, because this project had a lot of potential guys. If you had just given the guy some credit for the work he did, maybe he would continue to add to it. Sorry Etain, you really did not get the credit you deserved for this....everyone should give him karma even if he doesn't continue it. It is a pretty awsome tool.

+k
mindxspike is offline  
Old 07/18/2006, 04:56   #77
 
elite*gold: 0
Join Date: Nov 2005
Posts: 280
Received Thanks: 1
Quote:
No respect for work done by other equal no more update of program.

If u r that good in decompiling, go decompile the game instead.

PROJECT CLOSE
Dude, not trying to put you down, but that's one guy. Almost all developers receive some negative comments sooner or later, just because you receive one bad comment doesn't mean you should quit. This was just an excuse for you to shut it down because nobody has posted anything, and I'm guessing you yourself lost interest, making it easier to close the project. Don't consider this as bad as it sounds, but somebody was going to say it sooner or later.
shadowkiller is offline  
Old 07/18/2006, 07:01   #78
 
elite*gold: 0
Join Date: Mar 2006
Posts: 30
Received Thanks: 3
i got my copy beffor it cloused but never tryed it but i will later on
artem_art is offline  
Old 07/18/2006, 07:16   #79
 
elite*gold: 0
Join Date: Jan 2006
Posts: 52
Received Thanks: 0
I feel really sorry that Etan close this project, which I think could be most promising for the next big thing in this community.

In fact, Etan you could ask Choronman4k to add you to co.developer group, so that you can keep away from the noob and share within a more professional group. Whisper me if you like this idea.
puzzlebird is offline  
Old 07/18/2006, 12:56   #80
 
elite*gold: 0
Join Date: Aug 2004
Posts: 166
Received Thanks: 4
Quote:
Originally posted by Etain+Jun 27 2006, 13:21--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Etain @ Jun 27 2006, 13:21)</td></tr><tr><td id='QUOTE'>
Quote:
Originally posted by -tester@Jul 18 2006, 00:24
<!--QuoteBegin--Gera
Quote:
@Jul 13 2006, 19:04
lol, seems like Etain dissapeared =P

doesnt matter people can just decompile this and as its .net convert it to what ever langueage they are most comfortable with (j#, c#, vb)

No respect for work done by other equal no more update of program.

If u r that good in decompiling, go decompile the game instead.

PROJECT CLOSE

[/b][/quote]
ermm I hope you didnt close this cause of what i said, I previously posted telling you to obfuscate your program but you didnt and you hadnt provided any updates for a while, dont use me as a scapegoat.

I told you to obfuscate your app because of the way .NET works, if you dont know the EXE isnt truely compiled until it is FIRST RUN ON THE CLIENT MACHINE making the framework extremely flexible but at the same time making non-obfuscated EXE very easy to DECOMPILE NOT DISASSEMBLE, you wouldn't be able to decompile the game although you could disassemble it.

Again if you think i was being disrespectful I apologise to you, but I asure you I wasnt I was trying to help you and get you to secure your source.

Example of how easy it is to decompile, this took me about 30 second to get this proceedure, its not perfect but it is a good start for a programmer, and as its .Net I can decompile to any language, Hopefully you appreciate what I am saying when you see this, as I said it wasnt a respect thing I had told you to obfuscate it and when it seemed like you had left I merely replied to say anyone can continue this because you didnt obfuscate it.

in j#
Code:
 private void castSkill&#40;String skill, boolean self&#41;
  {
    java.lang.Throwable throwable;
    if&#40;skill == null&#41;
    {
      return;
    }
    String txt = com.ms.vjsharp.lang.&#60;VerifierFix>.genCastToString&#40;this.mc.p.skillLvl.get&#40;skill&#41;&#41;;
    if&#40;txt == null&#41;
    {
      return;
    }
    try
    {
      int i1 = 0;
      Object obj = this.mc.lock;
      com.ms.vjsharp.lang.&#60;CorArrayWrapper>.Enter&#40;obj&#41;;
      try
      {
        i1 = &#40;&#40;int&#41;&#40;System.Int32&#41;&#40;new java.util.Date&#40;&#41;.getTime&#40;&#41;&#41;&#41; - this.mc.td;
        int i2 = &#40;&#40;int&#41;&#40;System.Int32&#41;&#40;this.mc.lastCast + &#40;&#40;long&#41;&#40;System.Int64&#41;&#40;300&#41;&#41;&#41;&#41;;
        if&#40;i2 > i1&#41;
        {
          i1 = i2;
        }
        this.mc.lastCast = &#40;&#40;long&#41;&#40;System.Int64&#41;&#40;i1&#41;&#41;;
      }
      finally
      {
        System.Threading.Monitor.Exit&#40;obj&#41;;
      }
      int i3 = 0;
      int i4 = 0;
      int i5 = 0;
      if&#40;self&#41;
      {
        i3 = this.mc.id;
        i4 = this.mc.lx;
        i5 = this.mc.ly;
      }
      else
      {
        String txt1 = null;
        i3 = this.mc.lastTarget;
        if&#40;this.mc.id2name.get&#40;String.valueOf&#40;new java.lang.StringBuffer&#40;&#41;.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;&#41;&#41; != null&#41;
        {
          txt1 = com.ms.vjsharp.lang.&#60;VerifierFix>.genCastToString&#40;this.mc.id2pos.get&#40;String.valueOf&#40;new java.lang.StringBuffer&#40;&#41;.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;&#41;&#41;&#41;;
        }
        else
        {
          txt1 = com.ms.vjsharp.lang.&#60;VerifierFix>.genCastToString&#40;this.mc.mob2pos.get&#40;String.valueOf&#40;new java.lang.StringBuffer&#40;&#41;.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;&#41;&#41;&#41;;
        }
        if&#40;txt1 != null&#41;
        {
          int i6 = com.ms.vjsharp.lang.StringImpl.indexOf&#40;txt1, &#34; &#34;&#41;;
          i4 = java.lang.Integer.parseInt&#40;com.ms.vjsharp.lang.StringImpl.substring&#40;txt1, 0, i6&#41;&#41;;
          i5 = java.lang.Integer.parseInt&#40;com.ms.vjsharp.lang.StringImpl.substring&#40;txt1, i6 + 1&#41;&#41;;
        }
      }
      if&#40;&#40;&#40;i3 != 0&#41; && &#40;i4 != 0&#41;&#41; && &#40;i5 != 0&#41;&#41;
      {
        pCore.QOProxy.sendMapPacketToServer&#40;this.mc, pCore.QOProxy.skill&#40;this.mc.id, i3, i4, i5, java.lang.Integer.parseInt&#40;skill&#41;, java.lang.Byte.parseByte&#40;txt&#41;, i1&#41;, true&#41;;
      }
    }
    catch &#40;System.Exception &#41;
    {
      pCore.QOProxy.alert&#40;this.mc, &#34;Error casting.&#34;&#41;;
      pCore.QOProxy.UI.msg&#40;String.valueOf&#40;new java.lang.StringBuffer&#40;&#41;.append&#40;this.mc.id&#41;.append&#40;&#34; - Error in Castor Thread&#34;&#41;&#41;&#41;;
    }
  }
  private void postAction&#40;&#41;
  {
    /* Evaluation version. */
  }
  /** @attribute JavaThrownExceptions&#40;&#34;1;java/lang/CloneNotSupportedException;&#34;/** @attribute JavaFlags&#40;4227077&#41;*/
  public override Object MemberwiseClone&#40;&#41;
  {
    com.ms.vjsharp.lang.ObjectImpl.clone&#40;this&#41;;
    return super.MemberwiseClone&#40;&#41;;
  }
in VB.Net
Code:
 Private Sub castSkill&#40;ByVal skill As String, ByVal self As Boolean&#41;
      Dim throwable As Throwable
      If skill Is Nothing Then
        Return
      End If
      Dim txt As String = &#60;VerifierFix>.genCastToString&#40;Me.mc.p.skillLvl.&#91;get&#93;&#40;skill&#41;&#41;
      If txt Is Nothing Then
        Return
      End If
      Try 
        Dim i1 As Integer = 0
        Dim obj As Object = Me.mc.lock
        &#60;CorArrayWrapper>.Enter&#40;obj&#41;
        Try 
          i1 = CType&#40;New Date.getTime,Integer&#41; - Me.mc.td
          Dim i2 As Integer = CType&#40;Me.mc.lastCast + CType&#40;300,Long&#41;,Integer&#41;
          If i2 > i1 Then
            i1 = i2
          End If
          Me.mc.lastCast = CType&#40;i1,Long&#41;
        Finally
          Monitor.&#91;Exit&#93;&#40;obj&#41;
        End Try
        Dim i3 As Integer = 0
        Dim i4 As Integer = 0
        Dim i5 As Integer = 0
        If self Then
          i3 = Me.mc.id
          i4 = Me.mc.lx
          i5 = Me.mc.ly
        Else
          Dim txt1 As String = Nothing
          i3 = Me.mc.lastTarget
          If Not Me.mc.id2name.&#91;get&#93;&#40;New StringBuffer.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;.ToString&#41; Is Nothing Then
            txt1 = &#60;VerifierFix>.genCastToString&#40;Me.mc.id2pos.&#91;get&#93;&#40;New StringBuffer.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;.ToString&#41;&#41;
          Else
            txt1 = &#60;VerifierFix>.genCastToString&#40;Me.mc.mob2pos.&#91;get&#93;&#40;New StringBuffer.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;.ToString&#41;&#41;
          End If
          If Not txt1 Is Nothing Then
            Dim i6 As Integer = StringImpl.indexOf&#40;txt1, &#34; &#34;&#41;
            i4 = Integer.parseInt&#40;StringImpl.substring&#40;txt1, 0, i6&#41;&#41;
            i5 = Integer.parseInt&#40;StringImpl.substring&#40;txt1, i6 + 1&#41;&#41;
          End If
        End If
        If &#40;&#40;i3 &#60;> 0&#41; AndAlso &#40;i4 &#60;> 0&#41;&#41; AndAlso &#40;i5 &#60;> 0&#41; Then
          QOProxy.sendMapPacketToServer&#40;Me.mc, QOProxy.skill&#40;Me.mc.id, i3, i4, i5, Integer.parseInt&#40;skill&#41;, Byte.parseByte&#40;txt&#41;, i1&#41;, true&#41;
        End If
      Catch 
        QOProxy.alert&#40;Me.mc, &#34;Error casting.&#34;&#41;
        QOProxy.UI.msg&#40;New StringBuffer.append&#40;Me.mc.id&#41;.append&#40;&#34; - Error in Castor Thread&#34;&#41;.ToString&#41;
      End Try
    End Sub

    Private Sub postAction&#40;&#41;
      'Evaluation version.
    End Sub
    &#60;JavaThrownExceptions&#40;&#34;1;java/lang/CloneNotSupportedException;&#34;&#41;, _
     JavaFlags&#40;4227077&#41;> _
    Public Overrides Function MemberwiseClone&#40;&#41; As Object
      ObjectImpl.clone&#40;Me&#41;
      Return MyBase.MemberwiseClone
    End Function
in C#
Code:
 public class castor &#58; java.lang.Thread
  {
    private MapConnection mc;
    private string defSkill;
    private string offSkill;
    private int cond;
    public castor&#40;MapConnection m, string skill, int postCond, string oSkill&#41; &#58; base&#40;&#41;
    {
      this.mc = m;
      this.defSkill = skill;
      this.offSkill = oSkill;
      this.cond = postCond;
    }
    public override void run&#40;&#41;
    {
      // Evaluation version.
    }
    private void castSkill&#40;string skill, bool self&#41;
    {
      Throwable throwable;
      if &#40;skill == null&#41;
      {
        return;
      }
      string txt = &#60;VerifierFix>.genCastToString&#40;this.mc.p.skillLvl.@get&#40;skill&#41;&#41;;
      if &#40;txt == null&#41;
      {
        return;
      }
      try
      {
        int i1 = 0;
        object obj = this.mc.@lock;
        &#60;CorArrayWrapper>.Enter&#40;obj&#41;;
        try
        {
          i1 = &#40;&#40;int&#41;&#40;new Date&#40;&#41;.getTime&#40;&#41;&#41;&#41; - this.mc.td;
          int i2 = &#40;&#40;int&#41;&#40;this.mc.lastCast + &#40;&#40;long&#41;&#40;300&#41;&#41;&#41;&#41;;
          if &#40;i2 > i1&#41;
          {
            i1 = i2;
          }
          this.mc.lastCast = &#40;&#40;long&#41;&#40;i1&#41;&#41;;
        }
        finally
        {
          Monitor.Exit&#40;obj&#41;;
        }
        int i3 = 0;
        int i4 = 0;
        int i5 = 0;
        if &#40;self&#41;
        {
          i3 = this.mc.id;
          i4 = this.mc.lx;
          i5 = this.mc.ly;
        }
        else
        {
          string txt1 = null;
          i3 = this.mc.lastTarget;
          txt1 = this.mc.id2name.@get&#40;new StringBuffer&#40;&#41;.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;.ToString&#40;&#41;&#41; != null ? &#60;VerifierFix>.genCastToString&#40;this.mc.id2pos.@get&#40;new StringBuffer&#40;&#41;.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;.ToString&#40;&#41;&#41;&#41; &#58; &#60;VerifierFix>.genCastToString&#40;this.mc.mob2pos.@get&#40;new StringBuffer&#40;&#41;.append&#40;i3&#41;.append&#40;&#34;&#34;&#41;.ToString&#40;&#41;&#41;&#41;;
          if &#40;txt1 != null&#41;
          {
            int i6 = StringImpl.indexOf&#40;txt1, &#34; &#34;&#41;;
            i4 = Integer.parseInt&#40;StringImpl.substring&#40;txt1, 0, i6&#41;&#41;;
            i5 = Integer.parseInt&#40;StringImpl.substring&#40;txt1, i6 + 1&#41;&#41;;
          }
        }
        if &#40;&#40;&#40;i3 != 0&#41; && &#40;i4 != 0&#41;&#41; && &#40;i5 != 0&#41;&#41;
        {
          QOProxy.sendMapPacketToServer&#40;this.mc, QOProxy.skill&#40;this.mc.id, i3, i4, i5, Integer.parseInt&#40;skill&#41;, java.lang.Byte.parseByte&#40;txt&#41;, i1&#41;, true&#41;;
        }
      }
      catch
      {
        QOProxy.alert&#40;this.mc, &#34;Error casting.&#34;&#41;;
        QOProxy.UI.msg&#40;new StringBuffer&#40;&#41;.append&#40;this.mc.id&#41;.append&#40;&#34; - Error in Castor Thread&#34;&#41;.ToString&#40;&#41;&#41;;
      }
    }
    private void postAction&#40;&#41;
    {
      // Evaluation version.
    }
    &#91;JavaThrownExceptions&#40;&#34;1;java/lang/CloneNotSupportedException;&#34;&#41;&#93;
    &#91;JavaFlags&#40;4227077&#41;&#93;
    public override object MemberwiseClone&#40;&#41;
    {
      ObjectImpl.clone&#40;this&#41;;
      return base.MemberwiseClone&#40;&#41;;
    }
Delphi??
Code:
procedure castor.castSkill &#40;skill &#58; String; self &#58; Boolean&#41;;
var
  txt&#58; String;
  sbt&#58; ShortInt;
  i&#58; Integer;
  i1&#58; Integer;
  i2&#58; Integer;
  i3&#58; Integer;
  i4&#58; Integer;
  i5&#58; Integer;
  txt1&#58; String;
  i6&#58; Integer;
  exception&#58; Exception;
  obj&#58; System.Object;
  throwable&#58; Throwable;
begin
  if &#40;skill = nil&#41; then 
  begin
    exit;
  end;
  txt &#58;= &#60;VerifierFix>.genCastToString&#40;Self.mc.p.skillLvl.get&#40;skill&#41;&#41;;
  if &#40;txt = nil&#41; then 
  begin
    exit;
  end;

  try
    sbt &#58;= Byte.parseByte&#40;txt&#41;;
    i &#58;= Integer.parseInt&#40;skill&#41;;
    i1 &#58;= 0;
    obj &#58;= Self.mc.lock;
    &#60;CorArrayWrapper>.Enter&#40;obj&#41;;

    try
      i1 &#58;= Integer&#40;Date.Create.getTime&#41; - Self.mc.td;
      i2 &#58;= Integer&#40;Self.mc.lastCast + Int64&#40;300&#41;&#41;;
      if &#40;i2 > i1&#41; then 
      begin
        i1 &#58;= i2;
      end;
      Self.mc.lastCast &#58;= Int64&#40;i1&#41;;
    finally
      Monitor.Exit&#40;obj&#41;;
    end;
    i3 &#58;= 0;
    i4 &#58;= 0;
    i5 &#58;= 0;
    if &#40;self&#41; then 
    begin
      i3 &#58;= Self.mc.id;
      i4 &#58;= Self.mc.lx;
      i5 &#58;= Self.mc.ly;
    end
    else
    begin
      txt1 &#58;= nil;
      i3 &#58;= Self.mc.lastTarget;
      if &#40;Self.mc.id2name.get&#40;StringBuffer.Create.append&#40;i3&#41;.append&#40;''&#41;.ToString&#41; &#60;> nil&#41; then 
      begin
        txt1 &#58;= &#60;VerifierFix>.genCastToString&#40;Self.mc.id2pos.get&#40;StringBuffer.Create.append&#40;i3&#41;.append&#40;''&#41;.ToString&#41;&#41;;
      end
      else
      begin
        txt1 &#58;= &#60;VerifierFix>.genCastToString&#40;Self.mc.mob2pos.get&#40;StringBuffer.Create.append&#40;i3&#41;.append&#40;''&#41;.ToString&#41;&#41;;
      end;
      if &#40;txt1 &#60;> nil&#41; then 
      begin
        i6 &#58;= StringImpl.indexOf&#40;txt1, ' '&#41;;
        i4 &#58;= Integer.parseInt&#40;StringImpl.substring&#40;txt1, 0, i6&#41;&#41;;
        i5 &#58;= Integer.parseInt&#40;StringImpl.substring&#40;txt1, i6 + 1&#41;&#41;;
      end;
    end;
    if &#40;&#40;&#40;i3 &#60;> 0&#41; and &#40;i4 &#60;> 0&#41;&#41; and &#40;i5 &#60;> 0&#41;&#41; then 
    begin
      QOProxy.sendMapPacketToServer&#40;Self.mc, QOProxy.skill&#40;Self.mc.id, i3, i4, i5, i, sbt, i1&#41;, true&#41;;
    end;
  except
    on System.Exception do
    begin
      exception &#58;= Exception&#40;throwable&#41;;
      QOProxy.alert&#40;Self.mc, 'Error casting.'&#41;;
      QOProxy.UI.msg&#40;StringBuffer.Create.append&#40;Self.mc.id&#41;.append&#40;' - Error in Castor Thread'&#41;.ToString&#41;;
    end;
  end;
end;
C++
Code:
inline System.Void castor&#58;&#58;castSkill&#40;System.String * skill, System.Boolean self&#41;
  {
  java&#58;&#58;lang&#58;&#58;Throwable throwable;
  if &#40;&#40;skill == 0&#41;&#41;
  {
   return;
  }
  System.String txt = com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;&#60;VerifierFix>&#58;&#58;genCastToString&#40;this->mc->p->skillLvl->get&#40;skill&#41;&#41;;
  if &#40;&#40;txt == 0&#41;&#41;
  {
   return;
  }
  try
  {
   System.Int32 i1 = 0;
   System.Object obj = this->mc->lock;
   com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;&#60;CorArrayWrapper>&#58;&#58;Enter&#40;obj&#41;;
   try
   {
    i1 = &#40;&#40;*__try_cast&#60;__box System.Int32 * >&#40;new java&#58;&#58;util&#58;&#58;Date&#40;&#41;->getTime&#40;&#41;&#41;&#41; - this->mc->td&#41;;
    System.Int32 i2 = &#40;System.Int32&#41;&#40;this->mc->lastCast + &#40;System.Int64&#41;300&#41;;
    if &#40;&#40;i2 > i1&#41;&#41;
    {
     i1 = i2;
    }
    this->mc->lastCast = &#40;System.Int64&#41;i1;
   }
   __finally
   {
    System.Threading.Monitor&#58;&#58;Exit&#40;obj&#41;;
   }
   System.Int32 i3 = 0;
   System.Int32 i4 = 0;
   System.Int32 i5 = 0;
   if &#40;&#40;self != false&#41;&#41;
   {
    i3 = this->mc->id;
    i4 = this->mc->lx;
    i5 = this->mc->ly;
   }
   else
   {
    System.String txt1 = 0;
    i3 = this->mc->lastTarget;
    if &#40;&#40;this->mc->id2name->get&#40;new java&#58;&#58;lang&#58;&#58;StringBuffer&#40;&#41;->append&#40;i3&#41;->append&#40;S&#34;&#34;&#41;->ToString&#40;&#41;&#41; != 0&#41;&#41;
    {
     txt1 = com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;&#60;VerifierFix>&#58;&#58;genCastToString&#40;this->mc->id2pos->get&#40;new java&#58;&#58;lang&#58;&#58;StringBuffer&#40;&#41;->append&#40;i3&#41;->append&#40;S&#34;&#34;&#41;->ToString&#40;&#41;&#41;&#41;;
    }
    else
    {
     txt1 = com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;&#60;VerifierFix>&#58;&#58;genCastToString&#40;this->mc->mob2pos->get&#40;new java&#58;&#58;lang&#58;&#58;StringBuffer&#40;&#41;->append&#40;i3&#41;->append&#40;S&#34;&#34;&#41;->ToString&#40;&#41;&#41;&#41;;
    }
    if &#40;&#40;txt1 != 0&#41;&#41;
    {
     System.Int32 i6 = com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;StringImpl&#58;&#58;indexOf&#40;txt1, S&#34; &#34;&#41;;
     i4 = java&#58;&#58;lang&#58;&#58;Integer&#58;&#58;parseInt&#40;com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;StringImpl&#58;&#58;substring&#40;txt1, 0, i6&#41;&#41;;
     i5 = java&#58;&#58;lang&#58;&#58;Integer&#58;&#58;parseInt&#40;com&#58;&#58;ms&#58;&#58;vjsharp&#58;&#58;lang&#58;&#58;StringImpl&#58;&#58;substring&#40;txt1, &#40;i6 + 1&#41;&#41;&#41;;
    }
   }
   if &#40;&#40;&#40;&#40;i3 != 0&#41; 
      && &#40;i4 != 0&#41;&#41; 
      && &#40;i5 != 0&#41;&#41;&#41;
   {
    &#58;QOProxy&#58;&#58;sendMapPacketToServer&#40;this->mc, &#58;QOProxy&#58;&#58;skill&#40;this->mc->id, i3, i4, i5, java&#58;&#58;lang&#58;&#58;Integer&#58;&#58;parseInt&#40;skill&#41;, java&#58;&#58;lang&#58;&#58;Byte&#58;&#58;parseByte&#40;txt&#41;, i1&#41;, true&#41;;
   }
  }
  catch &#40;System.Exception *&#41;
  {
   &#58;QOProxy&#58;&#58;alert&#40;this->mc, S&#34;Error casting.&#34;&#41;;
   &#58;QOProxy&#58;&#58;UI->msg&#40;new java&#58;&#58;lang&#58;&#58;StringBuffer&#40;&#41;->append&#40;this->mc->id&#41;->append&#40;S&#34; - Error in Castor Thread&#34;&#41;->ToString&#40;&#41;&#41;;
  }
tester is offline  
Old 07/18/2006, 15:13   #81
 
elite*gold: 0
Join Date: Aug 2005
Posts: 22
Received Thanks: 5
POSTING PROGRAM CODES ON PUBLIC FORUM WITHOUT OWNER PERMISSION IS AN ACT OF DISRESPECT.
Etain is offline  
Old 07/18/2006, 16:49   #82
 
elite*gold: 0
Join Date: Aug 2004
Posts: 166
Received Thanks: 4
Quote:
Originally posted by Etain@Jul 18 2006, 15:13
POSTING PROGRAM CODES ON PUBLIC FORUM WITHOUT OWNER PERMISSION IS AN ACT OF DISRESPECT.
Calm down I am proving to you that your source isnt safe If you dont wanna learn something say so I am trying to teach you how wide open your app is, If you want to throw your toys out the pram because I told you something you didnt know then sue me, You could have just asked me to remove the code rather than ranting in caps I would have obliged.

Anyone with google and an IQ above a dog can get the source from your app so really its already public, maybe in a round about way my message will have gotten through to you to OBFUSCATE your applications the next time you put them in the public domain.

I have already apologised once if I offended you by telling you that your code is wide open, but I aint apologising for showing you how easy it is when you blantently thought it wasnt easy "if your that good at decompiling"

If your not big/man enough to suck up your ego and accept my initial apology you will have to get a mod to edit my post.
tester is offline  
Old 07/19/2006, 08:51   #83
 
elite*gold: 0
Join Date: Jan 2006
Posts: 52
Received Thanks: 0
Well, I have to agree that I also peeked into the source code the same way as tester did, but the purpose is to get more knowledge of CO packets.

The issue is how can we share knowledge while still be acknowledged. I once cracked an encrypted network protocol for a IM, and eventually decided to GPL the code. For me, this is the way to get a better community. Now there are always quite a few applications based the cracked encryption algorithm.

Without the access to QOProxy, Etain may take longer to develop its code. The same is for the community. For the good of a "good" community, open source it. Of couse, I do not think noobs are the target here.
puzzlebird is offline  
Old 07/19/2006, 09:58   #84
 
elite*gold: 0
Join Date: Aug 2005
Posts: 22
Received Thanks: 5
Quote:
Originally posted by tester+Jul 18 2006, 23:49--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (tester @ Jul 18 2006, 23:49)</td></tr><tr><td id='QUOTE'><!--QuoteBegin--Etain@Jul 18 2006, 15:13
POSTING PROGRAM CODES ON PUBLIC FORUM WITHOUT OWNER PERMISSION IS AN ACT OF DISRESPECT.
Calm down I am proving to you that your source isnt safe If you dont wanna learn something say so I am trying to teach you how wide open your app is, If you want to throw your toys out the pram because I told you something you didnt know then sue me, You could have just asked me to remove the code rather than ranting in caps I would have obliged.

Anyone with google and an IQ above a dog can get the source from your app so really its already public, maybe in a round about way my message will have gotten through to you to OBFUSCATE your applications the next time you put them in the public domain.

I have already apologised once if I offended you by telling you that your code is wide open, but I aint apologising for showing you how easy it is when you blantently thought it wasnt easy "if your that good at decompiling"

If your not big/man enough to suck up your ego and accept my initial apology you will have to get a mod to edit my post.[/b][/quote]
Why should I OBFUSCATE my code when i not selling it for money.

This is a cracking site, even if it is obfuscated it is still readable.
beside obfuscate code, do have it's side effect, use yr dog brain to search more.

yr post basiclly show not respect to ppl work, u r no diff to those noob that post complete QOProxy code on sun java forum and ask for explaination.
Etain is offline  
Old 07/19/2006, 10:12   #85
 
elite*gold: 0
Join Date: Apr 2006
Posts: 25
Received Thanks: 3
+1 Karma
jimbobtorn1 is offline  
Old 07/19/2006, 10:26   #86
 
elite*gold: 0
Join Date: Aug 2004
Posts: 166
Received Thanks: 4
Quote:
Originally posted by Etain+Jul 19 2006, 09:58--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Etain @ Jul 19 2006, 09:58)</td></tr><tr><td id='QUOTE'>
Quote:
Originally posted by -tester@Jul 18 2006, 23:49
<!--QuoteBegin--Etain
Quote:
@Jul 18 2006, 15:13
POSTING PROGRAM CODES ON PUBLIC FORUM WITHOUT OWNER PERMISSION IS AN ACT OF DISRESPECT.

Calm down I am proving to you that your source isnt safe If you dont wanna learn something say so I am trying to teach you how wide open your app is, If you want to throw your toys out the pram because I told you something you didnt know then sue me, You could have just asked me to remove the code rather than ranting in caps I would have obliged.

Anyone with google and an IQ above a dog can get the source from your app so really its already public, maybe in a round about way my message will have gotten through to you to OBFUSCATE your applications the next time you put them in the public domain.

I have already apologised once if I offended you by telling you that your code is wide open, but I aint apologising for showing you how easy it is when you blantently thought it wasnt easy "if your that good at decompiling"

If your not big/man enough to suck up your ego and accept my initial apology you will have to get a mod to edit my post.
Why should I OBFUSCATE my code when i not selling it for money.

This is a cracking site, even if it is obfuscated it is still readable.
beside obfuscate code, do have it's side effect, use yr dog brain to search more.

yr post basiclly show not respect to ppl work, u r no diff to those noob that post complete QOProxy code on sun java forum and ask for explaination. [/b][/quote]
OK If you want to go off on one and use me as a scapegoat to dump this project then fine.

I know obfuscation doesnt totally protect you, but at least make it harder I am sure a man of your obvious talent (Judging by your ego) can sort out the little bugs...

Yes this is a cracking site, so dont cry when your code is posted then? You used Q's source to how is that any better? Every game that is cracked or hacked here, you think that shows any respect to the commercial devs? lol

I wont lower myself to insults, your obviously a very very angry child (if your a kid or not i dont know, but your acting like one so meh) I would think carefully about why you are really angry and see how silly it is before you give yourself a heart attack.
tester is offline  
Old 07/19/2006, 19:29   #87
 
elite*gold: 0
Join Date: Sep 2005
Posts: 62
Received Thanks: 0
fight about this is pointless, like Etain contributed to the comunity with a nice tool ... and i dont get the point to tell someone how to make the things if you didnt helped at all. tester i think if you know more then Etain you should take the pole and fix the bugs/add new functions and such stuff =P.
really i think if someone makes a program like etain did and didnt obfuscate the program or made it in other lang its because he knows what is he doing not because he is a noob or doesnt know how to do the things.
Gera is offline  
Old 07/19/2006, 20:21   #88
 
elite*gold: 0
Join Date: Sep 2005
Posts: 160
Received Thanks: 6
lol this stuff is gold for the stupidity meter you stop developing because some guy said something about ur coding
nightyard is offline  
Old 07/19/2006, 20:41   #89
 
elite*gold: 0
Join Date: Mar 2006
Posts: 61
Received Thanks: 3
i agree with nightyard, u should forget testers words and start updating, u r gold man
władca& is offline  
Old 07/19/2006, 20:47   #90
 
elite*gold: 0
Join Date: Dec 2005
Posts: 52
Received Thanks: 15
Ouch....
Such a nice Program u did Etain...
can put a link or tell me where can i download ur program.
i cant find the link on the first page, ty....
+karma for what u've done...
its sure takes time to analyst the packet...
hentyanto is offline  
Closed Thread


Similar Threads Similar Threads
Cproxy- To older members
08/13/2007 - Conquer Online 2 - 5 Replies
hey guys, does any1 have CProxy? Only the older members remeber this program. Im not too sure if it still works but i used to have it until i had to reformat my computer. Not to sure if any1 else has it still, its very very old. PM if u doo thanks Have a look, this was the project http://www.elitepvpers.com/forum/index.php?...st&a mp;CODE=00&f=53



All times are GMT +1. The time now is 11:38.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.