Jump to content

Recommended Posts

Posted

I want to create an edit box which it will generate info on what the program is currently doing... well, could you plz tell me the command? :lmao: . Or is there another box which can do this thing? thx 4 the help o:)

-=][ Learning to be a master ^.^] [=-

Posted

Hi,

what u mean by "what the program is currently doing" ?

Andre

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Posted

Actually I'm making a bot for an online game. So, I want the program to say what is it currently doing. Say, the program is attacking the monster, in the autoIT form it will say, "Attacking", like that.... :lmao:

-=][ Learning to be a master ^.^] [=-

Posted

Ok,

Then u need to write a kind of logic that monitors your game and then write it to an Msbox/EditBox....

Andre

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Posted

yeah that's what I'm actually asking, how to write it in the edit box, in the tutor of autoIT it doesn't say how to write things in edit box.

and isn't the edit box can be written by the user who is running the program? How to make it uneditable? thx.... Or am I wrong? :lmao:

-=][ Learning to be a master ^.^] [=-

Posted (edited)

GuiCtrlSetData ( $editbox, "Attacking a monster" )

if you are using gui

Edited by Xenogis

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Posted

Hi,

Perhaps an Tooltip is also an idea

ToolTip('This is my text',0,0)

Writes 'This is my text' at the top left screen position

Andre

What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Posted

GuiCtrlSetMsg ( $editbox, "Attacking a monster" )

if you are using gui

<{POST_SNAPBACK}>

I think it should be GuiCtrlSetData right? :lmao:

-=][ Learning to be a master ^.^] [=-

Posted

yes, i will fix that (wasn't really thinking correctly)

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

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
×
×
  • Create New...