What is NotEnoughCoins?
NotEnoughCoins is a mod for Hypixel Skyblock that helps you to auction house flip. The mod sends flips in chat that you can click on, buy and then sell for profit.
What is SkyCofl?
SkyCofl is a project by the Coflnet company which took over NEC in early 2025 because its previous owner mindlessly didn't have time to develop it further and was starting too loose money for keeping it up.
Is NotEnoughCoins a RAT?
No, NotEnoughCoins is not a RAT. The source code for the free version of the mod is available for free on our GitHub. The code for the premium version is not obfuscated and is viewable by users.
Is NotEnoughCoins bannable?
All available versions of NEC are fully hypixel TOS compliant.
What payment methods are accepted?
We currently offer Stripe and Paypal as a payment method on our website.
Where can I find out about how to use the mod?
Please go to the SkyCofl mod page.
var elements = document.getElementsByClassName("faqs-answer"); for(var i = 0; i < elements.length; i++){ elements[i].style.display = 'none'; } function toggleAnswer(index) { var answerId = 'answer' + index; var answerElement = document.getElementById(answerId); if (answerElement.style.display === 'block') { answerElement.style.display = 'none'; answerElement.classList.remove('faqs-answer-expanded'); } else { answerElement.style.display = 'block'; answerElement.classList.add('faqs-answer-expanded'); } }