mirror of
https://github.com/gmh5225/awesome-game-security
synced 2026-06-21 13:56:22 +00:00
archive: add 5 repo prompt(s) [skip ci]
This commit is contained in:
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
@@ -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
Reference in New Issue
Block a user