Advertisement
Guest User

Linkvertise bypasser

a guest
Mar 2nd, 2021
5,166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.60 KB | None | 0 0
  1. import requests
  2. import discord
  3. from discord.ext import commands
  4.  
  5.  
  6. bot = commands.Bot(command_prefix='!')
  7.  
  8. @bot.command()
  9. async def bypass(ctx, arg):
  10.   r=requests.get('https://adlink-bypass-api.bigbypassalt.repl.co/api?='+arg)
  11.   a = ('%'+r.text)
  12.   chunks = a.split(',')
  13.   dest = chunks[1]
  14.   stripped = dest.split('"')
  15.   #await ctx.send(chunks[1])
  16.   embed = discord.Embed()
  17.   embed.set_thumbnail(url="https://thumbs.gfycat.com/PlainHonestAzurevase-size_restricted.gif")
  18.   embed.add_field(name="Bypassed Link:", value=stripped[3], inline=False)
  19.   await ctx.send(embed=embed)
  20.  
  21.  
  22. bot.run('TOKEN')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement