Jump to content

Make $10 for a script!


Hyphen
 Share

Recommended Posts

I am willing to pay $10 PayPal (maybe more if you can haggle, but I won't go any less, promise) to anyone who can get with me to make an AutoIt script for a game I play. The script it designed to idle a player on the game - it is not illegal. If your character doesn't move one tile per 10 minutes, it will be disconnected. The game is Graal Online, and chances are, you'd probably have to download the game. I want this script to automatically start the program, connect to a server, and idle for me. My email is *removed* and my AIM is *removed* - please speak with me if you're interested in earning some (probably) easy cash!

Please don't spam this thread with "He won't pay!" responses - it's only $10, if you don't think I will pay, don't help out.

Edited by Jos
Link to comment
Share on other sites

seriously not to bust anyone out of making 10 bucks but that it easy to do...

first dl autoit and then open the help file.... search maybe Run... to run the program, maybe winwait... mouseclick, getpixel all simple ways of accomplishing this

Link to comment
Share on other sites

do you have any code you can show us??

where you have started your script??

8)

No, or I wouldn't be asking for money! :P

Like I said, you'll need to talk to me on AIM or so, and you'll need to download the game, I suppose, to get the correct mouse values and stuff, or at least whatever you guys call it. Basically I want it to click 3 different things, then press the right key, wait 9 mins, press the left key, wait 9 mins, and loop.

Link to comment
Share on other sites

Hi,

my advice is:

Download Autoit and start the AutoIt Window Info. Then you have to look for the window title and the cursor position where you want to click. Describe it like:

Title --> Game bla bla

Position --> X 100 Y 200 left mouse

Position --> X 200 Y 100 right mouse

Some action like --> loop 9 min

and so on.

I think that must be enough to do your script for free. :P

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Run "Graal.exe"

Wait for title: "GraalOnline"

Move cursor to X: 687, Y: 545

Left click...

Wait for title: "GraalOnline.com Server list"

Move cursor to X: 534, Y: 336

Left click...

Wait 1 second...

Move cursor to X: 640, Y: 437

Left click 5 times...

Move cursor to X: 535, Y: 437

Left click...

Move cursor to X: 918, Y: 552

Wait 5 seconds...

-----

Hit the right key 3 times...

Wait 9 minutes...

Hit the left key 3 times...

Wait 9 minutes...

-----

Loop the last 4, boxed-out process.

That's what I want it to do.
Link to comment
Share on other sites

ok heres a suggestion... i made a program that you can use to automate many... many things

First... use the tutorial... heres the pic

Posted Image

here is the tutorial program in autoit

http://www.xpcleanmenu.hostrocket.com/Autoit/XPloit-Pro.au3

heres the program in exe format

http://www.xpcleanmenu.hostrocket.com/Auto...it-Pro-Demo.exe

here is the ini file to automate the demo ( sorry i forgotit )

http://www.xpcleanmenu.hostrocket.com/Autoit/Demo.ini

then here is the actual program in autoit

Posted Image

http://www.xpcleanmenu.hostrocket.com/Autoit/Xpro-Beta.au3

in exe format

ENJOY

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

That's easy. I believe, some guy(in this forum) quickly would do that for you. :P

If I understand you correctly, try this...

$timesToRepeat = 1; here the times to repeat

Run( "Graal.exe" );Run "Graal.exe"
WinActive( "GraalOnline", '' );Wait for title: "GraalOnline"
MouseClick( "left", 687, 545);Move cursor to X: 687, Y: 545, Left click...
WinActive( "GraalOnline.com Server list", '' );Wait for title: "GraalOnline.com Server list", Move cursor to X: 534, Y: 336, Left click...
Sleep( 1000 );Wait 1 second...
MouseClick( "left", 640, 437, 5);Move cursor to X: 640, Y: 437, Left click 5 times...
MouseClick( "left", 535, 437); Move cursor to X: 535, Y: 437, Left click...
;---
For $i=1 to $timesToRepeat
; Move cursor to X: 918, Y: 552, Wait 5 seconds...
    Sleep(300000)
    MouseClick( "right", 918, 552, 3);Hit the right key 3 times...
    Sleep(540000);Wait 9 minutes...
    MouseClick( "left", 918, 552, 3);Hit the left key 3 times...
    sleep(540000);Wait 9 minutes...
Next
;-----
Exit

edit1: Thxs Valuater.

Edited by Josbe
Link to comment
Share on other sites

...The script it designed to idle a player on the game - it is not illegal...

You may be correct about the "legality"...

From graalonline.com:

http://www.graalonline.com/docs/conduct.php?page=2

6. Bug Abuse, Hacks and Trainers

This section refers to creating or using any program or technique resulting in unfair advantage via an undocumented feature or disrupting the datastream to and from the server. Such Memory Edits, Trainers, Anti-Idle Macros, Bots or any other 'hacks' destroy the balance of play in GraalOnline and reduce its effectiveness to remain an entertaining product. While a player may think that abusing a bug for personal gain may not affect others, the fact is that it distorts power, creates imbalances in riches, and is otherwise unfair to players abiding by normal game rules. Players must agree that the consequences of allowing bugs and loopholes to be exploited is so detrimental to the product, that GraalOnline will exercise no tolerance whatsoever for anyone participating in this type of activity.

...but your argument would rest on semantics.

Your AutoIt script probably does not violate the first sentence, so the rest of the paragraph does not apply - unless - the graal software has a feature that attempts to block all keystrokes sent to it via "scripting tools" and you find an "undocumented feature" or "bug" in that software that allows your AutoIt script to send the keystrokes of interest to the game... then IMNSHO, it would be "illegal" to use your AutoIt Anti-Idle script.

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

You may be correct about the "legality"...

From graalonline.com:

http://www.graalonline.com/docs/conduct.php?page=2

...but your argument would rest on semantics.

Your AutoIt script probably does not violate the first sentence, so the rest of the paragraph does not apply - unless - the graal software has a feature that attempts to block all keystrokes sent to it via "scripting tools" and you find an "undocumented feature" or "bug" in that software that allows your AutoIt script to send the keystrokes of interest to the game... then IMNSHO, it would be "illegal" to use your AutoIt Anti-Idle script.

This arguement has been brought up a million times, and it's legal. Just like how people lag themselves for personal advantage, it's legal, because it's something that cannot be proven and can be done otherwise. Things like walking on walls and speedhacking, those are what they are out for.
Link to comment
Share on other sites

Hi Hyphen,

is that what you wanted? Does it work?

Maybe these things can also be helpful.

opt("WinTitleMatchMode", 2)

;opt("MouseClickDelay", TIME)

;MouseClickDelay Alters the length of the brief pause in between mouse clicks.

;Time in milliseconds to pause (default=10).

;opt("MouseClickDownDelay", TIME) Alters the length a click is held down before release.

;Time in milliseconds to pause (default=10).

#cs

;WinTitleMatchMode Alters the method that is used to match window titles during search operations.

;1 = Match the title from the start (default)

;2 = Match any substring in the title

;3 = Exact title match

;4 = Advanced mode, see Window Titles & Text (Advanced)

#ce

HotKeySet("{F2}", "end")

$timesToRepeat = 1; here the times to repeat

Run( "Graal.exe" );Run "Graal.exe"

WinActive( "GraalOnline", '' );Wait for title: "GraalOnline"

MouseClick( "left", 687, 545);Move cursor to X: 687, Y: 545, Left click...

WinActive( "GraalOnline.com Server list", '' );Wait for title: "GraalOnline.com Server list", Move cursor to X: 534, Y: 336, Left click...

Sleep( 1000 );Wait 1 second...

MouseClick( "left", 640, 437, 5);Move cursor to X: 640, Y: 437, Left click 5 times...

MouseClick( "left", 535, 437); Move cursor to X: 535, Y: 437, Left click...

;---

For $i=1 to $timesToRepeat

; Move cursor to X: 918, Y: 552, Wait 5 seconds...

Sleep(300000)

MouseClick( "right", 918, 552, 3);Hit the right key 3 times...

Sleep(540000);Wait 9 minutes...

MouseClick( "left", 918, 552, 3);Hit the left key 3 times...

sleep(540000);Wait 9 minutes...

Next

;-----

Exit

Func end()

Exit (0)

EndFunc ;==>end

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Hi,

too fast :P

Try this -->

opt("WinTitleMatchMode", 2)

;opt("MouseClickDelay", TIME)

;MouseClickDelay Alters the length of the brief pause in between mouse clicks.

;Time in milliseconds to pause (default=10).

;opt("MouseClickDownDelay", TIME) Alters the length a click is held down before release.

;Time in milliseconds to pause (default=10).

#cs

;WinTitleMatchMode Alters the method that is used to match window titles during search operations.

;1 = Match the title from the start (default)

;2 = Match any substring in the title

;3 = Exact title match

;4 = Advanced mode, see Window Titles & Text (Advanced)

#ce

HotKeySet("{F2}", "end")

$timesToRepeat = 1; here the times to repeat

Run( "Graal.exe" );Run "Graal.exe"

WinActive( "GraalOnline", '' );Wait for title: "GraalOnline"

MouseClick( "left", 687, 545);Move cursor to X: 687, Y: 545, Left click...

WinActive( "GraalOnline.com Server list", '' );Wait for title: "GraalOnline.com Server list", Move cursor to X: 534, Y: 336, Left click...

Sleep( 1000 );Wait 1 second...

MouseClick( "left", 640, 437, 5);Move cursor to X: 640, Y: 437, Left click 5 times...

MouseClick( "left", 535, 437); Move cursor to X: 535, Y: 437, Left click...

;---

while 1

; Move cursor to X: 918, Y: 552, Wait 5 seconds...

Sleep(300000)

MouseClick( "right", 918, 552, 3);Hit the right key 3 times...

Sleep(540000);Wait 9 minutes...

MouseClick( "left", 918, 552, 3);Hit the left key 3 times...

sleep(540000);Wait 9 minutes...

WEnd

Func end()

Exit (0)

EndFunc ;==>end

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

So.... th.meger

did you collect the money???

8)

Hi Valuater,

no :P I'll be blowed if I'll do it. I thnik your idea to donate the money to autoit is the right and best way.

I´m not very good in autoit, but I´m still upgrading my skill day by day. :lmao: So it´s big fun to me, if I´m able to help, by now.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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