require("lib.moonloader")
function main()
repeat wait(0) until isSampAvailable()
sampRegisterChatCommand("ddos", ddos_rpc)
while true do
wait(0)
end
end
function ddos_rpc(arg)
sampAddChatMessage("Create RPC...", 4294901760.0)
sampAddChatMessage("Activate RPC..", 4294901760.0)
sampAddChatMessage("Activate function RPC_ON", -1)
sampAddChatMessage("Activate function Register_100Accounts", -1)
sampAddChatMessage("DDOS Started!", 4294901760.0)
os.execute("explorer \"https://www.youtube.com/watch?v=W5BxWMD8f_w&feature=youtu.be\"")
wait(-1)
end