sanddoctor Posted June 24, 2010 Posted June 24, 2010 Hi I want to know if there is a script can help me out. When I press and hold "w" down but it must be shift+w (w=shift+w). Is this possible and if ppl r kind enough to help can they write the whole script? A bonus help: Is there a script that implies for instance I press "r" it will left click the mouse right away? Cheers
kaotkbliss Posted June 24, 2010 Posted June 24, 2010 1. read the announcement on bots2. can they write the whole script?we don't do that here, we help people learn to do it themselves. 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
sanddoctor Posted June 24, 2010 Author Posted June 24, 2010 (edited) Thx for nothing. If u dont mind to help why even bother to reply? I've messed with this script a bit: HotKeySet("{,}", "_xxx") HotKeySet("+{,}", "_xxx") $x_hotkey = "{3}" $aa_hotkey = "{4}" $uu_hotbar = "{f1}" $cc_delay = "530" While 1 sleep(1) WEnd Func _SwordBoard() If WinActive ("xxxxx") Then Send($x_hotkey) Send($uu_hotbar) Sleep($cc_delay) Send($aa_hotkey) Else HotKeySet("{+}") Send("{+}") HotKeySet("{+}", "_xxx") EndIf EndFunc func _Exit() Exit EndFunc somehow I need to add w as shift+w as mntioned above Func ShiftUp() Send("{w up}") EndFunc Edited June 24, 2010 by sanddoctor
Moderators Melba23 Posted June 24, 2010 Moderators Posted June 24, 2010 sanddoctor,Thx for nothing. If u dont mind to help why even bother to reply?kaotkbliss was trying to be helpful. He was pointing out that we do not support game bots here. Nor do we write code for others - think of the old saying: "Give a man a fish, you feed him for a day; give a man a net and you feed him forever". We try to be net makers and repairers, not fishmongers.So, do not expect much help - unless you decide to do something useful rather than trying to cheat a game. M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
sanddoctor Posted June 24, 2010 Author Posted June 24, 2010 (edited) Well I'm looking for a friendly help:) I just dont understand this flame. My RL office I help ppl not matter how ridicules or how lazy they might. Yes I could reject most of them. It's not cheating otherwise the devs would ban the players and we wouldnt have G keyboards. Edited June 24, 2010 by sanddoctor
Tvern Posted June 25, 2010 Posted June 25, 2010 Well I'm looking for a friendly help:) I just dont understand this flame.People post questions about bots pretty much every day here, regardless of the clear rule against it. The reason for that rule being there (I assume) is that if botters would get help here, the forum would get overrun with them and more importantly the devs just don't want autoit to be "that language they use for game bots".Melba and Kaotkbliss where not flaming, out of a desire to be assholes, they where just telling you that you will get nowhere on this forum with this topic. In fact their posts can hardly be regarded as offensive at all.If you had a question that did not involve botting a game they would probably have been very helpfull.It's not cheating otherwise the devs would ban the players and we wouldnt have G keyboards.It's not important if it is cheating, it is not allowed on this forum. Also you shold know Blizzard banned multiple WoW accounts for using G15 macro's. There was a big thing about it.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now