Login Register






Alternative @ScriptFullPath filter_list
Author
Message
Alternative @ScriptFullPath #1
Code:
#Include <WinAPI.au3> ;=========================================================================== ; Alternative @ScriptFullPath For Crypters ; Author : M3 ; Used to: Use this When Avs detecting @ScriptFullPath in your Code Stub ;=========================================================================== Func sAppPath() Global $i , $sPath For $i = 0 To StringLen($sPath) $sPath = GetModuleFileNameA($i) Return $sPath Next EndFunc Func GetModuleFileNameA($sProcess) Local $Ret = DllCall("Kernel32","ptr","GetModuleFileNameA","ptr", $i ,"str", $sPath ,"int", 256) If (@error) Or (Not $Ret[0]) Then Return SetError(1, 0, '') EndIf Return $Ret[2] EndFunc

Reply

RE: Alternative @ScriptFullPath #2
Great idea, but since when is Au3 even detected? Or did skids make it detected... Sad
Pierce the life fibers with your drill.

Reply

RE: Alternative @ScriptFullPath #3
(09-18-2012, 12:41 AM)muhammad fakir Wrote: THIS ONE FOR WHAT? I CANT GET ON THIS...

Calling all potato, we don't have any clue whats going on

[Image: Syndrome_of_a_Down.jpg]
Pierce the life fibers with your drill.

Reply

RE: Alternative @ScriptFullPath #4
hahaha nice pic lol... Smile
[Image: hacker.gif]

Reply