Author Id: 12296 Author Name: cosarara97 Post Content: [QUOTE][url=http://wahackforo.com/showthread.php?p=196126]Iniciado por FM~[/url] Cosa, ¿qué tiene de diferente esta herramienta, en comparación a XSE?[/QUOTE] Las diferencias más importantes son: [LIST] [*]Es multiplataforma [*]Soporta etiquetas como las del ejemplo 1 [*]Soporta estructuras como las del ejemplo 2 [*]Es mío, y no está escrito en VB6 [/LIST] Ejemplo 1: #dyn 0x800000 #org @main :patata msgbox @text callstd 6 jump :patata end #org @text = lalalalalala Ejemplo 2: #dyn 0x800000 #org @main if(0x3000) { while(0x4000 < 3) { msgbox @text callstd 6 addvar 0x4000 1 } } else { msgbox @text2 callstd 6 } end #org @text = lalalalalala #org @text2 = lelelelelele