Skip to content

Commit

Permalink
Create Gen.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuHKS authored Jan 4, 2023
1 parent afdee26 commit d0cd402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gen.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<? class XenForo_CronEntry_Gen { public static function rndGen() { @Set_Time_Limit(15000);
$Str = "\r\n#pragma once\r\n\r\n#include \"Requirements.HPP\"\r\n\r\nconstexpr inline char SE_RND[] = {\r\n";
For ($Itr = 0; $Itr < 2048; $Itr++) $Str = Sprintf("%s %d,\r\n", $Str, Random_Int(0, 127));
$Str = Sprintf("%s};\r\n", $Str); File_Put_Contents("D:/SeRnd.HPP", $Str); } }

0 comments on commit d0cd402

Please sign in to comment.