Poll: How interesting sound those changes ?
You do not have permission to vote in this poll.
Not interesting at all, go away!

1 3.45%
Yep, why not, you'll probably find something better to do at a later time

5 17.24%
I want it... NOW!

23 79.31%
Total 29 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FastFrench's changes
#26
(02-02-2015, 07:51 PM)dinobot Wrote:  Currently each line is set to 1000 sleep (1sec) before next line out. U can play around with the sleep...
I do 300 for first wave of barb, 200 for first wave of archer, 100 for second wave barb and 50 for second wave archer.. Try play around with the sleep...

The coding was efficient... As it makes the wave customizable

This is what you changed, right? Deadtongue
Code:
if LauchTroop($eGiant, $nbSides, 1, 1, 1) Then
            If _Sleep(1000) Then Return
               EndIf
         if LauchTroop($eBarbarian, $nbSides, 1, 2) Then
            If _Sleep(300) Then Return
               EndIf
         if LauchTroop($eWallbreaker, $nbSides, 1, 1, 1) Then
            If _Sleep(500) Then Return
               EndIf
         if LauchTroop($eArcher, $nbSides, 1, 2) Then
            If _Sleep(200) Then Return
               EndIf
         If _Sleep(1000) Then Return
         If LauchTroop($eBarbarian, $nbSides, 2, 2) Then
            If _Sleep(100) Then Return
               EndIf
         If LauchTroop($eGoblin, $nbSides, 1, 2) Then
            If _Sleep(500) Then Return
               EndIf
         If LauchTroop($eArcher, $nbSides, 2, 2) Then
            If _Sleep(50) Then Return
               EndIf
         If LauchTroop($eGoblin, $nbSides, 2, 2) Then
            If _Sleep(500) Then Return
               EndIf
Reply
 


Messages In This Thread
FastFrench's changes - by FastFrench - 01-27-2015, 03:26 AM
RE: FastFrench's changes - by Konloch - 01-27-2015, 08:47 AM
RE: FastFrench's changes - by Envyus - 01-27-2015, 08:49 AM
RE: FastFrench's changes - by FastFrench - 01-27-2015, 06:52 PM
RE: FastFrench's changes - by Envyus - 01-28-2015, 01:43 AM
RE: FastFrench's changes - by FastFrench - 01-28-2015, 02:35 AM
RE: FastFrench's changes - by FastFrench - 01-29-2015, 02:18 AM
RE: FastFrench's changes - by rollbacks - 01-29-2015, 02:51 AM
RE: FastFrench's changes - by FastFrench - 01-29-2015, 03:59 AM
RE: FastFrench's changes - by FastFrench - 01-29-2015, 06:43 PM
RE: FastFrench's changes - by SongHyeKyo - 01-29-2015, 06:55 PM
RE: FastFrench's changes - by brunongmacho - 01-30-2015, 12:45 AM
RE: FastFrench's changes - by Black Hat - 01-30-2015, 12:54 AM
RE: FastFrench's changes - by FastFrench - 01-31-2015, 04:00 AM
RE: FastFrench's changes - by FastFrench - 01-31-2015, 04:05 AM
RE: FastFrench's changes - by DrImmo - 02-01-2015, 01:55 AM
RE: FastFrench's changes - by PusheR - 02-01-2015, 07:23 AM
RE: FastFrench's changes - by SongHyeKyo - 02-01-2015, 06:17 PM
RE: FastFrench's changes - by Zain - 02-01-2015, 07:05 PM
RE: FastFrench's changes - by SongHyeKyo - 02-01-2015, 07:11 PM
RE: FastFrench's changes - by Zain - 02-01-2015, 09:18 PM
RE: FastFrench's changes - by SongHyeKyo - 02-02-2015, 06:46 AM
RE: FastFrench's changes - by mahimulislam - 02-02-2015, 01:35 AM
RE: FastFrench's changes - by k3iroll - 02-02-2015, 07:02 PM
RE: FastFrench's changes - by dinobot - 02-02-2015, 07:51 PM
RE: FastFrench's changes - by sheva370 - 02-03-2015, 03:01 PM
RE: FastFrench's changes - by dinobot - 02-03-2015, 07:32 PM
RE: FastFrench's changes - by scaarx - 02-04-2015, 02:42 PM
RE: FastFrench's changes - by FastFrench - 02-06-2015, 01:21 AM
RE: FastFrench's changes - by SongHyeKyo - 02-06-2015, 08:41 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website