Skip to content

Gamepass Buyer

Introduction

It will buy gamepass from gamepassid

Code

py
from rogamepass import buyer

cookie="Put_Your_Cookie"
GamepassID = 123456
DeleteAfterBought = True

buyer(cookie).buy(DeleteAfterBought,GamepassID)

Made by sesocell and saveside (he did nothing but ok)