Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

yavuzsemih

6
Posts
A member registered Sep 19, 2025

Recent community posts

also this is just a decoder you can put something in the

 $tdzueclt = '...';
and it just decodes the encoded text and excutes it. It might be harmful if there was an actual ENCODED CODE in the freaking veriable assigned

Have you even downloaded the thing and checked it? The code in it is litterally in the www folder which is a fcking web page

In which directory is this fcking php.

The only two php files in the thing i wrote are these two




<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
free money
</title>
</head>
please enter your age first (no age restrictions) ...
<br>
<p>
    your age...
<form>
<input type="number" name="ad3">
</form>
<?php 
echo "To earn money, fill in the fields below and click the submit button ...";
?>
<br>
Enter the ibani and password of your kiredi card account ...
<br>
<p>
    your iban ...
<form>
<input type="text" name="ad2">
</form>
</p>
<br>
<p>
    your password...
<form>
    <input type="text" name="ad2">
</form>
</p>
<br>
<p>
<form action="php2.php" method="post">
<input type="submit">
</form>
</p>

and this


<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
free money
</title>
</head>
free 10 USD startup bonus money comes directly to your account, it does not matter which bank it is, depending on the speed of your computer, this money extraction process can be slow or extremely fast Close the applications that will force your computer, originally the application is a bitcoin miner
<?php 
$top = 10;
while ($top <= 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) {
    echo "<br>".$top."USD";
$top++;
    }
?>

how can you even make a virus with php 馃槀

I am asking you what you have found relating to the virus not to application i know what the aplication does. I have scanned hole zip file with multiple antiviruses: 

Sorry what exactly did you find in it?

What do you mean you have inspected whole program? It is litterally just basic php you can even see all of it in www folder and rest of the stuff is just there to make php run locally. I made this thing when i was 11 years old in 2020 i was just trying some basic php. The hole thing is basically a html form with an while loop that echos a increasing number non stop.