[Release] Forge Flyff - Nulled Neuz

06/15/2018 21:05 forger123#1
Executable is now unpacked!
- executable is packed using Mpress 2.17 and it checks title of open windows.
- executable uses useless antihack named NeuzAssist.exe (20/60 virus detect)
- removed all window checks for string "engine" so you can use cheat engine.
- removed client salt(wefuoih24rf). You can now open client without the use of patcher.
- client sided hack (atkspeed,movespeed,jump height) can work.
- can use fake admin auth (pass through wall, speed, show invisible GM/player). just make your char type to admin. see tutorial below.
Tutorial:
- Download nulled neuz and paste it on your flyff folder.
- By using cheat engine. Search for 4 bytes with value 70.
- Add 1st-100th non-static address to the list.
- Change all values to 90.
- Works better on places without any other player.

I will release hack/trainer this week where you can hit/kill player/monster using any skill or normal attack wherever you are or wherever the target is located.


Virustotal:
Code:
https://www.virustotal.com/#/file/9b932664c33bc06ba3f6fb90392a3305023b7bdc4bac4a2f2a955be8f154b8ed/detection
06/16/2018 16:59 Choman93#2
good job, but it was easy to bypass, just by downloading procexp and suspend the neuzassist, you had enough time to suspend it before it detect it and shut client down, but still good job!
06/17/2018 03:13 3ditor#3
Dude .. its 2018 , gameguards are useless at this moment even the official flyff one . it is so easy to bypass any kind of gameguards. cya
06/17/2018 14:18 FLyffguy#4
He takes some of his free time to make content for a dead game without asking for donations or some ****. Be happy.

Btw, I always liked the idea of Nulled Neuz's, but 90% of new Players coming to this site won't know which hacks they can use on the Server, besides Cheat Engines based fake admin. Someone should make/write a tutorial about the possibilities. :thinking:
06/17/2018 16:47 Choman93#5
Quote:
Originally Posted by FLyffguy View Post
He takes some of his free time to make content for a dead game without asking for donations or some ****. Be happy.

Btw, I always liked the idea of Nulled Neuz's, but 90% of new Players coming to this site won't know which hacks they can use on the Server, besides Cheat Engines based fake admin. Someone should make/write a tutorial about the possibilities. :thinking:
They are all out there, on youtube and on this website, there is only 1 that is not spammed everywhere and that is the changing skills range, and the reason why I AM not posting that one is because, it works in most server
06/17/2018 18:23 netHoxInc#6
Quote:
Originally Posted by Choman93 View Post
They are all out there, on youtube and on this website, there is only 1 that is not spammed everywhere and that is the changing skills range, and the reason why I AM not posting that one is because, it works in most server
Skill Range works similar to Bowrange. Simply find the Bow-range Pointer and u got ur skillrange hack :P

Additionally you can change the skill id's to an attack skill which has more range.

Possibilities are everywhere. Why making a secret out of it ;)
06/17/2018 20:54 Choman93#7
Quote:
Originally Posted by netHoxInc View Post
Skill Range works similar to Bowrange. Simply find the Bow-range Pointer and u got ur skillrange hack :P

Additionally you can change the skill id's to an attack skill which has more range.

Possibilities are everywhere. Why making a secret out of it ;)
as i said the other "hacks" are easy to find, rather than the skill range, and i am not talking about that method you just mentioned, talking about memory viewer > reference string > search for CMD > scroll up etc etc, which changes every SKILL range.

and once again, not amking this secret or anything, i just said i didnt post it on youtube, cuz some developers are having trouble fixing it, and till today 90% of the servers i try it works on, and they are aware of it as well but can't fix it, that is why i dont want EVERYONE know about it, cuz some people wont even understand or be able to do what i just mentioned untill you give them on the plate. if u know what i mean.
06/17/2018 22:03 forger123#8
About the range. I will release hack/trainer this week where you can hit player or monster using any skill or normal attack wherever you are or wherever the target is located. Ex. Flaris target and you are on darkon. :)
06/17/2018 22:56 sushichef#9
So this would let me use CE on official flyff?
06/17/2018 23:52 amihan908#10
Quote:
Originally Posted by sushichef View Post
So this would let me use CE on official flyff?
not really..
06/18/2018 02:41 netHoxInc#11
Quote:
Originally Posted by forger123 View Post
About the range. I will release hack/trainer this week where you can hit player or monster using any skill or normal attack wherever you are or wherever the target is located. Ex. Flaris target and you are on darkon. :)
That sounds more promising then it should ;)

But if you suceed to get ur view-range far enough to find some1 in darkon while being at flaris. Then gj. But i got big doubts on that.

Correct me if im wrong but, you can only select/interact with stuff you can reach in ur FOV. Atleast if you use the Game Memory.
06/18/2018 07:19 Alexsh#12
No longer works. :rolleyes:
07/15/2018 04:56 matonskie23#13
is there tutorial bypassing gameguard of flyff?
07/15/2018 15:21 Harvey'#14
Quote:
Originally Posted by matonskie23 View Post
is there tutorial bypassing gameguard of flyff?
If(gameguard.isactive())bypass();
07/15/2018 16:50 cookie69#15
Quote:
Originally Posted by matonskie23 View Post
is there tutorial bypassing gameguard of flyff?
It depends if you are a leecher (simple user) or a coder/hacker.
If you are a normal user, just search in google for any undetected CE (you may find some CE with very bad viruses!).

If you have some coding notions, you can build your own CE (source code is public) and with some guides (use google) you can make it undetected (try many things until GG does not detect it).

If you are more skilled, you can try more guides made for the hardcore hackers (in some forums made for the coders, c/c++ mostly).

There are 2 ways to bypass CE detection:
- hide CE from GG: using undetected CE, using a driver to hide CE process, hooking GG itself and filter your process from its scan list (yes GameMon can be hooked, it is a ring3 process), more ways that I don't even know/tried...
- disable GG: this is not an easy task! I personnaly don't even want to try it because it requires a lot of RE skills. The idea is to stop GG (kill process) and emulate its behavior so when webzen server send a packet to ensure GG is running, you have to answer back with the right keys etc..

If you just want to use CE for some memory editing, you can also search in google for other memory scanner that are not detected by GG, but you may need (like for CE by the way) to open the game process so either use kernel routines (can be used with CE kernel driver) or make you bypass (load your own NTDLL copy in your cheat, because GG hooks the normal NTDLL).

I hope it is more clear now :D