[TOOL] AutoPlay Project Dumper

Aquí podrás hablar de cualquier tema que no tenga un sección específica.
djdaniell escribió:
13 Oct 2020 23:09
A qué se deberá éste error?
Imagen :crying:

Gracias
edita el proyecto en busca de errores de xml, seguramente haya alguno, si lo arreglas probablemente cargue
Pabloko escribió:
14 Oct 2020 13:54
djdaniell escribió:
13 Oct 2020 23:09
A qué se deberá éste error?
Imagen :crying:

Gracias
edita el proyecto en busca de errores de xml, seguramente haya alguno, si lo arreglas probablemente cargue
Gracias por responder
verificando con editor hexadecimal el offset al que apunta:
Imagen
no veo que podría estar mal, con el visor esa sección es la sgte:

Código: Seleccionar todo

	<Coordinates>
						<Top>584</Top>
						<Right>157</Right>
						<Left>111</Left>
						<Bottom>601</Bottom>
					</Coordinates>
					<TabIndex>-1</TabIndex>
será por el negativo en tabindex?

Saludos
thankias
grax bro
thnx dude
How to secure the program against dump ? Should there be a way?

Pabloko ?
thank you br
:pc: . . .
:tableflip-1414031937: :fu-1414023026:
thanks
MORTEZA420 escribió:
20 Abr 2021 17:59
How to secure the program against dump ? Should there be a way?

Pabloko ?
the beauty of this project dumper is that it uses AMS api only to obtain the source back, for example for scripts it uses Page.GetObjectScript or in the case of objects it uses X.GetProperties wich usually carries a table with most stuff on config... between much other api and specific case handling, for example getting the default data on different object types.

Only a bit of hacking is done in order to know the structure of plugins, either actions or objects, and in order to execute the dumping payload, so theres not much chance to prevent this.

Youre left with specifically targeting this decompiler, for example, if you dont use Application.GetPages, you can mangle it on the binary or loading lua, this decompiler relies on it to work. of course a hacker would notice this and fix properly easily...
Thank you
Muchas Gracias!!!
Thanks
thanks
Pabloko escribió:
06 Jun 2021 19:55
MORTEZA420 escribió:
20 Abr 2021 17:59
How to secure the program against dump ? Should there be a way?

Pabloko ?
the beauty of this project dumper is that it uses AMS api only to obtain the source back, for example for scripts it uses Page.GetObjectScript or in the case of objects it uses X.GetProperties wich usually carries a table with most stuff on config... between much other api and specific case handling, for example getting the default data on different object types.

Only a bit of hacking is done in order to know the structure of plugins, either actions or objects, and in order to execute the dumping payload, so theres not much chance to prevent this.

Youre left with specifically targeting this decompiler, for example, if you dont use Application.GetPages, you can mangle it on the binary or loading lua, this decompiler relies on it to work. of course a hacker would notice this and fix properly easily...
Give an example to prevent it please Thank you
Gracias.
Lets Play!
Kdkdkflčfčfćrćt
Muchas gracias!