Hello from Github!
Public content can be linked from GIST.
import requests | |
import json | |
from typing import Optional | |
class YoutubeChaptersGetter: | |
def __init__(self, youtube_url: str = "https://youtube.com"): | |
self.youtube = youtube_url | |
def _get_video(self, video_id: str) -> Optional[str]: | |
try: |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Xml; | |
using System.Xml.Serialization; | |
using System.Windows.Forms; |
class AccountObjectSetCheats | |
{ | |
bool AutoBattle = false; | |
AccountobjectSetCheats Type; | |
int8 SlotLockCheat = 0; | |
}; | |
class AccountObjectGetProfile | |
{ | |
std::string Filename; |