Jump to content

Finding Location?


Recommended Posts

Hello all. I'm pretty new to this scripting.

Func Function1()
     ;;Here comes the walking script.
 Endfunc

 While 1
 HotKeySet("{F1}","Function1")
 Wend

Example i have the X and Y and Z of the area of my game, and i want when they press F1, it walks (Pressing W) towards the X,Y,Z. Is that possible?

Link to comment
Share on other sites

Hello all. I'm pretty new to this scripting.

Func Function1()
     ;;Here comes the walking script.
 Endfunc

 While 1
 HotKeySet("{F1}","Function1")
 Wend

Example i have the X and Y and Z of the area of my game, and i want when they press F1, it walks (Pressing W) towards the X,Y,Z. Is that possible?

Maybe read this before posting again...http://www.autoitscript.com/forum/forum-2/announcement-13-forum-rules/

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

No, its for my own Sa-Mp server, I scripted my own server on SAMP. (Sanandreas Multiplayer) And i want to give all of my players this script so they'll walk automatically to the coordinates. So its for my own server, which i allow you can use bots.

Link to comment
Share on other sites

Func Function1()
     ;;Here comes the walking script.
 Endfunc

 While 1
 HotKeySet("{F1}","Function1")
 Wend

Learn the autoit basics first... because this already have something wrong.

Anyway AutoIt don`t do magic and we too.

Edited by monoscout999
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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