Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

PAID fiveShield - Eulen detection

xXNozZXx

Gold Elite
Joined
Aug 30, 2021
Messages
113
Reaction score
1,165
Points
316
Location
Athens
Website
discord.gg
He doesnt detect eulen just he can detect if any client resource running extra to client side like mixas paste anticheat.
This method is called anti weird resources. dont fall in to this scam
 

whit3

Gold Elite
Joined
Aug 6, 2021
Messages
54
Reaction score
116
Points
246
He doesnt detect eulen just he can detect if any client resource running extra to client side like mixas paste anticheat.
This method is called anti weird resources. dont fall in to this scam
did you write the detection codes? go out and breathe, the image of the greasy keyboard just popped up in my mind


I didn't know I had so many fans
1692130315242.png
 

xXNozZXx

Gold Elite
Joined
Aug 30, 2021
Messages
113
Reaction score
1,165
Points
316
Location
Athens
Website
discord.gg
did you write the detection codes? go out and breathe, the image of the greasy keyboard just popped up in my mind


I didn't know I had so many fans
View attachment 17692
your method is for unauthorized client resources because when you click run on eulen create a temp resource to run the client side code
 

whit3

Gold Elite
Joined
Aug 6, 2021
Messages
54
Reaction score
116
Points
246
your method is for unauthorized client resources because when you click run on eulen create a temp resource to run the client side code
you retarded kid, the important thing is how you detect it, since the method I caught is not onResourceStop, I easily sold it and renewed the method as eulen updated it. If you are very good at code some detection, go do it yourself and share it on github
 

xXNozZXx

Gold Elite
Joined
Aug 30, 2021
Messages
113
Reaction score
1,165
Points
316
Location
Athens
Website
discord.gg
you retarded kid, the important thing is how you detect it, since the method I caught is not onResourceStop, I easily sold it and renewed the method as eulen updated it. If you are very good at code some detection, go do it yourself and share it on github
bruhh you are really skid xD, you are not detecting eulen you are detecting the resource creation of client side.Also my method cant be patched since i still detect the eulen like 10 updates now :). and ofc i will share it because some skids like you will sell it :). You dont know how even even hook the process and what is the exploit of eulen used to exploit your server. Obviously you dont have the skills to understand how the cheats works, and how the executors exploit your server. Even that you are really SKID because i said before that you detect unauthorized resource STARTED on client side. and you mention the onResourceStop xD HAHAHAAAHAHHA gtfo AND STOP PASTE GET GOOD AND READ AND LEARN! We know both that your "AntiCheat" is pasted and not self coded by you
 
Last edited:

xXNozZXx

Gold Elite
Joined
Aug 30, 2021
Messages
113
Reaction score
1,165
Points
316
Location
Athens
Website
discord.gg
and because you are calling me retard check this

this is your "ANTI-EULEN METHOD " TOOK ME 5 MINS
Code:
local res_find_index = GetResourceByFindIndex
local num_resources = GetNumResources
local resource_state = GetResourceState
CreateThread(function()
    Wait(2000)
    local resourceList = {}
    for i = 0, num_resources(), 1 do
        local resource_name = res_find_index(i)
        if resource_name and resource_state(resource_name) == "started" then
            resourceList[resource_name] = true
        end
    end
    for i = 1,10 do
        Wait(0)
        CreateThread(function()
            while true do
                Wait(0)
                for i = 0, num_resources()-1, 1 do
                    local res = res_find_index(i)
                    if resourceList[res] == nil then
                        if resource_state(res) == "uninitialized" then
                            print("new resource found: " .. res)
                            break
                        end
                    end
                end
            end
        end)
    end
end)
 

whit3

Gold Elite
Joined
Aug 6, 2021
Messages
54
Reaction score
116
Points
246
and because you are calling me retard check this

this is your "ANTI-EULEN METHOD " TOOK ME 5 MINS
Code:
local res_find_index = GetResourceByFindIndex
local num_resources = GetNumResources
local resource_state = GetResourceState
CreateThread(function()
    Wait(2000)
    local resourceList = {}
    for i = 0, num_resources(), 1 do
        local resource_name = res_find_index(i)
        if resource_name and resource_state(resource_name) == "started" then
            resourceList[resource_name] = true
        end
    end
    for i = 1,10 do
        Wait(0)
        CreateThread(function()
            while true do
                Wait(0)
                for i = 0, num_resources()-1, 1 do
                    local res = res_find_index(i)
                    if resourceList[res] == nil then
                        if resource_state(res) == "uninitialized" then
                            print("new resource found: " .. res)
                            break
                        end
                    end
                end
            end
        end)
    end
end)

PUAHAHHAHAHHAHAHA YOUR CODE SINCE RELASED 4 MONTHS AGO:
1692403746345.png



and the date of my topic:
1692403836200.png



1692403910276.png


took me 5 mins hahahhahhahaha
 
Top