Jump to content

Asking for HELP


evilelf
 Share

Recommended Posts

Hello,

I would like to know if some one has made this.

Auto Spam "MSG" After a Repley " Whisper"

it would click on the name then Move mouse Down a little Ctrl C After that it would Alt Tab to Note Pad and SAFE Name. Auto Whisper Back Thank u for Whisper your name will be looked in to and be sent a invite.

just a little AFK Spam BOT.

This would help me alot. If some one has made this can i see what i need to make it look some what like?

If not i will do it myself.

Now for the Support:

Is there a way to just save the name with out Alt Tab?

I will look it up but i just dont know the name for this.

Link to comment
Share on other sites

I posted what i got right now and its not pixel Searching or somthing i Whisper my self it and it does not do the Alt Tab and so on.

I know i messed up.

Global $Paused 
HotKeySet("{PAUSE}", "TogglePause") 
HotKeySet("{ESC}", "Terminate")

WinWaitActive("Guild Wars") 
for $i = 1 to 100; 50 repeats the Number of times.send("{ENTER}"). Change to how many spams. 
Sleep(60000) 
send("{ENTER}") 
sleep(1000) 
Send(" MSG.") ;Add what u like this to say. First Msg. 
send("{ENTER}") 
Sleep(1000) 

; Finds the Whisper
$coord = PixelSearch( 37, 218, 708, 823, 0x77EE77 )
If Not @error Then
MouseMove(0, "X and Y are:", $coord[0] & "," & $coord[5])
MouseClick
MouseMove( 60,872 [,5] )
MouseClick
Send("{CTRLC}")
Send("{CTRLTAB}")
WinWaitActive("Untitled - Notepad")
Send("{CTRLV}")
Send("{CTRLTAB}")
WinWaitActive("Guild Wars")
EndIf

Next


Func TogglePause() 
    $Paused = NOT $Paused 
    While $Paused 
        sleep(100) 
        ToolTip('Script is "Paused"',0,0) 
    WEnd 
    ToolTip("") 
EndFunc 

Func Terminate() 
    Exit 0 
EndFunc
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...