Jump to content

Code Generator


Chris86
 Share

Recommended Posts

Is it possible to make a script that creates more codes out of a code?(Sounds wierd)

I want to generate this "7umd4" into more codes.

You mean like this?

$Word = ""
For $i = 1 to 5
    $digit = Random(0,1,1)
    If $Digit = 1 Then
        $Char = Random(0,9,1)
    Else
        $Char = Chr(Random(97,122,1))
    EndIf
    $Word&=$Char
Next
Msgbox(0,"Random Code",$Word)
Edited by Paulie
Link to comment
Share on other sites

Its a shopcode for a internet game..

To get this code then i have to send a sms(it cost 10$)

so i want to make a generator so i dont need to waste my money xD

I don't understand you....

My code above generates a random 5 digit code.... I don't know what game you are talking about, or what these codes do or how they work. We need more information if you want help.

Link to comment
Share on other sites

When did you say the word "nordic" anywhere in you previous posts? You never told me anything like what that last post said.

obviously there is some sort of algoritm for generating the codes.Its an algorithm that can not be found with only one result.

Too bad. I guess you will have to play fair like EVERYONE ELSE! :)

Edited by Paulie
Link to comment
Share on other sites

When did you say the word "nordic" anywhere in you previous posts? You never told me anything like what that last post said.

obviously there is some sort of algoritm for generating the codes.Its an algorithm that can not be found with only one result.

Too bad. I guess you will have to play fair like EVERYONE ELSE! :)

Sorry :S I admit that i forgot to tell you more about that :)

I only want a script to generate a code(7umd4) into another code that the gamesite accept..

Edit: I would also say that im not good using these advanced words :P

Edited by Chris86
Link to comment
Share on other sites

You are asking us to find the slope of a line, yet only giving us 1 point.... It is not possible to know the algoritm used to create "7umd4" with just that alone.

Your best bet would be to just guess random numbers and letters (Like my above script does) until you find another one that works.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...