Jump to content

minamon

Members
  • Posts

    4
  • Joined

  • Last visited

minamon's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanks bro it did the work perfectly.. i just added your line DllCall("kernel32.dll", "boolean", "Wow64DisableWow64FsRedirection", "boolean", 1) to the start of my code and every thing worked perfectly
  2. here what i mean Run('cmd',"",@SW_HIDE) Local $hWnd = WinWait("[CLASS:cmd]", "", 1) ControlSend("C:\WINDOWS\SYSTEM32\cmd.exe","","","attrib {+}H {+}S   log.txt{ENTER}") ControlSend("C:\WINDOWS\SYSTEM32\cmd.exe","","","telnet 192.168.1.1 -f 10.txt{ENTER}") Sleep (2000) ControlSend("Telnet 192.168.1.1","","","admin{ENTER}") ControlSend("Telnet 192.168.1.1","","","rtwlan rtdisp{ENTER}") Sleep (1350) WinClose("Telnet 192.168.1.1") Run('cmd',"",@SW_HIDE) Local $hWnd = WinWait("[CLASS:cmd]", "", 1) ControlSend("C:\WINDOWS\SYSTEM32\cmd.exe","","","cd folder{ENTER}") ControlSend("C:\WINDOWS\SYSTEM32\cmd.exe","","","attrib {-}H {-}S 10.txt{ENTER}") where can i add those in your code ... i am new here .. sorry for any mistake
  3. i have converted a .au3 file to exe and i have a 64 bit windows when i chose compile for 64 bit system it works normally but when i un check the 64 bit box .. it says telnet 192.168.1.1 -f 9.txt 'telnet' is not recognized as an internal or external command... can i compile the .au3 to support 64 & 32 bit ...
×
×
  • Create New...