Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Sound Recorder Windows app


rayane888

Recommended Posts

[HIDE-THANKS]

;/////////////////////////////////

;//// Level-23 Hacktools

;////

;//// Mr.888

;////

;//// Sound capture

;/////////////////////////////////

 

 

_WinAPI_Wow64EnableWow64FsRedirection(False)

 

$sss = (@ScriptDir & "\8Sound.wav")

 

$time = 2

 

$sExe = "C:\Windows\system32\soundrecorder.exe /file " & $sss & " /duration 00:00:" & $time

 

RunWait($sExe)

 

 

 

;/////// win api for x64 bit Rederiction

 

Func _WinAPI_Wow64EnableWow64FsRedirection($bEnable)

 

Local $aRet = DllCall('kernel32.dll', 'boolean', 'Wow64EnableWow64FsRedirection', 'boolean', $bEnable)

 

If [MENTION=8708]error[/MENTION] Then Return SetError [MENTION=8708]error[/MENTION], @extended, 0)

 

Return $aRet[0]

 

EndFunc

[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.