DIR Return Create A Forum - Home
---------------------------------------------------------
Hack Community
HTML https://roshacks.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Structs/Offsets
*****************************************************
#Post#: 147--------------------------------------------------
Rules of Survival Offsets for 1.147074.153333 version
By: pipo1337 Date: April 11, 2018, 5:19 am
---------------------------------------------------------
VB.NET:
[code]Dim LocalPlayer As Integer = &H20EA28C
Dim Client As Integer = &H20E8590
Dim ViewMatrix As Integer = &H1EDB470
Dim SceneContext As Integer = &H1EDB470
Dim Renderer As Integer = &H2083518
[/code]
C++:
[code]int LocalPlayer = 0x20EA28C;
int Client = 0x20E8590;
int ViewMatrix = 0x1EDB470;
int SceneContext = 0x1EDB470;
int Renderer = 0x2083518;[/code]
Report Count:
[code]Credit: isysforce
ros.exe+21AB190[/code]
No Fog:
[code]ros.exe+C37FFE
OFF - F3 0F 11 45
ON - F3 0F 11 4D[/code]
No Grass:
[code]ros.exe+C37F80
OFF - 66 0F 6E C0
ON - 66 0F 6E C8[/code]
No Water:
[code]ros.exe+39665C
OFF - 90
ON - 91[/code]
Passthrough:
[code]ros.exe+175A6B8
OFF - 00 00 00
ON - 66 66 66[/code]
Grave Mode:
[code]Credit: abuali121
ros.exe+544578
OFF - F3 0F 11 87 E0 00 00 00
ON - 90 90 90 90 90 90 90 90[/code]
Speed Hack:
[code]ros.exe+1763A30
OFF - 00 00 70
ON - 00 00 C8[/code]
*****************************************************