elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Flyff Hacks, Bots, Cheats, Exploits & Macros (https://www.elitepvpers.com/forum/flyff-hacks-bots-cheats-exploits-macros/)
-   -   [Release] FlyBot simple levelbot (pserver) (https://www.elitepvpers.com/forum/flyff-hacks-bots-cheats-exploits-macros/3339615-release-flybot-simple-levelbot-pserver.html)

popolocoys 12/17/2014 00:22

ok sir.. so we just need to use static ip to make it work again?.. sorry, a bit confused..

samihada 12/17/2014 08:42

Quote:
Originally Posted by samihada View Post
it would be perfect if the char can pass in the trees or obstacles it will be more quicker...
Which server??

flux sir..thnx anyway flux have new patch it was copied in forsaken as admin said but in english version

kramixx027 12/17/2014 11:13

why crashing insanity flyff if i connecting to the game

rexzshadow 12/18/2014 05:49

Ya cause insanty to crash once you select a character =\

Diddosch 12/18/2014 12:33

work's on Floral-Flyff ?

samihada 12/18/2014 17:11

can you make it pass on obstacles or trees it will be more faster to farm in flux working in flux but a litle bit slow..thnx anyway

cookie69 12/18/2014 20:19

Quote:

Originally Posted by samihada (Post 30481170)
can you make it pass on obstacles or trees it will be more faster to farm in flux working in flux but a litle bit slow..thnx anyway

If you are good with CE then you can make it walk on trees!
Collision is a static value so it never changes its address in the game memory!
By default, collision = 1 so the idea is to use CE and search for 1 (4 Bytes), close Neuz and restart it, rescan for 1..repeat as many times as you can and at the end you get like 300-400 addresses!
change some addies to 0 and check that you can go throw walls until you find the right addy!

That's it!!

PornstarPotter 12/19/2014 01:44

Flux Fixe, Eneria fixe lol

samihada 12/19/2014 02:44

Quote:

Originally Posted by cookie69 (Post 30483222)
If you are good with CE then you can make it walk on trees!
Collision is a static value so it never changes its address in the game memory!
By default, collision = 1 so the idea is to use CE and search for 1 (4 Bytes), close Neuz and restart it, rescan for 1..repeat as many times as you can and at the end you get like 300-400 addresses!
change some addies to 0 and check that you can go throw walls until you find the right addy!

That's it!!


you mean that everytime i restart neuz i should change the value to 0??or the 300-400 addresses that i scan should change 0 everytime i restart the neuz..can you make me a screenshot if i can see it i can make it..thnx for the response

Nacirema 12/19/2014 03:39

Any chance to get this to work on Equinox Flyff? equinoxflyff.com

ipetsakos 12/19/2014 11:25

Could you explain the instalation and instructions better I don't get it xd

rexzshadow 12/19/2014 18:29

So any chance on that update to make it work for insanity flyff =D? currently it just crashes the game after selecting a character.

cookie69 12/22/2014 19:54

Quote:

Originally Posted by rexzshadow (Post 30490833)
So any chance on that update to make it work for insanity flyff =D? currently it just crashes the game after selecting a character.

Working on insanity at the moment, a hot fix will be released!I hope to make a permanent fix soon ;)

Insane bot fixed!! check the first page of the thread for download!

Quote:

Originally Posted by Nacirema (Post 30485886)
Any chance to get this to work on Equinox Flyff? equinoxflyff.com

If you send me 50€ on my Swiss account why not;) Seriously, yeah it is possible to make it work on equinox, I just have no time to make many bots for many servers at the same time, but next one will be equinox (i will try too at least).

willmalhacken 12/22/2014 21:39

Thank you! Works fine for me :)

pagen 12/24/2014 18:07

Works fine just that it attacks monster so far away from me for some reason. Im on insanity

cookie69 12/24/2014 20:47

Quote:

Originally Posted by pagen (Post 30537933)
Works fine just that it attacks monster so far away from me for some reason. Im on insanity

If you read all my posts you will notice that you are not the only one! I didnt manage to reduce the distance between your char and mobs on Insanity but I know how to make range hack! check here:

You can make the range hack by yourself before to use the bot if you know how otherwise I will add it to the bot soon!!

Tomekproer2 12/25/2014 22:18

i have error :( all bots not work :(

rexzshadow 12/26/2014 09:39

I tried the range hack but instead of increasing my range made my ranger melee lol can you explain the part where it scan for the address which address do you edit? and do you edit the number you want your new range to be? thanks.

cookie69 12/26/2014 12:23

Quote:

Originally Posted by rexzshadow (Post 30551694)
I tried the range hack but instead of increasing my range made my ranger melee lol can you explain the part where it scan for the address which address do you edit? and do you edit the number you want your new range to be? thanks.

If you watch the video in HD you will see what I edit!
Anyway, this is how to do it:
1- Scan for this assembly code (from 00000000 to FFFFFFFF):
Code:

movss xmm0,*
jmp *
movss xmm0,*
jmp *
movss xmm0,*
jmp *
movss xmm0,*
jmp *
movss xmm0,*
jmp *
movss xmm0,*
jmp *
movss xmm0,*

2- You will find this address:
Code:

Neuz.exe+2C1AF4 - F3 0F10 05 ACBD6F01  - movss xmm0,[Neuz.exe+6EBDAC]
3 - the address to edit is this one:
Code:

Neuz.exe+2C1B41 - F3 0F11 45 08        - movss [ebp+08],xmm0
4- Your range is at [ebp+08]. Transform the range value you want from float to hex using this website for example [Only registered and activated users can see links. Click Here To Register...]
If you want a range of 90.0 (hex=42b40000) you can replace this opcode
Code:

movss [ebp+08],xmm0
by this new one
Code:

mov [ebp+08],42b40000
Is it clear now :)

rexzshadow 12/26/2014 18:27

Thats what I did but still doing melee with melee and my ranger is melee too XD

starswper 12/28/2014 14:48

Quote:

Originally Posted by cookie69 (Post 29631271)
I compiled a beta version for windows Xp users.
I didnt test it because I have a virtual machine of XP sp3 and I am getting errors when i inject!
Please test it and tell me if it solved your problem :)

Not working at me.. win xp sp3 x86 same errors like others... I tryed the injector from download and others injectors, same result. Some injectors give errors, others inject, but no menu open.

EDIT:

The .dll is x64 ? If yes... i can't use it..

cookie69 12/30/2014 01:05

Quote:

Originally Posted by starswper (Post 30573935)
Not working at me.. win xp sp3 x86 same errors like others... I tryed the injector from download and others injectors, same result. Some injectors give errors, others inject, but no menu open.

EDIT:

The .dll is x64 ? If yes... i can't use it..

Rule 1:
Windows XP is not supported coz it is superseded!
Windows 8 is not supported coz it sucks
Windows 7 is supported coz it sucks less than the others

Rule 2:
If the bot menu appears and the bot is not working it is because it has been patched and so the bot needs some refreshing ( aka a fix)

Rule 3:
If the bot menu doesn't appear, see Rule 1 or use another injector (it depends on the error)

Rule 4:
PM me ;)

FlyCraft.TobiLap 12/30/2014 11:24

Quote:

Originally Posted by cookie69 (Post 30589770)
Rule 1:
Windows XP is not supported coz it is superseded!
Windows 8 is not supported coz it sucks
Windows 7 is supported coz it sucks less than the others

Why is windows 8 not supported? A lot of flyff players have Windows 8 now.
Seems like your code sucks.....

starswper 12/30/2014 12:31

Quote:

Originally Posted by cookie69 (Post 30589770)
Rule 1:
Windows XP is not supported coz it is superseded!
Windows 8 is not supported coz it sucks
Windows 7 is supported coz it sucks less than the others

Rule 2:
If the bot menu appears and the bot is not working it is because it has been patched and so the bot needs some refreshing ( aka a fix)

Rule 3:
If the bot menu doesn't appear, see Rule 1 or use another injector (it depends on the error)

Rule 4:
PM me ;)

I don't like Rule 1 :-?

/Aiden\ 12/30/2014 13:50

Quote:

Originally Posted by cookie69 (Post 30589770)
Rule 1:
Windows XP is not supported coz it is superseded!
Windows 8 is not supported coz it sucks
Windows 7 is supported coz it sucks less than the others

Rule 2:
If the bot menu appears and the bot is not working it is because it has been patched and so the bot needs some refreshing ( aka a fix)

Rule 3:
If the bot menu doesn't appear, see Rule 1 or use another injector (it depends on the error)

Rule 4:
PM me ;)


Well, works on 8, too:

[IMG=expandable: 1]http://epvpimg.com/ghwld.png[/IMG]


Thanks dude - good work. You should make it possible to set the Attack timer <1 sec. This helps out alot, when you are using a Speedhack anyway ^^.

Bsansen 01/02/2015 16:05

Hey,
thanks for this amazing tool ;)
Are you still taking requests?
If so, would you consider making one for 'Kingdom Flyff'?

Would be great!

illusion55 01/02/2015 21:04

Or magmaFlyff ?

Oogieboogie1 01/06/2015 18:32

Love the bot! Hopefully you can add Kingdom flyff to it :) Appreciate you making the bot thanks again ! :handsdown:

ilovethissite 01/07/2015 00:07

nice bot , tested in floral flyff it kinda works except that it doesn't click the mobs but it turns my screen in their direction but doesn't kill.

desigao 01/08/2015 21:48

Horizon flyff please!

vaeldrum 01/09/2015 12:05

it works in flyff gold?

igotdc 01/10/2015 15:57

menu shows but the bot doesnt start. after pressing startb utton flyff crashes.

willmalhacken 01/27/2015 15:35

fixed on forsaken :(

JoyJoy22 02/03/2015 23:21

works but really not optimized to exp, i explain why.
when he is looking for a target he takes a target way too far from the spot where he is, so after 5 mob in coral island for example, u pass to lvl 130 mob to lvl 200 mob in no time so kinda dangerous.

popolocoys 02/15/2015 10:43

hi cookie.. can you fix it again pls?.. its not working anymore for insanity flyff.. thanks!

NooblordSwag 02/15/2015 12:39

Does it work for Equinox Flyff?
Any chance you'll release the source code?

G4ist3sKr4nk 02/20/2015 03:19

Läuft das ding auf Insanity flyff ?

und würde es auch für diese Penya Insel funtkionieren, also auf der insel ?

hastoxx 02/28/2015 01:11

Well, the program runs nicely but there is only one thing that fucks this up, the bot doesnt TARGET the mobs, it just looks at it, then looks at another mob after a few seconds. Any ideas what I should do?

snowmastery 03/04/2015 11:00

can someone give me a injector

g4mersylver 03/04/2015 12:52

insanity unstable...


All times are GMT +2. The time now is 12:55.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.