____ _ _ | _ \ _____ _| |__ (_)_ __ | | | |/ _ \ \/ / '_ \| | '_ \ | |_| | (_) > <| |_) | | | | | |____/ \___/_/\_\_.__/|_|_| |_|
Title:Wrench Pull
Created:Nov 17th, 2020
Created by: Anonymous
Views: 215
Comments: 0
Username: Anonymous - (Login)
Please note that all posted information is publicly available and must follow our TOS.
auto content = varlist[1].get_string(); std::string netidyarragi = content.substr(content.find("embed_data|netID") + 17, content.length() - content.find("embed_data|netID") - 1); if (content.find("set_default_color|`o") != -1) { // trash bug fix if (content.find("embed_data|netID") != -1) { g_server->send(false, "action|dialog_return\ndialog_name|popup\nnetID|" + netidyarragi + "|\nbuttonClicked|pull"); return true; } }