|
2017-02-07 15:26
조회: 419
추천: 0
아케이드 매크로![]() VALU3@1590 아케이드에서 토르비욘을 픽한후 일정한 패턴으로 계속 패배하며 경험치를 받는식으로 매크로돌림
EXP
129,029
(76%)
/ 135,001
Public Class Inventory
Private Sub Inventory_Load(ByVal sender As Inven.object, ByVal e As EnventArgs ) Handles MyBase.Load Dim exp As Integer Dim activation As Boolean Dim level As Integer exp = expbar.percent activation = finishing.attack level = Val(inven.level) If exp >= 95 Then activation = true ElseIf exp = 100 Then activation = false level + 1 End If End Sub End Class ![]() |

금간유리멘탈 