DIR Return Create A Forum - Home
---------------------------------------------------------
Hack Community
HTML https://roshacks.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Structs/Offsets
*****************************************************
#Post#: 565--------------------------------------------------
Rules of Survival Offsets for 1.162620.163342 version
By: pipo1337 Date: May 15, 2018, 7:44 pm
---------------------------------------------------------
VB.NET:
[code]Dim LocalPlayer As Integer = &H20E640C
Dim Client As Integer = &H20E4628
Dim ViewMatrix As Integer = &H1ED9A48
Dim SceneContext As Integer = &H1ED9A48
Dim Renderer As Integer = &H2081AC8
Dim PyGame As Integer = &H20D8D08
[/code]
C++:
[code]int LocalPlayer = 0x20E640C;
int Client = 0x20E4628;
int ViewMatrix = 0x1ED9A48;
int SceneContext = 0x1ED9A48;
int Renderer = 0x2081AC8;
int PyGame = 0x20D8D08;[/code]
Battle Ground/Is In Game(Integer):
[code]ros.exe+1E21F28[/code]
Anti Spectate(Byte):
[code]ros.exe+12D3D6
ON: 2
OFF: 1[/code]
Grave Mode(AoB):
[code]ros.exe+545728
ON: 90 90 90 90 90 90 90 90
OFF: F3 0F 11 87 E0 00 00 00[/code]
No Grass(Float):
[code]ros.exe+C3A06D
ON: -243773.5938
OFF: -3.719689846[/code]
No Fog(Float):
[code]ros.exe+C3A0AF
ON: -1.775704964E-30
OFF: -2.709510748E-35[/code]
Another No Fog(Float)(22-5-2018):
[code]ros.exe+C3A0C5
AoB: F3 0F 10 86 44 03 00 00 F3 0F 11 45 E4 F3 0F 10 86 5C 03 00
ON: -1.775704964E-30
OFF: -2.709510748E-35[/code]
No Fall(AoB):
[code]ros.exe+547110
ON: F6 C2 06
OFF: F6 C2 02[/code]
No Water(Float):
[code]ros.exe+39716C
ON: 2.031882773E-43
OFF: 2.017869789E-43[/code]
Speed Hack(Float):
[code]ros.exe+17692B0
ON: 90
OFF: 60[/code]
Zoom Hack(Float):
[code]ros.exe+171c5c0
ON: 0.00445329425
OFF: 0.01745329238[/code]
Walkthrough(Float):
[code]ros.exe+175FF48
ON: -0.74609375
OFF: -0.5[/code]
#Post#: 605--------------------------------------------------
Re: Rules of Survival Offsets for 1.162620.163342 version
By: luziferk Date: May 19, 2018, 11:05 am
---------------------------------------------------------
Thanks very much
Do you have Aob for auto climb or ghost mode ?
2 days ago I have chance for use cheat have ghost mode.It like
telekill but it can walk very fast to every where do you want
and can kill enemy.I use speed in Ce when I use ghost mode I see
speed in CE is 800.Do you know how can I do that ;D
#Post#: 610--------------------------------------------------
Re: Rules of Survival Offsets for 1.162620.163342 version
By: pipo1337 Date: May 19, 2018, 2:05 pm
---------------------------------------------------------
[quote author=luziferk link=topic=191.msg605#msg605
date=1526745950]
Thanks very much
Do you have Aob for auto climb or ghost mode ?
2 days ago I have chance for use cheat have ghost mode.It like
telekill but it can walk very fast to every where do you want
and can kill enemy.I use speed in Ce when I use ghost mode I see
speed in CE is 800.Do you know how can I do that ;D
[/quote]
Everything that i got is in first post of thread for any other
additional updates in this thread i will update in reply
#Post#: 637--------------------------------------------------
Re: Rules of Survival Offsets for 1.162620.163342 version
By: pipo1337 Date: May 22, 2018, 1:30 pm
---------------------------------------------------------
Added another No Fog
*****************************************************