Site Tools


autoit:codes:lunebot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autoit:codes:lunebot [2015/06/15 15:49] lunetikkautoit:codes:lunebot [2018/12/20 17:43] (current) – Discussion status changed lunetikk
Line 1: Line 1:
 ====== Lunebot ====== ====== Lunebot ======
  
-===== Lunebot v1.0 =====+These Bots are working for most FlyFF clients. Testet with: Eclipse and Insanity with a resolution of 1680 1050 in windowed mode. Just edit the Windowname and follow the instructions. Most of the resolutions should work, if not, you can send me the resolution which doesnt fit. I will edit it then. You can also find out the coordinates on your own and edit them if you want. You can use [[http://www.nattyware.com/pixie.php|Pixie]] to see, where an item is located on your screen. 
 + 
 +===== Lunebot v1.0 (old) =====
  
 Speedawake, Item+3, Upgrade Window Reset and hopefully soon Jewel Setting - BOT Speedawake, Item+3, Upgrade Window Reset and hopefully soon Jewel Setting - BOT
Line 430: Line 432:
 </code> </code>
 \\ \\
 +===== Lunebot v1.3 =====
  
 +Open 1 Chest and 10 Chests - BOT by Lunetikk
 +
 +==== HOW TO: ====
 +
 +First...\\
 +...Click "END" to move your Insanity FlyFF Window to Position 0,0\\
 +...Move your Inventory ALL THE WAY UP to the left upper corner\\
 +...Place your Chests and the Keys in the right Inventory Position!\\
 +
 + A B C D E F\\
 +1X X X X X X\\
 +2X X X X X X\\
 +3X X X X X X\\
 +4X X X X X X\\
 +
 +Chest  -> A1\\
 +Key -> A2\\
 +
 +
 +Second...\\
 +...Click "HOME" to open 1 Chest. The Bot will open the Chestwindow, place the Key and start the opening.\\
 +...Click "INSERT" to open 10 Chests in a row, just like with "HOME". If you have less then 10 Chests, the Bot will keep on trying but nothing will happen, just let it finish.\\
 +
 +
 +Third...\\
 +...Click "^" to close the BOT\\
 +
 +==== ATTENTION: ====
 +
 +I DONT TAKE ANY RESPONSIBILITY IF YOU GET KICKED, BANNED OR DELETED!\\
 +USE THIS BOT AT YOUR OWN RISK AND DONT MAKE IT OBVIOUS THAT YOU ARE USING IT!
 +
 +
 +<code autoit Lunebotv1.3.au3>
 +HotKeySet("{´}", "_move")
 +HotKeySet("{HOME}", "_openchest")
 +HotKeySet("{INSERT}", "_openchestmore")
 +Hotkeyset("{<}", "close")
 +
 +Func _move()
 + WinMove("Insanity FlyFF", "", 0, 0)
 +EndFunc
 +
 +Func _openchest()
 + MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 + EndFunc
 + 
 + Func _openchestmore()
 + MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +   MouseClick("left", 39, 319, 2, 0)
 + Sleep(100)
 + MouseClick("left", 42, 357, 2, 0)
 + Sleep(100)
 + MouseClick("left", 793, 617, 1, 0)
 + Sleep(3000)
 +EndFunc
 +
 +
 +Func close ()
 + Exit 0
 +EndFunc
 +
 +While 1
 +WEnd
 +</code>
 \\ \\
 \\ \\
-~~DISCUSSION~~+~~DISCUSSION:closed~~
autoit/codes/lunebot.1434376172.txt.gz · Last modified: 2017/03/01 12:50 (external edit)