
dnsi
Active Members-
Posts
170 -
Joined
-
Last visited
Everything posted by dnsi
-
Add sleep(1000) to it
-
Is it possible to inject a dll into a program?
-
Making Autoit Run In Command Prompt?
dnsi replied to dnsi's topic in AutoIt General Help and Support
Nonononononono.......................... So i want the application to be a councel application -
Smoken you can use your nifty UPX decompiler to decompile this project and release it lols
-
use the TCPAccept Function o.o
-
Scanning The Opcodes In The Address?
dnsi replied to dnsi's topic in AutoIt General Help and Support
Well Does anyone... Like a script or somehting... -
I already posted the source.
-
Making Autoit Run In Command Prompt?
dnsi replied to dnsi's topic in AutoIt General Help and Support
Not It. I wanted that to be so when you double click the EXE it is in a Command Prompt Mode. -
This is just a new way of changing your ip address. It works for me cause the release/refresh thingy doesn't work.
-
Of cource you've never seen that. I leached off of me hacking forums... lol
-
Why does everyone think that people post viruses???
-
Is there a Function That when you double click the executed file it pops up commandprompt and runs there?
-
Put this in a batch file and run it. ipconfig /release netsh interface ip set address name="Local Area Connection" static 10.0.0.10 255.0.0.0 netsh interface ip set address "Local Area Connection" dhcp pause If it isn't working try these steps: type ipconfig in command prompt. Note the party about: Ethernet adapter ******* Change the "Local Area Connection" to the ****** above. Then run it and then check your IP. Don't Just Look... Reply Please...
-
Hello. I am finally back to autoit forums cause i got board of other languages. And so ive created this little program here that alows to to put a 7 Zip file into a JPG file and still see the picture!!! How To Use Put some files into a 7 Zip file and drag the 7 Zip file into the same folder as the FileHider program. Get a random JPG file and drag it into the FileHider folder of the FileHider program. Open FileHider.exe Put the 7 Zip Filename into the 7 Zip Colum. Put the JPG Filename into the JPG Colum. Press Compile. A batch should pop up. Wait a few seconds and a new picture will appear called SecretPicture.JPG This is the picture that has the hidden files. Open the picture and you will see taht its a normal picture. Right click and goto 7 Zip -> Extract Here and you will get the hidden files. EXE is included. And Please Reply... Edit: Since People want the source here it is: #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("File Hider", 290, 141, 363, 283) GUICtrlCreateLabel("Put The Archive and The Picture In This Folder.", 8, 8, 290, 17) GUICtrlCreateLabel("7 Zip Archive Name:", 16, 40, 115, 17) $ZipArchive = GUICtrlCreateInput("", 128, 40, 145, 21) GUICtrlCreateLabel("Picture Hide Name:", 16, 72, 115, 17) $Picture = GUICtrlCreateInput("", 128, 72, 145, 21) $Button1 = GUICtrlCreateButton("Compile", 16, 104, 73, 25, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 $Handle=FileOpen("RunBat.bat",2) Filewrite($handle,"@echo off") FileWrite($Handle,"copy /b " & GUICtrlRead($Picture) & " + " & GUICtrlRead($ZipArchive) & " SecretPicture.jpg") FileClose($handle) Run("RunBat.bat") sleep(2000) FileDelete("RunBat.bat") EndSwitch WEndFileHider.exe
-
Wasn't This posted a year ago?
-
Does anyone know how to peek at the opcodes in a process and store it in an array?
-
When it loops it doesn't miss any information... This just rebrodcasts the information to other computer that are clients of this server.
-
It loops thou i dont think so... you should see if it crashes...
-
The Newer update... There was an error that says:End IF with no matching IF...
-
No Not Really. Its like a Batch file: echo "INPUT DATA"
-
How do you read a Value From Dos: say if you have a autoit file and you run it:c>asd.exe then how do you make it ask you for a primeter? c>asd.exe Enter Something: ddfsadsa
-
Anyone konw how to use autoit and give it a ram address like: 23OEA23 and return the value and the type of value like string integer?
-
Can you tell me what that is?
-
Anyone know how to recive a phone call from Autoit? Accessing the phone like and listening to it through the speaker and send voice through the mic.