#how to use
- put any file or voice with codec
audio/ogg
- fill
token
andchannel_id
onconfig.json
- run
py main.py
#how to use
audio/ogg
token
and channel_id
on config.json
py main.py
https://domain-com.translate.goog/image.jpg
https://cdn-discordapp-com.translate.goog/attachments/932997963981140069/937172504819138560/unknown.png
https://proxy.duckduckgo.com/iu/?u=url image
https://proxy.duckduckgo.com/iu/?u=https://cdn.discordapp.com/attachments/932997963981140069/937172504819138560/unknown.png
#!/bin/bash | |
# SPDX-License-Identifier: MIT | |
# Copyright © 2019-present Iqbal Rifai | |
# ------------------------------------------------------------------ | |
# MIT License | |
# ----------- | |
# | |
# Copyright (c) 2019-present Iqbal Rifai (https://iqbalrifai.eu.org) | |
# Permission is hereby granted, free of charge, to any person |
/* Light mode */ | |
@media (prefers-color-scheme: light) { | |
@import url("light.css"); | |
} | |
/* Dark mode */ | |
@media (prefers-color-scheme: dark) { | |
@import url("dark.css"); | |
} |
<?php | |
/** | |
* DONT DELETE THIS | |
* | |
* @original https://github.com/ammarfaizi2/php-integral-obfuscator | |
* @update https://moedev.co | |
* @license MIT | |
* @version 0.2.0-rc9 | |
* c\00 |
<?php | |
if ($_GET['id'] == ""){ | |
http_response_code(404); | |
die("ID Not Found"); | |
} else { | |
$drive_id = $_GET['id']; | |
$apikey = "AIzaSyBPO_VhHtvTL-gs35Nb24cSsjuxQasjlN0"; | |
$data = json_decode(file_get_contents("https://www.googleapis.com/drive/v2/files/$drive_id?supportsTeamDrives=true&key=$apikey"), true); | |
$mime = $data["mimeType"]; | |
$link = file_get_contents("https://www.googleapis.com/drive/v3/files/$drive_id?key=$apikey&supportsTeamDrives=true&alt=media"); |
eval((function(s){var a,c,e,i,j,o="",r,t="^`|~";for(i=0;i<s.length;i++){r=t+s[i][2];a=s[i][1].split("");for(j=a.length - 1;j>=0;j--){s[i][0]=s[i][0].split(r.charAt(j)).join(a[j]);}o+=s[i][0];}var p=9080;var x=function(r){var c,p,s,l='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789';if(r<63)c=l.charAt(r);else{r-=63;p=Math.floor(r/63);s=r%63;c=l.charAt(p)+l.charAt(s)}return c;};a=o.substr(p).split(':');r=a[1].split('?');a=a[0].split('?');o=o.substr(0,p);if(!''.replace(/^/,String)){var z={};for(i=0;i<196;i++){var y=x(i);z[y]=r[i]||y}t=/\b\w\w?\b/g;y=function(a){return z[a]||a};o=o.replace(t,y);}else{for(j=a[a.length-1]-1;j>=0;j--){if(r[j])o=o.replace(new RegExp('\b'+(j<63?c.charAt(j):c.charAt((j-63)/63)+c.charAt((j-63)%63))+'\b','g'),r[j])}}return o.replace(//g,"\n").replace(//g,"\"");})([["function@H(a){ao(a+).j(/[a-z]/gi,p(a){ao String.fromCharCode(a.charCodeAt(0)+(n>a.toLowerCase()?13:-13))})}o@JSON.parse(bH(atob(b9)))b9OaBid']aI0h[]aL6fa |
# Maintainer : Daniel Bermond <[email protected]> | |
# Contributor: Jonas Heinrich <[email protected]> | |
# Contributor: André Silva <[email protected]> | |
# Contributor: Márcio Silva <[email protected]> | |
# Contributor (Parabola): Nicolás Reynolds <[email protected]> | |
# Contributor (Parabola): Sorin-Mihai Vârgolici <[email protected]> | |
# Contributor (Parabola): Michał Masłowski <[email protected]> | |
# Contributor (Parabola): Luke Shumaker <[email protected]> | |
# Contributor (Parabola): Luke R. <[email protected]> | |
# Contributor (Poi Linux): Iqbal Rifai <[email protected]> |