Cara pakai BOT DMO menggunakan BEM
cara ini cuma bagi yg udah punya BEM ya, bagi yg belum, bisa download dulu, di google banyak kok... c(:
Setting di DMO :
Shortcut :
Fast Evolution : Button 1 = F3
Tamer Slot : Slot 1 = F1, Slot 4 = F4
Graphic :
Resolution = 1366 x 768
Disk HP taro di F7, Roti taro di F5, Disk DS taro di F8, Vit taro di F6
udah itu aja, sekarang di BEM nya :
di bagian atas BEM, ada Developer, Macro, General, Online, ke bagian Developer, trus Create. Namain Scriptnya bebas, category nya pilih 1366 x 768, ke Code View, trus copas script dibawah (ga pakai garis bawah) :
_________________________________________________________________________________
if Color.At coordinate is (RGB)("15", "241", "255", "225", "68")
begin loop()
Keyboard.Hold keys("{<F3>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<F3>}")
Macro.Restart("no")
// Same co ordinates of the previous check
if Color.At coordinate is not (RGB)("15", "241", "255", "225", "68")
Begin
Macro.Restart loop("yes")
Function.Execute("attacking")
end
end
function("attacking")
begin
Keyboard.Hold keys("{<tab>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<tab>}")
Function.Execute("Human Pause")
// RGB of the digi you want to attack
if Color.At coordinate is (RGB)("216", "65", "54", "528", "54")
begin loop()
Keyboard.Hold keys("{<f2>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f2>}")
Keyboard.Hold keys("{<F4>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<F4>}")
Function.Execute("Heal")
// Same co ordinates of the previous check
if Color.At coordinate is not (RGB)("216", "65", "54", "528", "54")
begin
Macro.Restart("no")
end
end
end
function
// RGB of the red square of aggro monsters around the fist
if Color.At coordinate is (RGB)("0", "141", "91", "571", "91")
begin loop()
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Keyboard.Hold keys("1")
Function.Execute("Human Pause")
Keyboard.Release keys("1")
Function.Execute("Heal")
// Same RGB from above
if Color.At coordinate is not (RGB)("0", "141", "91", "571", "91")
begin
Macro.Restart("no")
end
end
// Same RGB from above
if Color.At coordinate is not (RGB)("0", "141", "91", "571", "91")
begin
Macro.Restart("no")
end
function("Human Pause")
begin
Variable.Set random number("HumanTime", "350", "500")
Macro.Pause("{HumanTime}")
end
function
function("Heal")
// RGB of a part of digimon hp , preferable about 25% of your digimon HP , this uses Hp DISK in slot F7
if Color.At coordinate is not (RGB)("198", "60", "49", "122", "127")
begin
Keyboard.Hold keys("{<f7>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f7>}")
end
// RGB of a part of digimon hp to use FOOD in slot F5 , preferably specify about 50% of digimon HP
if Color.At coordinate is not (RGB)("216", "65", "54", "163", "128")
begin
Keyboard.Hold keys("{<f5>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f5>}")
end
// RGB for Digimon DS to use DS DISK in slot F8
if Color.At coordinate is not (RGB)("15", "241", "255", "123", "142")
begin
Keyboard.Hold keys("{<f8>}")
Macro.Pause("50")
Keyboard.Release keys("{<f8>}")
end
// RGB for TAMER DS , slot F6
if Color.At coordinate is not (RGB)("4", "228", "243", "102", "67")
begin
Keyboard.Hold keys("{<f6>}")
Macro.Pause("50")
Keyboard.Release keys("{<f6>}")
end
function
_________________________________________________________________________________
terus Save, keluar dari Scriptnya. Di BEM, ke bagian Macro, klik Script nya sekali, trus klik Start, langsung Alt + Tab ke DMO, harus cepet ya Alt + Tab nya...
ALT + TAB nya dimananya kk?
BalasHapus