SolvedSaves.html code help

Posts 1–15 of 15 · Page 1 of 1
Saves.html code help
I have this code, for a lua injection method placed inside of the saves.html file. With today's new update, it no longer works and I can't figure out why. I've checked the update logs and I didn't find anything related. can someone take a look and tell me what's wrong or what needs to be changed?
Code:
<script type="text/javascript"
        script-author="corporal"
        script-desc="Now skiddie friendly!!! 8)">
window.addEventListener('load', function () {
    if (lua && lua.Run)
    {
        /**
         * Opens a file into the game Lua state.
         * @params {String} fileName (...) Files to server into being executed.
         */
        lua.Run("concommand.Add('corporal_file', function(ply,cmd,args)        \
                    for i,v in pairs(args) do                                \
                        local f=file.Open('lua/' .. v, 'r', 'GAME')            \
                        if (!f) then return print('Error opening ' .. v) end\
                        local fs=f:Read(f:Size())                            \
                        f:Close()                                            \
                        RunString(fs)                                        \
                    end                                                        \
                end)");

        console.log('Started the file-open service, use corporal_file [file1], ... to use.');
    }
    else
        console.warn('Lua utilities not found.')
});
</script>
Moved to the "Help" section.

Good luck.
Yeah, happened for me too. I just started using external2 with extreme injector
In the December update garry patched the method to do command.add in a HTML Save You cant change it to work also this has been around for a year so im not surprised it got patched
Hopefully DarkShad0w will bring about a new bypass so I can continue not using a dll/module to inject my shitty Lua hacks.
No matter how unlikely it is for a vac ban, I still rather not risk it with injectors
Quote Originally Posted by dfgaerhaedtrhearhrh View Post
Hopefully DarkShad0w will bring about a new bypass so I can continue not using a dll/module to inject my shitty Lua hacks.
No matter how unlikely it is for a vac ban, I still rather not risk it with injectors
nvmmmmmmmmmmmmmmmmmmmmmmmmmmm
Quote Originally Posted by dfgaerhaedtrhearhrh View Post
Hopefully DarkShad0w will bring about a new bypass so I can continue not using a dll/module to inject my shitty Lua hacks.
No matter how unlikely it is for a vac ban, I still rather not risk it with injectors
DarkShad0w

who
Quote Originally Posted by D3M0L1T10N View Post
DarkShad0w

who
Some account corporal made for mpgh
Quote Originally Posted by dfgaerhaedtrhearhrh View Post
Hopefully DarkShad0w will bring about a new bypass so I can continue not using a dll/module to inject my shitty Lua hacks.
No matter how unlikely it is for a vac ban, I still rather not risk it with injectors
using javascipt to load lua is detected so easily compared to a dll. Any good anticheat would ban you for using javascript. they just need to detour DHTML:ConsoleMessage to see what code you are running. dll's such as external use lua_loadstring or something equivelant which can not be directly detected by lua alone.
Quote Originally Posted by Gorzoid View Post
using javascipt to load lua is detected so easily compared to a dll. Any good anticheat would ban you for using javascript. they just need to detour DHTML:ConsoleMessage to see what code you are running. dll's such as external use lua_loadstring or something equivelant which can not be directly detected by lua alone.
Still can't be Vacced. And I was never picked up using java script. Just my personal experience.
B-But nobodies been vacced in over 9000 years
Its my account and I don't want to take the risk. Deal with it.
Quote Originally Posted by dfgaerhaedtrhearhrh View Post
Still can't be Vacced. And I was never picked up using java script. Just my personal experience.
B-But nobodies been vacced in over 9000 years
Its my account and I don't want to take the risk. Deal with it.
i am vac'd from all hl2.exe games and i can play on every gmod server
Quote Originally Posted by dfgaerhaedtrhearhrh View Post
Still can't be Vacced. And I was never picked up using java script. Just my personal experience.
B-But nobodies been vacced in over 9000 years
Its my account and I don't want to take the risk. Deal with it.
Can't that be vacable in other games
Quote Originally Posted by Gorzoid View Post
using javascipt to load lua is detected so easily compared to a dll. Any good anticheat would ban you for using javascript. they just need to detour DHTML:ConsoleMessage to see what code you are running. dll's such as external use lua_loadstring or something equivelant which can not be directly detected by lua alone.
yes they are going to detour something in the menustate

that is a sick ac
Yea, most say that you just won't be banned from doing injections. But still, I rather not take any chances if I don't absolutely have to.
Quote Originally Posted by dfgaerhaedtrhearhrh View Post
Yea, most say that you just won't be banned from doing injections. But still, I rather not take any chances if I don't absolutely have to.
Literally no one has been banned for injections for the past year or two.
Posts 1–15 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?