Whats the string?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Whats the string?

Post by Risen »

Wtf? Aero did it?....Kk thread closed lmao
Image
Wanna learn to hack maps? --> Guide
User avatar
Ozzapoo
The Flying Cow!
Posts: 2196
Joined: November 2nd, 2007, 10:34 pm
Location: Melbourne

Re: Whats the string?

Post by Ozzapoo »

Why close it?
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Whats the string?

Post by Risen »

Just sayin, lol, since none of you guys wanna solve ^^
Image
Wanna learn to hack maps? --> Guide
User avatar
Ozzapoo
The Flying Cow!
Posts: 2196
Joined: November 2nd, 2007, 10:34 pm
Location: Melbourne

Re: Whats the string?

Post by Ozzapoo »

Aero might ,seeing as hes looking at this right now 0.o
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Whats the string?

Post by Risen »

Ozzapoo wrote:Aero might ,seeing as hes looking at this right now 0.o
Isn't it his work???
Image
Wanna learn to hack maps? --> Guide
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: Whats the string?

Post by initialD »

If he is here, he might giv eyou the answer stragith away.
It not a good thing for me to do, to break the code since Aero is my JASS advisor.
I guess no one will do this eitheir.
:p
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Whats the string?

Post by Risen »

initiald wrote:If he is here, he might giv eyou the answer stragith away.
It not a good thing for me to do, to break the code since Aero is my JASS advisor.
I guess no one will do this eitheir.
:p
Isn't aero one of the best JASSers around?..It sure seems like it lmao..anyways, this string was for a friend and he wanted me to solve it and im like wtf o.O
Image
Wanna learn to hack maps? --> Guide
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Whats the string?

Post by Aero »

Not my work.

Go ahead...solve it.
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Whats the string?

Post by Risen »

Aero wrote:Not my work.

Go ahead...solve it.
Thx for the help =D.. anyone else wanna pitch in? ^_^
Image
Wanna learn to hack maps? --> Guide
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: Whats the string?

Post by initialD »

Code: Select all

function CheckCode takes string EnteredString returns boolean
    local integer l=StringLength(EnteredString)
local boolean b
    loop
        exitwhen l==0
        call Check2(Check1(SubString(EnteredString,l-1,l)))
        set l=l-1
    endloop
    set b = Int1 == -813911913 and Int2 == -1036379865
    set O1100=0
    set O11O0=0
    return b
endfunction

function Check1 takes string CheckString returns integer
local string List="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
    local integer Length=StringLength(List)
    loop
        exitwhen Length==0
        if CheckString == SubString(List,Length-1,Length)then
            return Length
        endif
            set Length = Length - 1
    endloop
    return 19
endfunction

function Check2 takes integer i returns nothing
    local integer f=0
    local integer k=16392
    local integer q=10032
    loop
        exitwhen f==32
        set Int1 = Int1 + (i * i) + (Int2 * i) + q
        set Int2 = Int2 + (i * k) + (Int1 * Int1) - (k * q)
        set f=f+1
    endloop
endfunction
firstly, the codes are full of errors, wc3 won't even run it if it was in the J file.
2ndly, a lot of definations were missing. So this can't be solved.
example: integer i=??
string checkstring = ??
it could be anything, resulting any answers!
3rdly, the one who made this codes are a noob. For god's sake, you can't call a function which haven't beed defined before. This could be the answer: Damn you, noob.
lol