• 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 Remove Zone Identifier Function

Status
Not open for further replies.

DDoSer

The Real DDoSer
User
Joined
Oct 9, 2013
Messages
352
Reputation
0
Reaction score
4,578
Points
243
Credits
0
‎11 Years of Service‎
51%
[HIDE-THANKS]

Code:
>;LeVeL-23.cc

#Include 

Func _RemoveZoneID($sFile)
   If Not _WinAPI_DeleteFile($sFile & ':Zone.Identifier') Then
       Return 1
   EndIf
   Return SetError(1, 0, 0)
EndFunc   ;==>_RemoveZoneID
[/HIDE-THANKS]

This script can remove this:

post_img_090.png
 
Re: Remove Zone Identifier Function

This is for net crypter or nometter?

 
Re: Remove Zone Identifier Function

Its autoit but i guess you can adap to any lenguaje!

 
Status
Not open for further replies.
Back
Top