Harpoons BUG Script :)

04/18/2014 02:50 lmsms#16
Script fails a lot. Most times it doesnt stop shoot.
04/18/2014 09:18 massino901#17
what it does exactly?
04/18/2014 09:22 CinevaDeUndeva#18
Script works well for me but i would ask the creator if he can make the same bug for elite balls:)would be awesome
04/18/2014 11:43 Golden|Power#19
Quote:
Originally Posted by -joe View Post
slow enough,it is not possible to accelerate somehow? :)
Yes, it is possible, you open a new autoit3 script and edit this :

#include <Misc.au3>
#include <MsgBoxConstants.au3>

Local $hDLL = DllOpen("user32.dll")
While 1
Sleep(10)
If _IsPressed("57",$hDLL) Then
Send("{1}")
Sleep(500)
Send("{q}")
Sleep(200)
Send("{2}")
Sleep(100)
Send("{e}")
Sleep(7000)
EndIf
WEnd

You can edit in this script all where is sleep(*)
* = [This is in ms , 1000ms = 1 sec.]

-GP
04/18/2014 12:39 -joe#20
Unfortunately, I don't understand it :D
someone could do it for me? or is for who faster? :)
04/18/2014 12:59 Golden|Power#21
Quote:
Originally Posted by -joe View Post
Unfortunately, I don't understand it :D
someone could do it for me? or is for who faster? :)
Dude just replace the sleep(700) with sleep(300) it wil be faster with 400ms, what you don't understand.. Sorry, but I am not the right person, who can me manipulated by others..

-GP
04/18/2014 13:10 -joe#22
Sorry that i'm stupid, But where I shall exchange these ?
With a what kind of program?
You would know a link about the program to give?
I'm sorry that I do not understand Master
04/18/2014 13:56 Golden|Power#23
Master :

- AutoIt3, see my first post ^^.
- You open the progam put the code from the first post, and edit the sleep(here you edit).

Don't forget that its in ms ( 1000ms=1sec).

-GP
04/18/2014 14:14 -joe#24
[Only registered and activated users can see links. Click Here To Register...]
Which is it?
You can send a picture of where to enter?
please, thanks for helping :)
04/18/2014 16:20 vieira72#25
how this works ?
04/18/2014 19:37 CinevaDeUndeva#26
Quote:
Originally Posted by vieira72 View Post
how this works ?
Just read above replys and youll find out and about this kind of script...is possible to make same for cannon balls?
04/18/2014 21:20 vieira72#27
Quote:
Originally Posted by Golden|Power View Post
Master :

- AutoIt3, see my first post ^^.
- You open the progam put the code from the first post, and edit the sleep(here you edit).

Don't forget that its in ms ( 1000ms=1sec).

-GP
Hi my dear, please... i did not understand very well can you explain to me ... which is the main objective of this bug ?
04/18/2014 21:32 Golden|Power#28
Quote:
Originally Posted by vieira72 View Post
Hi my dear, please... i did not understand very well can you explain to me ... which is the main objective of this bug ?
From what I understand from others, I could also be wrong.. You could shoot a
a 50 damage harpoon and a elite one ( like 250dmg & 500), at the same time.

-GP