URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Hack Community
  HTML https://roshacks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Structs/Offsets
       *****************************************************
       #Post#: 922--------------------------------------------------
       Rules of Survival Offsets for 1.172026.175259
       By: pipo1337 Date: June 26, 2018, 10:27 pm
       ---------------------------------------------------------
       [center]Rules of Survival Offsets for 1.172026.175259[/center]
       VB.NET:
       [code]
       Public Const Anti Screenshot as Integer = &H172AD8E
       Public Const Anti Spectate as Integer = &H159986
       Public Const Battle Ground as Integer = &H1E68120
       Public Const Blue Chams as Integer = &HBCCDB2
       Public Const Flat Texture as Integer = &HC023B7
       Public Const Fly Hack as Integer = &H1871150
       Public Const Green Chams as Integer = &HBCCDA2
       Public Const Jump Hack as Integer = &H56B73E
       Public Const Master Speed as Integer = &H739CC
       Public Const Memory WallHack as Integer = &HC01072
       Public Const No Fall as Integer = &H56EECA
       Public Const No Fog as Integer = &HC69320
       Public Const No Grass as Integer = &HC69121
       Public Const No Recoil as Integer = &HFD1C1F
       Public Const No Sky as Integer = &H3BD1AC
       Public Const No Water as Integer = &H3B748C
       Public Const Red Chams as Integer = &HBCCD94
       Public Const Walkthrough as Integer = &H179B338
       Public Const White Chams as Integer = &HBCCDDD
       [/code]
       C#:
       [code]
       public const Int32 Anti Screenshot = 0x172AD8E;
       public const Int32 Anti Spectate = 0x159986;
       public const Int32 Battle Ground = 0x1E68120;
       public const Int32 Blue Chams = 0xBCCDB2;
       public const Int32 Flat Texture = 0xC023B7;
       public const Int32 Fly Hack = 0x1871150;
       public const Int32 Green Chams = 0xBCCDA2;
       public const Int32 Jump Hack = 0x56B73E;
       public const Int32 Master Speed = 0x739CC;
       public const Int32 Memory WallHack = 0xC01072;
       public const Int32 No Fall = 0x56EECA;
       public const Int32 No Fog = 0xC69320;
       public const Int32 No Grass = 0xC69121;
       public const Int32 No Recoil = 0xFD1C1F;
       public const Int32 No Sky = 0x3BD1AC;
       public const Int32 No Water = 0x3B748C;
       public const Int32 Red Chams = 0xBCCD94;
       public const Int32 Walkthrough = 0x179B338;
       public const Int32 White Chams = 0xBCCDDD;
       [/code]
       #Post#: 923--------------------------------------------------
       Re: Rules of Survival Offsets for 1.172026.175259
       By: luziferk Date: June 27, 2018, 10:47 am
       ---------------------------------------------------------
       Thanks sir  ;D
       *****************************************************