[FREE] [STANDALONE] Card Swipe

Video: magni cardswipe - YouTube

How to use:

exports["magni-cardswipe"]:cardswipe(
        function()
            print("success")
        end,
        function()
            print("fail")
end)

Example:

if IsControlJustReleased(0, 38) then
         if currentAction == 'shop_menu' then
               exports["magni-cardswipe"]:cardswipe(
               function()
                 OpenShopMenu()
               end,
             function()
          print("fail")
      end)
   end
end

Download: Github

See our other scripts:
Ipad
Warehouse
Medical Records
Report Menu
House

6 Likes