brian5s Posted December 18, 2020 Share Posted December 18, 2020 SO, I am using a binary editor to try and find other hacks outside of the ones already posted. I can see them, yet, there is no indication on how they are used. Maybe someone with more time than I have can figure them out. I believe that many if not all of these have been posted, but, worth digging into some of the other objects. 0/1 Invulnerable / Immortalplayer.godEnables resurrect cheat on player controlled objectplayer.resurrectEnables killing player controlled objectplayer.killSets ignore time dilation flag on player object player.realtimeAll ammo pools become infiniteplayer.infiniteAmmoAmmo is no longer removed from magazinesplayer.bypassMagazinespawns new puppet and switches control to itplayer.switchToNewPuppetToggles the player invisible to AI sensesplayer.invisibleAddItem(item recordID, [quantity])player.inventory.addItemRemoveItem(item recordID, [quantity])player.inventory.removeItemclears the inventoryplayer.inventory.removeAllItemsPrints list of itemsplayer.inventory.displayItemsSpawns item with given loot tableplayer.inventory.spawnItemEquipItem(slot recordID, item RecordID, quiqslotID int)player.inventory.equipItemUnequipItem(slot recordID)player.inventory.unequipItemCycleActiveItem(slotID)player.inventory.cycleActiveItemPrints all attachment slotsplayer.inventory.displayEquippedAddItemToPeer(peerID, item recordID, [quantity])player.inventory.addItemToPeerEquipItemToPeer(peerID, slot recordID, item RecordID)player.inventory.equipItemToPeerAddAndEquipItemToPeer(peerID, slot recordID, item RecordID, [quantity])player.inventory.addAndEquipItemToPeerUnequipItemFromPeer(peerID, slot recordID)player.inventory.unequipItemFromPeerRuns a geometry description query in front of the playerplayer.describeGeomPrints player's position to a file located in game root and called 'playerPosition.txt'player.printPositionTeleport player in position and rotationplayer.teleportMarks the player's position & rotation for later teleport with 'teleporttomark'player.markforteleportTeleports player to previously marked position & rotation (from 'markforteleport')player.teleporttomarkTeleports player to marker with tag provided as argumentplayer.teleporttomarkerModify players health by amount (can kill the player)player.modifyhealthSet player to play tpp animsplayer.enabletpprepresentation Usage: exec( [script exec function name] [param1] ... [param5] )Only 5 arguments currently supported, talk to gameplay code if you require more. CheatObject parametersEnableCheatToggleCheatHasCheatIncreaseGlobalTimeDilationDecreaseGlobalTimeDilationIncreasePlayerTimeDilationDecreasePlayerTimeDilationDebugCheatsSystemRepIncreaseGlobalTimeDilationRepDecreaseGlobalTimeDilationRepIncreasePlayerTimeDilationRepDecreasePlayerTimeDilationRepResetTimeDilationRepToggleGamePauseRepTeleportPlayerRepEnableCheatOnPlayer Link to comment Share on other sites More sharing options...
darkekun Posted December 18, 2020 Share Posted December 18, 2020 (edited) Some questions. For manipulating inventory, can the item recordID be found from clicking on the item in your inventory with the console on? Or will there have to be some database deciphered to know what's what? What's the difference between the additem and spawnitem commands? Edited December 18, 2020 by darkekun Link to comment Share on other sites More sharing options...
Recommended Posts