jose Posted October 9, 2005 Posted October 9, 2005 I want to run a hello world message box while running a script..the script is asm,,i want it to run while the message box is making it run. i have no idea
LxP Posted October 9, 2005 Posted October 9, 2005 Welcome to the forums!MsgBox() pauses the script until it is dismissed. If you would like to display a box while performing an operation, you can use SplashTextOn() or write your own GUI (see the help file for more information).
jose Posted October 9, 2005 Author Posted October 9, 2005 Welcome to the forums!MsgBox() pauses the script until it is dismissed. If you would like to display a box while performing an operation, you can use SplashTextOn() or write your own GUI (see the help file for more information).ty well yeah this is for a hack which is detected and i am suppose to run many scripts and see which one of the files gets detected. The certain file that gets detected i have to modify. I just need to know how to run a certain part of the hack to test which is detected.
LxP Posted October 9, 2005 Posted October 9, 2005 I'm sorry but I don't understand. Is this 'hack' an AutoIt script? How is something detected and what notification do you receive?...
jose Posted October 9, 2005 Author Posted October 9, 2005 Isolate which section of the program is being detected. Do this by commenting out the .asm files in dragonbot.asm. Running them (while a MessageBox is used to make the file run) and checking if nProtect catches it. Once that happens, you know where you will put your bypass.Running the asm files with i guess a message box..
LxP Posted October 9, 2005 Posted October 9, 2005 Hmm... As far as I know, message boxes can't be used to run anything -- or at least not the message boxes that Windows (and AutoIt) displays. Is there an internet address that explains this process in further detail?
this-is-me Posted October 9, 2005 Posted October 9, 2005 (edited) Forget this guy. He is trying CHANGE a VIRUS to make it UDETECTABLE to ANTIVIRUS software. EDIT: the name of the virus is W32.Dragonbot.# or Trojan/dragonbot Edited October 9, 2005 by this-is-me Who else would I be?
Valuater Posted October 9, 2005 Posted October 9, 2005 Forget this guy. He is trying CHANGE a VIRUS to make it UDETECTABLE to ANTIVIRUS software.EDIT: the name of the virus is W32.Dragonbot.# or Trojan/dragonbotthe script is asmanother "asimzameer"???8)
LxP Posted October 10, 2005 Posted October 10, 2005 Nope, just means that we're most likely talking about assembly code... which explains a lot.
jose Posted October 10, 2005 Author Posted October 10, 2005 Im not trying to change a virus, im just hoping to change the script so that nprotect wont flag it. The dragonbot of course gets detected as a virus but has no harm.
LxP Posted October 10, 2005 Posted October 10, 2005 From what I can tell and from what you have described, you don't appear to be working with AutoIt scripts but with assembly code. I'm afraid that AutoIt will not help if I am correct. Sorry.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now