Jump to content

A starter that needs a little bit of help with a script


Recommended Posts

So a friend gave me a script that i use, it is like this

$toolTip_Pos[1] = 0 ;Tooltip top Position

$keyStart = "F5"
$keyEnd = "INSERT"

;  ==> End Configurations
$x = $toolTip_Pos[0]
$y = $toolTip_Pos[1]

$mousex = 20
$mousey = 200

HotKeySet("{f6}", "setmouse")
Init()


Func Action()
    If $scroll[1][1] = 1 Then AdlibRegister("Scroll",$scroll[3][1])
    HotKeySet("{"&$keyStart&"}", "Idle")
    Opt("MouseCoordMode", 2) ;Sets coords  relative coords to the active window
    $mouse = MouseGetPos()
    $mousex = $mouse[0]
    $mousey = $mouse[1]
    DisplayMsg("Activated. Mouse position set; "&$mousex&"," &$mousey)
    $P = 1
    $splashed = 0
    Opt("SendKeyDownDelay", 1)
    For $i = 1 To 2 ;mana + hp max
        $sta[$i] = _MemoryRead($add[$i], $Open, 'dword')
    Next
    While $P = 1
        sleep(150)

        ControlClick($winTitle,"",$handle,"right",1,$mousex,$mousey)

        ;Call("Medicines")
    WEnd
EndFunc

and i can't figure out how to build it.. any clues? im a starter so don't be rude please. :D

Link to comment
Share on other sites

  • Moderators

Pattit,

_MemoryRead, mana and Medicines - would this be for a game by any chance? :huh:

If so, I suggest you read the Forum rules (there is also a link at bottom right of each page). ;)

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

  • Moderators

Hi, Pattit, welcome to the forum. I notice several references to "mana", "hp", and "Medicines. Please read the Forum Rules, especially the part about game automation.

http://www.autoitscript.com/forum/index.php?app=forums&module=extras&section=boardrules

 

Edit: D'oh, didn't see Melba in the thread :)

Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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