// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

Malay girl allegedly steals camera under the guise of renting it

Facebook user Sufian has shared a photo of a young Malay woman, an Ameera binte Azman, online who he claims made off with his camera and lens after renting it.

He has not been able to find suitable redress as he was told by police officers when he went to lodge a complaint that this is a breach of contract case instead of a stolen goods case.

Sufian said that Ameera rented his Canon 5d Mark iii camera and a 85mm f1.2 lens before vanishing. He added that he found out that other carousell renters were also scammed by the same young woman who is allegedly known to have multiple contact numbers.

Sufian added that he believes Ameera may be a part of a syndicate as she was dropped off and picked up by two different luxury cars when she met him to rent the camera and lens.

He warned others against being scammed by Ameera.

BEWARE OF CAMERA SCAMMERS!Dear friends,For those who are into camera rental via carousel or other social media…

Posted by Home Sufian on Thursday, 13 July 2017

 

See also  Potong Pasir MP goes to the ground and personally aids residents as pipe leak affects 90 households after Christmas

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });