crafting bot for archlord 2 ?

07/24/2014 12:28 botmasterek#1
just a simple key presser for key F ? anyone could write something like this for me please!!!!!!!
07/25/2014 16:10 joka666#2
here you go (for autoit3 )

will press F randomly between 1.2 to 3.4 seconds as many times as you want (looping script)

07/26/2014 00:46 archlord0000#3
Quote:
Originally Posted by joka666 View Post
here you go (for autoit3 )

will press F randomly between 1.2 to 3.4 seconds as many times as you want (looping script)

What? Is it a joke or a peogram like c++?
07/26/2014 14:05 wimpin#4
Quote:
Originally Posted by archlord0000 View Post
What? Is it a joke or a peogram like c++?
It's a simple AutoIT script, nothing special, but does its job..
07/27/2014 01:30 darkfayte1#5
its absolutely does the job!
I pasted it in and ran it..... works great.
Stood on a node > ran script > walked away from the computer > profit!
07/27/2014 17:54 billclinton#6
Quote:
Originally Posted by darkfayte1 View Post
its absolutely does the job!
I pasted it in and ran it..... works great.
Stood on a node > ran script > walked away from the computer > profit!
can easily be done if you have a gaming keyboard or mouse too.
08/04/2014 20:33 Broke132#7
Hi,

If i try the script, nothing happens... It just pust the AL2 screen on top and that's it... Can anyone explain me what the problem is? How can i solve it? I'll use it to make other stuff, but can't seem to make it work on AL2.

Thanks in advance
08/08/2014 18:59 justa#8
Quote:
Originally Posted by Broke132 View Post
Hi,

If i try the script, nothing happens... It just pust the AL2 screen on top and that's it... Can anyone explain me what the problem is? How can i solve it? I'll use it to make other stuff, but can't seem to make it work on AL2.

Thanks in advance
i believe that the game is preventing the Sendkeys function, i will try to write an application in vb.net and compile it to x64 and see if i can make a simple macro...

EDIT:
For 64 bit users, in order to send keys to AL2, you have to run the application in a 64 bit build and as administrator..
08/09/2014 15:24 Broke132#9
Thx Justa, that just did it, now i can try to make a decent script ^^, not one that just hits a button every millisec
08/09/2014 19:44 justa#10
Quote:
Originally Posted by Broke132 View Post
Thx Justa, that just did it, now i can try to make a decent script ^^, not one that just hits a button every millisec
yes but i noticed that sometimes, AL2 prevents the sendkeys, even if you run in 64 bit and as admin :/ (i'm on win7 ultimate 64 bit)
08/09/2014 20:40 Broke132#11
Exactly what i noticed...that why it works sometimes and sometimes not i suppose... Stupid because even if you make a script, it won't work 100%.

What can cause this? If possible to bypass then it's 'easy' (huhuh) to programm a bot
08/10/2014 14:14 justa#12
Quote:
Originally Posted by Broke132 View Post
Exactly what i noticed...that why it works sometimes and sometimes not i suppose... Stupid because even if you make a script, it won't work 100%.

What can cause this? If possible to bypass then it's 'easy' (huhuh) to programm a bot
it must be the XIGNCODE program that protects the game... I believe the only way to get a bot working will be to bypass, in which case, I have no clue where to begin, I'm still new at programming.

Anyways, I'm more focused on multiclient atm. as soon as I have a fix on that, I will focus more on macros, or more specifically sendkeys or sendmessage, because i need it too.
08/10/2014 16:07 wimpin#13
Quote:
Originally Posted by justa View Post
it must be the XIGNCODE program that protects the game... I believe the only way to get a bot working will be to bypass, in which case, I have no clue where to begin, I'm still new at programming.

Anyways, I'm more focused on multiclient atm. as soon as I have a fix on that, I will focus more on macros, or more specifically sendkeys or sendmessage, because i need it too.
I was already able to start the game without patcher. I think multiclient should not be that hard to do.. And no, I don't play the game, just saved my name.
08/10/2014 16:17 justa#14
Quote:
Originally Posted by wimpin View Post
I was already able to start the game without patcher. I think multiclient should not be that hard to do.. And no, I don't play the game, just saved my name.
I was also able to start the game without patcher.. it was very simple actually, but then XIGNCODE will close all except one client.
08/11/2014 19:16 Broke132#15
Lol, using tutorials i've been messing with it too (Ollydbg etc). But it only ended up in reinstalling the entire thing over and over ^^. I wish i knew more about programming etc... but well not everyone can be good at everything:). Interested in your advancements!

Kind regards and thx for the posts