Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 01:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Is this a glitch in HTML or part of AUTOiT3 code?

Discussion on Is this a glitch in HTML or part of AUTOiT3 code? within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 0
Is this a glitch in HTML or part of AUTOiT3 code?

Below you'll see this
&#036
It's making Autoit3 error out.

I pulled this script form another post on here. I know some Autoit3 but not enough to read colors and perform actions based off that. I can click buttons, loops, pause button, mouse clicks, background clicks, etc.

But I can't figure out what &#036 means. It's giving an error. I can't tell if it's one of those HTML errors and if it's supposed to be another character or what.

See below:



MsgBox(0,"Chat Friendly ini addition","Move mouse over first attack")
$temp = MouseGetPos()
IniWrite("Vamp.ini","chat","Attack1posx",$tem p[0])
IniWrite("Vamp.ini","chat","Attack1posy",$tem p[1])
MsgBox(0,"Chat Friendly ini addition","Move mouse over second attack")
$temp = MouseGetPos()
psychoninja911 is offline  
Old 02/05/2016, 20:08   #2
 
°Incinerate's Avatar
 
elite*gold: 400
Join Date: Jun 2011
Posts: 513
Received Thanks: 101
The Dollarsymbol is defines a variable.



This is the correct code:
Code:
MsgBox(0,"Chat Friendly ini addition","Move mouse over first attack")
$temp = MouseGetPos()
IniWrite("Vamp.ini","chat","Attack1posx",$temp[0])
IniWrite("Vamp.ini","chat","Attack1posy",$temp[1])
MsgBox(0,"Chat Friendly ini addition","Move mouse over second attack")
$temp = MouseGetPos()
°Incinerate is offline  
Old 02/05/2016, 20:37   #3
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by °Incinerate View Post
The Dollarsymbol is defines a variable.



This is the correct code:
Code:
MsgBox(0,"Chat Friendly ini addition","Move mouse over first attack")
$temp = MouseGetPos()
IniWrite("Vamp.ini","chat","Attack1posx",$temp[0])
IniWrite("Vamp.ini","chat","Attack1posy",$temp[1])
MsgBox(0,"Chat Friendly ini addition","Move mouse over second attack")
$temp = MouseGetPos()
Yeah I googled and found that, but I didn't remove the ; when editing the code.
So mine said $;temp and gave me an error.

Almost figured it out on my own :P

Thanks a bunch though, I appreciate it.
psychoninja911 is offline  
Old 02/06/2016, 10:39   #4
 
°Incinerate's Avatar
 
elite*gold: 400
Join Date: Jun 2011
Posts: 513
Received Thanks: 101
The semicolon is just for a comments.
°Incinerate is offline  
Reply


Similar Threads Similar Threads
[C#] Zeile aus einem HTML Quellcode anzeigen / Get a line from a HTML source code
01/16/2016 - .NET Languages - 4 Replies
Hallo! Ich möchte mir einen 'Tool' schreiben. Wenn ich einen link eingebe in eine box, und dann auf 'Quelle' drücke, soll mir das Ding dann den HTML Code zeigen. Das habe ich hin bekommen. Jedoch möchte ich es jetzt so machen dass es eine bestimmte Zeile nur gezeigt wird. z.B. dass wenn ich die Seite Gute Fragen - hilfreiche Antworten - die Ratgeber Community gutefrage.net eingebe, soll es mir die Zeile zeigen, nach den Wörter: <meta name="title" content=" Würde das funktionieren?
Welp whit a code (Autoit3)
06/14/2011 - AutoIt - 2 Replies
Hi, I'm trying to create a shotbot for s4 league. Nothing complex. This is the code I've created, but as I am new to this, does not work. While True $color = PixelGetColor (700, 525) If $color = 16711680 Or $color = 16646144 Then MouseClick("left") Sleep(10)
CheatEngine 5.5 Pointer to AutoIt3 Source-Code
02/22/2010 - 4Story Hacks, Bots, Cheats & Exploits - 9 Replies
Mir war gerade mal so danach und da habe ich einen Konverter geschrieben, weil manche sich damit schwer haben die Informationen aus CE in Autoit eintragen. Werden zwar eh die wenigsten brauchen, aber egal xD Funktionsweise: 1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken 2. in meinem Programm auf "Code generieren" klicken 3. In euer Scite gehen und einfügen Hier ist der Source Code vom Programm:
AutoIt3 Normal & Pointer Code Creator
01/16/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 19 Replies
So habe mich mal dran gesetzt und veröffentliche nun erstmal die Beta meines Pointer Code Creator. Was kann das Programm? - Es erstellt nach eingabe von Addressen und erstmaligem scannen automatisch! den code mit der Addresse für AutoIt. - Es Arbeitet mit 5!!! Offsets (1-5 Möglich! Man muss nicht alle nutzen!) - Auch bei Offsets erstellt er den Code (Pointer Code!) - Es nimmt die kürzeste schreibweise der Codes! Und gibt diese Unverschlüsselt wieder d.h. ihr könnt sie direkt! in euren...



All times are GMT +2. The time now is 01:06.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.