All right, that's madness to keep searching for the same item over and over again ... 😅.
Anyway, since this Cosmos is a CoSMOS to search something that we already have ( at least 1 in the inventory ), is there a way for us to get something that is not already in the inventory ?
Thanks for the advance
It heavily depends on the game. On some games you can turn an empty slot into an item slot if you know the item ID, and you got the inventory memory structure (which can be obtained by having the memory address of an existing item quantity or ID... again depends on the game. In such case open this location in hex view / dump and then doing 'trial & error' on some numbers around. The more experienced you are the easier you can instantly see what number you need to change and if this is an inventory structure or not). On other games each item is a game object which you cannot create by changing a number.