Skip to content

DOOM-dev/doom-chimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doom-chimp

This is a minigame based on the Human Benchmark's Chimp Test (https://humanbenchmark.com/tests/chimp).

Example Video

https://streamable.com/8lc3yw

How to use

Use this trigger where you want to activate the hack.

local time = 80
local startLevel = 9
local endLevel = 12
TriggerEvent('doom-chimp:start', time, startLevel, endLevel, function(result)
    if result then
         print('success')
    else
         print('failed')
    end
end)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages