packager icon indicating copy to clipboard operation
packager copied to clipboard

What can be done with eval?

Open BlurryKnight opened this issue 2 years ago • 4 comments
trafficstars

Basically, what can you do with eval? 👀 It does sound cool and i know you can add steam achivements with it, but what else can you do with it? Cheers

BlurryKnight avatar Nov 29 '22 16:11 BlurryKnight

Everything you can do with JavaScript, you can just do with eval. You can create objects in the html file, make api calls, use the vm and so on.

TheShovel avatar Nov 29 '22 19:11 TheShovel

Honestl, i have no clue what most of that means lmao. Can you give me any specific example? XD Surley sounds interesting tho!

BlurryKnight avatar Nov 29 '22 23:11 BlurryKnight

JavaScript, like alert("Your text here");. If you are not familiar with it, you can check out https://developer.mozilla.org/en-US/docs/Web/JavaScript

TheShovel avatar Nov 30 '22 09:11 TheShovel

Honestl, i have no clue what most of that means lmao. Can you give me any specific example? XD Surley sounds interesting tho!

Add/remove sprites, make web requests, show prompts, and more (anything an unsandboxed extension can do).

CST1229 avatar Nov 30 '22 13:11 CST1229