User:Blocco/RandomPasswordGenerator: Revision history

From Legacy Roblox Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 August 2011

  • curprev 17:4017:40, 11 August 2011>Blocco 809 bytes +809 New page: <pre> local lookupString = ""; for i = 0, 25 do lookupString = lookupString .. string.char(i + 65); end for i = 0, 25 do lookupString = lookupString .. string.char(i + 97); end for i = 0...