Skill and Learn - How to code and sell ASCII Art and make money with it. 05-02-2024, 01:36 AM
#1
Code:
Example: javascript:prompt("ASCII Code goes here\n\nBy Hacxx", "");
How to sell ASCII text.
Code:
javascript:function customConfirm(message) { window.confirm(message) ? alert("https://www.myasciistore.com/") : alert("https://www.microsoft.com/"); } customConfirm("ASCII Code goes here\n\nBy Hacxx");
1 - Go to https://ascii.co.uk/art/skulls for example
2 - Copy any art to notepad
3 - Add \n at the end of each line from the art
4 - Make the art one liner
5 - Copy the code and replace the "ASCII Code goes here\n\nBy Hacxx" with the art
6 - Change https://www.myasciistore.com/ to your store
7 - Change https://www.microsoft.com/ to anything as the user ain't buying
8 - Copy the js one liner and paste online.
Note: Your can create a store at https://selly.io/
-------------------------------------------------------