Jump to content

Need Help!


smitty
 Share

Recommended Posts

; Press Esc to terminate script, Pause/Break to "pause"

Global $Paused

HotKeySet("{PAUSE}", "TogglePause")

HotKeySet("{ESC}", "Terminate")

HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d

#include <IE.au3>

$oIE = _IEAttach("Gevalum")

MsgBox(0,"Gevalum Script","Start?")

Func FightAgain()

$oButton = _IEGetObjByName($oIE, "Fightbutton")

_IEAction($oButton, "click")

sleep(5000)

EndFunc

func Cast() ;;;;;;;;;;;;;;;;;;;;i wanna know how to loop this part until the button is gone;;;;;;;;;;;

$oButton = _IEGetObjByid($oIE, "castbutton")

_IEAction($oButton, "click")

sleep(5000)

EndFunc

while 1

FightAgain()

Cast()

WEnd

While 1

Sleep(100)

WEnd

Func TogglePause() ;;;;;;;;;;;;;;;;;pause;;;;;;;;;;;;

$Paused = NOT $Paused

While $Paused

sleep(100)

ToolTip('Script is "Paused"',0,0)

WEnd

ToolTip("")

EndFunc

Func Terminate() ;;;;;;;;;;;;;;;;;;exit;;;;;;;;;;;;;;

Exit 0

EndFunc

Func ShowMessage()

MsgBox(4096,"","This is a message.")

EndFunc

post-29116-1195066063_thumb.jpg

Link to comment
Share on other sites

Just for you information, automation is against our rules.

I would advice you to stop trying to cheat, unless you're ready to face a ban or even an IP-ban.

Thanks,

Data33 - Gevalum Admin.

Say what now? :P
Link to comment
Share on other sites

Alright, to keep it very simple.

If I catch him/her using any sort of script or macro to cheat in my game, I'm going to ban him/her so he/she can't play anymore.

That clear enough? :P

//Data33

Yes suh. Very clear suh.

EDIT: Cause I agree with it too. I dislike bots. I don't like the people that when they learn I can program, they say, "can you make me an autoclicker?" I just go "no." There is way better things I could do in AutoIt, other than clicking around the screen. Its good to have a person on here to stop them at the source. I guess it makes life easier for you admins of the game.

Edited by Bert
Link to comment
Share on other sites

Indeed it does. And he's not the first we've caught here.

We appreciate that you generally shy away from helping them. They're just looking at finding a cheap away around things... don't even bother learning the stuff, just post a half-made macro and say 'help plz!!!'

But, the world has an endless supply of idiots, and I have no doubt it won't stop here.

Regards,

Silwar

Admin of Gevalum

Link to comment
Share on other sites

ok i have stopped tryin to use automated clicking programs but i am a HE not a she and just cause my screen name is the same as someones login info on your game doesn't mean that i am them :P you know who i am i turned myself in

Link to comment
Share on other sites

Anybody that has to post their script for help............well, I won't finish that sentence. Stop trying to script Gev. Leave it to the pros. I dunno what I'm saying. Damn beer bottles keep piling up around here...

IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
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...