Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestions!
#2
1) random drop location for BK/AQ/CC

Local $side = Random(0,3)
Local $sideslot = Random(0,4)
If $side = 0 Then
dropHeroes($BottomRight[$sideslot][0], $BottomRight[$sideslot][1], $King, $Queen)
If _Sleep(1000) Then Return
dropCC($BottomRight[$sideslot][0], $BottomRight[$sideslot][1], $CC)
ElseIf $side = 1 Then
dropHeroes($TopLeft[$sideslot][0], $TopLeft[$sideslot][1], $King, $Queen)
ElseIf $side = 2 Then
dropHeroes($BottomLeft[$sideslot][0], $BottomLeft[$sideslot][1], $King, $Queen)
Else
dropHeroes($TopRight[$sideslot][0], $TopRight[$sideslot][1], $King, $Queen)
EndIf

somewhere along the lines
Reply
 


Messages In This Thread
Suggestions! - by b3n3tt3 - 02-15-2015, 07:49 PM
RE: Suggestions! - by scar_face008 - 02-15-2015, 09:48 PM

Forum Jump:


Users browsing this thread: 1 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