archive: add 5 repo prompt(s) [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-24 13:54:47 +00:00
parent 40e885bf8d
commit ba88a8dbe8
7 changed files with 420787 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+33
View File
@@ -0,0 +1,33 @@
Project Path: arc_Neurosisccc_Apex-ItemGlow_o9n1xrny
Source Tree:
```txt
arc_Neurosisccc_Apex-ItemGlow_o9n1xrny
├── Item Glow.cpp
└── README.md
```
`Item Glow.cpp`:
```cpp
if (MenuSettings::itemwall) {
for (int i = 0; i < 12000; i++) {
DWORD64 Entity = GetEntityById(i);
if (Entity == 0)
continue;
Drv.write<int>(Entity + 0x2C0, 1363184265);
}
}
```
`README.md`:
```md
# Apex-ItemGlow
Discord Neurosis#0736
```
File diff suppressed because it is too large Load Diff