• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle



  • Huh. This has to be the worst promo site I’ve ever read. Whatever you described here does not seem to be reflected on that notion page.

    You are very clearly selling something, so obviously this is a bad post to begin with, but in an attempt to make fun of the substance itself, I found none that is coherent. Can’t even joke about this, it’s so goofy.

    Edit: I mean come on, what is this even

    Not all digital products are built to protect and perform.

    ZOKO is built to do both with zero theory, zero fluff, and zero BS.

    🧠 You get:

    • Real income systems tested in global markets
    • Scam-prevention + gov-supported survival strategies
    • Multilingual-ready, instantly applicable info
    • Verified insights from field execution (not guesswork)

    No vague advice. No bloated nonsense.

    Just pure tools to earn smarter and safer, anywhere.

    “No vague advice”, aye…

    Edit2: This is actually pretty funny

    • Built for clarity, not gimmicks.

    ✅ You’re not buying ideas. You’re buying results.











  • As far as I’m aware, most of the “dangerous” lua api (io/network etc) is blocked and only available to mods during the startup phase, and not otherwise during runtime.

    But I’m sure there are workarounds. For one, I’ve written mods with rust for it, and you can require and then call any dynamic library through lua, with all of the io and networking you’d want, as long as it is brought in during the init phase. And the mods that do access the “dangerous” api, have to be explicitly given rights to do so (but again, by the server, not the clients) in the config before it works.

    It’s not that bad for the most cases, as long as you trust the server. If playing single player, you personally control which mods get the secure environment access, so at that point it’s entirely your own fault, if you get exploited.