c0nan Posted July 1, 2016 Posted July 1, 2016 (edited) c0nan's free f2p splasher with sexy paint GUI ANTIBAN: Hover over magic skill at random ConditionalSleep() SPELLS: CONFUSE WEAKEN CURSE NPCS (will add more later): Monk of Zamorak Man Woman Rat Goblin Giant spider -added- Cow -added- Chicken -added- Giant rat ATTENTION: Only start this script with the chosen NPC visible on your map. THIS SCRIPT DOES NOT CHECK YOUR HEALTH OR HAVE ANY SAFE CHECKS FOR IF YOUR PLAYER IS UNDER ATTACK (Will add later) DOWNLOAD NEW ! Script now stops if you run out of runes! Script now hover the magic skill more rarely DOWNLOAD LINK -> http://s000.tinyupload.com/?file_id=74861936098262265225 Have fun using this free f2p splasher BR c0nan // old dl version: http://www.filedropper.com/rankonemagicsplasher Edited July 1, 2016 by c0nan 2
Devry123 Posted July 1, 2016 Posted July 1, 2016 nice script keep it up bro. btw u missing the chicken :3 1
Acerd Posted July 1, 2016 Posted July 1, 2016 if (!getMagic().canCast(spell)) stop(); to stop script if it cant cast the spell anymore (running out of runes) 1
c0nan Posted July 1, 2016 Author Posted July 1, 2016 (edited) wow did not expect to see any posts in this thread, glad you all like it! Small updates: added - chicken, cow, giant rat - It now stops if you run out of runes. if (!getMagic().canCast(spell)) stop(); to stop script if it cant cast the spell anymore (running out of runes) Added it to the script, thanks for code Edited July 1, 2016 by c0nan
Acerd Posted July 1, 2016 Posted July 1, 2016 also you can use a JTextField (instead of a combobox) and let the users type in an NPC to make it support all NPCs
c0nan Posted July 1, 2016 Author Posted July 1, 2016 also you can use a JTextField (instead of a combobox) and let the users type in an NPC to make it support all NPCs That would indeed be much more convenient but who can say no to comboboxes haha na but I will add it later in the GUI ty for feedback.