Advertisement
GustasRBLX

Untitled

Jun 6th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (this.listBox1.SelectedIndex != -1)
  2. {
  3. api.ExecuteScript(System.IO.File.ReadAllText("scripts\\" + this.listBox1.SelectedItem.ToString()));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement