Jump to content

Recommended Posts

Posted

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

Posted

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).

Posted

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.

Posted

I'm sorry but I don't understand. Is this 'hack' an AutoIt script? How is something detected and what notification do you receive?...

Posted

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..

Posted

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?

Posted (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 by this-is-me
Who else would I be?
Posted

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

the script is asm

another "asimzameer"

???

8)

NEWHeader1.png

Posted

Nope, just means that we're most likely talking about assembly code... which explains a lot.

Posted

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.

Posted

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. ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...