Come Try Out The New Community Guides
View the Guides | Check Out The Gear Sets |
All public logs
From Walkscape Walkthrough
Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:22, 1 January 2025 Bonez565 talk contribs created page Module:Base64 (Created page with "-- Make some functions easier to write local floor = math.floor local sub = string.sub local gsub = string.gsub local rem = table.remove -- Our base64 value table local base64 = { ['A']=0,['B']=1,['C']=2,['D']=3,['E']=4,['F']=5,['G']=6,['H']=7,['I']=8, ['J']=9,['K']=10,['L']=11,['M']=12,['N']=13,['O']=14,['P']=15,['Q']=16, ['R']=17,['S']=18,['T']=19,['U']=20,['V']=21,['W']=22,['X']=23,['Y']=24, ['Z']=25,['a']=26,['b']=27,['c']=28,['d']=29,['e']=30,['f']=31,[...")