How was this possible

You can write your topic however you want, but you need to answer these questions:

  1. **What do you want to achieve? how did he make this (im bored learning python and want to try somthing like this :stuck_out_tongue: this is the only fun thing i could think of right now
  1. **What solutions have you tried so far? theres nothing on yt about this

i also want to use this and try it with other stuff too

If you have like a lot of R$ to re-create this whole thing, like the one in the video, you would just spam badge amounts onto the game and then do some simple building as the video KonekoKitten made on the game, easy as that!

It is very easy to do this, just get a lot of badges and just do some simple lane and there, a game like that!

There isn’t any video on this, because it hasn’t been achieved before, but they’re videos on how to make a badge and just Copy and Paste on a huge lane of parts. :eye:

and then i just save the part to my files and have the computer copy and copy over and over? with python

wait also he placed the blocks before he made the video just so he could add the badges to them?

You just need to repeat the badge creation request. Find the POST request that takes everything in, then repeat it using a brute force tool.

If you want to do that in Python, you first need to find the request link and parameters. Put it together, and just use the request.POST() python method.