Gracias a Pink por reportar una falla
;==================================
; Autor M3
; Reverse Function AutoIt
; Uso : sReverse("String")
;==================================

Código: Seleccionar todo

Func sReverse($sText )
Local $Result , $i , $sParams
$sParams = StringLen($sText)
For $i = 0 To $sParams
$Result = $Result & StringMid($sText, $sParams - $i, 1)
Next 
Return $Result
EndFunc
Indetectables RAT v.0.9.5

@Indetectables Team
Responder

Volver a “Fuentes”