[Florensia] Speedhack CE & Macros

07/26/2008 02:18 Atheuz#16
Mir war langweilig, hab mal einen billigen bot für Florensia gemacht in MicroMacro.
Wird wahrscheinlich niemand was bringen :P

Code:
-- Memory Adresses
PlayerHPadr = 0x00F86E18;
PlayerHPoff = 0x1D4;
TargetLockadr = 0x18DBD325;
-- Setup --
-- Sit When HP Reaches.. --
PlayerHPStop = 300;
-- Stand Up When HP Reaches.. --
PlayerHPSit = 630;
-- Enables Looting, increases the time between killing --
EnableLooting = 1;
-- Reviving Enabled? --
Revive = 1;
-- Mouse Coords of the Revive Button
ReviveX = 547;
ReviveY = 411;
-- End of Setup--

function GetTarget()
    TargetLock = memoryReadByte(proc, TargetLockadr);
    if( TargetLock == 1 and PlayerHP > PlayerHPStop and Sitting == 0) then
    keyboardPress( key.VK_1 );
    rest(20);
    keyboardPress( key.VK_7 );
    end
    if( TargetLock == 0 and PlayerHP > PlayerHPStop and Sitting == 0 ) then
	Loot();
	keyboardPress( key.VK_0 );
    rest(20);
    end
  rest(20);
end

function Heal()
    PlayerHP = memoryReadIntPtr(proc, PlayerHPadr, PlayerHPoff);
    if( PlayerHP <= PlayerHPStop and TargetLock == 0 and Sitting == 0 ) then
	rest(5000);
	keyboardPress( key.VK_8 );
	rest(4000);
	Sitting = 1;
    end
    if( PlayerHP >= PlayerHPSit and TargetLock == 0 and Sitting == 1 ) then
    keyboardPress( key.VK_8 );
	rest(4000);
	Sitting = 0;
    end
end

function DefeatAttacker()
    if( Sitting == 1 and TargetLock == 1 ) then
    keyboardPress( key.VK_S );
	rest(500);
	Sitting = 0;
	keyboardPress( key.VK_7 );
    end
end

function Loot()
    if( EnableLooting == 1 ) then
    keyboardPress( key.VK_X );
	rest(4000);
	end
end

function Reviving()
    if( Revive == 1 and PlayerHP == 0 ) then
    yrest(5000);
    mouseSet(ReviveX, ReviveY);
    yrest(500);
    mouseLClick();
	end
end

function main()
  attach( findWindow("Florensia") );
  proc = openProcess( findProcess("Florensia") );
  Sitting = 0;
  while(true) do
  Heal();
  DefeatAttacker();
  GetTarget();
  Reviving();
  rest(10);
  end
end

startMacro(main, true);
TargetLockadr muss bei jedem Spielstart gesucht werden, ist ein Boolean (0 = Monster nicht ausgewählt. 1 = Monster ausgewählt.). QuickBar muss so belegt werden;
1 = Irgendein Spamskill. 7 = Normal angreifen. 8 = Sitzen. 0 = Nächstes Ziel. In den Optionen Automatisches Looten aktivieren (falls man es verwenden will). Man sollte schon bei den ingame Mobs sein bevor man den Bot startet, Aus-Knopf gibts keinen >: D

- Bot setzt sich von selber hin. Jenachdem wieviel HP eingestellt wurden.
- Greift Monster an die den Bot angreifen, auch während dem sitzen.
- Spammt skills lawl.
- Wiederbelebt sich selber.
- Lootet alle Mobs wenn man Melee Waffe hat.
- Ihr könnt den Bot im Hintergrund laufen lassen und nebenher surfen oder ein Film anschauen.
07/26/2008 11:08 LightScribe#17
woke up and tryed to log in on Florensia :p account has been blocked

now when i cant play my main char i just got more time trying to get back at them ^^

/LightScribe
07/27/2008 03:12 bloodx#18
i think a subforum for Florensia would be cool :P

Teleport hacking Working.
Write in Red etc Working.
You can edit the .pak files working.
some CE Stuff working.
Quest Hacking? hm dunno maybe :P
Upgrade System hacking maybe im not high enough xD


i Talked with Gm's ^^
Next Week will come crypt+Hackshiled have he say ^^ also gogo :P
07/27/2008 18:47 TheX#19
Atheuz thanks to you for spending some time in a fast bot, going to try it ut now.
I love E*pvpers* since 3 years for engaged users like syntex, ligh or Atheuz ^^

I cannot code anything other than macros and a little php or html :P i can just help with ideas or my experience from around every free mmorgp that comes out in the last 5 years :P

So if crypt & Hackshield will be activated there are some ways to get behind the protection or turn it off. Its a brand new game but a old pretecting methode, so its crackable.

And yeah actualy you are be able to speed up your boat with CE, to get more andfaster xp ^^ but writing a bot for ship fight will be very hard i think.

I will now test the bot and look for some other experimental reports of hacking florensia in other forums and if there is allready something it wont cost many time to read it here =)
Greetings
07/27/2008 23:28 Minnton#20
Hiho,
Im going to share the first super hyper hack for Florensia...:
Nah, its more like the worst and maybe most useless packet filter ever XD
When attacking u send packages about 38 bytes.
XX XX XX XX YY 00 00 00 FF
The first few bytes look like this while XX are any type depending on your character I think.
Now YY tells the server which type of attack u are using.
00=melee, 01=spell, 03=Skill, 02=crashed server so I wouldnt use it anymore -_-;
So this is just usefull for example a mage.
U have high spell dmg with your magical attack item like 150dmg.
Now u put on a knife with attack speed of 1.00 and use the filter setting your attack with knife on spell (01 instead of 00)
Then u do like 120dmg with an attack speed of 1.00.
So thats usefull but only for nobles and maybe explorer :/
ok maybe u get soimething better :)

Btw u can also do this in another way with skill so u use a skill when u normally would attack, so the skill has no cast time, but it keeps its cooldown time(serversided I guess) so not that usefull too :/
07/28/2008 12:55 TheX#21
Thanks minnton, working method =)

Cant figure out the bot for now, im too busy.
07/28/2008 15:49 Atheuz#22
Quote:
Originally Posted by TheX View Post
Thanks minnton, working method =)

Cant figure out the bot for now, im too busy.
Download MicroMacro from here:
[Only registered and activated users can see links. Click Here To Register...]

Make a file called like florensia.lua in the scripts folder,
paste the code.

Start the game and open Cheat Engine and look for a 4Byte
adress that operates like this;
1 = Select a Target (So the Monster Information on top appears)
0 = Press ESC so the Monster Information will disappear.
Do this until you have a few adresses left and pick the one who works the best, and replace that in TargetLockadr = 0xYourAdress.
QuickBar has to be setup as the followned;
1 = Some Skill you want to be spammed.
7 = Regular Attack (You can get that stuff from the Character Information)
8 = Sit (Won't use Z/Y because its buggy)
0 = Next Target (Buggy to use Tab)

Also if you have enabled the Auto Revive option you have to define the Mouse Coordinates for which option you prefer.
Code:
ReviveX = 547;
ReviveY = 411;
And if you like to use pots you should Add another, or overwrite it if you dont like to sit, IF to the Heal() function like this;
Code:
if( PlayerHP <= 80 )
keyboardPress( key.VK_1 );
rest(300);
end
Bot is pretty much experimental, took me an hour to make it so no wonder. Testing time was 14
hours nonstop (On Low and High Mobs, got about 80k Gelt. Is that much?), without my interruption. Also it is recommended that you activate Looting on higher mobs, either it will probably not detect every monster that attacks the bot and might even Aggro some more.
07/28/2008 17:18 TheX#23
This is very helpfull thank you. i will now try out.
Another thing is, i have anoble and now i can attack with the dagger but with magic spell damage so there is a melee attack possible and autolooting :)

Thanks you again for your engagement and Support =)
07/28/2008 17:39 Atheuz#24
Quote:
Originally Posted by TheX View Post
This is very helpfull thank you. i will now try out.
Another thing is, i have anoble and now i can attack with the dagger but with magic spell damage so there is a melee attack possible and autolooting :)

Thanks you again for your engagement and Support =)
I should make a noble too and test it, only had been using it for Explorer with a 2h sword and dual guns so I didn't care for MP consumption at all. I think the MP is drained too fast if you use a noble, maybe the bot should sit down if MP is low too?

Also suggest some ideas because im bored and have nothing else to work on.
07/29/2008 11:43 TheX#25
Uh thats nice.

My Ideas:
-Mp trashhold for sit down like Hp Trashhold
-XYZ position scanner to automatic go to the position u died (because otherwise you can only level near a revive point)
-Bypass for Hackshield :D:D (it comes today :( )
-Buff Timer and one extra slot for the buff (only one is enough, evtl configurable secand or third slot for buffs)
-configurable packet switcher for noble ( dagger attack to spell attack) so we dont have to make it the same time
-configurable maximum level what should be attacked. ( like if you are lvl 14 and u configure max lvl 17 it shou7ld not attack lvl 18 mobs
-the same for minimum level.
-automatic find the adress for target or no target

ok thats my ideas at the moment. if i found some more, i will write it here.. thanks for your work :)
Big Problem is now the Hackshield.. dunno if we can make something with hackshield included.. i will try out all things now.. if i will be kicket out of the game i will find some ways to get behind the protection.
07/29/2008 12:06 Atheuz#26
Quote:
Originally Posted by TheX View Post
ok thats my ideas at the moment. if i found some more, i will write it here.. thanks for your work :)
Big Problem is now the Hackshield.. dunno if we can make something with hackshield included.. i will try out all things now.. if i will be kicket out of the game i will find some ways to get behind the protection.
If you can give me the names of the Skills to be switched, I can change it in the files. Also my HackShield won't update >: ( But I took a look on it and It doesnt hook itself to the actual game process (Oh lawl it wants to hook FlorensiaJP.bin, it is merely running in the backround. You could bypass it if you install a rootkit.
07/29/2008 13:09 Minnton#27
Ok I attached a screen how the filter looks like cuz I got asked in PM how it works. I hope thats enough :)
[Only registered and activated users can see links. Click Here To Register...]
07/29/2008 15:04 darkcecil#28
I was usin speed hack, macros previously.
Now i don't know how 2 bypass the hacksheild pro...
07/29/2008 17:58 da0n3#29
Quote:
Originally Posted by darkcecil View Post
I was usin speed hack, macros previously.
Now i don't know how 2 bypass the hacksheild pro...
I read that hackshield pro is hard to make bypass so dunno if anyone will come up with one. I don't know how to do the coding and stuff, but I was gonna try until I read discouraging comments about it being tough to make a bypass for it.
07/29/2008 21:07 da0n3#30
Quote:
Originally Posted by Atheuz View Post
If you can give me the names of the Skills to be switched, I can change it in the files. Also my HackShield won't update >: ( But I took a look on it and It doesnt hook itself to the actual game process (Oh lawl it wants to hook FlorensiaJP.bin, it is merely running in the backround. You could bypass it if you install a rootkit.
hey if you can bypass it or anyone here it is [Only registered and activated users can see links. Click Here To Register...]