Jump to content

dnsi

Active Members
  • Posts

    170
  • Joined

  • Last visited

Everything posted by dnsi

  1. Add sleep(1000) to it
  2. Is it possible to inject a dll into a program?
  3. Nonononononono.......................... So i want the application to be a councel application
  4. Smoken you can use your nifty UPX decompiler to decompile this project and release it lols
  5. use the TCPAccept Function o.o
  6. Well Does anyone... Like a script or somehting...
  7. I already posted the source.
  8. Not It. I wanted that to be so when you double click the EXE it is in a Command Prompt Mode.
  9. This is just a new way of changing your ip address. It works for me cause the release/refresh thingy doesn't work.
  10. Of cource you've never seen that. I leached off of me hacking forums... lol
  11. Why does everyone think that people post viruses???
  12. Is there a Function That when you double click the executed file it pops up commandprompt and runs there?
  13. 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...
  14. 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
  15. Wasn't This posted a year ago?
  16. Does anyone know how to peek at the opcodes in a process and store it in an array?
  17. When it loops it doesn't miss any information... This just rebrodcasts the information to other computer that are clients of this server.
  18. It loops thou i dont think so... you should see if it crashes...
  19. The Newer update... There was an error that says:End IF with no matching IF...
  20. No Not Really. Its like a Batch file: echo "INPUT DATA"
  21. 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
  22. 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?
  23. Can you tell me what that is?
  24. 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.
  25. MisSpelling...
×
×
  • Create New...