Jump to content

Recommended Posts

Posted (edited)

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
Posted

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

Posted

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.

Posted

I told you that i have to send a sms with "nordic" to 2002(costs 10$) then i will et a shoppingcode(like this: 7umd4).

then i have to go to nordicmafia.net and login and use the code then i can buy items and weapons..

Posted (edited)

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
Posted (edited)

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
Posted

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.

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
  • Recently Browsing   0 members

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