What's new

Guide Detecting MenyooExtras and Dopameme Style Menus

cfxregame

Gold Elite
Joined
Nov 3, 2021
Messages
219
Reaction score
101,529
Points
361
Location
Newyork
Website
cfx.re
You Can Ban People Using Menyoo And Dopameme With Simple Menus With The Following Codes. If you have an Admin Menu in the Ban and Log section, you can place the Ban Trigger.

C#:
Citizen.CreateThread(function()
    while true do
    Citizen.Wait(7)
    if HasStreamedTextureDictLoaded('fm') or HasStreamedTextureDictLoaded('rampage_tr_main') or HasStreamedTextureDictLoaded('MenyooExtras') then
     --MenyooExtras Detect Log + Banınız
        return
    end
    if HasStreamedTextureDictLoaded('shopui_title_graphics_franklin') or HasStreamedTextureDictLoaded('deadline') then
       --Deadline Detect Log + Banınız
        return
    end
    end
end)

Credit whit3 :love:
 
Last edited:

HITRON

Member
Joined
Dec 24, 2021
Messages
1
Reaction score
1
Points
156
Location
Idk
This existing in Anti Cheese in github for ages now. Good to sharing there is not many people that know it.
 
Top