Advertisement
Guest User

Untitled

a guest
May 26th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.80 KB | None | 0 0
  1. class TslBaseCheatManager : CheatManager {
  2.     class DebugCameraController* DebugCameraControllerRef; // offset: 0x30, size: 8
  3.     class DebugCameraController* DebugCameraControllerClass; // offset: 0x38, size: 8
  4.     // function Walk; // offset: 0x2e36d20
  5.     // function ViewSelf; // offset: 0x2e38bb0
  6.     // function ViewPlayer; // offset: 0x2e38b00
  7.     // function ViewClass; // offset: 0x2e38a70
  8.     // function ViewActor; // offset: 0x2e389e0
  9.     // function ToggleDebugCamera; // offset: 0x2e38790
  10.     // function ToggleAILogging; // offset: 0x2e38770
  11.     // function TestCollisionDistance; // offset: 0x2e38750
  12.     // function Teleport; // offset: 0x1b9f130
  13.     // function Summon; // offset: 0x2e38670
  14.     // function StreamLevelOut; // offset: 0x2e385e0
  15.     // function StreamLevelIn; // offset: 0x2e38550
  16.     // function Slomo; // offset: 0x2e38440
  17.     // function SetWorldOrigin; // offset: 0x2e38130
  18.     // function SetNavDrawDistance; // offset: 0x2e37690
  19.     // function SetMouseSensitivityToDefault; // offset: 0x2e37670
  20.     // function ServerToggleAILogging; // offset: 0x2e36d40
  21.     // function ReceiveInitCheatManager; // offset: 0x10f7a70
  22.     // function ReceiveEndPlay; // offset: 0x10f7a70
  23.     // function RebuildNavigation; // offset: 0x2e36a50
  24.     // function PlayersOnly; // offset: 0x29690c0
  25.     // function OnlyLoadLevel; // offset: 0x296aa00
  26.     // function LogLoc; // offset: 0x2e35fc0
  27.     // function InvertMouse; // offset: 0x2e33930
  28.     // function God; // offset: 0x2e33660
  29.     // function Ghost; // offset: 0x2e33640
  30.     // function FreezeFrame; // offset: 0x2e31b00
  31.     // function Fly; // offset: 0x2e31ae0
  32.     // function FlushLog; // offset: 0x2e31ac0
  33.     // function EnableDebugCamera; // offset: 0x2e314e0
  34.     // function DumpVoiceMutingState; // offset: 0x2e31440
  35.     // function DumpPartyState; // offset: 0x2e31420
  36.     // function DumpOnlineSessionState; // offset: 0x2e31400
  37.     // function DumpChatState; // offset: 0x2e313e0
  38.     // function DisableDebugCamera; // offset: 0x2e313c0
  39.     // function DestroyTarget; // offset: 0x2e313a0
  40.     // function DestroyPawns; // offset: 0xa791c0
  41.     // function DestroyAllPawnsExceptTarget; // offset: 0x2e31380
  42.     // function DestroyAll; // offset: 0x2e312f0
  43.     // function DebugCapsuleSweepSize; // offset: 0x2e31220
  44.     // function DebugCapsuleSweepPawn; // offset: 0x2e31200
  45.     // function DebugCapsuleSweepComplex; // offset: 0x2e31170
  46.     // function DebugCapsuleSweepClear; // offset: 0x2e31150
  47.     // function DebugCapsuleSweepChannel; // offset: 0x2e310d0
  48.     // function DebugCapsuleSweepCapture; // offset: 0x2e310b0
  49.     // function DebugCapsuleSweep; // offset: 0x2e31090
  50.     // function DamageTarget; // offset: 0x2e31010
  51.     // function CheatScript; // offset: 0x2e30ba0
  52.     // function ChangeSize; // offset: 0x2e30b20
  53.     // function BugItStringCreator; // offset: 0x2e30930
  54.     // function BugItGo; // offset: 0x2e30760
  55.     // function BugIt; // offset: 0x2e306b0
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement