| CODE |
constants // All non {null} or zero ones can be modified. temp = 0 name = Pyrolol monster = {null} enemylist = Crawler, Giant Bee, Goblin Fisher found = 0 end // Main Loop call LoadFFXIInfoProgram while 1 = 1 call RestCheck call Pull call Fight call Sort end // This procedure needs to be changed to start your choice of game info tool. procedure LoadFFXIInfoProgram end // Checks if you are ok on hp. procedure RestCheck compute $temp = $ffxi_player_hp_current / $ffxi_player_hp_max * 100 if $temp < 30 // HP is less than 30%. keys /heal {return} delay 2000 keys /target <me> {return} delay 2000 // Rest until at 90%+ hp. while $temp < 90 compute $temp = $ffxi_player_hp_current / $ffxi_player_hp_max * 100 delay 10000 if $ffxi_target_name <> $name call AggroWhileResting end end keys /heal {return} delay 2000 end end // Kills stuff thats attacked you when you were resting. procedure AggroWhileResting setconst $monster = $ffxi_target_name keydown {Num 8} 200 // Check this. It should be in blue. keys /attack on {return} keys /follow {return} delay 2000 while $ffxi_target_name = $monster delay 1000 end keydown {Num 2} 200 timestamp Monster $monster defeated. Returning to resting. keys /target <me> {return} end // Finds a monster. procedure Pull while $found = 0 keys /targetnpc {return} delay 3000 if $enemylist contains $ffxi_target_name setconst $found = 1 end if {loopno} end end // Fights the monster. procedure Fight setconst $monster = $ffxi_target_name keydown {Num 8} 200 // Check this. It should be in blue. keys /attack on {return} keys /follow {return} delay 2000 while $ffxi_target_name = $monster delay 1000 end keydown {Num 2} 200 timestamp Monster $monster defeated. end // Sorts inventory. procedure Sort keydown ^i 200 delay 1000 keydown {Num +} 100 delay 1000 keydown {return} 100 delay 1000 keydown {up arrow} 100 delay 1000 keydown {return} 100 delay 1000 keyASCII 27 100 delay 1000 keyASCII 27 100 end end end |
| QUOTE (tetsuol @ Jul 11 2006, 11:40 AM) |
| i dont have ffact and the other one doesnt work. maybe cause im on windower.. but twhen i do the ctrl+alt+delete and look for pid next to POL.exe in processes there is no such thing as pid |
| QUOTE (Pyrolol @ Jul 11 2006, 12:23 PM) |
| btw Vivi sry I stole your penguin toss title. You'll find it pretty tough to beat my score as well.......lol...tbh I wasn't expecting it to work... |
| QUOTE (Pyrolol @ Jul 11 2006, 02:16 PM) |
| ok...I feel bad...give Vivi his title back - he earned it, I didn't xD. Maybe you could give me a "Penguin Toss H4x0r" title or something lol. |
| QUOTE (cbr900son @ Jul 11 2006, 10:11 PM) |
| well tried both bots out. When i run either of them makes my whole screen black out i can alt ctrl delete out of it but it closes ffxi then |
| QUOTE (Vivi @ Jul 11 2006, 03:09 PM) | ||
What did you actually do? ._. |
| QUOTE (Pyrolol @ Jul 12 2006, 12:58 PM) | ||||
I used artmoney to edit my score in memory before submitting it. It wasn't that simple - It proved very hard to find the memloc, and edit it without crashing iexplore, but eventually I managed xD. I notice that they gave you one more point than me, which kinda means no one else has a chance in hell of winning it off you anymore xD. |