• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

AutoIT Sound Recorder Windows app

Status
Not open for further replies.

rayane888

LvL-23
User
Joined
Dec 5, 2011
Messages
131
Reputation
0
Reaction score
735
Points
93
Credits
0
‎13 Years of Service‎
44%
[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]

 
Status
Not open for further replies.
Back
Top