Page 1 of 1

Buckshot Roulette Cheat Table

Posted: Mon Nov 11, 2024 10:28 am
by Nightfall

[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

► Show Spoiler

Download:

Buckshot Roulette.CT
v1.0
(306.25 KiB) Downloaded 5260 times

Have fun!


Re: Buckshot Roulette Cheat Table

Posted: Sun Mar 16, 2025 3:46 pm
by Rank0to300

I cant get it to work, does this work in multiplayer vs my friends?


Re: Buckshot Roulette Cheat Table

Posted: Sun Jun 15, 2025 3:09 pm
by Nightfall
Rank0to300 wrote: Sun Mar 16, 2025 3:46 pm

I cant get it to work, does this work in multiplayer vs my friends?

no. it doesn't work for multiplayer


Re: Buckshot Roulette Cheat Table

Posted: Mon Jan 12, 2026 7:54 am
by dyuu

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


Re: Buckshot Roulette Cheat Table

Posted: Tue Jan 13, 2026 6:23 am
by Nightfall
dyuu wrote: Mon Jan 12, 2026 7:54 am

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

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.