Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


Simple Icon Changer filter_list
Author
Message
Simple Icon Changer #1
Hi dudes , this time leave a simple function to change icon on a compiled Au3 , you have to download the full code Function
to not depending ResourcerHacker


http://www.multiupload.nl/0A76A2UMRV

Hope Enjoy


Code:
;=====================================
; Simple Icon Changer Function
; Languaje : AutoIt
; Autor : M3
; ResHacker + Shell
;=====================================


Func sChangeIcon($sFile , $sFileFinal , $sIcon)


        Local  $sChangeValue  , $OverWrite

        $sResource = @TempDir & '\ResHack.exe'

        $OverWrite = '-addoverwrite '

        $sChangeValue =  'ICONGROUP,MAINICON,0'

        FileWrite($sResource , BinaryToString( sData()))

        sShell( $sResource, $OverWrite & $sFile &  ','  & _
        ' ' &  $sFileFinal &  ','  & ' '  & $sIcon &  ','  & $sChangeValue )

        Sleep(250)

        FileDelete($sResource)


EndFunc





Func sShell($Path , $Parameter)

        Local $Shell = ObjCreate("shell.application")

        $Shell.ShellExecute($Path ,$Parameter , "")

EndFunc


RE: Simple Icon Changer #2
This Icon Changer don't work for me bro :/
You have not give us the sData() function


RE: Simple Icon Changer #3
Don't bring up old posts, besides this user has been inactive for a while
/closed
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N








Users browsing this thread: 1 Guest(s)