0

HTTP = require "ssl.https" KEY = GetTotalHashHWID() .. "" local HWID = HTTP.request("https://gitlab.com/at/a/-/raw/main/HWID%20FAST%20MENU%0TETS")

                    function CheckKey(allah)
                        for _, keys in pairs(HWID) do
                            if allah == keys then
                                return true
                            end
                        end
                    end

I expected it to return all the hwid that were on the site

bad argument #1 to 'pairs' (table expected, got nil) in function 'CheckKey'

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.