Difference between revisions of "Template:Protection"

From Cheat Engine
Jump to navigation Jump to search
(Initial Template Creation.)
 
m (Major overhaul of the template.)
 
Line 1: Line 1:
<div style="width:420px; border:1px solid #4A90E2; background:#F7FBFF; margin:0.8em 0; font-family:monospace;">
+
<div style="display:flex; flex-wrap:wrap; gap:0.85em; margin:0.9em 0; font-family:monospace; align-items:flex-start; max-width:760px;">
<div style="background:#E8F2FF; color:#1F4E79; font-weight:bold; padding:0.45em 0.65em; border-bottom:1px solid #4A90E2;">
+
 
Protection Related Lua Functions
+
<div style="flex:1 1 300px; min-width:270px; max-width:380px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Process Protection
 
</div>
 
</div>
<div style="padding:0.55em 0.75em; line-height:1.7;">
+
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
[[Lua:activateProtection|activateProtection]]<br>
+
<span style="color:#4A90E2;">◆</span> [[Lua:activateProtection|activateProtection]]<br>
[[Lua:enableDRM|enableDRM]]<br>
+
<span style="color:#4A90E2;"></span> [[Lua:enableDRM|enableDRM]]
[[Lua:encodeFunction|encodeFunction]]<br>
 
[[Lua:decodeFunction|decodeFunction]]
 
 
</div>
 
</div>
 +
</div>
 +
 +
<div style="flex:1 1 300px; min-width:270px; max-width:380px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Function Encoding
 +
</div>
 +
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
 +
<span style="color:#4A90E2;">◆</span> [[Lua:encodeFunction|encodeFunction]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:decodeFunction|decodeFunction]]
 +
</div>
 +
</div>
 +
 
</div>
 
</div>

Latest revision as of 00:12, 27 June 2026

Process Protection

Function Encoding