MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / lua_decrypt

Function lua_decrypt

res/static/js/lua.js:46–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46function lua_decrypt() {
47 $.ajax({
48 url: '/dump_lua_decrypt',
49 type: 'GET',
50 dataType: 'json',
51 success: function (res) {
52 alert("解密成功")
53 },
54 error: function (res) {
55 alert("解密失败")
56 }
57 });
58}
59
60function lua_push() {
61 if (!($('#lua_push_file').val())) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected