[Release]Open Source AutoIt Farmbot/Killbot

01/28/2013 19:24 CyberSandler#16
Quote:
Originally Posted by st.jimmy998 View Post
"nerd" question :)
Code:
Send("{1}") ;You can change the "1" in another number, if you have your attack-icon on another place.
Send("{2}") ;You can change the "2" in another number, if you have your pick-up-icon on another place.
Too add more slots from skill bar.


just add this?
*Send("{3}")
and.. save as .exe or .au3?
Thanks again :)
Yep... :)
You can change it to any number you want... you can also add more "Sends" if you want that the Bot also presses other numbers... so you can also use pots automatically and special attacks... :)
02/03/2013 13:31 Audi89#17
Also Atk macht er bei mir aber aufsammeln tut er nix :(
02/16/2013 18:04 wolf005#18
Can I use it on turkish Server ?
02/17/2013 12:20 Simonichi#19
This work with shaiya us aeria games?
02/17/2013 18:47 Kosic#20
Quote:
Originally Posted by wolf005 View Post
Can I use it on turkish Server ?
Try it! This two would take two minutes.

Quote:
Originally Posted by Simonichi View Post
This work with shaiya us aeria games?
Try it! This two would take two minutes.

Greetz,
Kosic
02/18/2013 00:30 SquaLLio#21
So far it seems to be working as intended, the only concern I have, is that it will not select a target. I'm reworking the code now to use "~" but I have to be careful when to use it, otherwise it starts to pull everything...

Am I missing something here? Should it just auto attack the closest target on skill press? Anyway, I appreciate the source code, you're awesome.

p.s. Playing on Shaiya Xtreme pserver.

Edit: I'm new to Shaiya btw, so I'm not familiar with how the combat system is just yet.

Edit 2: Oh, I get it. Need to set attack to 1. Hah
02/20/2013 18:15 wolf005#22
Can i use it on Original servers(us,tr) ???
03/01/2013 20:54 CyberSandler#23
Quote:
Originally Posted by wolf005 View Post
Can i use it on Original servers(us,tr) ???
I think it doesn't work on official Servers ... the Servers are AutoIt-protected... or should be... just test it! :)


And a big thanks to everyone who downloaded my Bot! It is already more then 400 times downloaded!

I've announced, that I will post at the end of february a hack/bot... but I am really stressed with the school and a little project... sorry guys.
03/02/2013 12:19 Hakioshi#24
Quote:
Originally Posted by CyberSandler View Post
I think it doesn't work on official Servers ... the Servers are AutoIt-protected... or should be... just test it! :)


And a big thanks to everyone who downloaded my Bot! It is already more then 400 times downloaded!

I've announced, that I will post at the end of february a hack/bot... but I am really stressed with the school and a little project... sorry guys.
No, worries :p You owe us nothing.
Thanks again.
Do you think the hack/bot will be available for us-shaiya?
03/05/2013 13:27 JoroApostolov#25
With what i should open it :P
03/06/2013 17:45 CyberSandler#26
Just normal... double click on it... then just press F5 to start, F6 to pause it and F6 to exit it... a messagebox should pop up if you start the bot...
03/14/2013 09:35 kurtskull#27
Hi cyber, I would ask for an update with several slot, two slots for magicians not to serve if you have not time to update it, could tell me what program I can use to recreate the program using your script?
03/16/2013 04:50 gibuś#28
222222222222111121111111111112112

only this press bot
03/23/2013 01:16 nikoashura#29
I agree, I would love to know how to add more slots.
03/23/2013 13:57 CyberSandler#30
If you want to add more "Slots" so you can just add some text into the Source...

In this "Section" of the Source :
Code:
func Start()
while(1)
ToolTip('Bot started.',0,0)
Send("{1}") ;You can change the "1" in another number, if you have your attack-icon on another place.
Send("{2}") ;You can change the "2" in another number, if you have your pick-up-icon on another place.
sleep(100)
WEnd
endfunc
Just write
Code:
Send("{3}")
after "Send("{2}")", then the 3rd Slot will be also pressed... or if you want the 4th Slot, just 4, not 3... etc.