Search found 19 matches

by Kurama
17 Dec 2012, 12:48
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

use warnings; use strict; use Math::BigInt; sub decrypt { my $holdrand = $_[1]; $holdrand = Math::BigInt->new($holdrand); my $mulfactor = 0x3498; my $addfactor = 0x881234; my $StrLen = $_[0]; my @sequence = ('0','1','2','3','4','5','6','7','8','9'); if ($StrLen >= 1) { my $k = 2; for (my $pos = int...
by Kurama
17 Dec 2012, 11:54
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

thank you, its working now =D
by Kurama
14 Dec 2012, 13:07
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

EternalHarvest wrote:
Kurama wrote:to create "Pin window"

edit--
i can make a dll with this function, is this useful?
If you're going for that, maybe executable file (with some standard input and output way) would be more easier to use from openkore.
i can do it
by Kurama
14 Dec 2012, 13:03
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

we need a chat or anything like that
by Kurama
14 Dec 2012, 12:55
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

to create "Pin window"

edit--
i can make a dll with this function, is this useful?
by Kurama
14 Dec 2012, 12:47
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

use the asm function .-.
by Kurama
14 Dec 2012, 12:36
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

call the function with 1B 7F C4 0B arguments

-edit

06 00 09
04 07 01
03 05 02
08

right?
by Kurama
14 Dec 2012, 12:27
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

:/

i tested. i know assembly but, i dont know perl
then i cant help D:
by Kurama
14 Dec 2012, 12:16
Forum: Developers Corner
Topic: bRO's client asking for PIN Code on log in
Replies: 159
Views: 88238

Re: bRO's client asking for PIN Code on log in

Image

this is the crypt function .-.
now write in perl because i dont know perl D:

AND PLEASE, SHARE!