View Full Version : Anty - RS script?
Elizabeth
03-25-2016, 06:41 PM
Hello, i bought Xenobot and i play in Hexera.net.
I did waypoints in Hive and i have problem ;/
Someone make me free frags, i know how:
13420
Please help me!
Jontor
03-26-2016, 11:58 AM
Module.new("", function()
if (Creature.isWhiteSkull(getSelfID())) then
os.exit()
end
end)
Elizabeth
03-28-2016, 02:31 AM
Module.new("", function()
if (Creature.isWhiteSkull(getSelfID())) then
os.exit()
end
end)
Hey, thx for reply, obviously it works but not perfect.
Becouse sometimes my character makes skull (not frag) and when i'm not at home my client has closed.
Can u possible improvement?
Script could look: my character would say !frags and when will inscription:
Your frags:
Day: 1 (RS: 5 Ban: 15)
Week: 0 (RS: 25 Ban: 60)
Month: 0 (RS: 75 Ban: 150)
My bot close client.
I will be very grateful for the help :)
Jontor
03-28-2016, 08:26 AM
Not sure what proxy it'll be, but try this:
GenericTextMessageProxy.OnReceive("", function(proxy, message)
if (string.find(string.lower(message), "the murder of")) then
os.exit()
end
end)
Elizabeth
03-28-2016, 11:58 AM
Not sure what proxy it'll be, but try this:
GenericTextMessageProxy.OnReceive("", function(proxy, message)
if (string.find(string.lower(message), "the murder of")) then
os.exit()
end
end)
Thanks awfully! I changed someting in script and work. :)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.