Quantcast

Jump to content


Photo

I have a neopoint generator


  • This topic is locked This topic is locked
37 replies to this topic

#26 fixedysys

fixedysys
  • 44 posts

Posted 16 August 2007 - 09:50 AM

I'll repeat it for you there. I did not know of any public sources, and he just sent me HIS part of the source without wanting anything from me, so I just went ahead and trusted him he made it. Also, he has not received MY part of the source yet. I got it finished this morning, and I haven't send him anything. Of course I have thought about the exact same things you have, but what are you gonna do? I can't DENY the thing to him, he made a part of it. and if he starts selling it everywhere, I'll just release it. that's what I how I resolved things.

The point is, he provided me with proof that he won't just take the source code and run away, by doing the important part himself. If one can figure out the encryption from neopets, he can make the rest too.

Also, raui? I thought sockopen was the author. I have sockopen in my MSN, btw. And I'm going to show HIM the source code.

So yes, my story is very well adding up, I think now you're just being paranoid about me.

#27 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 16 August 2007 - 09:52 AM

You say your friend already had the decryption class written?
Then what exactly are you for? I don't see why this other person requires your help. Especially when you seem unable to do this particular job yourself.

And Raui was most definitely the original author.

#28 DudeOnline

DudeOnline
  • 1897 posts

Posted 16 August 2007 - 09:55 AM

QUOTE(fixedysys @ Aug 16 2007, 09:50 AM) View Post
I'll repeat it for you there. I did not know of any public sources, and he just sent me HIS part of the source without wanting anything from me, so I just went ahead and trusted him he made it. Also, he has not received MY part of the source yet. I got it finished this morning, and I haven't send him anything. Of course I have thought about the exact same things you have, but what are you gonna do? I can't DENY the thing to him, he made a part of it. and if he starts selling it everywhere, I'll just release it. that's what I how I resolved things.

The point is, he provided me with proof that he won't just take the source code and run away, by doing the important part himself. If one can figure out the encryption from neopets, he can make the rest too.

Also, raui? I thought sockopen was the author. I have sockopen in my MSN, btw. And I'm going to show HIM the source code.

So yes, my story is very well adding up, I think now you're just being paranoid about me.


regradless of who is paranoid of who, you WILL NOT have ANY program of ANY kind posted on here without showing an admin your source code. thats all there is to it, no if, ands, or buts about it. thats all, thats it, the end.

#29 fixedysys

fixedysys
  • 44 posts

Posted 16 August 2007 - 09:56 AM

you do realize that this is not the point of this whole thread anymore?

#30 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 16 August 2007 - 10:00 AM

Btw, it looks like your partner has already released some of 'his source'. tongue.gif

CODE
    function neoDecrypt($S)
    {
        global $aHex, $SH, $SK;

    $sBin = $this->SH . $this->SK;
    for($i = 0; $i < strlen($S); $i += 3)
    {
        $sDec .= chr(substr($S, $i, 3));
    }
    $S  = substr($sDec, 0, strlen($sDec) - 2);
    $II = substr($sDec, strlen($sDec) - 2, 2);
    if($this->charAt($II, 0) == '0')
    {
        $II = substr($II, 1, 1);
    }
    $sHex = $aHex[$II];
    for($loop = 0; $loop < strlen($S); $loop++)
    {
        if($v4 >= strlen($sBin))
        {
        $v4 = 0;
        }
        $v1 = strpos($sHex, $this->charAt($S, $loop));
        $v1 = ($v1 - strpos($sHex, $this->charAt($sBin, $v4))) % 83;
        $done .= $this->charAt($sHex, $v1);
        ++$v4;
    }
    return $done;
    }//End of Method neoDecrypt.


#31 DudeOnline

DudeOnline
  • 1897 posts

Posted 16 August 2007 - 10:02 AM

QUOTE(fixedysys @ Aug 16 2007, 09:56 AM) View Post
you do realize that this is not the point of this whole thread anymore?


Yes it is smile.gif

because no one on this site will help you, if the program were helping you with may or may not have code RIPPED from another member.

and no one will help you if that program has no chance of being on the site smile.gif

QUOTE(Laser Wave @ Aug 16 2007, 10:00 AM) View Post
Btw, it looks like your partner has already released some of 'his source'. tongue.gif

CODE
    function neoDecrypt($S)
    {
        global $aHex, $SH, $SK;

    $sBin = $this->SH . $this->SK;
    for($i = 0; $i < strlen($S); $i += 3)
    {
        $sDec .= chr(substr($S, $i, 3));
    }
    $S  = substr($sDec, 0, strlen($sDec) - 2);
    $II = substr($sDec, strlen($sDec) - 2, 2);
    if($this->charAt($II, 0) == '0')
    {
        $II = substr($II, 1, 1);
    }
    $sHex = $aHex[$II];
    for($loop = 0; $loop < strlen($S); $loop++)
    {
        if($v4 >= strlen($sBin))
        {
        $v4 = 0;
        }
        $v1 = strpos($sHex, $this->charAt($S, $loop));
        $v1 = ($v1 - strpos($sHex, $this->charAt($sBin, $v4))) % 83;
        $done .= $this->charAt($sHex, $v1);
        ++$v4;
    }
    return $done;
    }//End of Method neoDecrypt.



What are we looking at, here, Laser Wave?

#32 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 16 August 2007 - 10:06 AM

QUOTE(Dudeonline @ Aug 16 2007, 07:02 PM) View Post
What are we looking at, here, Laser Wave?


That would be a function called neoDecrypt, which would decrypt something on neopets. tongue.gif

I've never bothered looking at neopets' flash games so I have no idea what you'd need to decrypt...

#33 fixedysys

fixedysys
  • 44 posts

Posted 16 August 2007 - 10:07 AM

QUOTE(Dudeonline @ Aug 16 2007, 10:02 AM) View Post
Yes it is smile.gif

because no one on this site will help you, if the program were helping you with may or may not have code RIPPED from another member.


and THAT'S the new topic here. Is it ripped, or not. I would find out but I still haven't gotten my hands on sockopens/rauis source.

So it doesn't actually matter if I'll be allowed to post it here because I want to find out if it's ripped first.

#34 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 16 August 2007 - 10:07 AM

To be honest, I'd say your partner found this code, has basically no idea what to do with it, so is using other people to sort out the rest of the program.

#35 fixedysys

fixedysys
  • 44 posts

Posted 16 August 2007 - 10:10 AM

Well that certainly isn' the case. He DOES know how to use it to submit fake scores with a packet editor.

I will also confront him with all the information I received from you guys, once he signs on.

What would also be useful now is rauis MSN/AIM/YIM.

#36 Tetiel

Tetiel
  • 11533 posts


Users Awards

Posted 16 August 2007 - 10:44 AM

I'm going to close this until we get admin approval.... which I doubt. But you may be surprised. maybe wink.gif

#37 Raui

Raui
  • 5687 posts


Users Awards

Posted 16 August 2007 - 01:35 PM

x_x Okay I'll make this shotr and sweet. I made the original score sender. Without anyone's help. This includes Sockopen. If you want anyone to even consider going anywhere near your source or help you out show it to me or ShadowLink. If you don't take your buisness elsewhere. By the way; I suggest you don't, theres a lot of people who would try to take down your site if you tried wink.gif Also if tell your friend that I'll be in contact with him wink.gif

Tetiel, sorry for un-closing the topic I just needed to say a few words.

Fixed; Add [email protected] wink.gif

#38 ShadowLink64

ShadowLink64
  • 16735 posts


Users Awards

Posted 16 August 2007 - 06:06 PM

QUOTE(fixedysys @ Aug 16 2007, 09:50 AM) View Post
We would be glad if you could help us on this one.


Who's us? I am having serious doubts that any work done by Neocodex members will count towards the benefit of Neocodex.


2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users