BBot - The best bot of the world
[Macro] Close tibia if get Frag - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: [Macro] Close tibia if get Frag (/thread-20997.html)



[Macro] Close tibia if get Frag - erleo - 01-19-2019

Simple macro for chill botting xDD
Code:
1 {Close tibia if get Frag} When.SystemMessage(CLOSE TIBIA, Warning! The murder of ) Exit()  {CLOSE TIBIA} Tibia.Close() Exit()

Code:
When.SystemMessage(CLOSE TIBIA, Warning! The murder of )
Exit()

{CLOSE TIBIA}
Tibia.Close()
Exit()