it is working 100% and has no issues. I decided not to add a "delete huds", but since its open source you can just make a button and write Hudelem.DestroyAll(); ._.
it is working 100% and has no issues. I decided not to add a "delete huds", but since its open source you can just make a button and write Hudelem.DestroyAll(); ._.

string a = "Hudelem.StoreTextElem(" + (uint)IndexValue.Value + ", " + (int)ClientNumber.Value + ", " + @"""" + metroTextBox1.Text + @"""" + ", " + (double)font.Value + ", " + (double)fontScale.Value + ", " + (float)xValue.Value + ", " + (float)yValue.Value + ", " + (uint)AlignValue.Value + ", " + (float)SortValue.Value + ", " + (uint)R.Value + ", " + (uint)G.Value + ", " + (uint)B.Value + ", " + (uint)A.Value + ");";
Clipboard.SetText(a);
MessageBox.Show(a, "Copied to Clipboard");
// test default Hudelem.StoreTextElem(0, 0, "Your Text Here", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
// test with random values Hudelem.StoreTextElem(100, 17, "By Kiwi_modz", 2, 8, 100, 100, 100, 0, 255, 255, 0, 50);

string a = "Hudelem.StoreTextElem(" + (uint)IndexValue.Value + ", " + (int)ClientNumber.Value + ", " + @"""" + metroTextBox1.Text + @"""" + ", " + (double)font.Value + ", " + (double)fontScale.Value + ", " + (float)xValue.Value + ", " + (float)yValue.Value + ", " + (uint)AlignValue.Value + ", " + (float)SortValue.Value + ", " + (uint)R.Value + ", " + (uint)G.Value + ", " + (uint)B.Value + ", " + (uint)A.Value + ");";
Clipboard.SetText(a);
MessageBox.Show(a, "Copied to Clipboard");
// test default Hudelem.StoreTextElem(0, 0, "Your Text Here", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
// test with random values Hudelem.StoreTextElem(100, 17, "By Kiwi_modz", 2, 8, 100, 100, 100, 0, 255, 255, 0, 50);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.