Advertisement
BLOCKLY18

thinggg

Jul 31st, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. $prompt({
  2. title: "Windows 93 Store — Made by Blockly",
  3. icon: "/c/sys/skins/w93/store.png",
  4. img: "/c/sys/skins/w93/store.png",
  5. help: "<h4>Windows 93 Store &#92; FAQ</h4>\n<b>I can't find the app I just installed.</b>\nYou probably didn't enter the name correctly. If you did, it's probably on your desktop.\n\n<b>How do I know what the exe for an app is?</b>\nThere are 2 ways you can find out:\n1. When you click Start then go in the 'Programs' dropdown menu, it shows the names of all exes (The black text is the exe).\n2. Entering 'help' into the terminal will show all exes/commands.\n\n<b>It says 'Having trouble getting apps' when I open the store?</b>\nTry connecting to internet, <s>dumbass</s>.\n\n<i>Any other questions?</i>\n<textarea placeholder='Whatever you type in here wont be sent to anyone therefore no one can answer your question'></textarea>",
  6. btnOk: "Install",
  7. btnCancel: "Leave Store",
  8. msg: "Welcome to the Windows 93 Store. Here, you\ncan install new apps, or reinstall deleted apps.\nClick the ? button for help.\n\nEnter the exe that you want to download."
  9. }, '', function(ok, text){
  10. if (ok) {
  11. var e = $alert.progress("Installing " + text + ".exe...");var num=0;setInterval(function(){e.update(++num);},100);setTimeout(function(){$store.set('desktop/New app.lnk42', '{"exe":"' + text + '"}'); $alert({title: "Installation Complete", icon: "/c/sys/skins/w93/store.png", img: "/c/sys/skins/w93/apps/lab.gif", msg: text + ".exe has been installed.\n<b>It should appear on your desktop once you reboot Windows 93.</b>", sound: "alert", btnOk: "Thanks !"});$notif('Installation Complete','<img src="/c/sys/skins/w93/install.png" width="30"> New app.lnk42 has been installed')}, 12250);
  12. }
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement