Hier poste ich ASM und Reversing Zeugs welches ich nicht in einem Thread packen kann, da es sich nicht lohnen würde.
4Story Packet Script
Posted 07/29/2014 at 13:01 by Tension
Hey,
had an idea about a "packet-script" language for 4Story.
It's based on Python and only got 4 basic functions:
with the tool you would be able to create .. maybe a bot?
a sample source for hp-regeneartion would look like this:
maybe you like the idea and got some more features i could add ( i'm only coding it if there are some people who'd like to use this ).
Regards.
had an idea about a "packet-script" language for 4Story.
It's based on Python and only got 4 basic functions:
Code:
rTYPE(address) wTYPE(address, value) loadpacket(path) sendpacket(path)
a sample source for hp-regeneartion would look like this:
Code:
hp = rint(rint(rint(0x13371337+0x1)+0x2)+0x3) reg_pack = loadpacket("RegenPacket.pck") def autoreg(): if rint(hp) < 50: sendpacket(reg_pack)
Regards.
Total Comments 0