Jump to content

Newbie <-need help


Hybrid
 Share

Recommended Posts

Hello dear AutoIT community...im new on forum

Im a 12 years kid :| i want to learn AutoIt

English isnt my first language...my first language is Romanian , im from Romania...

so if someone can tell me all things which i need to learn...

i want to make a hack/bot for S4League

http://s4.en.alaplaya.net/

I dont want to learn AutoIt only for making hacks and bots

I want to learn AutoIt to script programs ... So what i want to know is :

AutoIt its hard as C++?

It takes much to learn? ( i dont rly care about that)

Exist some good tuts or something?

Im waiting ur Reply's

Thank You

Regards~

Link to comment
Share on other sites

Well firstly, I want to say that if you can learn AutoIT effectively at your age, you will impress many people around here.

Unfortunately for you, people are not allowed to talk about game bots on this forum, because it has caused trouble in the past. If you read the forum rules (which are long. Maybe you could split up reading it over a few days) which are here:

http://www.autoitscript.com/forum/forum-2/announcement-13-forum-rules/

Then you will know what the forums let you talk about and what not to talk about.

Anyway, as to whether AutoIT is as hard as C++, I can tell you right now, that I have taken a decent look into C++ and it is not nearly as easy as AutoIT, so for now, AutoIT would be a good place to start, and you can move on to C++ later.

As with all languages, it does require that you spend a fair bit of time working on it, but it will pay of.

And as for tutorials, I reccommend you take a look at AutoIT123, which is here:

And then that will give you a great head start. Once you have downloaded everything you need, the help file will be your best friend. Whenever you are stuck, you can head to that for help. Even experienced AutoIT scripters still do it.

Well, I am wishing you the best of luck with AutoIT. Hope to see you asking questions soon, and eventually sharing a few scripts, no matter how easy you feel they are, everyone has to start somewhere, and all of us can appreciate the effort you will be putting into your scripts.

Link to comment
Share on other sites

There are many good tutorials to have a look at

Couple of things

If your looking to make a Hackbot i wouldnt mention it in these forums or you will be in trouble, we do not allow talk on those kind of things.

If you choose to make normal stuff and develop your bot of the forums thats up to you.

I would say some parts are easier than C++

Start with the helpfile, learn it all and experiment with it then see whare it takes you

Enjoy

And if you get really good at you age you will be fantastic in a few years

Edited by Chimaera
Link to comment
Share on other sites

  • Moderators

Hybrid,

Welcome to the AutoIt forum. ;)

Autoit is much easier than C++ if you are just beginning to learn about coding. :)

I want to learn AutoIt to script programs

Excellent - you are in the right place to learn. Reading the Help file (at least the first few sections - Using AutoIt, Tutorials and the first couple of References) will help you enormously. You should also look at the excellent tutorials that you will find here and here - you will find other tutorials in the Wiki (the link is at the top of the page).

There are even video tutorials on YouTube if you prefer watching to reading. :D

But you need to read the Forum Rules before you post again. You will see that we do not support game bots. :)

So it is just as well that:

I dont want to learn AutoIt only for making hacks and bots

:D

See you soon with some questions that are not about game bots I hope. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

On most forums I have joined, you need to be 13 or a letter from your parents.

Is this the same here?

I don't remember having to tick a box saying I am 13 or older.

Then again, I did use facebook connect, so maybe it got my age from there. Maybe it assumed that I must be over 13 because I have facebook. I would expect that it would have a 13+ age requirement on this forum though, because I am yet to find a forum where there is no age limit.

That said, he may do have his parent's permission.

Edited by Mikeman27294
Link to comment
Share on other sites

  • Moderators

Guys,

He is joking. :)

JohnOne,

We were thinking of introducing a requirement for over-65s to produce a letter from their children stating that the parent knew what a computer was. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

i don't know, but i haven't seen anything here that could hurt a kid that is 12 years old. No porn, no discussions that should not be heard by a 12 year old.. besides maybe some of valiks quotes.

Hahaha Exactly what I was thinking. Up to the 2 dots. Nah I reckon it should be fine. And besides it will be good to have a younger one on the forums, in my opinion, because then we will all remember to keep civil :)
Link to comment
Share on other sites

We were thinking of introducing a requirement for over-65s to produce a letter from their children stating that the parent knew what a computer was. :)

M23

Aren't you going to need one of those soon? ;)

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

  • Moderators

BrewManNH,

A good few years to go yet, thanks! :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

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