Exemplo n.º 1
0
 private void scriptHubButton_Click(object sender, RoutedEventArgs e)
 {
     NamedPipes.LuaPipe("loadstring(game:HttpGet(\"https://fluxteam.xyz/scripts/Fluxus/scripthub.txt\", true))()");
 }
Exemplo n.º 2
0
 private void imGuiButton_Click(object sender, RoutedEventArgs e)
 {
     NamedPipes.LuaPipe("imgui()");
 }
Exemplo n.º 3
0
 private void execButton_Click(object sender, RoutedEventArgs e)
 {
     NamedPipes.LuaPipe(textEditor.Text);
 }