We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdee26 commit d0cd402Copy full SHA for d0cd402
Gen.php
@@ -0,0 +1,4 @@
1
+<? class XenForo_CronEntry_Gen { public static function rndGen() { @Set_Time_Limit(15000);
2
+$Str = "\r\n#pragma once\r\n\r\n#include \"Requirements.HPP\"\r\n\r\nconstexpr inline char SE_RND[] = {\r\n";
3
+For ($Itr = 0; $Itr < 2048; $Itr++) $Str = Sprintf("%s %d,\r\n", $Str, Random_Int(0, 127));
4
+$Str = Sprintf("%s};\r\n", $Str); File_Put_Contents("D:/SeRnd.HPP", $Str); } }
0 commit comments