Jump to content

Vb[res'in Exe'sini Çıkartıyor Ama Çalıştırmıyor]


BeyazEylem

Recommended Posts

visual basic te Resource Editör ile hack.exe yi içine koydum CUSTOM 101 kodu söyle yaptım

Private Sub Command1_Click()

cikart

Shell "hack.exe"

End Sub

Public Sub cikart()

Dim resbytes() As Byte

resbytes = LoadResData(101, "CUSTOM")

Dim no As Byte

no = FreeFile

Open App.Path & "\hack.exe" For Binary As #no

Put #no, , resbytes

Close #no

End

End Sub

cikartiyor ama açmıyor hemen formu kapatıyor neden olabilir?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...