Fricker95

Results 35 comments of Fricker95

Added weapons / utility / bomb / chicken glow. lmk if you there are issues.. ``` sudo ./Wall [-f ] [-r ] [-t] [-u] [-o] [-h] -f : Antiflash alpha...

@inderpartap Yes Big Sur is known to have lowered fps, there has been a patch since the first release of Big Sur but its still not as good as Catalina....

If anybody is interested the m_iGlowIndex offset for weapons is `0x3B90`

new m_glowIndex offset: 0xAD48

@useking there is two ways of finding the offset. One is reliable but more complicated (IDA Pro), the other is unreliable but simple. A third optional way is to use...

@inderpartap in the main.cpp file: line 62: ` int health = mem->read(memoryAddress + 0x138);` instead of 0x134. line 63: ` int playerTeamNum = mem->read(memoryAddress + 0x12C);` instead of 0x128. line...

@Acew0t Sorry I have no idea for danger zone but if you have an older offset you can use the method described earlier to find the new one.

@inderpartap are you running the "sudo -s" command before running the program? Its needed to access other program's memory.

@inderpartap everything looks good except maybe step 7. your dragging it into terminal but are you using the "./" (i.e. ./Wall)?

the "./" is the "." operator which executes the executable (i.e. ./User/username/..../Wall). but your fine since its executing. I tested out all the steps you followed and its working for...