GUIEditor = {
button = {},
window = {}
}
GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], math.random(255),math.random(255),math.random(255) )