[Florensia] Speedhack CE & Macros

08/18/2008 21:43 Vegeta17#121
Quote:
Originally Posted by Zephino View Post
i cant get it O.o i had to redo it cause my game crashed...

i got this for a value: 0x0C299DB0

then i tried to search: 0C299DB0

and i got the same thing


nvm :P

i got it now
Value: 0C299DB0
Address: 00FA8958
Offset: 1D4


now for mana XD
the same akt like HP^^
08/18/2008 21:50 Zephino#122
does your game crash alot?

ok i cant get the mana one.. my game crashes when i go to test a second value :(
08/18/2008 22:04 Atheuz#123
Quote:
Originally Posted by Zephino View Post
does your game crash alot?

ok i cant get the mana one.. my game crashes when i go to test a second value :(
If its hooking the debugger DON'T click on Stop after it until you have what you want.
08/18/2008 22:05 Zephino#124
Quote:
Originally Posted by Atheuz View Post
If its hooking the debugger DON'T click on Stop after it until you have what you want.

kk ill try that

the game crashes after i close the window to try to find out what is writing to the address :(
08/18/2008 22:11 Atheuz#125
Quote:
Originally Posted by Zephino View Post
after i close the window to try to find out what is writing to the address :(
Thats why I told you, NOT to click on stop.
08/18/2008 22:14 Zephino#126
Quote:
Originally Posted by Atheuz View Post
Thats why I told you, NOT to click on stop.
it wont let me search for a the other address is it writing to because the window is open

#include <NomadMemory.au3>
SetPrivilege("SeDebugPrivilege", 1)

$PlayerHPadr = 0x00FA8958
$PlayerHPoff = 0x1D4
$test = "0x" & Hex(Dec($PlayerHPadr) + Dec($PlayerHPoff))

$gamepid = ProcessExists("FlorensiaEN.bin")

$gamehandle = _MemoryOpen($gamepid)
$health = _MemoryRead($test, $gamehandle)

MsgBox(1, $gamepid, "Address: " & $test & " Found: " & $health)




anyone know autoit?

can anyone help me fix this xD

i cant get it to find the health xD
08/18/2008 23:34 Goss3N#127
i cant even find out the adress for the mobs, can someone help me
08/19/2008 18:30 Vegeta17#128
I edit the Main funktion a little so u can use BOT ON/OFF

StopBotadr is my EMO ADDR.
the bot STOP if i press on it.
dont know how 2 use Keys for it^^.

Botting=0;
function main()
proc = openProcess( findProcess("Florensia") );

Sitting = 0;
while(true) do
StopBot = memoryReadByte(proc, StopBotadr);
rest(50);

if(StopBot == 1) then
if(Botting == 0) then
Botting = 1;
print('Bot ist aus');
elseif(Botting == 1) then
Botting = 0;
print('Bot ist An');
end
rest(2000);
end

if(Botting == 0) then
Heal();
DefeatAttacker();
GetTarget();
Reviving();
rest(10);
end
end
end
08/20/2008 06:36 Zephino#129
does anyone have the mana or the monster life addresses/offsets?
08/20/2008 12:18 Vegeta17#130
Quote:
Originally Posted by Zephino View Post
does anyone have the mana or the monster life addresses/offsets?

Mana offsets: 0x10
Mana: Addresses u need too search it all time again.
08/21/2008 05:20 Zephino#131
Quote:
Originally Posted by Vegeta17 View Post
Mana offsets: 0x10
Mana: Addresses u need too search it all time again.
it didnt work for me when i restarted the game...

can you give me the address you found?
08/21/2008 22:38 Zephino#132
ok so i try to log on to my dumb account i been using to get all my addresses...

and now when i try to log on my character to test my script i made.

the game crashes even before i open my script xD

i get like 1 word in on shout and the game crashes.

this happen to anyone else?
08/23/2008 15:51 Vegeta17#133
Quote:
Originally Posted by Zephino View Post
ok so i try to log on to my dumb account i been using to get all my addresses...

and now when i try to log on my character to test my script i made.

the game crashes even before i open my script xD

i get like 1 word in on shout and the game crashes.

this happen to anyone else?
you must search all time the MANA again... :( this is a prob^^

BTW how can i use Keys? (if i press A he stop my bot ) if(Key.Pressed(KEY_A)) like this?
08/24/2008 20:54 Zephino#134
anyone know the address of the running speed hack?
08/25/2008 08:30 eviltuna#135
For those of you who are having problems, here is what I've found out from playing around with this game:

I've only been able to get a static offset + address for HP/MAX HP, MAX MP, but for target status (lock) and MP, there seems to be no static address, or atleast non that I've been able to find, you just gotta keep rescanning for the mana address everytime you re-start the game.