Hide Process

Skilled Illusionist
Joined
Jan 7, 2009
Messages
339
Reaction score
3
How hide Process??+ Give good AntiHack (Anti DLL) Apart Dex AntiCheat
 
omg ! SEND U NAME PROGRAM PLZ STOP SAY SEARCH SEARCH >.<

something like this?

PHP:
<form method="post" action="sub=1">
Please enter your name<br />
<input type="text" name="name" id="name" /><br />
<input type="submit" value="go!" /><br />
</form>
<?php
if (isset($_GET['sub'])) {
echo 'your name is : '.$_POST['name'];
}
?>
 
Upvote 0
Back