Sie sind auf Seite 1von 6

begin

Function.Execute("Tab")
// the red part around the fist of aggresive digi
if Color.At coordinate is (RGB)("0", "0", "0", "0", "0")
begin
Function.Execute("Meele")
end
// part of the digi u wnt to atk
if Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
begin
Function.Execute("Tab")
end
// first bit of health on the digi u wnt to atk
if Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
begin
Function.Execute("Tab")
end
// both first bit and part of the face of the digi u wnt to atk
if Color.At coordinate is (RGB)("0", "0", "0", "0", "0")
and
Color.At coordinate is (RGB)("0", "0", "0", "0", "0")
begin
Function.Execute("Skill")
end
Function.Execute("Loot")
Function.Execute("Loot")
Function.Execute("Loot")
Function.Execute("Loot")
Function.Execute("Loot")
Function.Execute("Pause")
Function.Execute("Heal")
Function.Execute("DropAtt")
end

function("Tab")
begin
Keyboard.Hold keys("{<f9>}")
Humanly.Pause("50", "100")
Keyboard.Press keys at once("{<f9>}")
Humanly.Pause("50", "100")
Keyboard.Hold keys("{<tab>}")
Humanly.Pause("50", "100")
Keyboard.Press keys at once("{<tab>}")
end
function

function("Pause")
begin
Humanly.Pause("100", "130")
end
function

function("Heal")
// CC or Pizza
if Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
begin
Keyboard.Hold keys("{<f4>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f4>}")
end
// Ds Disk
if Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
begin
Keyboard.Hold keys("{<f5>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f5>}")
end
// Vitamin
if Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
begin
Keyboard.Hold keys("{<f6>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f6>}")
end
// Bread
if Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
begin
Keyboard.Hold keys("{<f7>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f7>}")
end
function

function("Skill")
begin
Keyboard.Hold keys("{<f2>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f2>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f1>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f1>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f2>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f2>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f1>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f1>}")
//set the RGB of like last 1% of the opponent's health
Function.Execute("Heal")
if Color.At coordinate is (RGB)("0", "0", "0", "0", "0")
begin
Function.Execute("Skill")
end
end
function

function("Meele")
begin
Keyboard.Hold keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f3>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f3>}")
Function.Execute("Heal")
//set the RGB of like last 1% of the opponent's health
if Color.At coordinate is (RGB)("0", "0", "0", "0", "0")
begin
Function.Execute("Meele")
end
end
function

function("Loot")
begin
Keyboard.Hold keys("{<f8>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f8>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f8>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f8>}")
Function.Execute("Pause")
Keyboard.Hold keys("{<f8>}")
Function.Execute("Pause")
Keyboard.Release keys("{<f8>}")
end
function

function("DropAtt")
// Auto drop attribute at slot 22-42(extra inventory 1). Checks every 2 minutes.
// If attribute is located, drop it. Checks both light and dark version (fighting
and not fighting)
if Color.At coordinate is (RGB)("121", "137", "136", "723", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "723", "321")
begin
Mouse.Move to coordinate("723", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "759", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "759", "321")
begin
Mouse.Move to coordinate("759", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "795", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "795", "321")
begin
Mouse.Move to coordinate("795", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "831", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "831", "321")
begin
Mouse.Move to coordinate("831", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "867", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "867", "321")
begin
Mouse.Move to coordinate("867", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "903", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "903", "321")
begin
Mouse.Move to coordinate("903", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "939", "321")
or
Color.At coordinate is (RGB)("72", "78", "78", "939", "321")
begin
Mouse.Move to coordinate("939", "321")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "723", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "723", "357")
begin
Mouse.Move to coordinate("723", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "759", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "759", "357")
begin
Mouse.Move to coordinate("759", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "795", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "795", "357")
begin
Mouse.Move to coordinate("795", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "831", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "831", "357")
begin
Mouse.Move to coordinate("831", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "867", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "867", "357")
begin
Mouse.Move to coordinate("867", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "903", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "903", "357")
begin
Mouse.Move to coordinate("903", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "939", "357")
or
Color.At coordinate is (RGB)("72", "78", "78", "939", "357")
begin
Mouse.Move to coordinate("939", "357")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "723", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "723", "393")
begin
Mouse.Move to coordinate("723", "393")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "759", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "759", "393")
begin
Mouse.Move to coordinate("759", "393")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "795", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "795", "393")
begin
Mouse.Move to coordinate("795", "393")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "831", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "831", "393")
begin
Mouse.Move to coordinate("831", "393")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "867", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "867", "393")
begin
Mouse.Move to coordinate("867", "393")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "903", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "903", "393")
begin
Mouse.Move to coordinate("903", "393")
Function.Execute("Drop")
end
if Color.At coordinate is (RGB)("121", "137", "136", "939", "393")
or
Color.At coordinate is (RGB)("72", "78", "78", "939", "393")
begin
Mouse.Move to coordinate("939", "393")
Function.Execute("Drop")
end
function

function("Drop")
begin
Variable.Set random number("xx", "350", "450")
Variable.Set random number("yy", "300", "400")
Function.Execute("Pause")
Mouse.Hold button("Left")
Function.Execute("Pause")
Mouse.Release button("Left")
Function.Execute("Pause")
Mouse.Move to coordinate("{xx}", "{yy}")
Function.Execute("Pause")
Mouse.Hold button("Left")
Function.Execute("Pause")
Mouse.Release button("Left")
Function.Execute("Pause")
Mouse.Move to coordinate("462", "232")
Function.Execute("Pause")
Mouse.Hold button("Left")
Function.Execute("Pause")
Mouse.Release button("Left")
end
function

Das könnte Ihnen auch gefallen