Jump to content

Recommended Posts

Posted

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? :mellow:

A bonus help: Is there a script that implies for instance I press "r" it will left click the mouse right away?

Cheers

Posted (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  by sanddoctor
	
	

			
		
  • Moderators
Posted

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

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

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

 

Posted (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 by sanddoctor
Posted

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.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...