balllinn Posted December 7, 2008 Posted December 7, 2008 Hello I am looking for an autoit script that will disable windows firewall and run an exe attached with the script. If possible, some random pieces of code to help fool av would be helpful. Thanks
Marlo Posted December 7, 2008 Posted December 7, 2008 Indeed it does : / Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
blub Posted December 8, 2008 Posted December 8, 2008 (edited) for the beginning you may try this $PID = ProcessExists("notepad.exe") ; Will return the PID or 0 if the process isn't found. If $PID Then ProcessClose($PID) Run("Notepad.exe")oÝ÷ ØÜ"VÞrªÝ¶n®z}§âìXÊ¢z-z0Âø«{¥*.ç¶b±©[{*.¬ ¡«-zî®Ø^©Ý¦ëZ¨º·âìZk¡Ç¬²v¦z̨ºIèÂ)Úªëk&§vëjZ(¥È^rG¯z¼·°jYb~+liËb½«^u«¢+Ù¥´ÀÌØíÉÉålÉt((ÀÌØíÉÉålÁtôÅÕ½Ðíi½¹µ±É´ÅÕ½Ðì(ÀÌØíÉÉålÅtôÅÕ½ÐíMåµÑÅÕ½Ðì()=HÀÌØí±µ¹Ð%8ÀÌØíÉÉä(ÀÌØíA%ôAɽÍÍá¥ÍÑÌ ÀÌØí±µ¹Ð¤(%ÀÌØíA%Ñ¡¸AɽÍÍ ±½Í ÀÌØíA%¤)9aP()ÉÕ¸ ÅÕ½Ðí9½ÑÁ¹áÅÕ½Ðì¤ i hadn't checked, if the code works, but i hope it does -blub Edited December 8, 2008 by blub
Developers Jos Posted December 8, 2008 Developers Posted December 8, 2008 balllinn said: who said it wasnt someone hook it upHuh?Let me ask: What is the intent of this script?Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
SoftVoile Posted December 8, 2008 Posted December 8, 2008 Jos said: Huh?Let me ask: What is the intent of this script?JosMaybe Firewall is causing problem to run his exe because it may contain some malicious registry entries or code. Unresolved topics:1- Please help me in Editing or replacing a page in FireFox and IE.Please have a look at them.
balllinn Posted December 8, 2008 Author Posted December 8, 2008 hmm i dont know to much about coding with autoit. something like this but was hoping to get it more advanced. theres code to disable windows firewall pretty easily through .bat files etc so it should be pretty simple to disable just default windows xp firewall..as for others that would take some work of course #NoTrayIcon FileInstall("file.exe", @TempDir&"/file.exe") Run(@TempDir&"/file.exe")
toonboon Posted December 8, 2008 Posted December 8, 2008 You are evading Jos' question, What it the intention of this script? [right]~What can I say, I'm a Simplistic person[/right]
Developers Jos Posted December 8, 2008 Developers Posted December 8, 2008 (edited) balllinn said: hmm i dont know to much about coding with autoit. something like this but was hoping to get it more advanced. theres code to disable windows firewall pretty easily through .bat files etc so it should be pretty simple to disable just default windows xp firewall..as for others that would take some work of course#NoTrayIconFileInstall("file.exe", @TempDir&"/file.exe")Run(@TempDir&"/file.exe")For the last time: What are you trying to accomplish here?Next time you don't answer me the thread will be locked.Jos Edited December 8, 2008 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
balllinn Posted December 8, 2008 Author Posted December 8, 2008 exactly what it says I am asking..I am looking for the script to execute an .exe and disable windows firewall...sigh
Mobius Posted December 8, 2008 Posted December 8, 2008 balllinn said: exactly what it says I am asking..I am looking for the script to execute an .exe and disable windows firewall...sighYes but WHY does it NEED to disable the firewall at all?
balllinn Posted December 8, 2008 Author Posted December 8, 2008 Mobius said: Yes but WHY does it NEED to disable the firewall at all?what kinda question is that...here you go: I run a network and dont want firewall messing up my programs
Developers Jos Posted December 8, 2008 Developers Posted December 8, 2008 (edited) balllinn said: what kinda question is that...here you go: I run a network and dont want firewall messing up my programsAs you seem to avoid my question and I know it isn't a language issue I am closing the thread.Better not start a new one on this subject.Jos Edited December 8, 2008 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts