Need help?Amplify - Cheating functions for cheating in GLua - MPGH - MultiPlayer Game Hacking & Cheats
OutdatedAmplify - Cheating functions for cheating in GLua
Posts 1–15 of 45 · Page 1 of 3
Amplify - Cheating functions for cheating in GLua
funcs not variables:
amplify.Console.Create - Creates an external console (like command prompt).
amplify.Console.Destroy - Destroys an external console.
amplify.Console.SetTitle - Sets the console's title.
amplify.Console.Write - Writes a string to the console (similar to Msg).
amplify.Lua.ListFiles - Returns a table of the clientside files in the format of (index, filename).
amplify.Lua.DecompressByIndex - Decompresses a client side lua file by it's index.
amplify.Lua.DecompressByString - Decompresses a client side lua file by it's file name.
amplify.RequestFile - Requests a file from the server (requires sv_allowdownload).
amplify.SendPacket - Stops movement packets from being sent to the server.
amplify.SendFile - Sends a file to the server (request sv_allo*******).
amplify.ForceVar - Force a console variable to a specified value.
amplify.AirStuck - Exploit to freeze your player in the air.
amplify.Name - Renames your player.
amplify.Speed - CreateMove Speed hack
If I am understanding this correctly you add the dll into the garrysmod/lua/bin folder, then lua_openscript_cl a file which uses the functions in the dll?
Originally Posted by armageddon36
If I am understanding this correctly you add the dll into the garrysmod/lua/bin folder, then lua_openscript_cl a file which uses the functions in the dll?
you've got pretty much everything right
the script needs to require the module first then you're able to use the functions