Buckshot Roulette Cheat Table
[Updated 11/11/2024]
Content:
• See if current bullet is live
• Reveal bullet order & pointers
• Don't shuffle bullets
Info:
The idea came from this youtube video I saw
Download:
Have fun!
Open source cheat tables. Guaranteeing the 'our' in source...
https://opencheattables.com/
[Updated 11/11/2024]
Content:
• See if current bullet is live
• Reveal bullet order & pointers
• Don't shuffle bullets
Info:
The idea came from this youtube video I saw
Download:
Have fun!
I cant get it to work, does this work in multiplayer vs my friends?
Rank0to300 wrote: Sun Mar 16, 2025 3:46 pmI cant get it to work, does this work in multiplayer vs my friends?
no. it doesn't work for multiplayer
hi nightfall, Im trying to train an AI using reinforcement learning to play this game. Directly reading memory is more accurate and efficient than computer vision. Unfortunately, Im completely clueless about how to find the base address and offset. Could you provide the static address where the current bullet is stored? I would be extremely grateful
dyuu wrote: Mon Jan 12, 2026 7:54 amhi nightfall, Im trying to train an AI using reinforcement learning to play this game. Directly reading memory is more accurate and efficient than computer vision. Unfortunately, Im completely clueless about how to find the base address and offset. Could you provide the static address where the current bullet is stored? I would be extremely grateful
I don't have any static addresses / pointers for this game, but you can try to make a pointerscan for the currently active bullet by using the addresses my .CT provides.
To get the current bullet list, I hook the "Array::Shuffle" function from godot engine itself.