can someone check the code i had added if it is right?
and if it is wrong tell me what to do
Im just trying to contribute in adding more functions to these script..
heres the line of codes :
Is this correct?Quote:
;Toggle to check and not to check so as to reduce in game lag
If ($i = 1) Then
$i = 2
$ToggleTimer = TimerInit()
EndIf
If (WinExists($WinTitle) And TimerDiff($SpamTimer) > $SpamInterval And $SpamEnable = $GUI_CHECKED) Then
$SpamTimer = TimerInit()
ControlSend($WinTitle,'','',$SpamKey)
While 1 = 1 ; the code i added starts here
$i = 0
While $i <= 6
ControlSend($WinTitle,'','','{Right}')
ControlSend($WinTitle,'','','{space}')
$i = $i + 1
WEnd
while $i <= 12
ControlSend($WinTitle,'','','{Left}')
ControlSend($WinTitle,'','','{space}')
$i = $i + 1
WEnd ; the code i added ends here
EndIf
Im trying to add the movement
Right move>loot>Right move>loot>Right move>loot until $i <= 6
and
Left move>loot>Left move>loot>Left move>loot until $i <= 12
Thankyou..
By the way, heres the link of dragonica helper by DragonicaIt






