GT Proxy Base - Lua
GT Proxy Base - Lua
-- Made By Nubiza#9564
-- https://dsc.gg/nubiza
-- Please don't delete credit!
info = "\nadd_label_with_icon|big|`2Information|left|32|" ..
"\nadd_textbox|`0Credit :)|left|2480|"..
"\nadd_textbox|`9- Nubiza (Gt Proxy Base)|left|2480|"..
"\nadd_textbox|`2*Note : `0If u want re-code this don't delete the
credit :)|left|2480|"..
"\nadd_quick_exit|"..
"\nend_dialog|end|Cancel|Okay|"
----------------------------------------
-- Start The Proxy
----------------------------------------
function on_sendpacket(type, packet)
inputt = "action|input\n|text|"
function log(str)
LogToConsole(nubizaproxy .. str)
end
----------------------------------------
-- Proxy Commands
----------------------------------------
if packet:find(inputt .. "/proxy") then
var = {}
var.v0 = "OnDialogRequest"
var.v1 = proxylist
SendVariant (var);
log("Proxy List")
end
----------------------------------------
-- End Of Proxy Commands
----------------------------------------
end
AddHook (on_sendpacket, "OnSendPacket")