Jump to content

How to create Macro Bot


BurnOut
 Share

Recommended Posts

This is the link to all Function refferences Here

and here it is the Send command you need to use Send

Also - look here for more useful information.

and a greart tool to use for starters: AutoIt 1-2-3

Edited by enaiman

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

Link to comment
Share on other sites

Where do you want to start?

With the GUI maybe..

Then open the AutoIt3 help file and have a look at GUICreate..

Once you have the Gui you might want to add controls, work out the type of controls you want to use.

Once again look in the AutoIt3 help file under GUI Control Ceation.

Once you have your controls sorted maybe you might want them to actually do something.

Once again look in the AutoIt3 help file in general.....

To do what your after try Planning an attack..

Then Attack your Plan....

I don't think many here in the forums will post an answer to your question unless you can show you've put a bit of effort into writting your own code/script.

I think enaiman has posted exactly what you need to start..

It's a case of learn to crawl before walking so to speak..

I'm aware these answers don't give you what you want straight away , but surely a little research will speed things up.

Cheers

Link to comment
Share on other sites

Such a project is too difficult for a beginner. If you really want to make it (and not others to make it for you) then you should start with basic scripting (that AutoIt 1-2-3 would be a good place) and move to more complicated scripts once you made progresses. Start learning, show some code from your work and ask for help, you will get it for sure.

Ideas for your program?

- use Koda to make the interface

- read about:

- GuiCtrlCreateInput

- GuiCtrlRead

- GuiCtrlCreateButton

- GuiCtrlCreateCombo

- GuiCtrlCreateLabel

- Send

That's for a start.

EDIT: smashly :) we had the same idea at the same time.

What made me edit my post? I've took a second look at the screenshot you posted .... hmmm ... "Flooder", "Password Viewer" ... that doesn't feel so right ... what is that Key Presser used for??

Edited by enaiman

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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