ActualMasterOogway / Fluent-Renewed

An edited version of Fluent, a Roblox UI Library. This fixes various Bugs that were in the original Version and also gets updated frequently with new features.
MIT License
3 stars 4 forks source link

The UI LIbrary is currently detected on the game dragon soul. #17

Closed FortniBloxYT1 closed 2 days ago

FortniBloxYT1 commented 2 days ago

The UI LIbrary is currently detected on the game dragon soul, it gets detected after like 1 minute of loading the UI in the game then you get perm banned, the same happens with original fluent, yes acrylic is in false and you dont even need to create UI Components, just creating the window will get you banned in like a minute.

FortniBloxYT1 commented 2 days ago

you should fix this not only for dragon soul but for more games that will detect it

FortniBloxYT1 commented 2 days ago

rayfield is also detected

ActualMasterOogway commented 2 days ago

The UI LIbrary is currently detected on the game dragon soul, it gets detected after like 1 minute of loading the UI in the game then you get perm banned, the same happens with original fluent, yes acrylic is in false and you dont even need to create UI Components, just creating the window will get you banned in like a minute.

Hi there,

this is not a UI issue. Many games are able to detect UIs and every game uses a different method. I cannot fix detections for every game and therefore you should reverse engineer how they detect it and bypass that detection.

Best Regards, Oogway

FortniBloxYT1 commented 2 days ago

how im supposed to do that? wave decompiler is broken and they dont even detect it from the client, they detect it from the server, because when i get banned nothing gets sent to the server.

FortniBloxYT1 commented 2 days ago

also theres definetely some issue in fluent, because venyx library doesnt get detected and both are parented to coregui, obviously i cant use venyx because its a lib from 2020 and doesnt cover the today standards.

ActualMasterOogway commented 2 days ago

how im supposed to do that? wave decompiler is broken and they dont even detect it from the client, they detect it from the server, because when i get banned nothing gets sent to the server.

Detecting UIs server sided is impossible because UI library's don't get replicated to the Server

ActualMasterOogway commented 2 days ago

also theres definetely some issue in fluent, because venyx library doesnt get detected and both are parented to coregui, obviously i cant use venyx because its a lib from 2020 and doesnt cover the today standards. They most likely just try to load every asset in CoreGui and have a list of banned asset ids

They most likely try to load every asset in coregui using ContentProvider and check if the asset that is trying to load is from a UI Library