<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by chubbyqq</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 06 Jun 2026 10:13:35 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>BFM YouTube got hacked</title>
            <link>http://forum.lowyat.net/topic/5531065</link>
            <description>Live showing trump asking ppl deposit 1 BTC giveback x2 BTC lmao. Got water fish?&lt;br /&gt;&lt;br /&gt;[YOUTUBE]n5IZqXottHI?si=Es5bGBeODhLApkmG[/YOUTUBE]</description>
            <author>chubbyqq</author>
            <category>Kopitiam</category>
            <pubDate>Wed, 09 Jul 2025 08:14:35 +0800</pubDate>
        </item>
        <item>
            <title>How to automate actions in app</title>
            <link>http://forum.lowyat.net/topic/5200946</link>
            <description>&lt;a href='https://play.google.com/store/apps/details?id=com.ra.cicoapp&amp;hl=en&amp;gl=US' target='_blank'&gt;https://play.google.com/store/apps/details?...app&amp;hl=en&amp;gl=US&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;My company will start to use this to clock-in/out, I am planning to automate this with criteria below&lt;br /&gt;&lt;br /&gt;1. Force open app at 830am, Mon - Fri&lt;br /&gt;2. Select branch &amp;quot;abc&amp;quot;, pop-up appears, click &amp;quot;Clock in&amp;quot; button&lt;br /&gt;&lt;br /&gt;______________________&lt;br /&gt;1. Force open app at 530pm, Mon - Fri&lt;br /&gt;2. Select branch &amp;quot;abc&amp;quot;, pop-up appears, click &amp;quot;Clock out&amp;quot; button&lt;br /&gt;&lt;br /&gt;Asking experts advice on how trigger the buttons, not a coding expert hence I am here... Appreciate all the sharing thanks</description>
            <author>chubbyqq</author>
            <category>Codemasters</category>
            <pubDate>Fri, 01 Oct 2021 08:45:56 +0800</pubDate>
        </item>
        <item>
            <title>Popcat Leaderboard - Mahresia Numba 1 Lesgo</title>
            <link>http://forum.lowyat.net/topic/5181682</link>
            <description>Go to chrome with &lt;u&gt;&lt;a href='https://popcat.click/' target='_blank'&gt;https://popcat.click/&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Click F12, find console tab, and paste the following&lt;br /&gt;&lt;br /&gt;Original post: &lt;a href='https://forum.lowyat.net/topic/5181498' target='_blank'&gt; jurkflash post&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Let it run&lt;br /&gt;&lt;br /&gt;Source of code: &lt;u&gt;&lt;a href='https://gist.github.com/wberdowski/9ccd275394a7ccf21ba602a3c736f5d9' target='_blank'&gt;GitHub Ban-Proof Popcat click bot&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;Source of code: &lt;u&gt;&lt;a href='https://gist.github.com/DaWe35/0febd8b058e4476967d12675a622c989' target='_blank'&gt;GitHub Popcat click bot&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Revised from ban version&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;var event = new KeyboardEvent&amp;#40;&amp;#39;keydown&amp;#39;, {&lt;br /&gt;key&amp;#58; &amp;#39;g&amp;#39;,&lt;br /&gt;ctrlKey&amp;#58; true&lt;br /&gt;}&amp;#41;;&lt;br /&gt;&lt;br /&gt;setInterval&amp;#40;function&amp;#40;&amp;#41;{&lt;br /&gt;for &amp;#40;i = 0; i &amp;#60; 20; i++&amp;#41; {&lt;br /&gt; document.dispatchEvent&amp;#40;event&amp;#41;;&lt;br /&gt;}&lt;br /&gt;}, 1000&amp;#41;;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Kena ban version for 12 hours&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;var event = new KeyboardEvent&amp;#40;&amp;#39;keydown&amp;#39;, {&lt;br /&gt;	key&amp;#58; &amp;#39;g&amp;#39;,&lt;br /&gt;	ctrlKey&amp;#58; true&lt;br /&gt;}&amp;#41;;&lt;br /&gt;&lt;br /&gt;setInterval&amp;#40;function&amp;#40;&amp;#41;{&lt;br /&gt;	for &amp;#40;i = 0; i &amp;#60; 100; i++&amp;#41; {&lt;br /&gt;  document.dispatchEvent&amp;#40;event&amp;#41;;&lt;br /&gt;	}&lt;br /&gt;}, 0&amp;#41;;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin-xeon1989+Aug 14 2021, 03:51 PM--&gt;&lt;div class='quotetop'&gt;QUOTE(xeon1989 &amp;#064; Aug 14 2021, 03:51 PM)&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;No, it post every 30secs. You can just leave it and see in network tab, it sends 800 pps per 30 secs.&lt;br /&gt;From frontend u dont see anything happen, not even counter.&lt;br /&gt;[right][snapback]101997966[/snapback][/right]&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;ban-proof version&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&amp;#40;&amp;#40;&amp;#41;=&amp;#62;{    &lt;br /&gt;    console.clear&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;    var event = new KeyboardEvent&amp;#40;&amp;#39;keydown&amp;#39;, {&lt;br /&gt;        key&amp;#58; &amp;#39;g&amp;#39;,&lt;br /&gt;        ctrlKey&amp;#58; true&lt;br /&gt;    }&amp;#41;;&lt;br /&gt;&lt;br /&gt;    // Start sendStats interval&lt;br /&gt;    document.dispatchEvent&amp;#40;event&amp;#41;;&lt;br /&gt;    // Total pops&lt;br /&gt;    var total = 0;&lt;br /&gt;&lt;br /&gt;    var iv = setInterval&amp;#40;&amp;#40;&amp;#41;=&amp;#62;{&lt;br /&gt;        // Get VUE&lt;br /&gt;        var vue = document.getElementById&amp;#40;&amp;#39;app&amp;#39;&amp;#41;.__vue__;&lt;br /&gt;        // Check if user is marked as bot &amp;#40;just for safety measures, very unlikely to happen&amp;#41;&lt;br /&gt;        if&amp;#40;vue.bot&amp;#41;{&lt;br /&gt;            console.log&amp;#40;&amp;#34;%c You&amp;#39;ve been barked as a bot. Please clear your cookies.&amp;#34;, &amp;#34;background&amp;#58; #a00; color&amp;#58; #fff&amp;#34;&amp;#41;;&lt;br /&gt;            clearInterval&amp;#40;iv&amp;#41;;&lt;br /&gt;            return;&lt;br /&gt;        }&lt;br /&gt;        // Prevent ban&lt;br /&gt;        vue.sequential_max_pops = 0;&lt;br /&gt;        // Detect sendStats function run&lt;br /&gt;        if&amp;#40;vue.accumulator == 0&amp;#41;{&lt;br /&gt;            total += 800;&lt;br /&gt;            console.log&amp;#40;`&amp;#91;&amp;#036;{new Date&amp;#40;&amp;#41;.toLocaleTimeString&amp;#40;&amp;#41;}&amp;#93; %c800 pops sent &amp;#40;Total&amp;#58; &amp;#036;{total}&amp;#41;`, &amp;#34;color&amp;#58; #0f0&amp;#34;&amp;#41;;&lt;br /&gt;  	// Open and close cat&amp;#39;s mount&lt;br /&gt;            vue.open = true;&lt;br /&gt;            setTimeout&amp;#40;&amp;#40;&amp;#41;=&amp;#62;{&lt;br /&gt;                vue.open = false;&lt;br /&gt;            }, 1000&amp;#41;;&lt;br /&gt;        }&lt;br /&gt;        // Set 800 pops&lt;br /&gt;        vue.accumulator = 800;&lt;br /&gt;    }, 1000&amp;#41;;&lt;br /&gt;&lt;br /&gt;    console.log&amp;#40;&amp;#34;%c Bot started. Waiting for the first request being sent. &amp;#34;, &amp;#34;background&amp;#58; #050; color&amp;#58; #0f0&amp;#34;&amp;#41;;&lt;br /&gt;}&amp;#41;&amp;#40;&amp;#41;;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>chubbyqq</author>
            <category>Kopitiam</category>
            <pubDate>Fri, 13 Aug 2021 11:42:18 +0800</pubDate>
        </item>
        <item>
            <title>Masuk Mahkamah Atas Kesalahan Trafik</title>
            <link>http://forum.lowyat.net/topic/5160898</link>
            <description>In reference to title, I was issued a summon for &amp;quot;PANDU GUNA ALAT KOMUNIKASI&amp;quot; and required to appear in person in Court 2 months later&lt;br /&gt;&lt;br /&gt;I checked several sources say that the new law stated that we must go to court and appeal for RM1000 otherwise jail 3 months.&lt;br /&gt;&lt;br /&gt;Problem is... In the note of the summon below it stated:&lt;br /&gt;&lt;br /&gt;&amp;quot;This Offense is compoundable&amp;quot;&lt;br /&gt;&amp;quot;If the offence is compoundable, you are advised to have the offence compounded at any PDRM summon payment outlet before dd/mm/yyyy&amp;quot;&lt;br /&gt;&lt;br /&gt;Konklusi: Must attend court no matter how&lt;br /&gt;&lt;br /&gt;&lt;u&gt;24 Aug 2021 Update&lt;/u&gt;&lt;br /&gt;- Court proceedings dates are moved 2 months later&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/Bi07DO' target='_blank'&gt;&lt;img src='https://pictr.com/images/2021/08/24/Bi07DO.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reference&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin-RS42+Jun 24 2021, 12:58 PM--&gt;&lt;div class='quotetop'&gt;QUOTE(RS42 &amp;#064; Jun 24 2021, 12:58 PM)&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Just go to court on the date provided, register in the morning and wait for your session. They will call out names by batches to enter the court so you need to hang around the court to make sure u don&amp;#39;t miss your name. The magistrate will read out offense and u need to admit guilty or not. If admin guilty, the magistrate will ask if u want to appeal, that&amp;#39;s when u tell your grandmother sob story and the amount will be decided by the magistrate, once done can go back downstairs to pay then only can leave. They will hold your ic from the moment u register in the morning until u pay the saman. Expect to spend about half a day or more there depending on how early they call your name.&lt;br /&gt;[right][snapback]101391892[/snapback][/right]&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://forum.lowyat.net/index.php?showtopic=5028120' target='_blank'&gt;Saman PDRM Thread&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://forum.lowyat.net/index.php?showtopic=5003940' target='_blank'&gt;Police block, Because Calling&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://forum.lowyat.net/topic/5033576' target='_blank'&gt;How to settle non-compoundable saman by PDRM&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://bakalpeguam.blogspot.com/2020/08/guna-telefon-bimbit-sambil-memandu.html' target='_blank'&gt;Guna Telefon Bimbit Sambil Memandu: Selesai Di Mahkamah&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[YOUTUBE]qMEuft226TI[/YOUTUBE]&lt;br /&gt;&lt;br /&gt;P.S. Creating the thread anyway for other ppl future references</description>
            <author>chubbyqq</author>
            <category>Serious Kopitiam</category>
            <pubDate>Wed, 23 Jun 2021 20:18:20 +0800</pubDate>
        </item>
        <item>
            <title>BMW drivers kunji</title>
            <link>http://forum.lowyat.net/topic/4814566</link>
            <description>Just today alone met 5 assholes.</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 28 Jul 2019 10:23:32 +0800</pubDate>
        </item>
        <item>
            <title>Toto 6D result, legend... wait for it... dairy</title>
            <link>http://forum.lowyat.net/topic/4803815</link>
            <description>[attachmentid=10277344]&lt;br /&gt;&lt;br /&gt;uhm... wtf? First time see so many kosong</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sat, 06 Jul 2019 23:08:49 +0800</pubDate>
        </item>
        <item>
            <title>Shot his own didi</title>
            <link>http://forum.lowyat.net/topic/4748013</link>
            <description>INDIANA, United States (Philippine Daily Inquirer/Asia News Network): A man from Indiana, United States accidentally shot himself in the penis with his own gun, which was later found to be unlicensed.&lt;br /&gt;&lt;br /&gt;The local Marion Police Department said in its Facebook page that they met with 46-year-old Mark Anthony Jones last Thursday, Feb. 28.  The man was in the Marion General Hospital emergency department that day, due to a self-inflicted gunshot injury.&lt;br /&gt;&lt;br /&gt;Police said that Jones was walking in a walkway when his Hi Point 9 millimeter gun “began to slip” in his waistband.&lt;br /&gt;&lt;br /&gt;Jones tried to reach down to adjust the gun, but it accidentally discharged, with the bullet entering “just above the penis” and exiting in his scrotum.&lt;br /&gt;&lt;br /&gt;However, authorities found that Jones does not have a handgun license in Indiana. His case was submitted to the Grant Co. Prosecutors Office for review.&lt;br /&gt;&lt;br /&gt;This was not the first time a man unintentionally shot himself in the penis. Back in December, a mechanic in Ilocos Sur was in the same situation when he accidentally fired his gun that was tucked in his waist, as he was supposed to urinate outside his house. - Philippine Daily Inquirer/Asia News Network&lt;br /&gt;&lt;br /&gt;&lt;a href='https://www.thestar.com.my/news/world/2019/03/06/man-accidentally-shoots-self-in-the-penis-with-gun/' target='_blank'&gt;SOS&lt;/a&gt;</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 06 Mar 2019 09:36:45 +0800</pubDate>
        </item>
        <item>
            <title>RAM Credit Information PDPA Breach?</title>
            <link>http://forum.lowyat.net/topic/4598817</link>
            <description>First off, I never registered myself to their site nor any form filled that allow my info to be shared to them but I recently got a letter to my home address.  Attached below is the screenshot. I did not agree at all or sign any PDPA from them. Are they allowed to do so? Can I file a report for this? I&amp;#39;m not looking for compensation but I&amp;#39;m not happy maybe some dipshit company like ringgit plus or banks share my info out without consent. &lt;br /&gt;&lt;br /&gt;[attachmentid=9849708]</description>
            <author>chubbyqq</author>
            <category>Serious Kopitiam</category>
            <pubDate>Sat, 09 Jun 2018 22:08:50 +0800</pubDate>
        </item>
        <item>
            <title>So high made me lost it</title>
            <link>http://forum.lowyat.net/topic/4571501</link>
            <description>&lt;a href='https://www.lazada.com.my/products/3pcs-vomiting-blood-capsules-few-blood-pil-fancy-dress-halloween-and-april-l-fools-joke-horror-prank-toy-thrilling-i158087329-s187618604.html' target='_blank'&gt;Blood capsules&lt;/a&gt;&lt;br /&gt;[attachmentid=9758991]&lt;br /&gt;&lt;br /&gt;This so high laugh die me hahahahahah</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Thu, 26 Apr 2018 00:17:00 +0800</pubDate>
        </item>
        <item>
            <title>close</title>
            <link>http://forum.lowyat.net/topic/4442618</link>
            <description>[close]</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Mon, 30 Oct 2017 09:49:27 +0800</pubDate>
        </item>
        <item>
            <title>Dinnerware for restaurant/kopitiam</title>
            <link>http://forum.lowyat.net/topic/4433931</link>
            <description>Wondering if anyone know where I can get plates/bowls/cutlery for restaurant/kopitiam? At a good price, over online or offline shops??</description>
            <author>chubbyqq</author>
            <category>Serious Kopitiam</category>
            <pubDate>Thu, 19 Oct 2017 00:16:30 +0800</pubDate>
        </item>
        <item>
            <title>Telegram mati</title>
            <link>http://forum.lowyat.net/topic/4413249</link>
            <description>&lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;My jibkor stickers nuhhhhhhhh  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 20 Sep 2017 16:12:24 +0800</pubDate>
        </item>
        <item>
            <title>oBike kena seize</title>
            <link>http://forum.lowyat.net/topic/4406691</link>
            <description>&lt;a href='http://www.thestar.com.my/metro/metro-news/2017/09/11/action-against-bikesharing-service-in-pj-enforcement-officers-seize-bicycles-for-obstructing-public/' target='_blank'&gt;SOS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;TLDR: MORE THAN 250 bicycles found on the sidewalks and streets of Petaling Jaya have been seized by Petaling Jaya City Council (MBPJ) enforcement officers citywide. The bicycles were seized for causing obstruction.&lt;br /&gt;&lt;br /&gt;Ketahian yang amat memalukan. Warning letter dulu la bodo. Straight seize without any warning what you want to prove now. So damn fucking obvious they just want a cut in the money they earn.  &lt;!--emo&amp;:furious:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/vmad.gif' border='0' style='vertical-align:middle' alt='vmad.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:furious:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/vmad.gif' border='0' style='vertical-align:middle' alt='vmad.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;BTW new look and feel The Star  &lt;!--emo&amp;:o--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/ohmy.gif' border='0' style='vertical-align:middle' alt='ohmy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Mon, 11 Sep 2017 10:16:20 +0800</pubDate>
        </item>
        <item>
            <title>15 Weird Fines in Bolehland</title>
            <link>http://forum.lowyat.net/topic/4388964</link>
            <description>Here are &lt;a href='https://www.comparehero.my/blog/weird-things-fined-malaysia?utm_source=fb&amp;utm_medium=blog&amp;utm_campaign=20170814_9PM_weirdthingsfinedmalaysia' target='_blank'&gt;15 Weird Things You Can Actually Be Fined for in Malaysia&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;1. Jaywalking&lt;br /&gt;2. Advertising for syphilis treatment&lt;br /&gt;3. Acts of mischief like throwing a ring into a river&lt;br /&gt;4. Making too much noise&lt;br /&gt;5. Laying a corpse in public&lt;br /&gt;6. Singing obscene songs in public&lt;br /&gt;7. Being drunk in public&lt;br /&gt;8. Fighting in Public&lt;br /&gt;9. Bathing yourself or your dog in public&lt;br /&gt;10. Riding a horse or an elephant on the streets of Malaysia&lt;br /&gt;11. If your dog chases a person&lt;br /&gt;12. Spitting&lt;br /&gt;13. Burning material&lt;br /&gt;14. Attempting Suicide&lt;br /&gt;15. Nudity (Hnghhhhhh)&lt;br /&gt;&lt;br /&gt;</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 16 Aug 2017 11:12:56 +0800</pubDate>
        </item>
        <item>
            <title>Auto-spectate for ti7 games</title>
            <link>http://forum.lowyat.net/topic/4377193</link>
            <description>Enable console in dota 2 options&lt;br /&gt;&lt;br /&gt;Type the following to enable&lt;br /&gt;&lt;br /&gt;dota_spectator_auto_spectate_games 5401&lt;br /&gt;&lt;br /&gt;Type the following to disable&lt;br /&gt;dota_spectator_auto_spectate_games 0&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:cool2:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cool2.gif' border='0' style='vertical-align:middle' alt='cool2.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>chubbyqq</author>
            <category>DOTA 2</category>
            <pubDate>Thu, 03 Aug 2017 00:18:22 +0800</pubDate>
        </item>
        <item>
            <title>My first time</title>
            <link>http://forum.lowyat.net/topic/4373548</link>
            <description>Pikachu very eggcited for my first time. Thought everything will run smoothly. Mana tau it split in half and waters everywhere. Apa mood pun habis. Watched tutorials pun kantoi  Attached with drills. &lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('7dc48c651d25ad56bcc684a5328eb97e')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;7dc48c651d25ad56bcc684a5328eb97e&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;Hentai pervert Kamen rider see what&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('6a58ce15eae306ecb664ea620511d9f5')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;6a58ce15eae306ecb664ea620511d9f5&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;Ride for Malaysia kat Sepang. Ayam sad :&amp;#39;(&lt;br /&gt;[attachmentid=9002199]&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 30 Jul 2017 08:40:09 +0800</pubDate>
        </item>
        <item>
            <title>Ayam mee</title>
            <link>http://forum.lowyat.net/topic/4359561</link>
            <description>&lt;a href='https://www.youtube.com/watch?v=Cr2OFgPaIQo' target='_blank'&gt;https://www.youtube.com/watch?v=Cr2OFgPaIQo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[YOUTUBE]https://www.youtube.com/watch?v=Cr2OFgPaIQo[/YOUTUBE]&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Fri, 14 Jul 2017 21:40:51 +0800</pubDate>
        </item>
        <item>
            <title>Copyright about food idea</title>
            <link>http://forum.lowyat.net/topic/4353786</link>
            <description>I have ideas regarding on a food that I just come up with. How to get it copyrighted in Malaysia? I need serious guidance on this and where and how to proceed.</description>
            <author>chubbyqq</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Mon, 10 Jul 2017 16:39:02 +0800</pubDate>
        </item>
        <item>
            <title>One savings account, several names</title>
            <link>http://forum.lowyat.net/topic/4346539</link>
            <description>*Mods kindly help if this is the wrong section to post&lt;br /&gt;&lt;br /&gt;I would like to know which bank provides the option to open a saving account which can have several names under it. I plan to open it with my siblings and parent as a emergency fund.</description>
            <author>chubbyqq</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Mon, 03 Jul 2017 16:53:02 +0800</pubDate>
        </item>
        <item>
            <title>I thought tradition is lost</title>
            <link>http://forum.lowyat.net/topic/4345538</link>
            <description>Last time driver&amp;#39;s opposite the road will keep on flash if the road in driving depan ada police. Kids now don&amp;#39;t do this anymore but today ayam happy when saw people still do it. Nostalgic</description>
            <author>chubbyqq</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 02 Jul 2017 12:57:03 +0800</pubDate>
        </item>
    </channel>
</rss>
