[Aion] Lion.rar Downloads › Other FPS Games Kategorie: Other FPS Games Entwickler: shiftypowers Hochgeladen von: KN4CK3R Hinzugefügt am: Mo 15. Apr 2013, 15:45 System: Windows Download (143.73 KB) VirusTotal Ergebnis: 1/46 Download (143.73 KB) Beschreibung Bei Problemen mit einem Hack hilftein Blick in die FAQ! A project I started, kind of lost interest. Non-invasive, as in no DLLs are being injected. Relies heavily on in-game key mapping. Although it still works while the game is minimized.Lion.exe is what you see above, config.lua is offsets(no need to recompile) and your character namePress Load Config and choose your script filecleric_bot.lua is a simple script I wrote to control my cleric.LUA Code:key_x = 0x58key_insert = 0x2Dkey_tab = 0x9key_num1 = 0x31key_num2 = 0x32key_num3 = 0x33key_num4 = 0x34key_num5 = 0x35 function main() Update() if player.mp < 400 then if player.state == 1 then if player.target.hp == 0 then SendKey(key_x) do return end end end SendKey(key_insert) do return end end if player.mp > 1500 then if player.state == 3 then SendKey(key_insert) Wait(300) end end if player.state == 0 then if player.target.name == player.name then SendKey(key_tab) end if player.target.hp == 0 then SendKey(key_tab) else SendKey(key_x) end end if player.state == 1 then if player.hp < 600 then SendKey(key_num2) do return end end if player.target.hp == 0 then SendKey(key_x) SendKey(key_tab) do return end end SendKey(key_num3) Wait(200) SendKey(key_num4) Wait(200) SendKey(key_num4) Wait(200) SendKey(key_num5) Wait(200) SendKey(key_num5) endendFunctions exposed to the scripts are:Update() - updates player info (hp, mp etc)Wait() - basically a Sleep()player - object contains, name, hp, mp, target informationyour script must have a "main" function.it will be called based on the interval specified in config.luaIf my interest sparks up again I may inject DLL, take control of movement/looting etc. But for now this is very primitive! Download [Aion] Lion.rar