Posted: Mon Mar 28, 2016 2:43 pm Post subject: JSON modules for lua
hi guys... came across a trainer that uses require ("json"); JSON.decode() and JSON.encode()
trying to run it gives me errors that
Code:
http = require("socket.http");..."]:2: module 'json' not found:
no field package.preload['json']
no file '.\json.lua'
no file 'D:\hacks\Cheat Engine 6.4\lua\json.lua'
no file 'D:\hacks\Cheat Engine 6.4\lua\json\init.lua'
no file 'D:\hacks\Cheat Engine 6.4\json.lua'
no file 'D:\hacks\Cheat Engine 6.4\json\init.lua'
no file 'json.lua'
no file 'C:\Users\Dell\Documents\My Cheat Tables\json.lua'
no file '.\json.dll'
no file 'D:\hacks\Cheat Engine 6.4\json.dll'
no file 'D:\hacks\Cheat Engine 6.4\loadall.dll'
no file 'D:\hacks\Cheat Engine 6.4\clibs\json.dll'
no file 'D:\hacks\Cheat Engine 6.4\clibs\loadall.dll'
no file '.\json51.dll'
no file 'D:\hacks\Cheat Engine 6.4\json51.dll'
no file 'D:\hacks\Cheat Engine 6.4\clibs\json51.dll'
no file 'D:\hacks\Cheat Engine 6.4\\clibs64\json.dll'
no file '.\clibs64\json.dll'
which tells me im missing some files to be able to handle jsons...
where do i find the files...and...
where do i find more info on using//working with jsons on LUA?
i found that the game im hacking makes use of jsons aswell, so want to see if lua can be of any use
Last edited by Ludwig on Mon Mar 28, 2016 4:49 pm; edited 1 time in total
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum