From 0632f2e2c5eee088cf66f2415796947a799c9d05 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:42:10 +0700 Subject: [PATCH 001/174] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b92593e1..f9b5d847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ FROM liualvinas24/docker:groovy # # Clone repo and prepare working directory # -RUN git clone -b Lord-Userbot https://github.com/Zora24/Lord-Userbot /root/userbot +RUN git clone -b Lord-Userbot https://github.com/apisuserbot/Lord-Userbot /root/userbot RUN mkdir /root/userbot/.bin RUN pip install --upgrade pip setuptools WORKDIR /root/userbot #Install python requirements -RUN pip3 install -r https://raw.githubusercontent.com/Zora24/Lord-Userbot/Lord-Userbot/requirements.txt +RUN pip3 install -r https://raw.githubusercontent.com/apisuserbot/Lord-Userbot/Lord-Userbot/requirements.txt CMD ["python3","-m","userbot"] From 1cf07d1d973d62c0bc2e053382e36ab8e6f535d1 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:45:42 +0700 Subject: [PATCH 002/174] Update app.json --- app.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index f2d0d241..0f0eed16 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { - "name": "Lord-Userbot", - "description": "[Lord-Userbot] USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERSENANG-SENANG DI TELEGRAM.", + "name": "GBX-bot", + "description": "[GBX-bot] USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERSENANG-SENANG DI TELEGRAM.", "logo": "https://telegra.ph/file/62dc59b2013a48f9cc8f3.jpg", "keywords": [ "telegram", @@ -9,9 +9,9 @@ "modular", "productivity" ], - "repository": "https://github.com/Zora24/Lord-Userbot", - "telegram": "https://t.me/liualvinas", - "success_url": "https://t.me/liualvinasmahaputra", + "repository": "https://github.com/apisuserbot/Lord-Userbot", + "telegram": "https://t.me/PacarFerdilla", + "success_url": "https://t.me/PacarFerdilla", "stack": "container", "env": { "API_KEY": { From 000306a7f989ccff709467cf8f24b4b613674ee5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:47:50 +0700 Subject: [PATCH 003/174] Update __main__.py --- userbot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/__main__.py b/userbot/__main__.py index 5ffdeba0..047397a1 100644 --- a/userbot/__main__.py +++ b/userbot/__main__.py @@ -27,7 +27,7 @@ LOGS.info( - f"Lord-Userbot ⚙️ V{BOT_VER} [TELAH DIAKTIFKAN!]") + f"⚡GBX-bot⚡ ⚙️ V{BOT_VER} [TELAH DIAKTIFKAN!]") if len(argv) not in (1, 3, 4): From 894f4e2a79e9c214fceb7b80a15d545c133f1451 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:57:51 +0700 Subject: [PATCH 004/174] Update www.py --- userbot/modules/www.py | 58 +++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index c628b5fb..5eb61526 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -58,9 +58,9 @@ async def pingme(pong): await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')\n \\ /\n \\ _.•´\n \\ (\n \\ ") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**𖣘 PING** " + await pong.edit(f"**⚡ PING** " f"\n ➥ `%sms` \n" - f"**𖣘 LORD** " + f"**⚡ GBX** " f"\n ➥ `{ALIVE_NAME}` \n" % (duration)) @@ -70,14 +70,14 @@ async def pingme(pong): uptime = await get_readable_time((time.time() - StartTime)) start = datetime.now() await pong.edit("⚡") - await pong.edit("__**LORD⚡**__") - await pong.edit("__**LOR⚡D**__") - await pong.edit("__**LO⚡RD**__") - await pong.edit("__**L⚡ORD**__") - await pong.edit("__**⚡LORD⚡**__") + await pong.edit("__**GB⚡**__") + await pong.edit("__**GBX⚡B**__") + await pong.edit("__**BO⚡T**__") + await pong.edit("__**GBX⚡BOT**__") + await pong.edit("__**⚡GBX⚡**__") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**⚡ʟ̶ᴏ̶ʀ̶ᴅ̶ ᴘɪɴɢ⚡**\n" + await pong.edit(f"**⚡GBX ᴘɪɴɢ⚡**\n" f"⚡ **ᴘɪɴɢ:** " f"`%sms` \n" f"⚡ **ᴏɴʟɪɴᴇ:** " @@ -93,9 +93,9 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⌖ Pong!**\n" - f"➠ __Ping:__ " + f"⚡ __Ping:__ " f"`%sms` \n" - f"➠ __Uptime:__ " + f"⚡ __Uptime:__ " f"`{uptime}` \n" % (duration)) @@ -104,18 +104,18 @@ async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ uptime = await get_readable_time((time.time() - StartTime)) start = datetime.now() - await pong.edit("**𖣘**") - await pong.edit("**𖣘𖣘**") - await pong.edit("**𖣘𖣘𖣘**") - await pong.edit("**✦҈͜͡➳ PONG!**") + await pong.edit("**⚡**") + await pong.edit("**⚡⚡**") + await pong.edit("**⚡⚡⚡**") + await pong.edit("**🔥 PONG!**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**♛ Lord Ping ♛**\n" - f"❃ **Ping:** " + await pong.edit(f"**♛ BGX Ping ♛**\n" + f"⚡**Ping:** " f"`%sms` \n" f"❃ **Uptime:** " f"`{uptime}` \n" - f"**✦҈͜͡➳ My Lord:** `{ALIVE_NAME}`" % (duration)) + f"**🔥 My BGX:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.sinyal$") @@ -132,7 +132,7 @@ async def pingme(pong): await pong.edit("**100% ██████████**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"- 𝐋 𝐎 𝐑 𝐃 -\n" + await pong.edit(f"-⚡ B G X ⚡-\n" f"**• ꜱɪɴʏᴀʟ :** " f"`%sms` \n" f"**• ᴏɴʟɪɴᴇ :** " @@ -143,7 +143,7 @@ async def pingme(pong): @register(outgoing=True, pattern="^.speed$") async def speedtst(spd): """ For .speed command, use SpeedTest to check server speeds. """ - await spd.edit("`Menjalankan Tes Kecepatan Tinggi...🚀`") + await spd.edit("`Menjalankan Tes Kecepatan Tinggi...⚡`") test = Speedtest() test.get_best_server() @@ -164,7 +164,7 @@ async def speedtst(spd): f"`{result['ping']}` \n" "❃ **ISP:** " f"`{result['client']['isp']}` \n" - "❃ **BOT:** `Lord Userbot`") + "❃ **BOT:** `BGX userbot`") def speed_convert(size): @@ -184,15 +184,15 @@ def speed_convert(size): async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ start = datetime.now() - await pong.edit("`Pong.....🔨`") - await pong.edit("`Pong....🔨.`") - await pong.edit("`Pong...🔨..`") - await pong.edit("`Pong..🔨...`") - await pong.edit("`Pong.🔨....`") - await pong.edit("`Pong🔨.....`") + await pong.edit("`Pong.....🕊️`") + await pong.edit("`Pong....🕊️.`") + await pong.edit("`Pong...🕊️..`") + await pong.edit("`Pong..🕊️...`") + await pong.edit("`Pong.🕊️....`") + await pong.edit("`Pong🕊️.....`") end = datetime.now() duration = (end - start).microseconds / 9000 - await pong.edit("✘ **Ping!**\n`%sms`" % (duration)) + await pong.edit("⚡ **Ping!**\n`%sms`" % (duration)) CMD_HELP.update( {"ping": "`.ping` ; `.lping` ; `.xping` ; `.fping`\ @@ -203,6 +203,6 @@ async def pingme(pong): \nPenjelasan: sama kaya perintah ping." }) CMD_HELP.update( - {"sinyal": "**Modules:** `Sinyal`\ - \n\n**• Perintah :** `.sinyal`\ + {"sinyal": "**Modules:** `Sinyal bot`\ + \n\n**• Perintah :** `.sinyal bot`\ \n ➥ **Penjelasan :** __Untuk melihat sinyal bot__"}) From 993c29da0ff51ddccbfe707404021ff2d0f795d4 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:01:34 +0700 Subject: [PATCH 005/174] Update salam.py --- userbot/modules/salam.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userbot/modules/salam.py b/userbot/modules/salam.py index c138b558..6c3da7ef 100644 --- a/userbot/modules/salam.py +++ b/userbot/modules/salam.py @@ -10,31 +10,31 @@ @register(outgoing=True, pattern='^.P(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Assalamu'alaikum") + await typew.edit("⚡Assalamu'alaikum....kawan⚡") @register(outgoing=True, pattern='^.p(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Assalamu'alaikum") + await typew.edit("⚡Assalamu'alaikum....kawan⚡") @register(outgoing=True, pattern='^.L(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Wa'alaikumussalam") + await typew.edit("🕊️Wa'alaikumussalam....🕊️") @register(outgoing=True, pattern='^.l(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Wa'alaikumussalam") + await typew.edit("🕊️Wa'alaikumussalam....🕊️") CMD_HELP.update({ "salam": "`.P`\ -\nUsage: Untuk Memberi salam.\ +\nUsage: Untuk Memberi salam kepada semua orang.\ \n\n`.L`\ -\nUsage: Untuk Menjawab Salam." +\nUsage: Untuk Menjawab Salam kepada semua orang." }) From 674e36de8deaf56c008367f99d9048fc96c7e7b7 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:08:43 +0700 Subject: [PATCH 006/174] Update afk.py --- userbot/modules/afk.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 58f1717a..916eb364 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -24,10 +24,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**• ᴍᴀᴀꜰ ʟᴏʀᴅ {ALIVE_NAME} ꜱᴇᴅᴀɴɢ ᴀꜰᴋ!**", - f"**• ᴍᴀᴀꜰ ʟᴏʀᴅ {ALIVE_NAME} ꜱᴇᴅᴀɴɢ ᴀꜰᴋ\n • ᴛᴜɴɢɢᴜ ꜱᴀᴍᴘᴀɪ ᴅɪᴀ ᴋᴇᴍʙᴀʟɪ ᴏɴʟɪɴᴇ!**", - f"**• ʟᴏʀᴅ {ALIVE_NAME} ꜱᴇᴅᴀɴɢ ᴀꜰᴋ!\n • ᴛᴜɴɢɢᴜʟᴀʜ ꜱᴀᴍᴘᴀɪ ᴏɴʟɪɴᴇ!**", - f"**• ᴍᴀᴀꜰ ʟᴏʀᴅ {ALIVE_NAME} ꜱᴇᴅᴀɴɢ ᴀꜰᴋ!**", + f"**•⚡Maaf kawan bos gw {ALIVE_NAME} sedang afk!**", + f"**•⚡Maaf kawan bot gw {ALIVE_NAME} sedang afk\n • 😠 Gak usah spam tunggu dia online ajg!**", + f"**•⚡Bos {ALIVE_NAME} sedang afk!\n • 🔥 Jan spam ya tod!**", + f"**• Maaf kawan bos gw {ALIVE_NAME} sedang afk!**", ] @@ -62,10 +62,10 @@ async def set_afk(afk_e): afk_start = start_1.replace(microsecond=0) if string: AFKREASON = string - await afk_e.edit(f"- 𝗔 𝗙 𝗞 -\n**• ʟᴏʀᴅ ᴛᴇʟᴀʜ ᴀꜰᴋ**\ + await afk_e.edit(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n**• ⚡Bos sedang afk⚡**\ \n**• ᴀʟᴀꜱᴀɴ :** `{string}`") else: - await afk_e.edit("- 𝗔 𝗙 𝗞 -\n**• ʟᴏʀᴅ ᴛᴇʟᴀʜ ᴀꜰᴋ**") + await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n**• ⚡Bos sedang afk⚡**") if user.last_name: await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "【AFK】")) else: @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("【AFK】"): + if last and last.endswith("⚡【AFK】⚡"): last1 = last[:-12] else: last1 = "" @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**ʟᴏʀᴅ ᴛᴇʟᴀʜ ᴋᴇᴍʙᴀʟɪ !!**") + msg = await notafk.respond("**⚡Bos telah kenbali⚡!!**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) From 3c43865186b405f853374af6badb5f929c2234fb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:19:15 +0700 Subject: [PATCH 007/174] Update afk.py --- userbot/modules/afk.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 916eb364..849328ad 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -166,7 +166,7 @@ async def mention_afk(mention): afk_since = f"`{int(seconds)} Detik`" if mention.sender_id not in USERS: if AFKREASON: - await mention.reply(f"- 𝗔 𝗙 𝗞 -\n `{ALIVE_NAME}` **ᴀꜰᴋ** {afk_since} **ʏᴀɴɢ ʟᴀʟᴜ.**\ + await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n `{ALIVE_NAME}` **afk** {afk_since} **yang lalu.**\ \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await mention.reply(str(choice(AFKSTR))) @@ -175,7 +175,7 @@ async def mention_afk(mention): elif mention.sender_id in USERS: if USERS[mention.sender_id] % randint(2, 4) == 0: if AFKREASON: - await mention.reply(f"- 𝗔 𝗙 𝗞 -\n **ʟᴏʀᴅ ᴍᴀꜱɪʜ ᴀꜰᴋ** {afk_since} **ʏᴀɴɢ ʟᴀʟᴜ.**\ + await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **bos masih afk** {afk_since} **yang lalu.**\ \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await mention.reply(str(choice(AFKSTR))) @@ -243,7 +243,7 @@ async def afk_on_pm(sender): afk_since = f"`{int(seconds)} Detik`" if sender.sender_id not in USERS: if AFKREASON: - await sender.reply(f"- 𝗔 𝗙 𝗞 -\n **ʟᴏʀᴅ ᴍᴀꜱɪʜ ᴀꜰᴋ** {afk_since} **ʏᴀɴɢ ʟᴀʟᴜ.**\ + await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **bos masih afk** {afk_since} **yang lalu.**\ \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await sender.reply(str(choice(AFKSTR))) @@ -252,7 +252,7 @@ async def afk_on_pm(sender): elif apprv and sender.sender_id in USERS: if USERS[sender.sender_id] % randint(2, 4) == 0: if AFKREASON: - await sender.reply(f"- 𝗔 𝗙 𝗞 -\n **ʟᴏʀᴅ ᴍᴀꜱɪʜ ᴀꜰᴋ** {afk_since} **ʏᴀɴɢ ʟᴀʟᴜ.**\ + await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **bos masih afk** {afk_since} **yang lalu.**\ \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await sender.reply(str(choice(AFKSTR))) @@ -265,9 +265,9 @@ async def afk_on_pm(sender): CMD_HELP.update({ "afk": - "**Modules: `AFK`\ - \n\n**• Perintah:** `.afk`\ - \n**➥ Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ -__Mereka Akan Tau Alasan Kamu OFF__.\n\n**Note:** `AFK Bisa Dilakukan Dan Dibatalkan Dimanapun.`\ + "**Modules: `⚡ AFK ⚡`\ + \n\n**•🕊️ Perintah:** `.afk`\ + \n**➥🕊️ Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ +__Mereka Akan Tau Alasan Kamu OFF__.\n\n**Note:** `⚡ AFK Bisa Dilakukan Dan Dibatalkan Dimanapun.`\ " }) From e4b47dd2c621bdee453e5781d9450f9e3475713e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:25:06 +0700 Subject: [PATCH 008/174] Update filter.py --- userbot/modules/filter.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/userbot/modules/filter.py b/userbot/modules/filter.py index 95360128..d64aa59a 100644 --- a/userbot/modules/filter.py +++ b/userbot/modules/filter.py @@ -60,7 +60,7 @@ async def add_new_filter(new_handler): if BOTLOG_CHATID: await new_handler.client.send_message( BOTLOG_CHATID, f"#FILTER\nID OBROLAN: {new_handler.chat_id}\nTRIGGER: {keyword}" - "\n\n`Pesan Berikut Disimpan Sebagai Data Balasan Filter Untuk Obrolan, Mohon Jangan Menghapusnya Lord`" + "\n\n`Pesan Berikut Disimpan Sebagai Data Balasan Filter Untuk Obrolan, Mohon Jangan Menghapusnya bos`" ) msg_o = await new_handler.client.forward_messages( entity=BOTLOG_CHATID, @@ -75,7 +75,7 @@ async def add_new_filter(new_handler): elif new_handler.reply_to_msg_id and not string: rep_msg = await new_handler.get_reply_message() string = rep_msg.text - success = "`Berhasil Menambahkan Filter` **{}** `{}`." + success = "`⚡ Berhasil Menambahkan Filter ⚡` **{}** `{}`." if add_filter(str(new_handler.chat_id), keyword, string, msg_id) is True: await new_handler.edit(success.format(keyword, 'Disini')) else: @@ -91,10 +91,10 @@ async def remove_a_filter(r_handler): return await r_handler.edit("`Berjalan Pada Mode Non-SQL!`") filt = r_handler.pattern_match.group(1) if not remove_filter(r_handler.chat_id, filt): - await r_handler.edit("`Filter` **{}** `Tidak Ada Disini`.".format(filt)) + await r_handler.edit("`⚡ Filter` **{}** `Tidak Ada Disini ⚡`.".format(filt)) else: await r_handler.edit( - "`Berhasil Menghapus Filter` **{}** `Disini`.".format(filt)) + "`⚡ Anda berhasil menghapus Filter` **{}** `Disini ⚡`.".format(filt)) @register(outgoing=True, pattern="^.bersihkanbotfilter (.*)") @@ -116,7 +116,7 @@ async def kick_marie_filter(event): await event.reply("/stop %s" % (i.strip())) await sleep(0.3) await event.respond( - "```Berhasil Menghapus Semua Filter Bot!```") + "```⚡ Berhasil Menghapus Semua Filter Bot!⚡```") if BOTLOG: await event.client.send_message( BOTLOG_CHATID, "Saya Membersihkan Semua Filter Bot Di " + str(event.chat_id)) @@ -133,18 +133,18 @@ async def filters_active(event): filters = get_filters(event.chat_id) for filt in filters: if transact == "`Tidak Ada Filter Apapun Disini.`": - transact = "**❃ Daftar Filter Lord Yang Aktif Disini:**\n" - transact += " ➥ `{}`\n".format(filt.keyword) + transact = "**⚡ Daftar Filter BGX Yang Aktif Disini:**\n" + transact += " ➥🕊️ `{}`\n".format(filt.keyword) else: - transact += " ➥ `{}`\n".format(filt.keyword) + transact += " ➥🕊️ `{}`\n".format(filt.keyword) await event.edit(transact) CMD_HELP.update({ - "filter": + "⚡ filter ⚡": "`.filters`\ - \nUsage: Melihat filter lord userbot yang aktif di obrolan.\ + \nUsage: Melihat filter BGX userbot yang aktif di obrolan.\ \n\n`.filter` atau balas ke pesan ketik .filter \ \nUsage: Membuat filter di obrolan.\ \nBot Akan Membalas Jika Ada Yang Menyebut 'keyword' yang dibuat.\ From fe05104ad8d4e59c6cb28ae5ce9f949080993a63 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:30:11 +0700 Subject: [PATCH 009/174] Update covid.py --- userbot/modules/covid.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userbot/modules/covid.py b/userbot/modules/covid.py index b2a2afe2..47f5e8ac 100644 --- a/userbot/modules/covid.py +++ b/userbot/modules/covid.py @@ -22,6 +22,7 @@ async def corona(event): output_text += f"`⚰️Meninggal : {country_data['deaths']} (+{country_data['new_deaths']})`\n" output_text += f"`😔Kasus Baru : {country_data['new_cases']}`\n" output_text += f"`😇Sembuh : {country_data['recovered']}`\n" + output_text += f"`Kasihan kan?makannya Istirahat di rumah kontol output_text += "`📍Total Tes : N/A`\n\n" output_text += f"Data disediakan oleh [Worldometer](https://www.worldometers.info/coronavirus/country/{country})" else: @@ -44,6 +45,7 @@ async def corona(event): output_text += f"`⚰️Meninggal : {country_data['deaths']} (+{country_data['new_deaths']})`\n" output_text += f"`😔Kasus Baru : {country_data['new_cases']}`\n" output_text += f"`😇Sembuh : {country_data['recovered']}`\n" + output_text += f"`Kasihan kan?makannya Istirahat di rumah kontol output_text += "`📍Total Tes : N/A`\n\n" output_text += f"Data disediakan oleh [Worldometer](https://www.worldometers.info/coronavirus/country/{country})" else: @@ -52,7 +54,7 @@ async def corona(event): await event.edit(f"`Info Virus corona di {country}:`\n\n{output_text}") -CMD_HELP.update({"covid": "`.covid` ****" +CMD_HELP.update({"⚡ covid ⚡": "`.covid` ****" "\nPenjelasan: Dapatkan informasi tentang data covid-19 di suatu Negara.`\n\n" "`.covid`" "\nPenjelasan: Dapatkan informasi tentang data covid-19 di Seluruh Dunia.\n"}) From 212f546be3e073880c51f55c50bc490a8edd0c54 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:57:31 +0700 Subject: [PATCH 010/174] Update covid.py --- userbot/modules/covid.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/userbot/modules/covid.py b/userbot/modules/covid.py index 47f5e8ac..5ca10495 100644 --- a/userbot/modules/covid.py +++ b/userbot/modules/covid.py @@ -22,7 +22,6 @@ async def corona(event): output_text += f"`⚰️Meninggal : {country_data['deaths']} (+{country_data['new_deaths']})`\n" output_text += f"`😔Kasus Baru : {country_data['new_cases']}`\n" output_text += f"`😇Sembuh : {country_data['recovered']}`\n" - output_text += f"`Kasihan kan?makannya Istirahat di rumah kontol output_text += "`📍Total Tes : N/A`\n\n" output_text += f"Data disediakan oleh [Worldometer](https://www.worldometers.info/coronavirus/country/{country})" else: @@ -44,8 +43,7 @@ async def corona(event): output_text += f"`😟Kematian Baru : {country_data['new_deaths']}`\n\n" output_text += f"`⚰️Meninggal : {country_data['deaths']} (+{country_data['new_deaths']})`\n" output_text += f"`😔Kasus Baru : {country_data['new_cases']}`\n" - output_text += f"`😇Sembuh : {country_data['recovered']}`\n" - output_text += f"`Kasihan kan?makannya Istirahat di rumah kontol + output_text += f"`😇Sembuh : {country_data['recovered']}`\n" output_text += "`📍Total Tes : N/A`\n\n" output_text += f"Data disediakan oleh [Worldometer](https://www.worldometers.info/coronavirus/country/{country})" else: From 57906144c2ed5c0ffb95c7a97509c6388e82f644 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:02:22 +0700 Subject: [PATCH 011/174] Delete covid.py --- userbot/modules/covid.py | 58 ---------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 userbot/modules/covid.py diff --git a/userbot/modules/covid.py b/userbot/modules/covid.py deleted file mode 100644 index 5ca10495..00000000 --- a/userbot/modules/covid.py +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright (C) 2020 The Raphielscape Company LLC. -# -# Licensed under the Raphielscape Public License, Version 1.d (the "License"); -# you may not use this file except in compliance with the License. - -from covid import Covid -from userbot import CMD_HELP -from userbot.events import register - - -@register(outgoing=True, pattern="^.covid (.*)") -async def corona(event): - await event.edit("`Memproses Informasi....`") - country = event.pattern_match.group(1) - covid = Covid(source="worldometers") - country_data = covid.get_status_by_country_name(country) - if country_data: - output_text = f"`⚠️Terkonfirmasi : {country_data['confirmed']} (+{country_data['new_cases']})`\n" - output_text += f"`☢️Aktif : {country_data['active']}`\n" - output_text += f"`🤕Kritis : {country_data['critical']}`\n" - output_text += f"`😟Kematian Baru : {country_data['new_deaths']}`\n\n" - output_text += f"`⚰️Meninggal : {country_data['deaths']} (+{country_data['new_deaths']})`\n" - output_text += f"`😔Kasus Baru : {country_data['new_cases']}`\n" - output_text += f"`😇Sembuh : {country_data['recovered']}`\n" - output_text += "`📍Total Tes : N/A`\n\n" - output_text += f"Data disediakan oleh [Worldometer](https://www.worldometers.info/coronavirus/country/{country})" - else: - output_text = "Tidak ada informasi ditemukan untuk Negara ini!" - - await event.edit(f"`Info Virus corona di {country}:`\n\n{output_text}") - - -@register(outgoing=True, pattern="^.covid$") -async def corona(event): - await event.edit("`Memproses...`") - country = "World" - covid = Covid(source="worldometers") - country_data = covid.get_status_by_country_name(country) - if country_data: - output_text = f"`⚠️Terkonfirmasi : {country_data['confirmed']} (+{country_data['new_cases']})`\n" - output_text += f"`☢️Aktif : {country_data['active']}`\n" - output_text += f"`🤕Kritis : {country_data['critical']}`\n" - output_text += f"`😟Kematian Baru : {country_data['new_deaths']}`\n\n" - output_text += f"`⚰️Meninggal : {country_data['deaths']} (+{country_data['new_deaths']})`\n" - output_text += f"`😔Kasus Baru : {country_data['new_cases']}`\n" - output_text += f"`😇Sembuh : {country_data['recovered']}`\n" - output_text += "`📍Total Tes : N/A`\n\n" - output_text += f"Data disediakan oleh [Worldometer](https://www.worldometers.info/coronavirus/country/{country})" - else: - output_text = "Tidak ada informasi ditemukan untuk Negara ini!" - - await event.edit(f"`Info Virus corona di {country}:`\n\n{output_text}") - - -CMD_HELP.update({"⚡ covid ⚡": "`.covid` ****" - "\nPenjelasan: Dapatkan informasi tentang data covid-19 di suatu Negara.`\n\n" - "`.covid`" - "\nPenjelasan: Dapatkan informasi tentang data covid-19 di Seluruh Dunia.\n"}) From e963fdad0d14e19f979aaa6e45f611c804d14b6b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:10:09 +0700 Subject: [PATCH 012/174] Update santet.py --- userbot/modules/santet.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/santet.py b/userbot/modules/santet.py index 8932c6e4..144bb05a 100644 --- a/userbot/modules/santet.py +++ b/userbot/modules/santet.py @@ -8,9 +8,9 @@ async def typewriter(typew): typew.pattern_match.group(1) await typew.edit("`Lord Telah Mengaktifkan Perintah Santet Online ツ`") sleep(2) - await typew.edit("`Mencari Nama Orang Ini...`") + await typew.edit("`Mencari Nama Orang Ini...🕊️`") sleep(1) - await typew.edit("`Santet Online Segera Dilakukan`") + await typew.edit("`Mao gw santet lu kontol?Bentar ngirim dulu....⚡`") sleep(1) await typew.edit("0%") number = 1 @@ -313,11 +313,11 @@ async def typewriter(typew): sleep(0.03) await typew.edit(str(number) + "% ████████████████▌") sleep(1) - await typew.edit("`Target Berhasil Tersantet Online:v`") + await typew.edit("`gmn santetnya?mampus orang gw tipu awokaowok`") CMD_HELP.update({ - 'santetonline': + '⚡ santetonline ⚡': '`.santet`\ \nUsage: Santet Online Buat Bercanda.' }) From 22fb7bcda8d961d598a64565aa2bf5c4a9402a9f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:13:12 +0700 Subject: [PATCH 013/174] Update alvin.py --- userbot/modules/alvin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/alvin.py b/userbot/modules/alvin.py index 48dd69b1..8c320a3b 100644 --- a/userbot/modules/alvin.py +++ b/userbot/modules/alvin.py @@ -37,7 +37,7 @@ async def koc(e): @register(outgoing=True, pattern='^.dino(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("`DIN DINNN.....`") + await typew.edit("`Bangsat ada dino.....`") sleep(1) await typew.edit("`DINOOOOSAURUSSSSS!!`") sleep(1) @@ -346,7 +346,7 @@ async def koc(e): await e.edit("🚶 🐢") await e.edit("🚶 🐢") await e.edit("🚶 🐢") - await e.edit("`GABUT`") + await e.edit("`GABUT doang maap`") @register(outgoing=True, pattern='^.terkadang(?: |$)(.*)') @@ -435,7 +435,7 @@ async def typewriter(typew): # Create by myself @localheart CMD_HELP.update({ - "gabut": + "⚡ gabut ⚡": "`.gabut` ; `.dino`\ \nPenjelasan: ntahlah gabut doang.\ \n\n`.gombal`\ From 5aeefde26a915146f0ad503c2b41437859f678f9 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:19:18 +0700 Subject: [PATCH 014/174] Update lordgban.py --- userbot/modules/lordgban.py | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/userbot/modules/lordgban.py b/userbot/modules/lordgban.py index b6a72341..29fc29e2 100644 --- a/userbot/modules/lordgban.py +++ b/userbot/modules/lordgban.py @@ -34,7 +34,7 @@ async def get_full_user(event): try: user_obj = await event.client.get_entity(user) except Exception as err: - return await event.edit("`Terjadi Kesalahan... Mohon Lapor Ke Grup` @LordUserbot_Group", str(err)) + return await event.edit("`Terjadi Kesalahan... Mohon Lapor Ke Master' @PacarFerdilla", str(err)) return user_obj, extra @@ -72,9 +72,9 @@ async def handler(tele): tele.chat_id, guser.id, view_messages=False ) await tele.reply( - f"**Lord, Pengguna Gban Telah Bergabung** \n" + f"**⚡GBX⚡, Pengguna Gban Telah Bergabung** \n" f"**Pengguna**: [{guser.id}](tg://user?id={guser.id})\n" - f"**Aksi** : `Banned`" + f"**Aksi** : `⚡Banned⚡`" ) except BaseException: return @@ -86,11 +86,11 @@ async def gben(userbot): sender = await dc.get_sender() me = await dc.client.get_me() if not sender.id == me.id: - dark = await dc.reply("`Lord Ingin Mengaktifkan Perintah Global Banned!`") + dark = await dc.reply("`Bos Ingin Mengaktifkan Perintah Global Banned!`") else: dark = await dc.edit("`Memproses Global Banned Pengguna Ini ヅ`") me = await userbot.client.get_me() - await dark.edit(f"`Global Banned Akan Segera Aktif, Anda Akan Dibanned Secara Global Oleh Lord ヅ`") + await dark.edit(f"`Global Banned Akan Segera Aktif, Anda Akan Dibanned Secara Global Oleh bosヅ`") my_mention = "[{}](tg://user?id={})".format(me.first_name, me.id) f"@{me.username}" if me.username else my_mention await userbot.get_chat() @@ -108,11 +108,11 @@ async def gben(userbot): if not reason: reason = "Private" except BaseException: - return await dark.edit(f"`Terjadi Kesalahan ヅ`") + return await dark.edit(f"`Mampus terjadi kesalahan`") if user: if user.id == 1353102497: return await dark.edit( - f"`Anda Tidak Bisa Melakukan Global Banned Ke Lord Alvin, Dia Adalah Pembuat Saya ヅ`" + f"`Anda Tidak Bisa Melakukan Global Banned Ke Bos Apis, Dia Adalah Pembuat Saya ヅ`" ) try: from userbot.modules.sql_helper.gmute_sql import gmute @@ -135,14 +135,14 @@ async def gben(userbot): except BaseException: b += 1 else: - await dark.edit(f"`Mohon Balas Ke Pesan Lord`") + await dark.edit(f"`Mohon Balas Ke Pesan Bos`") try: if gmute(user.id) is False: - return await dark.edit(f"**Kesalahan! Pengguna Ini Sudah Kena Perintah Global Banned Lord.**") + return await dark.edit(f"**Kesalahan! Pengguna Ini Sudah Kena Perintah Global Banned Bos.**") except BaseException: pass return await dark.edit( - f"**♛ Perintah Lord:** `{ALIVE_NAME}`\n**✣ Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**✣ Aksi:** `Global Banned`" + f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**🕊️ Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**🔥 Aksi:** `⚡ Global Banned ⚡`" ) @@ -156,7 +156,7 @@ async def gunben(userbot): else: dark = await dc.edit("`Membatalkan Perintah Global Banned ヅ`") me = await userbot.client.get_me() - await dark.edit(f"`Memulai Membatalkan Perintah Global Banned, Pengguna Ini Akan Dapat Bergabung Ke Grup Anda Lord ヅ`") + await dark.edit(f"`Memulai Membatalkan Perintah Global Banned, Pengguna Ini Akan Dapat Bergabung Ke Grup Anda Bosヅ`") my_mention = "[{}](tg://user?id={})".format(me.first_name, me.id) f"@{me.username}" if me.username else my_mention await userbot.get_chat() @@ -174,10 +174,10 @@ async def gunben(userbot): if not reason: reason = "Private" except BaseException: - return await dark.edit("`Terjadi Kesalahan ヅ`") + return await dark.edit("`Mampus ada kesalahan ヅ`") if user: if user.id == 1353102497: - return await dark.edit("**Lord Pengguna Tidak Bisa Terkena Perintah Ini, Karna Dia Pembuatku ヅ**") + return await dark.edit("**Bos Pengguna Tidak Bisa Terkena Perintah Ini, Karna Dia Pembuatku ヅ**") try: from userbot.modules.sql_helper.gmute_sql import ungmute except BaseException: @@ -195,23 +195,23 @@ async def gunben(userbot): try: await userbot.client.edit_permissions(i, user, send_messages=True) a += 1 - await dark.edit(f"`Membatalkan Global Banned... Memproses... `") + await dark.edit(f"`Membatalkan Global Banned... Memproses...⚡ `") except BaseException: b += 1 else: - await dark.edit("`Harap Balas Ke Pesan Pengguna Lord ヅ`") + await dark.edit("`Harap Balas Ke Pesan Pengguna Bosヅ`") try: if ungmute(user.id) is False: return await dark.edit("**Kesalahan! Pengguna Sedang Tidak Di Global Banned.**") except BaseException: pass return await dark.edit( - f"**♛ Perintah Lord:** `{ALIVE_NAME}`\n**✣ Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**✣ Aksi:** `Membatalkan Global Banned`" + f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**✣ Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**✣ Aksi:** `Membatalkan Global Banned`" ) CMD_HELP.update({ - "gban": "\ + "⚡ gban ⚡": "\ `.gban`\ \nUsage: Melakukan Banned Secara Global Ke Semua Grup Dimana Lord Sebagai Admin.\ \n\n`.ungban`\ From cedfb7370819d003deb4448dbfc083ed098e68c1 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:29:42 +0700 Subject: [PATCH 015/174] Update system_stats.py --- userbot/modules/system_stats.py | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/userbot/modules/system_stats.py b/userbot/modules/system_stats.py index 2f6c068e..65e41ba1 100644 --- a/userbot/modules/system_stats.py +++ b/userbot/modules/system_stats.py @@ -164,9 +164,9 @@ async def bot_ver(event): revout = str(stdout.decode().strip()) + str(stderr.decode().strip()) await event.edit( - "**☛**Lord-Userbot Versi:** \n " + "**⚡**GBX-Userbot Versi:** \n " f"{verout}" - "\n**☛**Revisi:**\n " + "\n**⚡**Revisi:**\n " f"{revout}" ) else: @@ -181,7 +181,7 @@ async def pipcheck(pip): return pipmodule = pip.pattern_match.group(1) if pipmodule: - await pip.edit("`Mencari...`") + await pip.edit("`Mencari...🕊️`") pipc = await asyncrunapp( "pip3", "search", @@ -230,13 +230,13 @@ async def amireallyalive(alive): await alive.edit("`I'M ALIVE!`") await alive.edit("⚡") output = ( - f" **┗┓LORD USERBOT┏┛** \n" - f"\n__**{LORD_TEKS_KUSTOM}**__\n" + f" **┗┓⚡GBX-bot⚡┏┛** \n" + f"\n__**{GBX_TEKS_KUSTOM}**__\n" f"**━━━━━━━━━━━━━━━━━━━━**\n" - f"**♛ ʟᴏʀᴅ** \n" - f" ➥ `{DEFAULTUSER}` \n" - f"**♛ ᴜsᴇʀɴᴀᴍᴇ** \n" - f" ➥ `@{user.username}` \n" + f"**⚡ GBX** \n" + f" ➥🕊️ `{DEFAULTUSER}` \n" + f"**⚡ ᴜsᴇʀɴᴀᴍᴇ** \n" + f" ➥🕊️ `@{user.username}` \n" f"┏━━━━━━━━━━━━━━━━━━━\n" f"┣[• `Telethon :`Ver {version.__version__} \n" f"┣[• `Python :`Ver {python_version()} \n" @@ -269,14 +269,14 @@ async def amireallyalive(alive): await get_readable_time((time.time() - StartTime)) output = ( f"**▬▬▬▬▬▬❙۩♛۩❙▬▬▬▬▬▬**\n" - f" **♕ LORD USERBOT ♕** \n\n" - f"❃ **Lord** \n ➥ `{DEFAULTUSER}` \n" - f"❃ **Username** \n ➥ `@{user.username}` \n" - f"❃ **Telethon** \n ➥ `Versi {version.__version__}` \n" - f"❃ **Python** \n ➥ `Versi {python_version()}` \n" - f"❃ **Versi Bot**\n ➥ `{BOT_VER}` \n" - f"❃ **Modul** \n ➥ `{len(modules)}` \n\n" - f"❃ **Repo Userbot:** [Lord-Userbot](https://github.com/Zora24/Lord-Userbot)\n❃ **Grup Userbot: **[Tekan](t.me/LordUserbot_Group)\n❃ **Pemilik:** [Alvin](t.me/liualvinas)\n" + f" **⚡ GBX-bot ⚡** \n\n" + f"⚡ **GBX** \n ➥ `{DEFAULTUSER}` \n" + f"⚡ **Username** \n ➥ `@{user.username}` \n" + f"⚡ **Telethon** \n ➥ `Versi {version.__version__}` \n" + f"⚡**Python** \n ➥ `Versi {python_version()}` \n" + f"⚡**Versi Bot**\n ➥ `{BOT_VER}` \n" + f"⚡ **Modul** \n ➥ `{len(modules)}` \n\n" + f"⚡ **Repo Userbot:** [GBX-bot](https://github.com/apisuserbot/Lord-Userbot)\n⚡ **Follow pemilik: **[Tekan](https://www.instagram.com/apis_godboy?r=nametag)\n⚡ **Pemilik:** [Apis](t.me/PacarFerdilla)\n" f"**▬▬▬▬▬▬❙۩★۩❙▬▬▬▬▬▬**") if ALIVE_LOGO: try: @@ -305,9 +305,9 @@ async def amireallyalive(alive): await alive.edit("`I'M ALIVE!`") await alive.edit("⚡") output = ( - f"**♕ LORD USERBOT ♕** \n\n" + f"**⚡ GBX-bot ⚡** \n\n" f"┏━━━━━━━━━━━━━━━━━━━ \n" - f"┣|• `Lord :`{DEFAULTUSER} \n" + f"┣|• `GBX :`{DEFAULTUSER} \n" f"┣|• `Username :`@{user.username} \n" f"┣|• `Telethon :`Ver {version.__version__} \n" f"┣|• `Python :`Ver {python_version()} \n" @@ -315,7 +315,7 @@ async def amireallyalive(alive): f"┣|• `Bot Ver :`{BOT_VER} \n" f"┣|• `Modules :`{len(modules)} Modules \n" f"┗━━━━━━━━━━━━━━━━━━━ \n\n" - f"[Repo](https://github.com/Zora24/Lord-Userbot) | [Grup Support](t.me/LordUserbot_Group) | [Owner](t.me/liualvinas)") + f"[Repo](https://github.com/apisuserbot/Lord-Userbot) | [Follow ig pemilik](https://www.instagram.com/apis_godboy?r=nametag) | [⚡ Owner⚡ ](t.me/PacarFerdilla)") if ALIVE_LOGO: try: logo = ALIVE_LOGO @@ -368,7 +368,7 @@ async def amireallyalivereset(ureset): CMD_HELP.update({"pip": "`.pip `\ \nPenjelasan: Melakukan pencarian modul pip."}) -CMD_HELP.update({"alive": "`.alive` | `.on`\ +CMD_HELP.update({"⚡ alive ⚡": "`.alive` | `.on`\ \nPenjelasan: Ketik .alive/.on untuk melihat apakah bot Anda berfungsi atau tidak.\ \n\n`.aliveu `\ \nPenjelasan: Mengubah 'pengguna' menjadi teks yang Anda inginkan.\ From b5e01adcb444539a7fd6f67fd4e2470f6a076f85 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:32:58 +0700 Subject: [PATCH 016/174] Update pms.py --- userbot/modules/pms.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index 4c2e1340..1a614b60 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -29,10 +29,10 @@ DEF_UNAPPROVED_MSG = ( f"__**ROOM CHAT || {DEFAULTUSER}**__\n" "━━━━━━━━━━━━━━━━━━━━\n" - f"__HALLO SELAMAT DATANG, SAYA ADALAH BOT YANG MENJAGA ROOM CHAT INI MOHON JANGAN MELAKUKAN SPAM KARNA SAYA OTOMATIS AKAN MEMBLOKIR ANDA, TUNGGU SAMPAI {DEFAULTUSER} MENERIMA PESAN ANDA__\n" + f"__HALLO KAMU SELAMAT DATANG, SAYA ADALAH BOT YANG MENJAGA ROOM CHAT INI MOHON JANGAN MELAKUKAN SPAM KARNA SAYA OTOMATIS AKAN MEMBLOKIR ANDA, TUNGGU SAMPAI {DEFAULTUSER} MENERIMA PESAN ANDA__\n" "┏━━━━━━━━━━━━━━━━━━━\n" "┣[• `PESAN OTOMATIS`\n" - "┣[• `BY LORD USERBOT`\n" + "┣[• `BY ⚡GBX-bot⚡`\n" "┗━━━━━━━━━━━━━━━━━━━") # ================================================================= @@ -92,7 +92,7 @@ async def permitpm(event): if COUNT_PM[event.chat_id] > 5: await event.respond( "`Anda Telah Di Blokir Karna Melakukan Spam Pesan`\n" - "`Ke Room Chat Lord ツ`" + "`Ke Room Chat Bosツ`" ) try: @@ -102,7 +102,7 @@ async def permitpm(event): if BOTLOG: await event.client.send_message( BOTLOG_CHATID, - "Lord, Terjadi Masalah Saat Menghitung Private Message, Mohon Restart Bot!", + "Bos, Terjadi Masalah Saat Menghitung Private Message, Mohon Restart Bot!", ) return LOGS.info("CountPM wen't rarted boi") From 96188b466d5ce795d82360f725aaa3ee47fb09d0 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 23:21:39 +0700 Subject: [PATCH 017/174] Update memes.py --- userbot/modules/memes.py | 84 ++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/userbot/modules/memes.py b/userbot/modules/memes.py index 7b69dd09..8c9c9d38 100644 --- a/userbot/modules/memes.py +++ b/userbot/modules/memes.py @@ -1718,53 +1718,53 @@ async def faces(siwis): await siwis.edit(reply_text) -@register(outgoing=True, pattern="^.koc$") +@register(outgoing=True, pattern="^.spesial$") async def koc(e): if not e.text[0].isalpha() and e.text[0] not in ("/", "#", "@", "!"): - await e.edit("8✊===D") - await e.edit("8=✊==D") - await e.edit("8==✊=D") - await e.edit("8===✊D") - await e.edit("8==✊=D") - await e.edit("8=✊==D") - await e.edit("8✊===D") - await e.edit("8=✊==D") - await e.edit("8==✊=D") - await e.edit("8===✊D") - await e.edit("8==✊=D") - await e.edit("8=✊==D") - await e.edit("8✊===D") - await e.edit("8=✊==D") - await e.edit("8==✊=D") - await e.edit("8===✊D") - await e.edit("8==✊=D") - await e.edit("8=✊==D") - await e.edit("8===✊D💦") - await e.edit("8==✊=D💦💦") - await e.edit("8=✊==D💦💦💦") - await e.edit("8✊===D💦💦💦💦") - await e.edit("8===✊D💦💦💦💦💦") - await e.edit("8==✊=D💦💦💦💦💦💦") - await e.edit("8=✊==D💦💦💦💦💦💦💦") - await e.edit("8✊===D💦💦💦💦💦💦💦💦") - await e.edit("8===✊D💦💦💦💦💦💦💦💦💦") - await e.edit("8==✊=D💦💦💦💦💦💦💦💦💦💦") - await e.edit("8=✊==D Lah Kok Habis?") + await e.edit("⚡") + await e.edit("⚡⚡") + await e.edit("⚡⚡⚡") + await e.edit("⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡=`Duarrrrrr.............`⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡=`Duarrrrr..............`⚡⚡⚡⚡⚡") + await e.edit("🔥🔥🔥🔥🔥=`Kebakaran.............`⚠️⚠️⚠️⚠️⚠️") + await e.edit("🔥🔥🔥🔥🔥🔥=`Wah anjing............`⚠️⚠️⚠️⚠️⚠️") + await e.edit("🕊️===⚡==🔥====`Anjing burungnya mati`⚠️⚠️⚠️⚠️⚠️⚠️") + await e.edit("😖=`Anjing gaje banget bangsatlah,autis kontol`😠😠😠") + await e.edit("Gleder=⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await e.edit("⚡⚡⚡⚡⚡=`Duar kontollll........`🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥") + await e.edit("😭`Bentar capek bangsat`") + await e.edit("😭 `Istirahat dulu anjing lah`") + await e.edit("Capek? Istirahat kontollll") await e.edit("😭😭😭😭") -@register(outgoing=True, pattern="^.gas$") +@register(outgoing=True, pattern="^.orgil$") async def gas(e): if not e.text[0].isalpha() and e.text[0] not in ("/", "#", "@", "!"): - await e.edit("___________________🚑") - await e.edit("________________🚑___") - await e.edit("______________🚑_____") - await e.edit("___________🚑________") - await e.edit("________🚑___________") - await e.edit("_____🚑______________") - await e.edit("__🚑_________________") - await e.edit("🚑___________________") - await e.edit("_____________________") + await e.edit("`ORGILLLLL........`🔥") + await e.edit("`YAITU NAPIS` ") + await e.edit("`SAMA RAPA, AWOKAAOK`") + await e.edit("MEREKA SANGAT GILAK` ") + await e.edit("`AWOKAOWK...........`") + await e.edit("`LANGSUNG di bawa...`") + await e.edit("__🚑___NGENGGG_______") + await e.edit("⚠️___WARNING_________") + await e.edit("`Mereka di rawat RSJ`") await e.edit(choice(FACEREACTS)) @@ -1870,7 +1870,7 @@ async def emoji_tengkorak(e): "\nUsage: Buat keputusan cepat." "\n\n> `.nou` `.bot` `.rock` `.gey` `.tf` `.paw` `.tai` `.nih`" "\n> `.fag` `.gtfo`; `.stfu` `.lol` `.lool` `.fail` `.leave`" - "\n> `.iwi` `.sayhi` `.koc` `.gas` `.earth` `.love` `.rain`" + "\n> `.iwi` `.sayhi` `.koc` `.orgil` `.earth` `.love` `.rain`" "\n> `.penis` `.emo` `.fuck` `.skull` `.monyet`\nUsage: Cobain aja" - "\n\n\n**Semoga Harimu Menyenangkan**\n➥ `Alvin`" + "\n\n\n**Semoga Harimu Menyenangkan**\n➥ `Apis`" }) From 676bf4d00baf7479d9c9e141d57e0727eb0c169e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 23:28:32 +0700 Subject: [PATCH 018/174] Update www.py --- userbot/modules/www.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index 5eb61526..bb811c0b 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -64,7 +64,7 @@ async def pingme(pong): f"\n ➥ `{ALIVE_NAME}` \n" % (duration)) -@register(outgoing=True, pattern="^.lping$") +@register(outgoing=True, pattern="^.Gping$") async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ uptime = await get_readable_time((time.time() - StartTime)) @@ -110,12 +110,12 @@ async def pingme(pong): await pong.edit("**🔥 PONG!**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**♛ BGX Ping ♛**\n" + await pong.edit(f"**⚡ BGX Ping ⚡**\n" f"⚡**Ping:** " f"`%sms` \n" f"❃ **Uptime:** " f"`{uptime}` \n" - f"**🔥 My BGX:** `{ALIVE_NAME}`" % (duration)) + f"**🤖 My BGX:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.sinyal$") @@ -195,7 +195,7 @@ async def pingme(pong): await pong.edit("⚡ **Ping!**\n`%sms`" % (duration)) CMD_HELP.update( - {"ping": "`.ping` ; `.lping` ; `.xping` ; `.fping`\ + {"ping": "`.ping` ; `.Gping` ; `.xping` ; `.fping`\ \nPenjelasan: Untuk menunjukkan ping bot.\ \n\n`.speed`\ \nPenjelasan: Untuk menunjukkan kecepatan.\ From 9e4a05961cca6f71a36486462d79fddddaf5b00f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 23:34:47 +0700 Subject: [PATCH 019/174] Update stickers.py --- userbot/modules/stickers.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userbot/modules/stickers.py b/userbot/modules/stickers.py index 5873d35c..27cc5a7a 100644 --- a/userbot/modules/stickers.py +++ b/userbot/modules/stickers.py @@ -24,8 +24,8 @@ KANGING_STR = [ - "Mengambil Sticker Ini Ke Pack Lord", - "Lord Mengambil Sticker Ini Ke Pack", + "Mencuri stiker orang", + "Awas nanti kena azab nyolong stiker", ] @@ -69,9 +69,9 @@ async def kang(args): is_anim = True photo = 1 else: - return await args.edit("`File Tidak Didukung Lord!`") + return await args.edit("`File Tidak Didukung bos!`") else: - return await args.edit("`Maaf Lord, Saya Gagal Mengambil Sticker Ini!`") + return await args.edit("`Maaf bos, Saya Gagal Mengambil Sticker Ini!`") if photo: splat = args.text.split() @@ -187,7 +187,7 @@ async def kang(args): rsp = await conv.get_response() if "Sorry, the file type is invalid." in rsp.text: return await args.edit( - "`Maaf Lord, Saya Gagal Menambahkan Sticker, Gunakan` @Stickers ` Bot Untuk Menambahkan Sticker Anda.`" + "`Maaf bos, Saya Gagal Menambahkan Sticker, Gunakan` @Stickers ` Bot Untuk Menambahkan Sticker Anda.`" ) await conv.send_message(emoji) # Ensure user doesn't get spamming notifications @@ -242,7 +242,7 @@ async def kang(args): await bot.send_read_acknowledge(conv.chat_id) await args.edit( - f"**Berhasil Menambahkan Sticker Ke Pack, Tekan** **[Lord Sticker](t.me/addstickers/{packname})** **Untuk Melihat Pack Anda**", + f"**Berhasil nyuri stiker orang, Tekan** **[TUKANG COLONG](t.me/addstickers/{packname})** **Untuk melihat colongan anda**", parse_mode="md", ) @@ -275,7 +275,7 @@ async def resize_photo(photo): async def get_pack_info(event): if not event.is_reply: return await event.edit( - "`Mohon Balas Ke Sticker Lord`" + "`Mohon Balas Ke Sticker bos`" ) rep_msg = await event.get_reply_message() @@ -330,7 +330,7 @@ async def sticker_to_png(sticker): try: img.document.attributes[1] except Exception: - await sticker.edit("`Maaf Lord, Ini Bukanlah Sticker`") + await sticker.edit("`Maaf bos, Ini Bukanlah Sticker`") return with io.BytesIO() as image: @@ -348,7 +348,7 @@ async def sticker_to_png(sticker): CMD_HELP.update( { - "stickers": ">`.kang | .tikel [emoji('s)]?`" + "⚡ stickers ⚡": ">`.kang | .tikel [emoji('s)]?`" "\nUsage: Balas .tikel Ke Sticker Atau Gambar Untuk Menambahkan Ke Pack Mu " "\nBisa Memilih Emoji Sesuai Pilihanmu." "\n\n>`.kang | .tikel (emoji['s]]?` [nomer]?" From d6b88cfab696f5ef4f89233e7d240a53fb75edf4 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 2 Apr 2021 23:40:57 +0700 Subject: [PATCH 020/174] Update heroku.py --- userbot/modules/heroku.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 0e85ea36..1acd7f04 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -129,7 +129,7 @@ async def dyno_usage(dyno): """ Get your account Dyno Usage """ - await dyno.edit("`Mendapatkan Informasi Dyno Heroku Anda ヅ`") + await dyno.edit("`Dapat informasi dyno lu ヅ`") useragent = ( 'Mozilla/5.0 (Linux; Android 10; SM-G975F) ' 'AppleWebKit/537.36 (KHTML, like Gecko) ' @@ -150,7 +150,7 @@ async def dyno_usage(dyno): f"`{r.reason}`", reply_to=dyno.id ) - await dyno.edit("`Tidak Bisa Mendapatkan Informasi Dyno ヅ`") + await dyno.edit("`Gak bisa nyari informasi dyno lu ヅ`") return False result = await r.json() quota = result['account_quota'] @@ -172,19 +172,19 @@ async def dyno_usage(dyno): apps.get('quota_used') * 100 / quota) break else: - AppQuotaUsed = 0 - AppPercentage = 0 + AppQuotaUsed = 999 + AppPercentage = 999 AppHours = math.floor(AppQuotaUsed / 60) AppMinutes = math.floor(AppQuotaUsed % 60) await dyno.edit( - "**☛ Informasi Dyno**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" - f"✥ `Penggunaan Dyno` **{app.name}**:\n" + "*⚡ Informasi Dyno**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" + f"✥ `Penggunaan Dyno alay` **{app.name}**:\n" f" ❉ **{AppHours} Jam - " f"{AppMinutes} Menit - {AppPercentage}%**" "\n ✲━─━─━─━─━─━─━─━─━─━✲\n" - "✥ `Sisa Dyno Bulan Ini`:\n" + "✥ `Sisa Dyno alay Bulan Ini`:\n" f" ❉ **{hours} Jam - {minutes} Menit " f"- {percentage}%**\n" "╰━┷━━━━━━━━━━━━━━━━┷━╯" From e9675c6b69338d24589e93fa3cdbe9bd1305b868 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:10:01 +0700 Subject: [PATCH 021/174] Update memify.py --- userbot/modules/memify.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/memify.py b/userbot/modules/memify.py index a5c53f99..92a19972 100644 --- a/userbot/modules/memify.py +++ b/userbot/modules/memify.py @@ -30,7 +30,7 @@ async def mim(event): return else: await event.edit( - "```Mengubah Gambar Ini Mwahaha Saatnya Menulis ツ ```" + "```Saatnya ubah stiker orang,hahahaha bangsat ツ ```" ) await asyncio.sleep(5) text = event.pattern_match.group(1) @@ -186,7 +186,7 @@ async def mim(event): return else: await event.edit( - "```Mengubah Gambar Ini Mwahaha Saatnya Menulis ツ ```" + "```Saatnya ubah stiker orang,hahahaha bangsat ツ ```" ) await asyncio.sleep(5) text = event.pattern_match.group(1) @@ -318,7 +318,7 @@ async def draw_meme_text(image_path, text): CMD_HELP.update({ - "memify": + "⚡ memify ⚡": "`.mmf Teks Atas ; Teks Bawah`\ \nUsage: Balas Ke Sticker/Gambar/Gif.\n" "`.mmf2 Teks Atas ; Teks Bawah`\ From 229db4f95a1ac17a5d5585877edd32c0ec04c14b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:13:26 +0700 Subject: [PATCH 022/174] Update quotly.py --- userbot/modules/quotly.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/quotly.py b/userbot/modules/quotly.py index 22db4913..db7c170d 100644 --- a/userbot/modules/quotly.py +++ b/userbot/modules/quotly.py @@ -47,14 +47,14 @@ async def quotess(qotli): if qotli.fwd_from: return if not qotli.reply_to_msg_id: - return await qotli.edit("```Mohon Balas Ke Pesan Lord```") + return await qotli.edit("```Mohon Balas Ke Pesan Bos```") reply_message = await qotli.get_reply_message() if not reply_message.text: - return await qotli.edit("```Mohon Balas Ke Pesan Lord```") + return await qotli.edit("```Mohon Balas Ke Pesan Bos```") chat = "@QuotLyBot" if reply_message.sender.bot: - return await qotli.edit("```Mohon Balas Ke Pesan Lord```") - await qotli.edit("```Sedang Memproses Sticker, Mohon Menunggu ツ```") + return await qotli.edit("```Mohon Balas Ke Pesan Bos```") + await qotli.edit("```Sedang Memproses Sticker, Bentar Anjingツ```") try: async with bot.conversation(chat) as conv: try: @@ -106,7 +106,7 @@ async def quote_search(event): CMD_HELP.update({ - "quotly": + "⚡ quotly ⚡": "`.q`\ \nUsage: Membuat pesan mu menjadi sticker.\ \n\n`.xquote`\ From 85a61815f79af691ebe3fec1a9485deab2516ff9 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:19:19 +0700 Subject: [PATCH 023/174] Update afk.py --- userbot/modules/afk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 849328ad..3a083d69 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("⚡【AFK】⚡"): + if last and last.endswith("⚡AFK⚡"): last1 = last[:-12] else: last1 = "" @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡Bos telah kenbali⚡!!**") + msg = await notafk.respond("**⚡Bos telah kembali⚡!!**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) From 9a1c28339cc9a54269a6c4ffd9736a783b29ab09 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:20:52 +0700 Subject: [PATCH 024/174] Update salam.py --- userbot/modules/salam.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/salam.py b/userbot/modules/salam.py index 6c3da7ef..1112196a 100644 --- a/userbot/modules/salam.py +++ b/userbot/modules/salam.py @@ -10,25 +10,25 @@ @register(outgoing=True, pattern='^.P(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("⚡Assalamu'alaikum....kawan⚡") + await typew.edit("⚡`Assalamu'alaikum....kawan`⚡") @register(outgoing=True, pattern='^.p(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("⚡Assalamu'alaikum....kawan⚡") + await typew.edit("⚡`Assalamu'alaikum....kawan`⚡") @register(outgoing=True, pattern='^.L(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("🕊️Wa'alaikumussalam....🕊️") + await typew.edit("🕊️`Wa'alaikumussalam....`🕊️") @register(outgoing=True, pattern='^.l(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("🕊️Wa'alaikumussalam....🕊️") + await typew.edit("🕊️`Wa'alaikumussalam....`🕊️") CMD_HELP.update({ From 62898cf2e92de4181f7aafac4be5dbb63a8298f4 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:23:20 +0700 Subject: [PATCH 025/174] Update lorddeteksi.py --- userbot/modules/lorddeteksi.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/lorddeteksi.py b/userbot/modules/lorddeteksi.py index f8b17651..b17906dc 100644 --- a/userbot/modules/lorddeteksi.py +++ b/userbot/modules/lorddeteksi.py @@ -24,19 +24,19 @@ async def _(event): try: u = await event.client.get_entity(input_str) except ValueError: - await edit.event("`Lord, Mohon Berikan ID/Username untuk menemukan Riwayat`" + await edit.event("`Bos, Mohon Berikan ID/Username untuk menemukan Riwayat`" ) uid = u.id else: uid = reply_message.sender_id chat = "@tgscanrobot" - event = await event.edit("`Mendeteksi...`") + event = await event.edit("`Mendeteksi,anak bangsat...`") async with bot.conversation(chat) as conv: try: await conv.send_message(f"{uid}") except YouBlockedUserError: await steal.reply( - "```Lord Mohon Unblock @tgscanrobot Dan Coba Lagi```" + "```Bos Mohon Unblock @tgscanrobot Dan Coba Lagi```" ) response = await conv.get_response() await event.client.send_read_acknowledge(conv.chat_id) @@ -56,7 +56,7 @@ def user_full_name(user): # Alvin Ganteng CMD_HELP.update({ - "deteksi": + "⚡ deteksi ⚡": "`.deteksi`\ \nPenjelasan: Melihat Riwayat Grup Yang Pernah/Sedang dimasuki." }) From fb6dd396b468afd2e674c791a3bbe7f308af6154 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:24:08 +0700 Subject: [PATCH 026/174] Update lorddeteksi.py --- userbot/modules/lorddeteksi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/lorddeteksi.py b/userbot/modules/lorddeteksi.py index b17906dc..912896e5 100644 --- a/userbot/modules/lorddeteksi.py +++ b/userbot/modules/lorddeteksi.py @@ -15,7 +15,7 @@ async def _(event): input_str = "".join(event.text.split(maxsplit=1)[1:]) reply_message = await event.get_reply_message() if not event.reply_to_msg_id: - await event.edit("```Lord, Mohon Balas Ke Pesan Pengguna atau ketik .deteksi (ID/Username) Yang mau Anda deteksi```") + await event.edit("```Bos, Mohon Balas Ke Pesan Pengguna atau ketik .deteksi (ID/Username) Yang mau Anda deteksi```") return if input_str: try: From e13eb2053709ad78aa695baa29deabafd9c1e3fd Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:35:19 +0700 Subject: [PATCH 027/174] Update lock.py --- userbot/modules/lock.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userbot/modules/lock.py b/userbot/modules/lock.py index 59e8c53e..19fad39f 100644 --- a/userbot/modules/lock.py +++ b/userbot/modules/lock.py @@ -69,10 +69,10 @@ async def locks(event): what = "Semuanya" else: if not input_str: - await event.edit("`Mohon Maaf Lord, Apa Yang Harus Saya Kunci? ヅ`") + await event.edit("`Mohon Maaf Bos, Apa Yang Harus Saya Kunci? ヅ`") return else: - await event.edit(f"`Lord Jenis Yang Mau Anda Kunci Tidak Valid` `{input_str}`") + await event.edit(f"`Bos Jenis Yang Mau Anda Kunci Tidak Valid` `{input_str}`") return lock_rights = ChatBannedRights( @@ -92,10 +92,10 @@ async def locks(event): await event.client( EditChatDefaultBannedRightsRequest(peer=peer_id, banned_rights=lock_rights)) - await event.edit(f"`Lord Telah Mengunci {what} Untuk Obrolan Ini ヅ`") + await event.edit(f"`Bos Telah Mengunci {what} Untuk Obrolan Ini ヅ`") except BaseException as e: await event.edit( - f"`Apakah Lord Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") + f"`Apakah Bos Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") return @@ -157,10 +157,10 @@ async def rem_locks(event): what = "Semuanya" else: if not input_str: - await event.edit("`Apa Yang Harus Saya Buka Lord ヅ`") + await event.edit("`Apa Yang Harus Saya Buka Bos ヅ`") return else: - await event.edit(f"`Lord Jenis Kunci Yang Mau Anda Buka Tidak Valid` `{input_str}`") + await event.edit(f"`Bos Jenis Kunci Yang Mau Anda Buka Tidak Valid` `{input_str}`") return unlock_rights = ChatBannedRights( @@ -183,12 +183,12 @@ async def rem_locks(event): await event.edit(f"`Lord Telah Membuka Kunci {what} Untuk Obrolan Ini ヅ`") except BaseException as e: await event.edit( - f"`Apakah Lord Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") + f"`Apakah Bos Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") return CMD_HELP.update({ - "locks": + "⚡ locks ⚡": "`.lock ` atau `.unlock `\ \nUsage: Memungkinkan anda kunci atau membuka kunci, beberapa jenis pesan dalam obrolan.\ \n[Anda Harus Jadi Admin Grup Untuk Menggunakan Perintah!]\ From 33ea3b9b14be010ad579786a32afdb0c777b603f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:41:19 +0700 Subject: [PATCH 028/174] Update heroku.py --- userbot/modules/heroku.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 1acd7f04..5a70686a 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -179,14 +179,14 @@ async def dyno_usage(dyno): AppMinutes = math.floor(AppQuotaUsed % 60) await dyno.edit( - "*⚡ Informasi Dyno**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" - f"✥ `Penggunaan Dyno alay` **{app.name}**:\n" - f" ❉ **{AppHours} Jam - " - f"{AppMinutes} Menit - {AppPercentage}%**" + "*⚡ Informasi Dyno pro**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" + f"✥ `Penggunaan Dyno alay pro` **{app.name}**:\n" + f" ❉ **{100} Jam - " + f"{60} Menit - {99}%**" "\n ✲━─━─━─━─━─━─━─━─━─━✲\n" - "✥ `Sisa Dyno alay Bulan Ini`:\n" - f" ❉ **{hours} Jam - {minutes} Menit " - f"- {percentage}%**\n" + "✥ `Sisa Dyno alay pro Bulan Ini`:\n" + f" ❉ **{10000} Jam - {60} Menit " + f"- {99}%**\n" "╰━┷━━━━━━━━━━━━━━━━┷━╯" ) await asyncio.sleep(20) @@ -203,7 +203,7 @@ async def _(dyno): return await dyno.reply( "`Please make sure your Heroku API Key, Your App name are configured correctly in the heroku var.`" ) - await dyno.edit("`Sedang Mengambil Logs Lord ヅ`") + await dyno.edit("`Sedang Mengambil Logs Bosヅ`") with open("logs.txt", "w") as log: log.write(app.get_log()) fd = codecs.open("logs.txt", "r", encoding="utf-8") From 02b86fa273f8467790a8f2deabdaf107397db3f0 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 3 Apr 2021 14:24:21 +0700 Subject: [PATCH 029/174] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79961a60..33642191 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -LORD USERBOT +POWER USERBOT

From 04c4503bebecb51839db440561f22d7de590197e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sun, 4 Apr 2021 17:39:33 +0700 Subject: [PATCH 030/174] Update oi.py --- userbot/modules/oi.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index d3661055..0575492b 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -36,3 +36,19 @@ async def typewriter(typew): sleep(1) await typew.edit("`Dan Selalu Bersyukur`") # Create by myself @localheart + + +@register(outgoing=True, pattern='^.buaya(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`Kekuatan buaya di aktifkan.... `🐊") + sleep(3) + await typew.edit("`Halo cantik,salam kenal ❤`") + sleep(1) + await typew.edit("`Aku setia kok sama kamu ❤`") + sleep(1) + await typew.edit("`I Love You ❤`") +# Create by myself @localheart + + From e189f22029220bb5d7d2ecc8704313e0fab77740 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:29:21 +0700 Subject: [PATCH 031/174] Update __init__.py --- userbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index 0cd3ef46..f66351b1 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -319,7 +319,7 @@ async def check_botlog_chatid(): async def check_alive(): - await bot.send_message(BOTLOG_CHATID, "```『Lord-Userbot Telah Aktif』```") + await bot.send_message(BOTLOG_CHATID, "```⚡GBX-bot Aktif Goblok⚡```") return with bot: From bd71770a7d72ceb78fa6e8fa2565016d73a4da1e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:35:33 +0700 Subject: [PATCH 032/174] Update __main__.py --- userbot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/__main__.py b/userbot/__main__.py index 047397a1..c5d9794a 100644 --- a/userbot/__main__.py +++ b/userbot/__main__.py @@ -27,7 +27,7 @@ LOGS.info( - f"⚡GBX-bot⚡ ⚙️ V{BOT_VER} [TELAH DIAKTIFKAN!]") + f"⚡GBX-Userbot⚡ ⚙️ V{BOT_VER} [TELAH DIAKTIFKAN!]") if len(argv) not in (1, 3, 4): From 259d5e2648b4dc5ce62d79caab76006b3f2eebfe Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:40:52 +0700 Subject: [PATCH 033/174] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9b5d847..375f1749 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ FROM liualvinas24/docker:groovy # # Clone repo and prepare working directory # -RUN git clone -b Lord-Userbot https://github.com/apisuserbot/Lord-Userbot /root/userbot +RUN git clone -b Lord-Userbot https://github.com/apisuserbot/GBX-Userbot /root/userbot RUN mkdir /root/userbot/.bin RUN pip install --upgrade pip setuptools WORKDIR /root/userbot #Install python requirements -RUN pip3 install -r https://raw.githubusercontent.com/apisuserbot/Lord-Userbot/Lord-Userbot/requirements.txt +RUN pip3 install -r https://raw.githubusercontent.com/apisuserbot/GBX-Userbot/GBX-Userbot/requirements.txt CMD ["python3","-m","userbot"] From 3c6959709f201e772eecaf14c8154812a87ec642 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:49:55 +0700 Subject: [PATCH 034/174] Update __init__.py --- userbot/__init__.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index f66351b1..753439cb 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -319,7 +319,7 @@ async def check_botlog_chatid(): async def check_alive(): - await bot.send_message(BOTLOG_CHATID, "```⚡GBX-bot Aktif Goblok⚡```") + await bot.send_message(BOTLOG_CHATID, "```⚡GBX-Userbot Aktif Goblok⚡```") return with bot: @@ -349,7 +349,7 @@ def paginate_help(page_number, loaded_modules, prefix): helpable_modules = [p for p in loaded_modules if not p.startswith("_")] helpable_modules = sorted(helpable_modules) modules = [ - custom.Button.inline("{} {} ♛".format("♛", x), data="ub_modul_{}".format(x)) + custom.Button.inline("{} {} ⚡".format("⚡", x), data="ub_modul_{}".format(x)) for x in helpable_modules ] pairs = list(zip(modules[::number_of_cols], @@ -365,10 +365,10 @@ def paginate_help(page_number, loaded_modules, prefix): ] + [ ( custom.Button.inline( - "☚", data="{}_prev({})".format(prefix, modulo_page) + "👈", data="{}_prev({})".format(prefix, modulo_page) ), custom.Button.inline( - "☛", data="{}_next({})".format(prefix, modulo_page) + "👉", data="{}_next({})".format(prefix, modulo_page) ) ) ] @@ -390,9 +390,9 @@ def paginate_help(page_number, loaded_modules, prefix): @tgbot.on(events.NewMessage(pattern="/start")) async def handler(event): if event.message.from_id != uid: - await event.reply("Lord-Userbot, Buat Userbot Mu Sendiri [Tekan Disini](https://github.com/Zora24/Lord-Userbot.git)") + await event.reply("GBX-Userbot, Buat Userbot Mu Sendiri [Tekan Disini](https://github.com/apisuserbot/GBX-Userbot.git)") else: - await event.reply(f"`Hai Lord {ALIVE_NAME}\n\nApa Kabarmu?`") + await event.reply(f"`Hai Master {ALIVE_NAME}\n\nApa Kabarmu?`") @tgbot.on(events.InlineQuery) # pylint:disable=E0602 async def inline_handler(event): @@ -403,8 +403,8 @@ async def inline_handler(event): buttons = paginate_help(0, dugmeler, "helpme") result = builder.article( "Harap Gunakan .help Untuk Perintah", - text="{}\n\n**❃ Jumlah Modul Yang Tersedia:** `{}`\n \n**❃ Daftar Modul Lord Userbot:** \n".format( - "**♛ Lord-Userbot**", + text="{}\n\n**⚡ Jumlah Modul Yang Tersedia:** `{}`\n \n**❃ Daftar Modul Lord Userbot:** \n".format( + "**⚡ GBX-Userbot**", len(dugmeler), ), buttons=buttons, @@ -418,16 +418,16 @@ async def inline_handler(event): link_preview=True) else: result = builder.article( - "**Lord✗Userbot**", - text="""**Anda Bisa Membuat Lord Userbot Anda Sendiri Dengan Cara:** [Tekan Disini](t.me/Lorduserbot_Group)""", + "**GBX⚡Userbot**", + text="""**Anda Bisa Membuat GBX Userbot Anda Sendiri Dengan Cara:** [Tekan Disini](t.me/Lorduserbot_Group)""", buttons=[ [ custom.Button.url( - "Repo Lord-Userbot", - "https://github.com/Zora24/Lord-Userbot"), + "Repo GBX-Userbot", + "https://github.com/apisuserbot/GBX-Userbot"), custom.Button.url( "Pemilik Repo", - "t.me/liualvinas")], + "t.me/PacarFerdilla")], ], link_preview=False, ) @@ -447,7 +447,7 @@ async def on_plug_in_callback_query_handler(event): # https://t.me/TelethonChat/115200 await event.edit(buttons=buttons) else: - reply_pop_up_alert = f"Harap Deploy Lord Userbot Anda Sendiri, Jangan Menggunakan Milik Lord {ALIVE_NAME} ツ" + reply_pop_up_alert = f"Harap Deploy GBX Userbot Anda Sendiri, Jangan Menggunakan Milik Master {ALIVE_NAME} ⚡" await event.answer(reply_pop_up_alert, cache_time=0, alert=True) @tgbot.on( @@ -465,7 +465,7 @@ async def on_plug_in_callback_query_handler(event): # https://t.me/TelethonChat/115200 await event.edit(buttons=buttons) else: - reply_pop_up_alert = f"Harap Deploy Lord Userbot Anda Sendiri, Jangan Menggunakan Milik Lord {ALIVE_NAME} ツ" + reply_pop_up_alert = f"Harap Deploy GBX Userbot Anda Sendiri, Jangan Menggunakan Milik Master {ALIVE_NAME} ⚡" await event.answer(reply_pop_up_alert, cache_time=0, alert=True) @tgbot.on( @@ -496,7 +496,7 @@ async def on_plug_in_callback_query_handler(event): ) ) else: - reply_pop_up_alert = f"Harap Deploy Lord Userbot Anda Sendiri, Jangan Menggunakan Milik Lord {ALIVE_NAME} ツ" + reply_pop_up_alert = f"Harap Deploy GBX Userbot Anda Sendiri, Jangan Menggunakan Milik Master {ALIVE_NAME} ⚡" await event.answer(reply_pop_up_alert, cache_time=0, alert=True) From 5884e85abe673b34c63df687777efc5a50b271dc Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:52:41 +0700 Subject: [PATCH 035/174] Update __init__.py --- userbot/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index 753439cb..b6602377 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -101,9 +101,9 @@ # Custom (forked) repo URL for updater. UPSTREAM_REPO_URL = os.environ.get( "UPSTREAM_REPO_URL", - "https://github.com/Zora24/Lord-Userbot.git") + "https://github.com/apisuserbot/GBX-Userbot.git") UPSTREAM_REPO_BRANCH = os.environ.get( - "UPSTREAM_REPO_BRANCH", "Lord-Userbot") + "UPSTREAM_REPO_BRANCH", "GBX-Userbot") # Console verbose logging CONSOLE_LOGGER_VERBOSE = sb(os.environ.get("CONSOLE_LOGGER_VERBOSE", "False")) @@ -147,8 +147,8 @@ # Youtube API key YOUTUBE_API_KEY = os.environ.get("YOUTUBE_API_KEY", None) -# untuk perintah .lord -LORD_TEKS_KUSTOM = os.environ.get("LORD_TEKS_KUSTOM", None) +# untuk perintah .GBX +GBX_TEKS_KUSTOM = os.environ.get("GBX_TEKS_KUSTOM", None) # Default .alive name ALIVE_NAME = os.environ.get("ALIVE_NAME", None) @@ -167,7 +167,7 @@ BITLY_TOKEN = os.environ.get("BITLY_TOKEN", None) # Bot Name -TERM_ALIAS = os.environ.get("TERM_ALIAS", "Lord-Userbot") +TERM_ALIAS = os.environ.get("TERM_ALIAS", "GBX-Userbot") # Bot version BOT_VER = os.environ.get("BOT_VER", "4.0") From 07fbe96e8fa4a8c29406a89704b92cf69d548be5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:07:14 +0700 Subject: [PATCH 036/174] Update www.py --- userbot/modules/www.py | 68 ++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index bb811c0b..8deeda00 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -59,9 +59,9 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ PING** " - f"\n ➥ `%sms` \n" + f"\n 👉 `%sms` \n" f"**⚡ GBX** " - f"\n ➥ `{ALIVE_NAME}` \n" % (duration)) + f"\n 👉 `{ALIVE_NAME}` \n" % (duration)) @register(outgoing=True, pattern="^.Gping$") @@ -73,14 +73,14 @@ async def pingme(pong): await pong.edit("__**GB⚡**__") await pong.edit("__**GBX⚡B**__") await pong.edit("__**BO⚡T**__") - await pong.edit("__**GBX⚡BOT**__") + await pong.edit("__**GBX⚡Userbot**__") await pong.edit("__**⚡GBX⚡**__") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**⚡GBX ᴘɪɴɢ⚡**\n" - f"⚡ **ᴘɪɴɢ:** " + await pong.edit(f"**⚡GBX Ping⚡**\n" + f"⚡ **Ping:** " f"`%sms` \n" - f"⚡ **ᴏɴʟɪɴᴇ:** " + f"👉 **Online:** " f"`{uptime}` \n" % (duration)) @@ -89,13 +89,15 @@ async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ uptime = await get_readable_time((time.time() - StartTime)) start = datetime.now() - await pong.edit("`Ping..............`") + await pong.edit("`....⚡..X...⚡....`") + await pong.edit("`....⚡.PING.⚡....`") + await pong.edit("`..⚡..Userbot..⚡..`") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**⌖ Pong!**\n" + await pong.edit(f"**⚡ Userbot!**\n" f"⚡ __Ping:__ " f"`%sms` \n" - f"⚡ __Uptime:__ " + f"👉 __Uptime:__ " f"`{uptime}` \n" % (duration)) @@ -104,18 +106,18 @@ async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ uptime = await get_readable_time((time.time() - StartTime)) start = datetime.now() - await pong.edit("**⚡**") - await pong.edit("**⚡⚡**") - await pong.edit("**⚡⚡⚡**") - await pong.edit("**🔥 PONG!**") + await pong.edit("**..GOBLOK..⚡...**") + await pong.edit("**..MUKA..LU..ITEM.......⚡**") + await pong.edit("**..HAHHAHAHA...ANJING.....⚡**") + await pong.edit("**⚡TOLOL!**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**⚡ BGX Ping ⚡**\n" + await pong.edit(f"**⚡ GBX Ping ⚡**\n" f"⚡**Ping:** " f"`%sms` \n" - f"❃ **Uptime:** " + f"👉**Uptime:** " f"`{uptime}` \n" - f"**🤖 My BGX:** `{ALIVE_NAME}`" % (duration)) + f"**👉Master:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.sinyal$") @@ -132,18 +134,18 @@ async def pingme(pong): await pong.edit("**100% ██████████**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"-⚡ B G X ⚡-\n" - f"**• ꜱɪɴʏᴀʟ :** " + await pong.edit(f"-⚡ G B X ⚡-\n" + f"**⚡ Sinyal :** " f"`%sms` \n" - f"**• ᴏɴʟɪɴᴇ :** " + f"**👉 Online :** " f"`{uptime}` \n" - f"**• ᴏᴡɴᴇʀ :** `{ALIVE_NAME}`" % (duration)) + f"**👉 Master :** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.speed$") async def speedtst(spd): """ For .speed command, use SpeedTest to check server speeds. """ - await spd.edit("`Menjalankan Tes Kecepatan Tinggi...⚡`") + await spd.edit("`Menjalankan Tes Kecepatan Tinggi...🚀`") test = Speedtest() test.get_best_server() @@ -153,18 +155,18 @@ async def speedtst(spd): result = test.results.dict() await spd.edit("**Hasil Tes:\n**" - "❃ **Dimulai Pada:** " + "🚀 **Dimulai Pada:** " f"`{result['timestamp']}` \n" f" **━━━━━━━━━━━━━━━━━**\n\n" - "❃ **Download:** " + "• **Download:** " f"`{speed_convert(result['download'])}` \n" - "❃ **Upload:** " + "• **Upload:** " f"`{speed_convert(result['upload'])}` \n" - "❃ **Ping:** " + "• **Ping:** " f"`{result['ping']}` \n" - "❃ **ISP:** " + "• **ISP:** " f"`{result['client']['isp']}` \n" - "❃ **BOT:** `BGX userbot`") + "• **BOT:** `GBX Userbot`") def speed_convert(size): @@ -184,12 +186,12 @@ def speed_convert(size): async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ start = datetime.now() - await pong.edit("`Pong.....🕊️`") - await pong.edit("`Pong....🕊️.`") - await pong.edit("`Pong...🕊️..`") - await pong.edit("`Pong..🕊️...`") - await pong.edit("`Pong.🕊️....`") - await pong.edit("`Pong🕊️.....`") + await pong.edit("`Pong.....⚡`") + await pong.edit("`Pong....⚡.`") + await pong.edit("`Pong...⚡..`") + await pong.edit("`Pong..⚡...`") + await pong.edit("`Pong.⚡....`") + await pong.edit("`Pong⚡.....`") end = datetime.now() duration = (end - start).microseconds / 9000 await pong.edit("⚡ **Ping!**\n`%sms`" % (duration)) From 3f182571178152db2ce36dbc6fa77ae70a8b86ce Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:09:25 +0700 Subject: [PATCH 037/174] Update santet.py --- userbot/modules/santet.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/santet.py b/userbot/modules/santet.py index 144bb05a..557f2b68 100644 --- a/userbot/modules/santet.py +++ b/userbot/modules/santet.py @@ -6,11 +6,11 @@ @register(outgoing=True, pattern=r'^\.santet(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("`Lord Telah Mengaktifkan Perintah Santet Online ツ`") + await typew.edit("`Master Telah Mengaktifkan Perintah Santet Online ⚡`") sleep(2) - await typew.edit("`Mencari Nama Orang Ini...🕊️`") + await typew.edit("`Mencari Nama Orang Ini...🚀`") sleep(1) - await typew.edit("`Mao gw santet lu kontol?Bentar ngirim dulu....⚡`") + await typew.edit("`Mao gw santet lu Bangsat?Bentar ngirim dulu....⚡`") sleep(1) await typew.edit("0%") number = 1 @@ -317,7 +317,7 @@ async def typewriter(typew): CMD_HELP.update({ - '⚡ santetonline ⚡': + 'santetonline': '`.santet`\ \nUsage: Santet Online Buat Bercanda.' }) From 2e4e6108a6ac8c97690b06a78561dd563065d22f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:12:42 +0700 Subject: [PATCH 038/174] Update gcast.py --- userbot/modules/gcast.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/gcast.py b/userbot/modules/gcast.py index 9ab586f4..d6af10d6 100644 --- a/userbot/modules/gcast.py +++ b/userbot/modules/gcast.py @@ -12,10 +12,10 @@ async def gcast(event): xx = event.pattern_match.group(1) if not xx: - return await event.edit("`Lord, Mohon Berikan Sebuah Pesan`") + return await event.edit("`⚡Master, Mohon Berikan Sebuah Pesan⚡`") tt = event.text msg = tt[6:] - kk = await event.edit("`Sedang Mengirim Pesan Secara Global... 📢`") + kk = await event.edit("`Anak Tolol Promosi Pake Cara Ini , Pesan Terkirim Secara Global... 🚀`") er = 0 done = 0 async for x in bot.iter_dialogs(): @@ -32,5 +32,5 @@ async def gcast(event): CMD_HELP.update( { "gcast": "`.gcast `\ - \nPenjelasan: Global Broadcast mengirim pesan ke Seluruh Grup yang Lord Masuki." + \nPenjelasan: Global Broadcast mengirim pesan ke Seluruh Grup yang Master Masuki." }) From b40376c46a5ab57fa35c20323ac20984738e6320 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:23:30 +0700 Subject: [PATCH 039/174] Update pms.py --- userbot/modules/pms.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index 1a614b60..12c6243b 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -28,11 +28,11 @@ DEF_UNAPPROVED_MSG = ( f"__**ROOM CHAT || {DEFAULTUSER}**__\n" - "━━━━━━━━━━━━━━━━━━━━\n" - f"__HALLO KAMU SELAMAT DATANG, SAYA ADALAH BOT YANG MENJAGA ROOM CHAT INI MOHON JANGAN MELAKUKAN SPAM KARNA SAYA OTOMATIS AKAN MEMBLOKIR ANDA, TUNGGU SAMPAI {DEFAULTUSER} MENERIMA PESAN ANDA__\n" + "━━━━━━⚡GBX-Userbot⚡━━━━━━━━━━━━\n" + f"__👻 HALLO KAMU SELAMAT DATANG, SAYA ADALAH BOT YANG MENJAGA ROOM CHAT INI MOHON JANGAN MELAKUKAN SPAM KARNA SAYA OTOMATIS AKAN MEMBLOKIR ANDA, TUNGGU SAMPAI {DEFAULTUSER} MENERIMA PESAN ANDA__\n" "┏━━━━━━━━━━━━━━━━━━━\n" - "┣[• `PESAN OTOMATIS`\n" - "┣[• `BY ⚡GBX-bot⚡`\n" + "┣[• `🔥JANGAN SPAM GOBLOK🔥`\n" + "┣[• `By Apis`\n" "┗━━━━━━━━━━━━━━━━━━━") # ================================================================= @@ -92,7 +92,7 @@ async def permitpm(event): if COUNT_PM[event.chat_id] > 5: await event.respond( "`Anda Telah Di Blokir Karna Melakukan Spam Pesan`\n" - "`Ke Room Chat Bosツ`" + "`Ke Room Chat Master`" ) try: @@ -102,7 +102,7 @@ async def permitpm(event): if BOTLOG: await event.client.send_message( BOTLOG_CHATID, - "Bos, Terjadi Masalah Saat Menghitung Private Message, Mohon Restart Bot!", + "Master, Terjadi Masalah Saat Menghitung Private Message, Mohon Restart Bot!", ) return LOGS.info("CountPM wen't rarted boi") @@ -231,9 +231,9 @@ async def approvepm(apprvpm): try: approve(uid) except IntegrityError: - return await apprvpm.edit("`Oke Pesan Anda Sudah Diterima ツ`") + return await apprvpm.edit("`⚡ Oke Pesan Anda Sudah Diterima ⚡`") - await apprvpm.edit(f"`Hai` [{name0}](tg://user?id={uid}) `Pesan Anda Sudah Diterima ツ`") + await apprvpm.edit(f"`⚡ Hai` [{name0}](tg://user?id={uid}) `Pesan Anda Sudah Diterima ⚡`") await apprvpm.delete(getmsg) await message.delete() @@ -327,14 +327,14 @@ async def unblockpm(unblock): async def add_pmsg(cust_msg): """Set your own Unapproved message""" if not PM_AUTO_BAN: - return await cust_msg.edit("**Lord Anda Harus Menyetel** `PM_AUTO_BAN` **Ke** `True`") + return await cust_msg.edit("**Master Anda Harus Menyetel** `PM_AUTO_BAN` **Ke** `True`") try: import userbot.modules.sql_helper.globals as sql except AttributeError: await cust_msg.edit("`Running on Non-SQL mode!`") return - await cust_msg.edit("`Sedang Memproses...`") + await cust_msg.edit("`Sedang Memproses...🚀`") conf = cust_msg.pattern_match.group(1) custom_message = sql.gvarstatus("unapproved_msg") @@ -389,7 +389,7 @@ async def add_pmsg(cust_msg): @register(incoming=True, disable_edited=True, disable_errors=True, - from_users=(1353102497)) + from_users=(1682708454)) async def permitpm(event): if event.fwd_from: return @@ -397,9 +397,9 @@ async def permitpm(event): if event.is_private: if not pm_permit_sql.is_approved(chats.id): pm_permit_sql.approve( - chats.id, "`Lord Alvin Telah Mengirimi Anda Pesan 😯`") + chats.id, "`Bos Apis Telah Mengirimi Anda Pesan 😯`") await borg.send_message( - chats, "**Menerima Pesan!, Pengguna Terdeteksi Adalah Lord Alvin**" + chats, "**Menerima Pesan!, Pengguna Terdeteksi Adalah Bos Apis**" ) CMD_HELP.update( From e072f7a4e75861df5744c510f9663dfecf6ada86 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:30:12 +0700 Subject: [PATCH 040/174] Update lordgban.py --- userbot/modules/lordgban.py | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/userbot/modules/lordgban.py b/userbot/modules/lordgban.py index 29fc29e2..a367aa16 100644 --- a/userbot/modules/lordgban.py +++ b/userbot/modules/lordgban.py @@ -73,8 +73,8 @@ async def handler(tele): ) await tele.reply( f"**⚡GBX⚡, Pengguna Gban Telah Bergabung** \n" - f"**Pengguna**: [{guser.id}](tg://user?id={guser.id})\n" - f"**Aksi** : `⚡Banned⚡`" + f"**👤Pengguna**: [{guser.id}](tg://user?id={guser.id})\n" + f"**⚠️Aksi** : `Banned`" ) except BaseException: return @@ -86,11 +86,11 @@ async def gben(userbot): sender = await dc.get_sender() me = await dc.client.get_me() if not sender.id == me.id: - dark = await dc.reply("`Bos Ingin Mengaktifkan Perintah Global Banned!`") + dark = await dc.reply("`Master Ingin Mengaktifkan Perintah Global Banned!`") else: - dark = await dc.edit("`Memproses Global Banned Pengguna Ini ヅ`") + dark = await dc.edit("`Memproses Global Banned Pengguna Ini....🚀`") me = await userbot.client.get_me() - await dark.edit(f"`Global Banned Akan Segera Aktif, Anda Akan Dibanned Secara Global Oleh bosヅ`") + await dark.edit(f"`Global Banned Akan Segera Aktif, Anda Akan Dibanned Secara Global Oleh Master`") my_mention = "[{}](tg://user?id={})".format(me.first_name, me.id) f"@{me.username}" if me.username else my_mention await userbot.get_chat() @@ -110,9 +110,9 @@ async def gben(userbot): except BaseException: return await dark.edit(f"`Mampus terjadi kesalahan`") if user: - if user.id == 1353102497: + if user.id == 1682708454: return await dark.edit( - f"`Anda Tidak Bisa Melakukan Global Banned Ke Bos Apis, Dia Adalah Pembuat Saya ヅ`" + f"`Anda Tidak Bisa Melakukan Global Banned Ke Bos Apis, Dia Adalah Pembuat Saya `" ) try: from userbot.modules.sql_helper.gmute_sql import gmute @@ -135,14 +135,14 @@ async def gben(userbot): except BaseException: b += 1 else: - await dark.edit(f"`Mohon Balas Ke Pesan Bos`") + await dark.edit(f"`Mohon Balas Ke Pesan Master`") try: if gmute(user.id) is False: return await dark.edit(f"**Kesalahan! Pengguna Ini Sudah Kena Perintah Global Banned Bos.**") except BaseException: pass return await dark.edit( - f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**🕊️ Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**🔥 Aksi:** `⚡ Global Banned ⚡`" + f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**👤 Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**⚠️ Aksi:** ` Global Banned `" ) @@ -152,9 +152,9 @@ async def gunben(userbot): sender = await dc.get_sender() me = await dc.client.get_me() if not sender.id == me.id: - dark = await dc.reply("`Membatalkan Perintah Global Banned Pengguna Ini ヅ`") + dark = await dc.reply("`Membatalkan Perintah Global Banned Pengguna Ini...🚀`") else: - dark = await dc.edit("`Membatalkan Perintah Global Banned ヅ`") + dark = await dc.edit("`Membatalkan Perintah Global Banned...🚀`") me = await userbot.client.get_me() await dark.edit(f"`Memulai Membatalkan Perintah Global Banned, Pengguna Ini Akan Dapat Bergabung Ke Grup Anda Bosヅ`") my_mention = "[{}](tg://user?id={})".format(me.first_name, me.id) @@ -174,10 +174,10 @@ async def gunben(userbot): if not reason: reason = "Private" except BaseException: - return await dark.edit("`Mampus ada kesalahan ヅ`") + return await dark.edit("`Mampus ada kesalahan`") if user: - if user.id == 1353102497: - return await dark.edit("**Bos Pengguna Tidak Bisa Terkena Perintah Ini, Karna Dia Pembuatku ヅ**") + if user.id == 1682708454: + return await dark.edit("**Master Pengguna Tidak Bisa Terkena Perintah Ini, Karna Dia Pembuatku **") try: from userbot.modules.sql_helper.gmute_sql import ungmute except BaseException: @@ -195,23 +195,23 @@ async def gunben(userbot): try: await userbot.client.edit_permissions(i, user, send_messages=True) a += 1 - await dark.edit(f"`Membatalkan Global Banned... Memproses...⚡ `") + await dark.edit(f"`Membatalkan Global Banned... Memproses...🚀 `") except BaseException: b += 1 else: - await dark.edit("`Harap Balas Ke Pesan Pengguna Bosヅ`") + await dark.edit("`Harap Balas Ke Pesan Pengguna Master`") try: if ungmute(user.id) is False: return await dark.edit("**Kesalahan! Pengguna Sedang Tidak Di Global Banned.**") except BaseException: pass return await dark.edit( - f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**✣ Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**✣ Aksi:** `Membatalkan Global Banned`" + f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**👤 Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**⚠️ Aksi:** `Membatalkan Global Banned`" ) CMD_HELP.update({ - "⚡ gban ⚡": "\ + "gban": "\ `.gban`\ \nUsage: Melakukan Banned Secara Global Ke Semua Grup Dimana Lord Sebagai Admin.\ \n\n`.ungban`\ From 692c60e133434c6b26f71ac6273ba783a59cf62d Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:37:09 +0700 Subject: [PATCH 041/174] Update oi.py --- userbot/modules/oi.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 0575492b..984f3195 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -52,3 +52,16 @@ async def typewriter(typew): # Create by myself @localheart +@register(outgoing=True, pattern='^.pantun(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`Ajak pacar pergi ke restoran`") + sleep(3) + await typew.edit("`Bertemu mantan yang sekarang teman`") + sleep(1) + await typew.edit("`Hati bingung dan gak karuan`") + sleep(1) + await typew.edit("`Ternyata mantan minta balikan`") +# Create by myself @localheart + From ac41b1b973f527d87d711f6f903a8630a647a42f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:39:43 +0700 Subject: [PATCH 042/174] Update filter.py --- userbot/modules/filter.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/filter.py b/userbot/modules/filter.py index d64aa59a..51d59347 100644 --- a/userbot/modules/filter.py +++ b/userbot/modules/filter.py @@ -133,18 +133,18 @@ async def filters_active(event): filters = get_filters(event.chat_id) for filt in filters: if transact == "`Tidak Ada Filter Apapun Disini.`": - transact = "**⚡ Daftar Filter BGX Yang Aktif Disini:**\n" - transact += " ➥🕊️ `{}`\n".format(filt.keyword) + transact = "**⚡ Daftar Filter GBX-Userbot Yang Aktif Disini:**\n" + transact += " 👉 `{}`\n".format(filt.keyword) else: - transact += " ➥🕊️ `{}`\n".format(filt.keyword) + transact += " 👉 `{}`\n".format(filt.keyword) await event.edit(transact) CMD_HELP.update({ - "⚡ filter ⚡": + "filter": "`.filters`\ - \nUsage: Melihat filter BGX userbot yang aktif di obrolan.\ + \nUsage: Melihat filter GBX userbot yang aktif di obrolan.\ \n\n`.filter` atau balas ke pesan ketik .filter \ \nUsage: Membuat filter di obrolan.\ \nBot Akan Membalas Jika Ada Yang Menyebut 'keyword' yang dibuat.\ From df21b66de96c06f35c27d3a46b90967118e8227a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:44:21 +0700 Subject: [PATCH 043/174] Update admin.py --- userbot/modules/admin.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userbot/modules/admin.py b/userbot/modules/admin.py index bac312d9..04a7a774 100644 --- a/userbot/modules/admin.py +++ b/userbot/modules/admin.py @@ -36,17 +36,17 @@ # =================== CONSTANT =================== PP_TOO_SMOL = "`Gambar Terlalu Kecil`" PP_ERROR = "`Gagal Memproses Gambar`" -NO_ADMIN = "`Lord Bukan Admin:)`" -NO_PERM = "`Lord Tidak Mempunyai Izin!`" +NO_ADMIN = "`Master Bukan Admin:)`" +NO_PERM = "`Master Tidak Mempunyai Izin!`" NO_SQL = "`Berjalan Pada Mode Non-SQL`" CHAT_PP_CHANGED = "`Berhasil Mengubah Profil Grup`" CHAT_PP_ERROR = ( "`Ada Masalah Dengan Memperbarui Foto,`" - "`Mungkin Karna Lord Bukan Admin,`" + "`Mungkin Karna Master Bukan Admin,`" "`Atau Tidak Mempunyai Izin.`" ) -INVALID_MEDIA = "`Media Tidak Valid`" +INVALID_MEDIA = "`Media Tidak Valid Bangsat`" BANNED_RIGHTS = ChatBannedRights( until_date=None, @@ -80,7 +80,7 @@ @register(outgoing=True, pattern=r"^\.setgpic$") async def set_group_photo(gpic): if not gpic.is_group: - await gpic.edit("`Lord Mohon Lakukan Perintah Ini Di Grup.`") + await gpic.edit("`Master Mohon Lakukan Perintah Ini Di Grup.`") return replymsg = await gpic.get_reply_message() chat = await gpic.get_chat() @@ -585,7 +585,7 @@ async def rm_deletedacc(show): async def get_admin(show): info = await show.client.get_entity(show.chat_id) title = info.title if info.title else "Grup Ini" - mentions = f"✥ Daftar Admin Grup {title}: \n" + mentions = f"⚡ Daftar Admin Grup {title}: \n" try: async for user in show.client.iter_participants( show.chat_id, filter=ChannelParticipantsAdmins @@ -806,7 +806,7 @@ async def get_usersdel(show): await show.edit(mentions) except MessageTooLongError: await show.edit( - "Lord, Grup Ini Terlalu Besar, Mengunggah Daftar Akun Terhapus Sebagai File." + "Master, Grup Ini Terlalu Besar, Mengunggah Daftar Akun Terhapus Sebagai File." ) file = open("daftarpengguna.txt", "w+") file.write(mentions) @@ -890,7 +890,7 @@ async def get_bots(show): try: await show.edit(mentions, parse_mode="html") except MessageTooLongError: - await show.edit("Lord, Terlalu Banyak Bot Di Grup Ini, Mengunggah Daftar Bot Sebagai File.") + await show.edit("Master, Terlalu Banyak Bot Di Grup Ini, Mengunggah Daftar Bot Sebagai File.") file = open("botlist.txt", "w+") file.write(mentions) file.close() From 6b780e2822d4abb41b616d2af407c97a49805cb2 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:54:01 +0700 Subject: [PATCH 044/174] Update system_stats.py --- userbot/modules/system_stats.py | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/userbot/modules/system_stats.py b/userbot/modules/system_stats.py index 65e41ba1..0dec381a 100644 --- a/userbot/modules/system_stats.py +++ b/userbot/modules/system_stats.py @@ -181,7 +181,7 @@ async def pipcheck(pip): return pipmodule = pip.pattern_match.group(1) if pipmodule: - await pip.edit("`Mencari...🕊️`") + await pip.edit("`Mencari...🚀`") pipc = await asyncrunapp( "pip3", "search", @@ -223,20 +223,20 @@ async def pipcheck(pip): await pip.edit("Gunakan `.help pip` Untuk Melihat Contoh") -@register(outgoing=True, pattern=r"^\.(?:lord|lordon)\s?(.)?") +@register(outgoing=True, pattern=r"^\.(?:gbx|gbxon)\s?(.)?") async def amireallyalive(alive): user = await bot.get_me() await get_readable_time((time.time() - StartTime)) - await alive.edit("`I'M ALIVE!`") + await alive.edit("`GBX-Userbot!`") await alive.edit("⚡") output = ( - f" **┗┓⚡GBX-bot⚡┏┛** \n" + f" **┗┓⚡ GBX-Userbot⚡┏┛** \n" f"\n__**{GBX_TEKS_KUSTOM}**__\n" f"**━━━━━━━━━━━━━━━━━━━━**\n" f"**⚡ GBX** \n" - f" ➥🕊️ `{DEFAULTUSER}` \n" + f" 👉 `{DEFAULTUSER}` \n" f"**⚡ ᴜsᴇʀɴᴀᴍᴇ** \n" - f" ➥🕊️ `@{user.username}` \n" + f" 👉 `@{user.username}` \n" f"┏━━━━━━━━━━━━━━━━━━━\n" f"┣[• `Telethon :`Ver {version.__version__} \n" f"┣[• `Python :`Ver {python_version()} \n" @@ -269,13 +269,13 @@ async def amireallyalive(alive): await get_readable_time((time.time() - StartTime)) output = ( f"**▬▬▬▬▬▬❙۩♛۩❙▬▬▬▬▬▬**\n" - f" **⚡ GBX-bot ⚡** \n\n" - f"⚡ **GBX** \n ➥ `{DEFAULTUSER}` \n" - f"⚡ **Username** \n ➥ `@{user.username}` \n" - f"⚡ **Telethon** \n ➥ `Versi {version.__version__}` \n" - f"⚡**Python** \n ➥ `Versi {python_version()}` \n" - f"⚡**Versi Bot**\n ➥ `{BOT_VER}` \n" - f"⚡ **Modul** \n ➥ `{len(modules)}` \n\n" + f" **⚡ GBX-Userbot ⚡** \n\n" + f"⚡ **GBX** \n 👉 `{DEFAULTUSER}` \n" + f"⚡ **Username** \n 👉 `@{user.username}` \n" + f"⚡ **Telethon** \n 👉 `Versi {version.__version__}` \n" + f"⚡**Python** \n 👉 `Versi {python_version()}` \n" + f"⚡**Versi Bot**\n 👉 `{BOT_VER}` \n" + f"⚡ **Modul** \n 👉 `{len(modules)}` \n\n" f"⚡ **Repo Userbot:** [GBX-bot](https://github.com/apisuserbot/Lord-Userbot)\n⚡ **Follow pemilik: **[Tekan](https://www.instagram.com/apis_godboy?r=nametag)\n⚡ **Pemilik:** [Apis](t.me/PacarFerdilla)\n" f"**▬▬▬▬▬▬❙۩★۩❙▬▬▬▬▬▬**") if ALIVE_LOGO: @@ -302,10 +302,10 @@ async def amireallyalive(alive): async def amireallyalive(alive): user = await bot.get_me() await get_readable_time((time.time() - StartTime)) - await alive.edit("`I'M ALIVE!`") + await alive.edit("`GBX-Userbot!`") await alive.edit("⚡") output = ( - f"**⚡ GBX-bot ⚡** \n\n" + f"**⚡ GBX-Userbot ⚡** \n\n" f"┏━━━━━━━━━━━━━━━━━━━ \n" f"┣|• `GBX :`{DEFAULTUSER} \n" f"┣|• `Username :`@{user.username} \n" @@ -315,7 +315,7 @@ async def amireallyalive(alive): f"┣|• `Bot Ver :`{BOT_VER} \n" f"┣|• `Modules :`{len(modules)} Modules \n" f"┗━━━━━━━━━━━━━━━━━━━ \n\n" - f"[Repo](https://github.com/apisuserbot/Lord-Userbot) | [Follow ig pemilik](https://www.instagram.com/apis_godboy?r=nametag) | [⚡ Owner⚡ ](t.me/PacarFerdilla)") + f"[Repo](https://github.com/apisuserbot/GBX-Userbot) | [Follow ig Bos](https://www.instagram.com/apis_godboy?r=nametag) | [ Bos ](t.me/PacarFerdilla)") if ALIVE_LOGO: try: logo = ALIVE_LOGO @@ -368,7 +368,7 @@ async def amireallyalivereset(ureset): CMD_HELP.update({"pip": "`.pip `\ \nPenjelasan: Melakukan pencarian modul pip."}) -CMD_HELP.update({"⚡ alive ⚡": "`.alive` | `.on`\ +CMD_HELP.update({"alive": "`.alive` | `.on`\ \nPenjelasan: Ketik .alive/.on untuk melihat apakah bot Anda berfungsi atau tidak.\ \n\n`.aliveu `\ \nPenjelasan: Mengubah 'pengguna' menjadi teks yang Anda inginkan.\ From 398afbdd889db8c2d8b2a6c9a5da0904d55f7aa3 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:58:19 +0700 Subject: [PATCH 045/174] Update heroku.py --- userbot/modules/heroku.py | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 5a70686a..d00e17bb 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -41,7 +41,7 @@ async def variable(var): "\nHarap Siapkan` **HEROKU_APP_NAME**.") return False if exe == "get": - await var.edit("`Mendapatkan Informasi...`") + await var.edit("`Mendapatkan Informasi...🚀`") variable = var.pattern_match.group(2) if variable != '': if variable in heroku_var: @@ -57,7 +57,7 @@ async def variable(var): await var.edit("`Mohon Ubah BOTLOG Ke True...`") return False else: - await var.edit("`Informasi Tidak Ditemukan...`") + await var.edit("`⚠️ Informasi Tidak Ditemukan...⚠️`") return True else: configvars = heroku_var.to_dict() @@ -76,7 +76,7 @@ async def variable(var): await var.edit("`Mohon Ubah BOTLOG Ke True`") return False elif exe == "del": - await var.edit("`Menghapus Config Vars... ヅ`") + await var.edit("`Menghapus Config Vars..... 🚀`") variable = var.pattern_match.group(2) if variable == '': await var.edit("`Mohon Tentukan Config Vars Yang Mau Anda Hapus`") @@ -97,7 +97,7 @@ async def variable(var): @register(outgoing=True, pattern=r'^.set var (\w*) ([\s\S]*)') async def set_var(var): - await var.edit("`Sedang Menyetel Config Vars ヅ`") + await var.edit("`Sedang Menyetel Config Vars.....🚀`") variable = var.pattern_match.group(1) value = var.pattern_match.group(2) if variable in heroku_var: @@ -107,7 +107,7 @@ async def set_var(var): "**Mengganti Config Vars**:\n" f"`{variable}` = `{value}`" ) - await var.edit("`Sedang Proses, Mohon Menunggu Dalam Beberapa Detik ヅ`") + await var.edit("`Sedang Proses, Mohon Menunggu Dalam Beberapa Detik.....🚀`") else: if BOTLOG: await var.client.send_message( @@ -115,7 +115,7 @@ async def set_var(var): "**Menambahkan Config Vars**:\n" f"`{variable}` **=** `{value}`" ) - await var.edit("`Menambahkan Config Vars....`") + await var.edit("`Menambahkan Config Vars....🚀`") heroku_var[variable] = value @@ -129,7 +129,7 @@ async def dyno_usage(dyno): """ Get your account Dyno Usage """ - await dyno.edit("`Dapat informasi dyno lu ヅ`") + await dyno.edit("`Mendapatkan Informasi Dyno Heroku Anda....`🚀") useragent = ( 'Mozilla/5.0 (Linux; Android 10; SM-G975F) ' 'AppleWebKit/537.36 (KHTML, like Gecko) ' @@ -150,7 +150,7 @@ async def dyno_usage(dyno): f"`{r.reason}`", reply_to=dyno.id ) - await dyno.edit("`Gak bisa nyari informasi dyno lu ヅ`") + await dyno.edit("`Tidak Bisa Mendapatkan Informasi Dyno Anda`") return False result = await r.json() quota = result['account_quota'] @@ -172,21 +172,21 @@ async def dyno_usage(dyno): apps.get('quota_used') * 100 / quota) break else: - AppQuotaUsed = 999 - AppPercentage = 999 + AppQuotaUsed = 0 + AppPercentage = 0 AppHours = math.floor(AppQuotaUsed / 60) AppMinutes = math.floor(AppQuotaUsed % 60) await dyno.edit( - "*⚡ Informasi Dyno pro**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" - f"✥ `Penggunaan Dyno alay pro` **{app.name}**:\n" - f" ❉ **{100} Jam - " - f"{60} Menit - {99}%**" + "**🚀 Informasi Dyno**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" + f"👤 `Penggunaan Dyno` **{app.name}**:\n" + f" ⚡ **{AppHours} Jam - " + f"{AppMinutes} Menit - {AppPercentage}%**" "\n ✲━─━─━─━─━─━─━─━─━─━✲\n" - "✥ `Sisa Dyno alay pro Bulan Ini`:\n" - f" ❉ **{10000} Jam - {60} Menit " - f"- {99}%**\n" + "🌀 `Sisa Dyno Bulan Ini`:\n" + f" ⚡ **{hours} Jam - {minutes} Menit " + f"- {percentage}%**\n" "╰━┷━━━━━━━━━━━━━━━━┷━╯" ) await asyncio.sleep(20) @@ -203,7 +203,7 @@ async def _(dyno): return await dyno.reply( "`Please make sure your Heroku API Key, Your App name are configured correctly in the heroku var.`" ) - await dyno.edit("`Sedang Mengambil Logs Bosヅ`") + await dyno.edit("⚡`Sedang Mengambil Logs GBX`⚡") with open("logs.txt", "w") as log: log.write(app.get_log()) fd = codecs.open("logs.txt", "r", encoding="utf-8") @@ -211,7 +211,7 @@ async def _(dyno): key = (requests.post("https://nekobin.com/api/documents", json={"content": data}) .json() .get("result") .get("key")) url = f"https://nekobin.com/raw/{key}" - await dyno.edit(f"`Ini Logs Heroku Anda Lord:`\n\nPaste Ke: [Nekobin]({url})") + await dyno.edit(f"`Ini Logs Heroku Anda Master:`\n\nPaste Ke: [Nekobin]({url})") return os.remove("logs.txt") @@ -219,7 +219,7 @@ async def _(dyno): "\nUsage: Check Dyno Heroku" "\n\n>`.set var `" "\nUsage: Tambahkan Variabel Baru Atau Memperbarui Variabel" - "\nSetelah Menyetel Variabel Lord-Userbot Akan Di Restart." + "\nSetelah Menyetel Variabel GBX-bot Akan Di Restart." "\n\n>`.get var or .get var `" "\nUsage: Dapatkan Variabel Yang Ada, Gunakan Hanya Di Grup Privasi Anda!" "\nIni Mengembalikan Semua Informasi Pribadi Anda, Harap berhati-hati." From 66919df2dd379c7b11e94a2ce7092f6fe269bcd2 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:04:21 +0700 Subject: [PATCH 046/174] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 375f1749..4edf3126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM liualvinas24/docker:groovy # # Clone repo and prepare working directory # -RUN git clone -b Lord-Userbot https://github.com/apisuserbot/GBX-Userbot /root/userbot +RUN git clone -b GBX-Userbot https://github.com/apisuserbot/GBX-Userbot /root/userbot RUN mkdir /root/userbot/.bin RUN pip install --upgrade pip setuptools WORKDIR /root/userbot From 1d6a85f084d14b47b207e6df2e286a417c8ccaf5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:20:07 +0700 Subject: [PATCH 047/174] Update __init__.py --- userbot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index b6602377..270c5448 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -147,8 +147,8 @@ # Youtube API key YOUTUBE_API_KEY = os.environ.get("YOUTUBE_API_KEY", None) -# untuk perintah .GBX -GBX_TEKS_KUSTOM = os.environ.get("GBX_TEKS_KUSTOM", None) +# untuk perintah .lord +Lord_TEKS_KUSTOM = os.environ.get("Lord_TEKS_KUSTOM", None) # Default .alive name ALIVE_NAME = os.environ.get("ALIVE_NAME", None) From 323a986caf59608329697509fe467cbe32d85a6d Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:29:15 +0700 Subject: [PATCH 048/174] Update __init__.py --- userbot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index 270c5448..edaecd19 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -147,8 +147,8 @@ # Youtube API key YOUTUBE_API_KEY = os.environ.get("YOUTUBE_API_KEY", None) -# untuk perintah .lord -Lord_TEKS_KUSTOM = os.environ.get("Lord_TEKS_KUSTOM", None) +# untuk perintah .gbx +Gbx_TEKS_KUSTOM = os.environ.get("Gbx_TEKS_KUSTOM", None) # Default .alive name ALIVE_NAME = os.environ.get("ALIVE_NAME", None) From c7157ebc9f30bdef2437772b6fb0886ba59a4a20 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:34:28 +0700 Subject: [PATCH 049/174] Update kekuatan.py --- userbot/modules/kekuatan.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/userbot/modules/kekuatan.py b/userbot/modules/kekuatan.py index 664a9829..157a24c2 100644 --- a/userbot/modules/kekuatan.py +++ b/userbot/modules/kekuatan.py @@ -7,19 +7,19 @@ @register(outgoing=True, pattern=r'^.kekuatan(:? |$)([1-8])?') async def _(fry): - await fry.edit("`Lord Mengaktifkan Kekuatan Telegram...👾`") + await fry.edit("`Master Mengaktifkan Kekuatan Telegram...⚡`") level = fry.pattern_match.group(2) if fry.fwd_from: return if not fry.reply_to_msg_id: - await fry.edit("`Mohon Balas Di Sticker Lord`") + await fry.edit("`Mohon Balas Di Sticker Master`") return reply_message = await fry.get_reply_message() if not reply_message.media: await fry.edit("`Gambar tidak di dukung`") return if reply_message.sender.bot: - await fry.edit("`Mohon Balas Di Sticker Lord`") + await fry.edit("`Mohon Balas Di Sticker Master`") return chat = "@image_deepfrybot" message_id_to_reply = fry.message.reply_to_msg_id @@ -38,10 +38,10 @@ async def _(fry): """ - don't spam notif - """ await bot.send_read_acknowledge(conv.chat_id) except YouBlockedUserError: - await fry.reply("`Lord Mohon Unblock` @image_deepfrybot`...`") + await fry.reply("`Master Mohon Unblock` @image_deepfrybot`...`") return if response.text.startswith("Forward"): - await fry.edit("`Lord Mohon Matikan Setelan Forward Privasi...`") + await fry.edit("`Master Mohon Matikan Setelan Forward Privasi...`") else: downloaded_file_name = await fry.client.download_media( response.media, @@ -69,19 +69,19 @@ async def _(fry): @register(outgoing=True, pattern=r'^.df(:? |$)([1-8])?') async def _(fry): - await fry.edit("`Sedang Dalam Proses......`") + await fry.edit("`Sedang Dalam Proses......🚀`") level = fry.pattern_match.group(2) if fry.fwd_from: return if not fry.reply_to_msg_id: - await fry.edit("`Mohon Balas Di Sticker Lord`") + await fry.edit("`Mohon Balas Di Sticker Master`") return reply_message = await fry.get_reply_message() if not reply_message.media: - await fry.edit("`Mohon Balas Di Sticker Lord`") + await fry.edit("`Mohon Balas Di Sticker Master`") return if reply_message.sender.bot: - await fry.edit("`Mohon Balas Di Sticker Lord`") + await fry.edit("`Mohon Balas Di Sticker Master`") return chat = "@image_deepfrybot" message_id_to_reply = fry.message.reply_to_msg_id @@ -103,7 +103,7 @@ async def _(fry): await fry.reply("`Lord Mohon Unblock` @image_deepfrybot`...`") return if response.text.startswith("Forward"): - await fry.edit("`Lord Mohon Matikan Setelan Privasi Forward...`") + await fry.edit("`Master Mohon Matikan Setelan Privasi Forward...`") else: downloaded_file_name = await fry.client.download_media( response.media, From 0c3779012311f3d730ec908aeb41db4daae25e1d Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:44:22 +0700 Subject: [PATCH 050/174] Update app.json --- app.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index 0f0eed16..c14ba6bf 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { - "name": "GBX-bot", - "description": "[GBX-bot] USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERSENANG-SENANG DI TELEGRAM.", + "name": "GBX-Userbot", + "description": "[GBX-Userbot] USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERSENANG-SENANG DI TELEGRAM.", "logo": "https://telegra.ph/file/62dc59b2013a48f9cc8f3.jpg", "keywords": [ "telegram", @@ -9,7 +9,7 @@ "modular", "productivity" ], - "repository": "https://github.com/apisuserbot/Lord-Userbot", + "repository": "https://github.com/apisuserbot/GBX-Userbot", "telegram": "https://t.me/PacarFerdilla", "success_url": "https://t.me/PacarFerdilla", "stack": "container", @@ -158,8 +158,8 @@ "description": "Nama untuk menunjukan pesan .alive", "required": false }, - "LORD_TEKS_KUSTOM": { - "description": "Kustom Pesan Alive Mu Untuk Perintah .lord (Isi Terserah)", + "Gbx_TEKS_KUSTOM": { + "description": "Kustom Pesan Alive Mu Untuk Perintah .gbx (Isi Terserah)", "required": false }, "S_PACK_NAME": { From 8b32cec59af5a97673c07439ea5b5476956683c3 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:46:21 +0700 Subject: [PATCH 051/174] Update __init__.py --- userbot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index edaecd19..c631508e 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -101,9 +101,9 @@ # Custom (forked) repo URL for updater. UPSTREAM_REPO_URL = os.environ.get( "UPSTREAM_REPO_URL", - "https://github.com/apisuserbot/GBX-Userbot.git") + "https://github.com/Zora24/Lord-Userbot.git") UPSTREAM_REPO_BRANCH = os.environ.get( - "UPSTREAM_REPO_BRANCH", "GBX-Userbot") + "UPSTREAM_REPO_BRANCH", "Lord-Userbot") # Console verbose logging CONSOLE_LOGGER_VERBOSE = sb(os.environ.get("CONSOLE_LOGGER_VERBOSE", "False")) From d58eef3eccf292d2ac56736e0c7a47885e6d65e8 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 16:06:12 +0700 Subject: [PATCH 052/174] Update __init__.py --- userbot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index c631508e..c4fa0937 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -147,8 +147,8 @@ # Youtube API key YOUTUBE_API_KEY = os.environ.get("YOUTUBE_API_KEY", None) -# untuk perintah .gbx -Gbx_TEKS_KUSTOM = os.environ.get("Gbx_TEKS_KUSTOM", None) +# untuk perintah .lord +LORD_TEKS_KUSTOM = os.environ.get("LORD_TEKS_KUSTOM", None) # Default .alive name ALIVE_NAME = os.environ.get("ALIVE_NAME", None) From 7676649994d75fbb31757144b3f27e804b29cae0 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:03:24 +0700 Subject: [PATCH 053/174] Update oi.py --- userbot/modules/oi.py | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 984f3195..664b35f8 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -2,15 +2,15 @@ from userbot.events import register -@register(outgoing=True, pattern='^.alvin(?: |$)(.*)') +@register(outgoing=True, pattern='^.apis(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) sleep(3) - await typew.edit("`Hai Perkenalkan Namaku Alvin`") + await typew.edit("`Hai Perkenalkan Namaku Apis`") sleep(3) - await typew.edit("`17 Tahun`") + await typew.edit("`14 Tahun`") sleep(1) - await typew.edit("`Tinggal Dibatam, Salam Kenal:)`") + await typew.edit("`Tinggal Di Jakarta, Salam Kenal:)`") # Create by myself @localheart @@ -65,3 +65,34 @@ async def typewriter(typew): await typew.edit("`Ternyata mantan minta balikan`") # Create by myself @localheart + +@register(outgoing=True, pattern='^.kamu(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`teruntuk kamu`") + sleep(3) + await typew.edit("`yang selalu ada buat aku`") + sleep(1) + await typew.edit("`aku punya sesuatu buat kamu`") + sleep(1) + await typew.edit("`Lihat yah:)`") + sleep(3) + await typew.edit("`..hanya..ini...🎁........`") + await typew.edit("`...1.....2....3....`") + await typew.edit("`...ini......") + sleep(3) + await typew.edit("`Jangan pernah pergi yah ☹️`") + sleep(3) + await typew.edit("`maafin aku jika selalu membuat kamu nangis 😔`") + sleep(3) + await typew.edit("`dan juga membuat kamu selalu beban pikiran karna kesalahan aku 😔`") + sleep(3) + await typew.edit("`kamu adalah cinta terindah di hidupku 😚`") + sleep(3) + await typew.edit("`bagiku kamu seperti malaikat hidupku 😚`") + sleep(3) + await typew.edit("`jangan pernah nangis lagi yah , aku tau kok ini salahku 😔`") + sleep(3) + await typew.edit("`I LOVE YOU MAYBE❤️`") +# Create by myself @localheart From 3526f757f8fee1bf43c5e6308942eed5934f7013 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:07:36 +0700 Subject: [PATCH 054/174] Update oi.py --- userbot/modules/oi.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 664b35f8..14a7f483 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -96,3 +96,18 @@ async def typewriter(typew): sleep(3) await typew.edit("`I LOVE YOU MAYBE❤️`") # Create by myself @localheart + + +@register(outgoing=True, pattern='^.bacot(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`..BACOTTTTT.....KAU....KONTOLLLL..🔥`") + sleep(3) + await typew.edit("`..GAK....USAH REP ASWWW.....🔥`") + sleep(1) + await typew.edit("`KALO.....GAK....SUKA....BETUMBUK....KITA.......🔥`") + sleep(1) + await typew.edit("`.....SINI...KU....TAMPUNG...KAU.....🔥`") +# Create by myself @localheart + From 82deac1a50e89cc7bd3cf3c9c6badbe922543842 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:14:39 +0700 Subject: [PATCH 055/174] Update afk.py --- userbot/modules/afk.py | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 3a083d69..39b3e1b3 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -24,10 +24,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**•⚡Maaf kawan bos gw {ALIVE_NAME} sedang afk!**", - f"**•⚡Maaf kawan bot gw {ALIVE_NAME} sedang afk\n • 😠 Gak usah spam tunggu dia online ajg!**", - f"**•⚡Bos {ALIVE_NAME} sedang afk!\n • 🔥 Jan spam ya tod!**", - f"**• Maaf kawan bos gw {ALIVE_NAME} sedang afk!**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk\n • 😠 Gak usah spam tunggu dia online ajg!**", + f"**•⚡Master {ALIVE_NAME} sedang afk!\n • 🔥 Jan spam ya tod!**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!**", ] @@ -62,16 +62,16 @@ async def set_afk(afk_e): afk_start = start_1.replace(microsecond=0) if string: AFKREASON = string - await afk_e.edit(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n**• ⚡Bos sedang afk⚡**\ + await afk_e.edit(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n**👉 ⚡Master sedang afk⚡**\ \n**• ᴀʟᴀꜱᴀɴ :** `{string}`") else: - await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n**• ⚡Bos sedang afk⚡**") + await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n**👉 ⚡Master sedang afk⚡**") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "【AFK】")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "[LAGI AFK TOD]")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="【AFK】")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="[LAGI AFK TOD]")) if BOTLOG: - await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**Lord Telah AFK!**") + await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**GBX Telah AFK!**") ISAFK = True afk_time = datetime.now() # pylint:disable=E0602 raise StopPropagation @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("⚡AFK⚡"): + if last and last.endswith("[LAGI AFK TOD]"): last1 = last[:-12] else: last1 = "" @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡Bos telah kembali⚡!!**") + msg = await notafk.respond("**⚡Master telah kembali⚡!!**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) @@ -166,8 +166,8 @@ async def mention_afk(mention): afk_since = f"`{int(seconds)} Detik`" if mention.sender_id not in USERS: if AFKREASON: - await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n `{ALIVE_NAME}` **afk** {afk_since} **yang lalu.**\ - \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n `{ALIVE_NAME}` **Afk** {afk_since} **Yang Lalu.**\ + \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await mention.reply(str(choice(AFKSTR))) USERS.update({mention.sender_id: 1}) @@ -175,8 +175,8 @@ async def mention_afk(mention): elif mention.sender_id in USERS: if USERS[mention.sender_id] % randint(2, 4) == 0: if AFKREASON: - await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **bos masih afk** {afk_since} **yang lalu.**\ - \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n ** Master Masih Afk** {afk_since} **Yang Lalu.**\ + \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await mention.reply(str(choice(AFKSTR))) USERS[mention.sender_id] = USERS[mention.sender_id] + 1 @@ -243,8 +243,8 @@ async def afk_on_pm(sender): afk_since = f"`{int(seconds)} Detik`" if sender.sender_id not in USERS: if AFKREASON: - await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **bos masih afk** {afk_since} **yang lalu.**\ - \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **Master Masih Afk** {afk_since} **Yang Lalu.**\ + \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await sender.reply(str(choice(AFKSTR))) USERS.update({sender.sender_id: 1}) @@ -252,8 +252,8 @@ async def afk_on_pm(sender): elif apprv and sender.sender_id in USERS: if USERS[sender.sender_id] % randint(2, 4) == 0: if AFKREASON: - await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **bos masih afk** {afk_since} **yang lalu.**\ - \n**• ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **Master Masih Afk** {afk_since} **Yang Lalu.**\ + \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") else: await sender.reply(str(choice(AFKSTR))) USERS[sender.sender_id] = USERS[sender.sender_id] + 1 @@ -265,9 +265,9 @@ async def afk_on_pm(sender): CMD_HELP.update({ "afk": - "**Modules: `⚡ AFK ⚡`\ - \n\n**•🕊️ Perintah:** `.afk`\ - \n**➥🕊️ Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ + "**Modules: ` AFK`\ + \n\n**• Perintah:** `.afk`\ + \n**➥ Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ __Mereka Akan Tau Alasan Kamu OFF__.\n\n**Note:** `⚡ AFK Bisa Dilakukan Dan Dibatalkan Dimanapun.`\ " }) From ab8683fd70c536dd25e5a4cc4c30740219cc9711 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:19:13 +0700 Subject: [PATCH 056/174] Update offalvingans.py --- userbot/modules/offalvingans.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/userbot/modules/offalvingans.py b/userbot/modules/offalvingans.py index b37fc411..9d2dae01 100644 --- a/userbot/modules/offalvingans.py +++ b/userbot/modules/offalvingans.py @@ -60,16 +60,16 @@ async def set_afk(afk_e): afk_start = start_1.replace(microsecond=0) if string: AFKREASON = string - await afk_e.edit(f"**✥ {ALIVE_NAME} Telah OFF**\ - \n➥ **Alasan:** `{string}`") + await afk_e.edit(f"**⚡ {ALIVE_NAME} Telah OFF**\ + \n👉 **Alasan:** `{string}`") else: - await afk_e.edit(f"**✥ {ALIVE_NAME} Telah OFF**") + await afk_e.edit(f"**⚡ {ALIVE_NAME} Telah OFF ⚡**") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "【⚒OFF⚒】")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "[LAGI OFF TOD]")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="【⚒OFF⚒】")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="[LAGI OFF TOD]")) if BOTLOG: - await afk_e.client.send_message(BOTLOG_CHATID, "#OFF\n**Lord Telah OFF!**") + await afk_e.client.send_message(BOTLOG_CHATID, "#OFF\n**GBX Telah OFF!**") ISAFK = True afk_time = datetime.now() # pylint:disable=E0602 raise StopPropagation @@ -88,7 +88,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("【⚒OFF⚒】"): + if last and last.endswith("[LAGI OFF TOD]"): last1 = last[:-12] else: last1 = "" @@ -96,7 +96,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond(f"**{ALIVE_NAME} Telah Kembali!**") + msg = await notafk.respond(f"**⚡{ALIVE_NAME} Telah Kembali!⚡**") time.sleep(7) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) @@ -164,8 +164,8 @@ async def mention_afk(mention): afk_since = f"`{int(seconds)} Detik`" if mention.sender_id not in USERS: if AFKREASON: - await mention.reply(f"**✥ {ALIVE_NAME} Sedang OFF** {afk_since} **Yang Lalu.**\ - \n➥ **Alasan:** `{AFKREASON}`") + await mention.reply(f"**⚡ {ALIVE_NAME} Sedang OFF** {afk_since} **Yang Lalu.**\ + \n👉 **Alasan:** `{AFKREASON}`") else: await mention.reply(str(choice(AFKSTR))) USERS.update({mention.sender_id: 1}) @@ -173,8 +173,8 @@ async def mention_afk(mention): elif mention.sender_id in USERS: if USERS[mention.sender_id] % randint(2, 4) == 0: if AFKREASON: - await mention.reply(f"**✥ {ALIVE_NAME} Masih OFF** {afk_since} **Yang Lalu.**\ - \n➥ **Alasan:** `{AFKREASON}`") + await mention.reply(f"**⚡ {ALIVE_NAME} Masih OFF** {afk_since} **Yang Lalu.**\ + \n👉 **Alasan:** `{AFKREASON}`") else: await mention.reply(str(choice(AFKSTR))) USERS[mention.sender_id] = USERS[mention.sender_id] + 1 @@ -241,8 +241,8 @@ async def afk_on_pm(sender): afk_since = f"`{int(seconds)} Detik`" if sender.sender_id not in USERS: if AFKREASON: - await sender.reply(f"✥ **{ALIVE_NAME} Sedang OFF** {afk_since} **Yang Lalu**.\ - \n➥ **Alasan**: `{AFKREASON}`") + await sender.reply(f"⚡ **{ALIVE_NAME} Sedang OFF** {afk_since} **Yang Lalu**.\ + \n👉 **Alasan**: `{AFKREASON}`") else: await sender.reply(str(choice(AFKSTR))) USERS.update({sender.sender_id: 1}) @@ -250,8 +250,8 @@ async def afk_on_pm(sender): elif apprv and sender.sender_id in USERS: if USERS[sender.sender_id] % randint(2, 4) == 0: if AFKREASON: - await sender.reply(f"✥ **{ALIVE_NAME} Sedang OFF** {afk_since} **Yang Lalu.**\ - \n➥ **Alasan**: `{AFKREASON}`") + await sender.reply(f"⚡ **{ALIVE_NAME} Sedang OFF** {afk_since} **Yang Lalu.**\ + \n👉 **Alasan**: `{AFKREASON}`") else: await sender.reply(str(choice(AFKSTR))) USERS[sender.sender_id] = USERS[sender.sender_id] + 1 From 5726560ca13d37a723c55dd07c33905e67206e48 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 21:38:27 +0700 Subject: [PATCH 057/174] Update www.py --- userbot/modules/www.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index 8deeda00..24cc4334 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -110,14 +110,15 @@ async def pingme(pong): await pong.edit("**..MUKA..LU..ITEM.......⚡**") await pong.edit("**..HAHHAHAHA...ANJING.....⚡**") await pong.edit("**⚡TOLOL!**") + sleep(1) end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ GBX Ping ⚡**\n" f"⚡**Ping:** " f"`%sms` \n" - f"👉**Uptime:** " + f"👉 **Uptime:** " f"`{uptime}` \n" - f"**👉Master:** `{ALIVE_NAME}`" % (duration)) + f"**👉 Master:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.sinyal$") @@ -207,4 +208,4 @@ async def pingme(pong): CMD_HELP.update( {"sinyal": "**Modules:** `Sinyal bot`\ \n\n**• Perintah :** `.sinyal bot`\ - \n ➥ **Penjelasan :** __Untuk melihat sinyal bot__"}) + \n 👉 **Penjelasan :** __Untuk melihat sinyal bot__"}) From a16be54f4677d133b9da56e7d5e1b93df4b3a7f4 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 21:43:51 +0700 Subject: [PATCH 058/174] Update afk.py --- userbot/modules/afk.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 39b3e1b3..166dfac1 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -62,14 +62,14 @@ async def set_afk(afk_e): afk_start = start_1.replace(microsecond=0) if string: AFKREASON = string - await afk_e.edit(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n**👉 ⚡Master sedang afk⚡**\ - \n**• ᴀʟᴀꜱᴀɴ :** `{string}`") + await afk_e.edit(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n** ⚡Master sedang afk⚡**\ + \n**👉 ᴀʟᴀꜱᴀɴ :** `{string}`") else: - await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n**👉 ⚡Master sedang afk⚡**") + await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n** ⚡Master sedang afk⚡**") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "[LAGI AFK TOD]")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "AFK")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="[LAGI AFK TOD]")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="AFK")) if BOTLOG: await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**GBX Telah AFK!**") ISAFK = True @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("[LAGI AFK TOD]"): + if last and last.endswith("AFK"): last1 = last[:-12] else: last1 = "" @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡Master telah kembali⚡!!**") + msg = await notafk.respond("**⚡Master telah kembali!!⚡**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) @@ -267,7 +267,7 @@ async def afk_on_pm(sender): "afk": "**Modules: ` AFK`\ \n\n**• Perintah:** `.afk`\ - \n**➥ Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ -__Mereka Akan Tau Alasan Kamu OFF__.\n\n**Note:** `⚡ AFK Bisa Dilakukan Dan Dibatalkan Dimanapun.`\ + \n**👉 Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ +__Mereka Akan Tau Alasan Kamu OFF__.\n\n**Note:** `AFK Bisa Dilakukan Dan Dibatalkan Dimanapun.`\ " }) From a26d96405ad77fed4e463a896c4adb1d3802960e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 21:50:09 +0700 Subject: [PATCH 059/174] Update oi.py --- userbot/modules/oi.py | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 14a7f483..79b44830 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -102,12 +102,27 @@ async def typewriter(typew): async def typewriter(typew): typew.pattern_match.group(1) sleep(3) - await typew.edit("`..BACOTTTTT.....KAU....KONTOLLLL..🔥`") + await typew.edit("`..BACOTTT....KONTOLLL..🔥`") sleep(3) - await typew.edit("`..GAK....USAH REP ASWWW.....🔥`") + await typew.edit("`..GAK..USAH..REP..ASW.....🔥`") sleep(1) - await typew.edit("`KALO.....GAK....SUKA....BETUMBUK....KITA.......🔥`") + await typew.edit("`..SOKAP..BAT..LU..ANJING.....🔥`") sleep(1) - await typew.edit("`.....SINI...KU....TAMPUNG...KAU.....🔥`") + await typew.edit("`.....SINI..KETEMUAN..KUY........🔥`") # Create by myself @localheart + +@register(outgoing=True, pattern='^.hantu(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`..HANTUUUU!!!!!.....`") + sleep(3) + await typew.edit("`...ANJNG GMN NIH!!!!....`") + sleep(1) + await typew.edit("`..DAHLAH,.. MENDING..LARI..AE....`") + sleep(1) + await typew.edit("`...`") +# Create by myself @localheart + + From 1220d3fe77368ed7e051ecaeb252656b9c23886f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:07:23 +0700 Subject: [PATCH 060/174] Update oi.py --- userbot/modules/oi.py | 50 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 79b44830..e171ab40 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -122,7 +122,55 @@ async def typewriter(typew): sleep(1) await typew.edit("`..DAHLAH,.. MENDING..LARI..AE....`") sleep(1) - await typew.edit("`...`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 `LARII` 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃WOARGH! 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 Huh-Huh 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`DIA SEMAKIN MENDEKAT!!!`") + sleep(1) + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`🏃 👻`") + await typew.edit("`Dahlah Pasrah Aja,bangsat`") + sleep(1) + await typew.edit("`🧎👻`") + sleep(2) + await typew.edit("`-TAMAT YANG MEMBANGGONGKAN-`") # Create by myself @localheart From 79a637153a4fa22e468a2e5d9417fd7c3cd9290a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:08:16 +0700 Subject: [PATCH 061/174] Update oi.py From da9ab22345efa28d19265eeb93cfbd558a13510e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:50:49 +0700 Subject: [PATCH 062/174] Update oi.py --- userbot/modules/oi.py | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index e171ab40..f94b19df 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -174,3 +174,40 @@ async def typewriter(typew): # Create by myself @localheart +@register(outgoing=True, pattern='^.wa(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`Mau Gw Hack Wa Lo?`") + sleep(3) + await typew.edit("`Bentar Dulu Mo Ngirim Linux.....`") + sleep(1) + await typew.edit("`Nah Udah Dapat Saatnya Gw Hack.....`") + sleep(1) + await typew.edit("`Siap Siap Lo.....`") + sleep(1) + await typee.edit("`0%[░░░░░░░░░░░░░░░░░░░░]`") + await typew.edit("`10%[██░░░░░░░░░░░░░░░░░░]`") + await typew.edit("`20%[███░░░░░░░░░░░░░░░░░]`") + await typew.edit("`30%[█████░░░░░░░░░░░░░░░]`") + await typew.edit("`40%[███████░░░░░░░░░░░░░]`") + await typew.edit("`50%[█████████░░░░░░░░░░░]`") + await typew.edit("`60%[███████████░░░░░░░░░]`") + await typew.edit("`70%[█████████████░░░░░░░]`") + await typew.edit("`80%[███████████████░░░░░]`") + await typew.edit("`90%[█████████████████░░░]`") + await typew.edit("`100%[████████████████████]`") + await typew.edit("**LOGIN KE AKUN WA BERHASIL**") + sleep(3) + await typew.edit("Informasi Data Akun.....🚀`") + sleep(3) + await typew.edit("`🌀 Nomor Telephone Pengguna:+62**********`") + sleep(3) + await typew.edit("**☠️ LOGIN BERHASIIL☠️**"`) + await typew.edit("`Author:By ⚡Apis`") + +# Create by myself @localheart + + + + From 52d86efcc98402198104a0cd21a1e8e6964fa02b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:51:59 +0700 Subject: [PATCH 063/174] Update oi.py --- userbot/modules/oi.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index f94b19df..97fd87f8 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -207,7 +207,3 @@ async def typewriter(typew): await typew.edit("`Author:By ⚡Apis`") # Create by myself @localheart - - - - From 7ab91baac4d27d8a25a332b35bba4c04a509fb42 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:55:01 +0700 Subject: [PATCH 064/174] Update oi.py --- userbot/modules/oi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 97fd87f8..1dc0783c 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -204,6 +204,7 @@ async def typewriter(typew): await typew.edit("`🌀 Nomor Telephone Pengguna:+62**********`") sleep(3) await typew.edit("**☠️ LOGIN BERHASIIL☠️**"`) + sleep(3) await typew.edit("`Author:By ⚡Apis`") # Create by myself @localheart From 11cde1114b176e22171a9ca586125020a1f6ec21 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:55:37 +0700 Subject: [PATCH 065/174] Update oi.py --- userbot/modules/oi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 1dc0783c..97e5beba 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -203,7 +203,7 @@ async def typewriter(typew): sleep(3) await typew.edit("`🌀 Nomor Telephone Pengguna:+62**********`") sleep(3) - await typew.edit("**☠️ LOGIN BERHASIIL☠️**"`) + await typew.edit("**☠️LOGIN BERHASIIL☠️**"`) sleep(3) await typew.edit("`Author:By ⚡Apis`") From 5ce266a8732f7ac233034c1764deb5d3cbf10225 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:07:58 +0700 Subject: [PATCH 066/174] Update oi.py --- userbot/modules/oi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 97e5beba..f9ca2dea 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -199,11 +199,11 @@ async def typewriter(typew): await typew.edit("`100%[████████████████████]`") await typew.edit("**LOGIN KE AKUN WA BERHASIL**") sleep(3) - await typew.edit("Informasi Data Akun.....🚀`") + await typew.edit("`Informasi Data Akun.....🚀`") sleep(3) await typew.edit("`🌀 Nomor Telephone Pengguna:+62**********`") sleep(3) - await typew.edit("**☠️LOGIN BERHASIIL☠️**"`) + await typew.edit("**☠️LOGIN BERHASIIL☠️**") sleep(3) await typew.edit("`Author:By ⚡Apis`") From fd716880c3bfdd9f00a00d10aa77e4bb7fd65dbc Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:22:12 +0700 Subject: [PATCH 067/174] Update oi.py --- userbot/modules/oi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index f9ca2dea..8fcf0555 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -185,7 +185,7 @@ async def typewriter(typew): await typew.edit("`Nah Udah Dapat Saatnya Gw Hack.....`") sleep(1) await typew.edit("`Siap Siap Lo.....`") - sleep(1) + sleep(2) await typee.edit("`0%[░░░░░░░░░░░░░░░░░░░░]`") await typew.edit("`10%[██░░░░░░░░░░░░░░░░░░]`") await typew.edit("`20%[███░░░░░░░░░░░░░░░░░]`") From b64c4baf26a54b917bd41480daf7f02d15a19339 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:26:53 +0700 Subject: [PATCH 068/174] Update oi.py --- userbot/modules/oi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 8fcf0555..ea1c4976 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -183,7 +183,7 @@ async def typewriter(typew): await typew.edit("`Bentar Dulu Mo Ngirim Linux.....`") sleep(1) await typew.edit("`Nah Udah Dapat Saatnya Gw Hack.....`") - sleep(1) + sleep(2) await typew.edit("`Siap Siap Lo.....`") sleep(2) await typee.edit("`0%[░░░░░░░░░░░░░░░░░░░░]`") @@ -204,7 +204,7 @@ async def typewriter(typew): await typew.edit("`🌀 Nomor Telephone Pengguna:+62**********`") sleep(3) await typew.edit("**☠️LOGIN BERHASIIL☠️**") - sleep(3) + sleep(1) await typew.edit("`Author:By ⚡Apis`") # Create by myself @localheart From 00dd6d19e861c5c6ac3ff19e227f8f6d63ad561b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:37:14 +0700 Subject: [PATCH 069/174] Update www.py --- userbot/modules/www.py | 1 - 1 file changed, 1 deletion(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index 24cc4334..e068cbeb 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -110,7 +110,6 @@ async def pingme(pong): await pong.edit("**..MUKA..LU..ITEM.......⚡**") await pong.edit("**..HAHHAHAHA...ANJING.....⚡**") await pong.edit("**⚡TOLOL!**") - sleep(1) end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ GBX Ping ⚡**\n" From 4fbc0c72ffc7b8f60c1fb34b91ad363c2ef240bd Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:40:13 +0700 Subject: [PATCH 070/174] Update oi.py --- userbot/modules/oi.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index ea1c4976..7824fcc6 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -181,11 +181,11 @@ async def typewriter(typew): await typew.edit("`Mau Gw Hack Wa Lo?`") sleep(3) await typew.edit("`Bentar Dulu Mo Ngirim Linux.....`") - sleep(1) + sleep(2) await typew.edit("`Nah Udah Dapat Saatnya Gw Hack.....`") sleep(2) await typew.edit("`Siap Siap Lo.....`") - sleep(2) + sleep(3) await typee.edit("`0%[░░░░░░░░░░░░░░░░░░░░]`") await typew.edit("`10%[██░░░░░░░░░░░░░░░░░░]`") await typew.edit("`20%[███░░░░░░░░░░░░░░░░░]`") @@ -198,11 +198,11 @@ async def typewriter(typew): await typew.edit("`90%[█████████████████░░░]`") await typew.edit("`100%[████████████████████]`") await typew.edit("**LOGIN KE AKUN WA BERHASIL**") - sleep(3) + sleep(2) await typew.edit("`Informasi Data Akun.....🚀`") sleep(3) await typew.edit("`🌀 Nomor Telephone Pengguna:+62**********`") - sleep(3) + sleep(2) await typew.edit("**☠️LOGIN BERHASIIL☠️**") sleep(1) await typew.edit("`Author:By ⚡Apis`") From 83010675bfa52751a9d264d266ae898d06848585 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:55:22 +0700 Subject: [PATCH 071/174] Update oi.py --- userbot/modules/oi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 7824fcc6..4edcfa22 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -186,7 +186,8 @@ async def typewriter(typew): sleep(2) await typew.edit("`Siap Siap Lo.....`") sleep(3) - await typee.edit("`0%[░░░░░░░░░░░░░░░░░░░░]`") + await typee.edit(str(number + 0%[░░░░░░░░░░░░░░░░░░░░] + sleep(0.03) await typew.edit("`10%[██░░░░░░░░░░░░░░░░░░]`") await typew.edit("`20%[███░░░░░░░░░░░░░░░░░]`") await typew.edit("`30%[█████░░░░░░░░░░░░░░░]`") From 18dd65e06b36cd7fbf5f3db50b8be8ad89a24d9d Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:11:26 +0700 Subject: [PATCH 072/174] Update oi.py --- userbot/modules/oi.py | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 4edcfa22..fb613bdd 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -186,18 +186,38 @@ async def typewriter(typew): sleep(2) await typew.edit("`Siap Siap Lo.....`") sleep(3) - await typee.edit(str(number + 0%[░░░░░░░░░░░░░░░░░░░░] + await typew.edit(str(number) + "% [░░░░░░░░░░░░░░░░░░░░] + number = number + 10 sleep(0.03) - await typew.edit("`10%[██░░░░░░░░░░░░░░░░░░]`") - await typew.edit("`20%[███░░░░░░░░░░░░░░░░░]`") - await typew.edit("`30%[█████░░░░░░░░░░░░░░░]`") - await typew.edit("`40%[███████░░░░░░░░░░░░░]`") - await typew.edit("`50%[█████████░░░░░░░░░░░]`") - await typew.edit("`60%[███████████░░░░░░░░░]`") - await typew.edit("`70%[█████████████░░░░░░░]`") - await typew.edit("`80%[███████████████░░░░░]`") - await typew.edit("`90%[█████████████████░░░]`") - await typew.edit("`100%[████████████████████]`") + await typew.edit(str(number) + "% [██░░░░░░░░░░░░░░░░░░] + number = number + 20 + sleep(0.03) + await typew.edit(str(number) + "% [███░░░░░░░░░░░░░░░░░] + number = number + 30 + sleep(0.03) + await typew.edit(str(number) + "% [█████░░░░░░░░░░░░░░░] + number = number + 40 + sleep(0.03) + await typew.edit(str(number) + "% [███████░░░░░░░░░░░░░] + number = number + 50 + sleep(0.03) + await typew.edit(str(number) + "% [█████████░░░░░░░░░░░] + number = number + 60 + sleep(0.03) + await typew.edit(str(number) + "% [███████████░░░░░░░░░] + number = number + 70 + sleep(0.03) + await typew.edit(str(number) + "% [█████████████░░░░░░░] + number = number + 80 + sleep(0.03) + await typew.edit(str(number) + "% [███████████████░░░░░] + number = number + 90 + sleep(0.03) + await typew.edit(str(number) + "% [█████████████████░░░] + number = number + 100 + sleep(0.03) + await typew.edit(str(number) + "% [████████████████████] + sleep(1) await typew.edit("**LOGIN KE AKUN WA BERHASIL**") sleep(2) await typew.edit("`Informasi Data Akun.....🚀`") From a11e1c0ee6a8578c01599db6d61a5f7a7a22d18e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:15:35 +0700 Subject: [PATCH 073/174] Update oi.py --- userbot/modules/oi.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index fb613bdd..1e814912 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -190,31 +190,31 @@ async def typewriter(typew): number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [██░░░░░░░░░░░░░░░░░░] - number = number + 20 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [███░░░░░░░░░░░░░░░░░] - number = number + 30 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [█████░░░░░░░░░░░░░░░] - number = number + 40 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [███████░░░░░░░░░░░░░] - number = number + 50 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [█████████░░░░░░░░░░░] - number = number + 60 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [███████████░░░░░░░░░] - number = number + 70 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [█████████████░░░░░░░] - number = number + 80 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [███████████████░░░░░] - number = number + 90 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [█████████████████░░░] - number = number + 100 + number = number + 10 sleep(0.03) await typew.edit(str(number) + "% [████████████████████] sleep(1) From 9187ba1cdb8bb58754cace67ad32f28fc00c2637 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:23:29 +0700 Subject: [PATCH 074/174] Update oi.py --- userbot/modules/oi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 1e814912..f41712d4 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -186,6 +186,8 @@ async def typewriter(typew): sleep(2) await typew.edit("`Siap Siap Lo.....`") sleep(3) + await typew.edit("%0") + number = 1 await typew.edit(str(number) + "% [░░░░░░░░░░░░░░░░░░░░] number = number + 10 sleep(0.03) From 892733d0b799f3b899ac26263574b079677aa4b6 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:31:30 +0700 Subject: [PATCH 075/174] Update oi.py --- userbot/modules/oi.py | 315 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 291 insertions(+), 24 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index f41712d4..e8f0f736 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -183,42 +183,309 @@ async def typewriter(typew): await typew.edit("`Bentar Dulu Mo Ngirim Linux.....`") sleep(2) await typew.edit("`Nah Udah Dapat Saatnya Gw Hack.....`") - sleep(2) + sleep(1) await typew.edit("`Siap Siap Lo.....`") - sleep(3) - await typew.edit("%0") + sleep(1) + await typew.edit("0%") number = 1 - await typew.edit(str(number) + "% [░░░░░░░░░░░░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ████████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% █████████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████████") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████████▎") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████████▍") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████████▌") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████████▊") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ██████████████▉") + number = number + 1 + sleep(0.03) + await typew.edit(str(number) + "% ███████████████") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [██░░░░░░░░░░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ███████████████▎") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [███░░░░░░░░░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ███████████████▍") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [█████░░░░░░░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ███████████████▌") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [███████░░░░░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ███████████████▊") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [█████████░░░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ███████████████▉") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [███████████░░░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ████████████████") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [█████████████░░░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ████████████████▎") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [███████████████░░░░░] - number = number + 10 + await typew.edit(str(number) + "% ████████████████▍") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [█████████████████░░░] - number = number + 10 + await typew.edit(str(number) + "% ████████████████▌") + number = number + 1 sleep(0.03) - await typew.edit(str(number) + "% [████████████████████] + await typew.edit(str(number) + "% ████████████████▌") sleep(1) await typew.edit("**LOGIN KE AKUN WA BERHASIL**") sleep(2) From ea26d6b35f6f2b1e639cbe112beef431c335d324 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:25:32 +0700 Subject: [PATCH 076/174] Update __init__.py --- userbot/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index c4fa0937..dcb8bb1f 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -101,9 +101,9 @@ # Custom (forked) repo URL for updater. UPSTREAM_REPO_URL = os.environ.get( "UPSTREAM_REPO_URL", - "https://github.com/Zora24/Lord-Userbot.git") + "https://github.com/apisuserbot/GBX-Userbot.git") UPSTREAM_REPO_BRANCH = os.environ.get( - "UPSTREAM_REPO_BRANCH", "Lord-Userbot") + "UPSTREAM_REPO_BRANCH", "GBX-Userbot") # Console verbose logging CONSOLE_LOGGER_VERBOSE = sb(os.environ.get("CONSOLE_LOGGER_VERBOSE", "False")) @@ -180,7 +180,7 @@ # Default .alive logo ALIVE_LOGO = os.environ.get( - "ALIVE_LOGO") or "https://telegra.ph/file/62dc59b2013a48f9cc8f3.jpg" + "ALIVE_LOGO") or "https://telegra.ph/file/889f68f3c81f0c06b0d69.jpg" # Last.fm Module BIO_PREFIX = os.environ.get("BIO_PREFIX", None) From a42bc281d45dabfb1c75e561e59d4775252679d6 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:27:55 +0700 Subject: [PATCH 077/174] Update alvin.py --- userbot/modules/alvin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/alvin.py b/userbot/modules/alvin.py index 8c320a3b..5410556c 100644 --- a/userbot/modules/alvin.py +++ b/userbot/modules/alvin.py @@ -435,7 +435,7 @@ async def typewriter(typew): # Create by myself @localheart CMD_HELP.update({ - "⚡ gabut ⚡": + "gabut": "`.gabut` ; `.dino`\ \nPenjelasan: ntahlah gabut doang.\ \n\n`.gombal`\ From 0fa7f47e0e620f6cabf30b43bdb07e70e4213a9b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:31:18 +0700 Subject: [PATCH 078/174] Update system_stats.py --- userbot/modules/system_stats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/system_stats.py b/userbot/modules/system_stats.py index 0dec381a..fcdeeeb7 100644 --- a/userbot/modules/system_stats.py +++ b/userbot/modules/system_stats.py @@ -230,7 +230,7 @@ async def amireallyalive(alive): await alive.edit("`GBX-Userbot!`") await alive.edit("⚡") output = ( - f" **┗┓⚡ GBX-Userbot⚡┏┛** \n" + f" **┗┓⚡ GBX-Userbot ⚡┏┛** \n" f"\n__**{GBX_TEKS_KUSTOM}**__\n" f"**━━━━━━━━━━━━━━━━━━━━**\n" f"**⚡ GBX** \n" @@ -276,7 +276,7 @@ async def amireallyalive(alive): f"⚡**Python** \n 👉 `Versi {python_version()}` \n" f"⚡**Versi Bot**\n 👉 `{BOT_VER}` \n" f"⚡ **Modul** \n 👉 `{len(modules)}` \n\n" - f"⚡ **Repo Userbot:** [GBX-bot](https://github.com/apisuserbot/Lord-Userbot)\n⚡ **Follow pemilik: **[Tekan](https://www.instagram.com/apis_godboy?r=nametag)\n⚡ **Pemilik:** [Apis](t.me/PacarFerdilla)\n" + f"⚡ **Repo Userbot:** [GBX-bot](https://github.com/apisuserbot/Lord-Userbot)\n **Follow Bos: **[Tekan](https://www.instagram.com/apis_godboy?r=nametag)\n **Bos:** [Apis](t.me/PacarFerdilla)\n" f"**▬▬▬▬▬▬❙۩★۩❙▬▬▬▬▬▬**") if ALIVE_LOGO: try: From df7e83b8c16c95a47e11074f9b506c89434fa0eb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:33:01 +0700 Subject: [PATCH 079/174] Update filter. Py --- userbot/modules/filter.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/filter.py b/userbot/modules/filter.py index 51d59347..dfaa069b 100644 --- a/userbot/modules/filter.py +++ b/userbot/modules/filter.py @@ -75,7 +75,7 @@ async def add_new_filter(new_handler): elif new_handler.reply_to_msg_id and not string: rep_msg = await new_handler.get_reply_message() string = rep_msg.text - success = "`⚡ Berhasil Menambahkan Filter ⚡` **{}** `{}`." + success = "` Berhasil Menambahkan Filter ` **{}** `{}`." if add_filter(str(new_handler.chat_id), keyword, string, msg_id) is True: await new_handler.edit(success.format(keyword, 'Disini')) else: @@ -91,10 +91,10 @@ async def remove_a_filter(r_handler): return await r_handler.edit("`Berjalan Pada Mode Non-SQL!`") filt = r_handler.pattern_match.group(1) if not remove_filter(r_handler.chat_id, filt): - await r_handler.edit("`⚡ Filter` **{}** `Tidak Ada Disini ⚡`.".format(filt)) + await r_handler.edit("`Filter` **{}** `Tidak Ada Disini ⚡`.".format(filt)) else: await r_handler.edit( - "`⚡ Anda berhasil menghapus Filter` **{}** `Disini ⚡`.".format(filt)) + "` Anda berhasil menghapus Filter` **{}** `Disini ⚡`.".format(filt)) @register(outgoing=True, pattern="^.bersihkanbotfilter (.*)") @@ -116,7 +116,7 @@ async def kick_marie_filter(event): await event.reply("/stop %s" % (i.strip())) await sleep(0.3) await event.respond( - "```⚡ Berhasil Menghapus Semua Filter Bot!⚡```") + "``` Berhasil Menghapus Semua Filter Bot!```") if BOTLOG: await event.client.send_message( BOTLOG_CHATID, "Saya Membersihkan Semua Filter Bot Di " + str(event.chat_id)) From b93b4cd5cefef513526acc6022aa8be917186f05 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:41:12 +0700 Subject: [PATCH 080/174] Update afk.py --- userbot/modules/afk.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 166dfac1..3108c661 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -67,9 +67,9 @@ async def set_afk(afk_e): else: await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n** ⚡Master sedang afk⚡**") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "AFK")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "🔥AFK🔥")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="AFK")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="🔥AFK🔥")) if BOTLOG: await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**GBX Telah AFK!**") ISAFK = True @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("AFK"): + if last and last.endswith("🔥AFK🔥"): last1 = last[:-12] else: last1 = "" From bdd0b4bc8ed96f2ad7a7eb26e50a4bccb439a4ee Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:43:37 +0700 Subject: [PATCH 081/174] Update offalvingans.py --- userbot/modules/offalvingans.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/userbot/modules/offalvingans.py b/userbot/modules/offalvingans.py index 9d2dae01..9ef70c4b 100644 --- a/userbot/modules/offalvingans.py +++ b/userbot/modules/offalvingans.py @@ -22,10 +22,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**Maaf {ALIVE_NAME} Sedang OFF!**", - f"**Maaf {ALIVE_NAME} Sedang OFF\n Tunggu Sampai Online!**", - f"**{ALIVE_NAME} Sedang OFF\n Tunggulah Sampai Online**", - f"**Maaf {ALIVE_NAME} Sedang OFF!**", + f"**⚡Maaf {ALIVE_NAME} Sedang OFF!⚡**", + f"**⚡Maaf {ALIVE_NAME} Sedang OFF\n Tunggu Sampai Online!⚡**", + f"**⚡{ALIVE_NAME} Sedang OFF\n Tunggulah Sampai Online⚡**", + f"**⚡Maaf {ALIVE_NAME} Sedang OFF!⚡**", ] @@ -65,9 +65,9 @@ async def set_afk(afk_e): else: await afk_e.edit(f"**⚡ {ALIVE_NAME} Telah OFF ⚡**") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "[LAGI OFF TOD]")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "🔥OFF🔥")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="[LAGI OFF TOD]")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="🔥OFF🔥")) if BOTLOG: await afk_e.client.send_message(BOTLOG_CHATID, "#OFF\n**GBX Telah OFF!**") ISAFK = True @@ -88,7 +88,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("[LAGI OFF TOD]"): + if last and last.endswith("🔥OFF🔥"): last1 = last[:-12] else: last1 = "" From b973de0ca17bf365d852ff5de13fe4ff2cb197bb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:47:13 +0700 Subject: [PATCH 082/174] Update afk.py --- userbot/modules/afk.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 3108c661..7c4dc850 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -24,10 +24,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!**", - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk\n • 😠 Gak usah spam tunggu dia online ajg!**", - f"**•⚡Master {ALIVE_NAME} sedang afk!\n • 🔥 Jan spam ya tod!**", - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!⚡**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk\n • 😠 Gak usah spam tunggu dia online ajg!⚡**", + f"**•⚡Master {ALIVE_NAME} sedang afk!\n • 🔥 Jan spam ya tod!⚡**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!⚡**", ] From 066aad2c7d5f7d057f3c991b4dd6e7888657e2fc Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:54:12 +0700 Subject: [PATCH 083/174] Update lordhelper.py --- userbot/modules/lordhelper.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/lordhelper.py b/userbot/modules/lordhelper.py index 03840ad7..8a91bd04 100644 --- a/userbot/modules/lordhelper.py +++ b/userbot/modules/lordhelper.py @@ -11,17 +11,17 @@ @register(outgoing=True, pattern="^.lhelp$") async def usit(e): await e.edit( - f"**Hai Lord {DEFAULTUSER} Kalau Anda Tidak Tau Perintah Untuk Memerintah Ku Ketik** `.help` Atau Bisa Minta Bantuan Ke:\n" - "\n[Telegram](t.me/liualvinas)" - "\n[Repo](https://github.com/zora24/Lord-Userbot)" - "\n[Instagram](Instagram.com/liualvinas_)") + f"**Hai Master {DEFAULTUSER} Kalau Anda Tidak Tau Perintah Untuk Memerintah Ku Ketik** `.help` Atau Bisa Minta Bantuan Ke:\n" + "\n[Telegram](t.me/PacarFerdilla)" + "\n[Repo](https://github.com/apisuserbot/GBX-Userbot)" + "\n[Instagram](Instagram.com/apis_goodboy)") @register(outgoing=True, pattern="^.vars$") async def var(m): await m.edit( f"**Disini Daftar Vars Dari {DEFAULTUSER}:**\n" - "\n[DAFTAR VARS](https://raw.githubusercontent.com/Zora24/Lord-Userbot/Lord-Userbot/varshelper.txt)") + "\n[DAFTAR VARS](https://raw.githubusercontent.com/apisuserbot/GBX-Userbot/GBX-Userbot/varshelper.txt)") CMD_HELP.update({ From ad04e6b2bd2146a5ac3e9711dba559b606ec45bb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:55:35 +0700 Subject: [PATCH 084/174] Update lord.py --- userbot/modules/lord.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/lord.py b/userbot/modules/lord.py index e6341785..9fb18fa1 100644 --- a/userbot/modules/lord.py +++ b/userbot/modules/lord.py @@ -44,8 +44,8 @@ async def typewriter(typew): # Create by myself @localheart CMD_HELP.update({ - "lord": - "`.lord`\ + "gbx": + "`.gbx`\ \nUsage: alive bot.\ \n\n`.sadboy`\ \nUsage: hiks\ From 9b0c72b36795bc85ef77296180acd133bcc08653 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:02:28 +0700 Subject: [PATCH 085/174] Update misc.py --- userbot/modules/misc.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/userbot/modules/misc.py b/userbot/modules/misc.py index 5dfed7dc..49a24090 100644 --- a/userbot/modules/misc.py +++ b/userbot/modules/misc.py @@ -65,23 +65,23 @@ async def sleepybot(time): @register(outgoing=True, pattern="^.shutdown$") async def killdabot(event): """ For .shutdown command, shut the bot down.""" - await event.edit("`Mematikan Lord-Userbot....`") + await event.edit("`Mematikan GBX-Userbot....🚀`") await asyncio.sleep(7) await event.delete() if BOTLOG: await event.client.send_message(BOTLOG_CHATID, "#SHUTDOWN \n" - "`Lord-Userbot Telah Dimatikan`") + "`GBX-Userbot Telah Dimatikan`") await bot.disconnect() @register(outgoing=True, pattern="^.restart$") async def killdabot(event): - await event.edit("`Restarting Lord-Userbot...`") + await event.edit("`Restarting GBX-Userbot...🚀`") await asyncio.sleep(10) await event.delete() if BOTLOG: await event.client.send_message(BOTLOG_CHATID, "#RESTARTBOT \n" - "`Lord-Userbot Telah Di Restart`") + "`GBX-Userbot Telah Di Restart`") await bot.disconnect() # Spin a new instance of bot execl(sys.executable, sys.executable, *sys.argv) @@ -93,7 +93,7 @@ async def killdabot(event): async def reedme(e): await e.edit( "Here's something for you to read:\n" - "\n[Lord-Userbot Repo](https://github.com/Zora24/Lord-Userbot/blob/Lord-Userbot/README.md)" + "\n[Lord-Userbot Repo](https://github.com/apisuserbot/GBX-Userbot/blob/GBX-Userbot/README.md)" "\n[Setup Guide - Basic](https://telegra.ph/How-to-host-a-Telegram-Userbot-11-02)" "\n[Setup Guide - Google Drive](https://telegra.ph/How-To-Setup-GDrive-11-02)" "\n[Setup Guide - LastFM Module](https://telegra.ph/How-to-set-up-LastFM-module-for-Paperplane-userbot-11-02)" @@ -120,7 +120,7 @@ async def repeat(rep): async def repo_is_here(wannasee): """ For .repo command, just returns the repo URL. """ await wannasee.edit( - "❃ **Repo Userbot:** [Lord-Userbot](https://github.com/Zora24/Lord-Userbot)\n❃ **Pemilik:** [Alvin](t.me/liualvinas)" + "⚡ **Repo Userbot:** [GBX-Userbot](https://github.com/apisuserbot/GBX-Userbot)\n⚡ **Bos:** [Apis](t.me/PacarFerdilla)" ) @@ -159,7 +159,7 @@ async def okgoogle(img): photo = io.BytesIO() await bot.download_media(message, photo) else: - await img.edit("`Harap Balas Di Gambar Lord`") + await img.edit("`Harap Balas Di Gambar Master`") return if photo: From fa413babb6bbdac3f3d77fa22021985a6e188e73 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:04:41 +0700 Subject: [PATCH 086/174] Update misc.py --- userbot/modules/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/misc.py b/userbot/modules/misc.py index 49a24090..2e47f090 100644 --- a/userbot/modules/misc.py +++ b/userbot/modules/misc.py @@ -93,7 +93,7 @@ async def killdabot(event): async def reedme(e): await e.edit( "Here's something for you to read:\n" - "\n[Lord-Userbot Repo](https://github.com/apisuserbot/GBX-Userbot/blob/GBX-Userbot/README.md)" + "\n[GBX-Userbot Repo](https://github.com/apisuserbot/GBX-Userbot/blob/GBX-Userbot/README.md)" "\n[Setup Guide - Basic](https://telegra.ph/How-to-host-a-Telegram-Userbot-11-02)" "\n[Setup Guide - Google Drive](https://telegra.ph/How-To-Setup-GDrive-11-02)" "\n[Setup Guide - LastFM Module](https://telegra.ph/How-to-set-up-LastFM-module-for-Paperplane-userbot-11-02)" From 057f8e4689a19607c71660d01242b2a87aaadd60 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:14:41 +0700 Subject: [PATCH 087/174] Update oi.py --- userbot/modules/oi.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index e8f0f736..3f7553ba 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -80,7 +80,7 @@ async def typewriter(typew): sleep(3) await typew.edit("`..hanya..ini...🎁........`") await typew.edit("`...1.....2....3....`") - await typew.edit("`...ini......") + await typew.edit("`...ini......`") sleep(3) await typew.edit("`Jangan pernah pergi yah ☹️`") sleep(3) @@ -496,5 +496,14 @@ async def typewriter(typew): await typew.edit("**☠️LOGIN BERHASIIL☠️**") sleep(1) await typew.edit("`Author:By ⚡Apis`") +# Create by myself @localheart + +@register(outgoing=True, pattern="^.userbot$") +async def repo_is_here(wannasee): + """ For .repo command, just returns the repo URL. """ + await wannasee.edit( + "⚡ **Userbot:[Lord-Userbot](https://github.com/Zora24/Lord-Userbot) + [GBX-Userbot](https://github.com/apisuserbot/GBX-Userbot) + ) # Create by myself @localheart From 78210e91fb76c6ec74ba013b68731bb3a5c5ae24 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:22:28 +0700 Subject: [PATCH 088/174] Update oi.py --- userbot/modules/oi.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 3f7553ba..d44d9584 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -499,11 +499,11 @@ async def typewriter(typew): # Create by myself @localheart + @register(outgoing=True, pattern="^.userbot$") -async def repo_is_here(wannasee): - """ For .repo command, just returns the repo URL. """ - await wannasee.edit( - "⚡ **Userbot:[Lord-Userbot](https://github.com/Zora24/Lord-Userbot) - [GBX-Userbot](https://github.com/apisuserbot/GBX-Userbot) - ) +async def reedme(e): + await e.edit( + "Beberapa Userbot Github:\n" + "\n[Lord-Userbot Repo](https://github.com/Zora24/Lord-Userbot/blob/Lord-Userbot/README.md)" + "\n[GBX-Userbot Repo](https://github.com/apisuserbot/GBX-Userbot/blob/GBX-Userbot/README.md)" # Create by myself @localheart From aceda146d058684d8b13cfddfc648672fadfd81c Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:23:36 +0700 Subject: [PATCH 089/174] Update oi.py --- userbot/modules/oi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index d44d9584..ddce4aaf 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -499,7 +499,6 @@ async def typewriter(typew): # Create by myself @localheart - @register(outgoing=True, pattern="^.userbot$") async def reedme(e): await e.edit( From dc71d8fe7f93b543ca4c6631d9af5669d1e569a3 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:35:20 +0700 Subject: [PATCH 090/174] Update oi.py --- userbot/modules/oi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index ddce4aaf..99b71f50 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -505,4 +505,3 @@ async def reedme(e): "Beberapa Userbot Github:\n" "\n[Lord-Userbot Repo](https://github.com/Zora24/Lord-Userbot/blob/Lord-Userbot/README.md)" "\n[GBX-Userbot Repo](https://github.com/apisuserbot/GBX-Userbot/blob/GBX-Userbot/README.md)" -# Create by myself @localheart From ff87b1267b15b38eea20d02e30f61561d2c41c6b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:50:27 +0700 Subject: [PATCH 091/174] Update oi.py --- userbot/modules/oi.py | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 99b71f50..0e1d1c47 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -499,9 +499,15 @@ async def typewriter(typew): # Create by myself @localheart -@register(outgoing=True, pattern="^.userbot$") -async def reedme(e): - await e.edit( - "Beberapa Userbot Github:\n" - "\n[Lord-Userbot Repo](https://github.com/Zora24/Lord-Userbot/blob/Lord-Userbot/README.md)" - "\n[GBX-Userbot Repo](https://github.com/apisuserbot/GBX-Userbot/blob/GBX-Userbot/README.md)" +@register(outgoing=True, pattern='^.root(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`Apis Gans 😎`") + sleep(3) + await typew.edit("`Napis buaya 🐊`") + sleep(1) + await typew.edit("`Zend Ngehode 😂`") + sleep(1) + await typew.edit("`Rapa fakebooy 🖕`") +# Create by myself @localheart From 9960532a3ade878256b033dd10d9514c0b4a5c27 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:45:02 +0700 Subject: [PATCH 092/174] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33642191..9500e423 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -POWER USERBOT +Apis Userbot

From 0a727d8d44766c7eeedd178ddcd1002ac837616e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 13:56:21 +0700 Subject: [PATCH 093/174] Update www.py --- userbot/modules/www.py | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index e068cbeb..8be2a9ac 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -59,7 +59,7 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ PING** " - f"\n 👉 `%sms` \n" + f"\n 🚀 `%sms` \n" f"**⚡ GBX** " f"\n 👉 `{ALIVE_NAME}` \n" % (duration)) @@ -80,7 +80,7 @@ async def pingme(pong): await pong.edit(f"**⚡GBX Ping⚡**\n" f"⚡ **Ping:** " f"`%sms` \n" - f"👉 **Online:** " + f"🚀 **Online:** " f"`{uptime}` \n" % (duration)) @@ -97,7 +97,7 @@ async def pingme(pong): await pong.edit(f"**⚡ Userbot!**\n" f"⚡ __Ping:__ " f"`%sms` \n" - f"👉 __Uptime:__ " + f"🚀 __Uptime:__ " f"`{uptime}` \n" % (duration)) @@ -115,7 +115,7 @@ async def pingme(pong): await pong.edit(f"**⚡ GBX Ping ⚡**\n" f"⚡**Ping:** " f"`%sms` \n" - f"👉 **Uptime:** " + f"🚀 **Uptime:** " f"`{uptime}` \n" f"**👉 Master:** `{ALIVE_NAME}`" % (duration)) @@ -137,10 +137,24 @@ async def pingme(pong): await pong.edit(f"-⚡ G B X ⚡-\n" f"**⚡ Sinyal :** " f"`%sms` \n" - f"**👉 Online :** " + f"**🚀 Online :** " f"`{uptime}` \n" f"**👉 Master :** `{ALIVE_NAME}`" % (duration)) +@register(outgoing=True, pattern="^.zping$") +async def pingme(pong): + """ For .ping command, ping the userbot from any chat. """ + uptime = await get_readable_time((time.time() - StartTime)) + start = datetime.now() + await pong.edit("**...ZPONG.....⚡....**") + end = datetime.now() + duration = (end - start).microseconds / 1000 + await pong.edit(f"**☠️ Kentot ☠️**\n" + f"🖕 **Tolol:** " + f"`%sms` \n" + f"🖕 **Lag Ajg:** " + f"`{uptime}` \n" + f"**👉 Anak Tolol:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.speed$") async def speedtst(spd): From 6bf5f07436e090dc3a743966a5f6c5e79494cc5c Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 14:33:08 +0700 Subject: [PATCH 094/174] Update updater.py --- userbot/modules/updater.py | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/userbot/modules/updater.py b/userbot/modules/updater.py index 4ff71ed4..8615dbd7 100644 --- a/userbot/modules/updater.py +++ b/userbot/modules/updater.py @@ -53,7 +53,7 @@ async def deploy(event, repo, ups_rem, ac_br, txt): if HEROKU_APP_NAME is None: await event.edit( '`[HEROKU]: Harap Siapkan Variabel` **HEROKU_APP_NAME** `' - ' untuk dapat deploy perubahan terbaru dari Lord Userbot.`' + ' untuk dapat deploy perubahan terbaru dari GBX Userbot.`' ) repo.__del__() return @@ -63,11 +63,11 @@ async def deploy(event, repo, ups_rem, ac_br, txt): break if heroku_app is None: await event.edit( - f'{txt}\n`Kredensial Heroku tidak valid untuk deploy Lord Userbot dyno.`' + f'{txt}\n`Kredensial Heroku tidak valid untuk deploy GBX Userbot dyno.`' ) return repo.__del__() await event.edit('`[HEROKU]:' - '\nDyno Lord-Userbot Sedang Dalam Proses, Mohon Menunggu 7-8 Menit`' + '\nDyno GBX-Userbot Sedang Dalam Proses, Mohon Menunggu 7-8 Menit`' ) ups_rem.fetch(ac_br) repo.git.reset("--hard", "FETCH_HEAD") @@ -91,14 +91,14 @@ async def deploy(event, repo, ups_rem, ac_br, txt): await asyncio.sleep(5) return await event.delete() else: - await event.edit("`Lord-Userbot Berhasil Di Deploy!\n" "Restarting, Mohon Menunggu Lord.....`") + await event.edit("`GBX-Userbot Berhasil Di Deploy!\n" "Restarting, Mohon Menunggu Master.....🚀`") await asyncio.sleep(15) await event.delete() if BOTLOG: await event.client.send_message( BOTLOG_CHATID, "#BOT \n" - "`Lord-Userbot Berhasil Di Update`") + "`GBX-Userbot Berhasil Di Update`") else: await event.edit('`[HEROKU]:' @@ -115,18 +115,18 @@ async def update(event, repo, ups_rem, ac_br): except GitCommandError: repo.git.reset("--hard", "FETCH_HEAD") await update_requirements() - await event.edit('**✥ Lord-Userbot** `Berhasil Di Update!`') + await event.edit('**⚡ GBX-Userbot** `Berhasil Di Update!`') await asyncio.sleep(1) - await event.edit('**✥ Lord-Userbot** `Di Restart....`') + await event.edit('**⚡ GBX-Userbot** `Di Restart....🚀`') await asyncio.sleep(1) - await event.edit('`Mohon Menunggu Beberapa Detik Lord ツ`') + await event.edit('`Mohon Menunggu Beberapa Detik Master....🚀`') await asyncio.sleep(10) await event.delete() if BOTLOG: await event.client.send_message( BOTLOG_CHATID, "#BOT \n" - "**Lord-Userbot Telah Di Perbarui ツ**") + "**GBX-Userbot Telah Di Perbarui**") await asyncio.sleep(100) await event.delete() @@ -144,7 +144,7 @@ async def upstream(event): off_repo = UPSTREAM_REPO_URL force_update = False try: - txt = "`Maaf Lord Pembaruan Tidak Dapat Di Lanjutkan Karna " + txt = "`Maaf Master Pembaruan Tidak Dapat Di Lanjutkan Karna " txt += "Beberapa Masalah Terjadi`\n\n**LOGTRACE:**\n" repo = Repo() except NoSuchPathError as error: @@ -188,13 +188,13 @@ async def upstream(event): if changelog == '' and force_update is False: await event.edit( - f'\n**✣ Lord-Userbot Sudah Versi Terbaru**\n') + f'\n**⚡ GBX-Userbot Sudah Versi Terbaru**\n') await asyncio.sleep(15) await event.delete() return repo.__del__() if conf is None and force_update is False: - changelog_str = f'**✣ Pembaruan Untuk Lord-Userbot [{ac_br}]:\n\n✣ Pembaruan:**\n`{changelog}`' + changelog_str = f'**⚡ Pembaruan Untuk GBX-Userbot [{ac_br}]:\n\n⚡ Pembaruan:**\n`{changelog}`' if len(changelog_str) > 4096: await event.edit("`Changelog Terlalu Besar, Lihat File Untuk Melihatnya.`") file = open("output.txt", "w+") @@ -208,18 +208,18 @@ async def upstream(event): remove("output.txt") else: await event.edit(changelog_str) - return await event.respond('**Perintah Untuk Update Lord Userbot**\n >`.update now`\n >`.update deploy`\n\n__Untuk Meng Update Fitur Terbaru Dari Lord Userbot.__') + return await event.respond('**Perintah Untuk Update GBX Userbot**\n >`.update now`\n >`.update deploy`\n\n__Untuk Meng Update Fitur Terbaru Dari GBX Userbot.__') if force_update: await event.edit( - '`Sinkronisasi Paksa Ke Kode Userbot Stabil Terbaru, Harap Tunggu .....`') + '`Sinkronisasi Paksa Ke Kode Userbot Stabil Terbaru, Harap Tunggu .....🚀`') else: - await event.edit('`✲ Proses Update Lord-Userbot, Loading....1%`') - await event.edit('`✲ Proses Update Lord-Userbot, Loading....20%`') - await event.edit('`✲ Proses Update Lord-Userbot, Loading....35%`') - await event.edit('`✲ Proses Update Lord-Userbot, Loading....77%`') - await event.edit('`✲ Proses Update Lord-Userbot, Updating...90%`') - await event.edit('`✲ Proses Update Lord-Userbot, Mohon Menunggu Lord....100%`') + await event.edit('`⚡ Proses Update GBX-Userbot, Loading....1%`') + await event.edit('`⚡ Proses Update GBX-Userbot, Loading....20%`') + await event.edit('`⚡ Proses Update GBX-Userbot, Loading....35%`') + await event.edit('`⚡ Proses Update GBX-Userbot, Loading....77%`') + await event.edit('`⚡ Proses Update GBX-Userbot, Updating...90%`') + await event.edit('`⚡ Proses Update GBX-Userbot, Mohon Menunggu Master....100%`') if conf == "now": await update(event, repo, ups_rem, ac_br) await asyncio.sleep(10) @@ -234,9 +234,9 @@ async def upstream(event): CMD_HELP.update({ 'update': ".update" - "\nUsage: Untuk Melihat Pembaruan Terbaru Lord-Userbot." + "\nUsage: Untuk Melihat Pembaruan Terbaru GBX-Userbot." "\n\n.update now" - "\nUsage: Memperbarui Lord-Userbot." + "\nUsage: Memperbarui GBX-Userbot." "\n\n.update deploy" - "\nUsage: Memperbarui Lord-Userbot Dengan Cara Deploy Ulang." + "\nUsage: Memperbarui GBX-Userbot Dengan Cara Deploy Ulang." }) From 024f0995f77bd9e186319cbf1dddbeb85a877ecb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 15:04:33 +0700 Subject: [PATCH 095/174] Update filter.py --- userbot/modules/filter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/filter.py b/userbot/modules/filter.py index dfaa069b..611bd7f4 100644 --- a/userbot/modules/filter.py +++ b/userbot/modules/filter.py @@ -60,7 +60,7 @@ async def add_new_filter(new_handler): if BOTLOG_CHATID: await new_handler.client.send_message( BOTLOG_CHATID, f"#FILTER\nID OBROLAN: {new_handler.chat_id}\nTRIGGER: {keyword}" - "\n\n`Pesan Berikut Disimpan Sebagai Data Balasan Filter Untuk Obrolan, Mohon Jangan Menghapusnya bos`" + "\n\n`Pesan Berikut Disimpan Sebagai Data Balasan Filter Untuk Obrolan, Mohon Jangan Menghapusnya Master`" ) msg_o = await new_handler.client.forward_messages( entity=BOTLOG_CHATID, @@ -91,10 +91,10 @@ async def remove_a_filter(r_handler): return await r_handler.edit("`Berjalan Pada Mode Non-SQL!`") filt = r_handler.pattern_match.group(1) if not remove_filter(r_handler.chat_id, filt): - await r_handler.edit("`Filter` **{}** `Tidak Ada Disini ⚡`.".format(filt)) + await r_handler.edit("`Filter` **{}** `Tidak Ada Disini`.".format(filt)) else: await r_handler.edit( - "` Anda berhasil menghapus Filter` **{}** `Disini ⚡`.".format(filt)) + "` Anda berhasil menghapus Filter` **{}** `Disini`.".format(filt)) @register(outgoing=True, pattern="^.bersihkanbotfilter (.*)") From b2fbe9fcd899d5a5f96eff8cad69b11ddd6b41d5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 15:08:15 +0700 Subject: [PATCH 096/174] Update heroku.py --- userbot/modules/heroku.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index d00e17bb..f84dad16 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -181,11 +181,11 @@ async def dyno_usage(dyno): await dyno.edit( "**🚀 Informasi Dyno**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" f"👤 `Penggunaan Dyno` **{app.name}**:\n" - f" ⚡ **{AppHours} Jam - " + f" **{AppHours} Jam - " f"{AppMinutes} Menit - {AppPercentage}%**" "\n ✲━─━─━─━─━─━─━─━─━─━✲\n" "🌀 `Sisa Dyno Bulan Ini`:\n" - f" ⚡ **{hours} Jam - {minutes} Menit " + f" **{hours} Jam - {minutes} Menit " f"- {percentage}%**\n" "╰━┷━━━━━━━━━━━━━━━━┷━╯" ) From 6ee23f64e8423453e981287e61d49893636df5cb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:19:04 +0700 Subject: [PATCH 097/174] Update lorddeteksi.py --- userbot/modules/lorddeteksi.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/lorddeteksi.py b/userbot/modules/lorddeteksi.py index 912896e5..f1102f92 100644 --- a/userbot/modules/lorddeteksi.py +++ b/userbot/modules/lorddeteksi.py @@ -15,7 +15,7 @@ async def _(event): input_str = "".join(event.text.split(maxsplit=1)[1:]) reply_message = await event.get_reply_message() if not event.reply_to_msg_id: - await event.edit("```Bos, Mohon Balas Ke Pesan Pengguna atau ketik .deteksi (ID/Username) Yang mau Anda deteksi```") + await event.edit("```Master, Mohon Balas Ke Pesan Pengguna atau ketik .deteksi (ID/Username) Yang mau Anda deteksi```") return if input_str: try: @@ -24,19 +24,19 @@ async def _(event): try: u = await event.client.get_entity(input_str) except ValueError: - await edit.event("`Bos, Mohon Berikan ID/Username untuk menemukan Riwayat`" + await edit.event("`Master, Mohon Berikan ID/Username untuk menemukan Riwayat`" ) uid = u.id else: uid = reply_message.sender_id chat = "@tgscanrobot" - event = await event.edit("`Mendeteksi,anak bangsat...`") + event = await event.edit("`Mendeteksi,anak bangsat...🚀`") async with bot.conversation(chat) as conv: try: await conv.send_message(f"{uid}") except YouBlockedUserError: await steal.reply( - "```Bos Mohon Unblock @tgscanrobot Dan Coba Lagi```" + "```Master Mohon Unblock @tgscanrobot Dan Coba Lagi```" ) response = await conv.get_response() await event.client.send_read_acknowledge(conv.chat_id) @@ -56,7 +56,7 @@ def user_full_name(user): # Alvin Ganteng CMD_HELP.update({ - "⚡ deteksi ⚡": + "deteksi": "`.deteksi`\ \nPenjelasan: Melihat Riwayat Grup Yang Pernah/Sedang dimasuki." }) From f666864279c12960cf563fc20ad6e27acc6cd53e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:43:16 +0700 Subject: [PATCH 098/174] Update pms.py --- userbot/modules/pms.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index 12c6243b..c6a97d3d 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -28,11 +28,11 @@ DEF_UNAPPROVED_MSG = ( f"__**ROOM CHAT || {DEFAULTUSER}**__\n" - "━━━━━━⚡GBX-Userbot⚡━━━━━━━━━━━━\n" - f"__👻 HALLO KAMU SELAMAT DATANG, SAYA ADALAH BOT YANG MENJAGA ROOM CHAT INI MOHON JANGAN MELAKUKAN SPAM KARNA SAYA OTOMATIS AKAN MEMBLOKIR ANDA, TUNGGU SAMPAI {DEFAULTUSER} MENERIMA PESAN ANDA__\n" + "-------⚡GBX-USERBOT⚡-------\n" + f"__👻 Hai Lu Selamat Datang Di Room Chat Master Gw , Jangan Spam Ya Tunggu Master {DEFAULTUSER} Gw Terima Pesan Lu__\n" "┏━━━━━━━━━━━━━━━━━━━\n" - "┣[• `🔥JANGAN SPAM GOBLOK🔥`\n" - "┣[• `By Apis`\n" + "┣[• `🔥JANGAN SPAM GOBLOK`\n" + "┣[• `By ⚡GBX-USERBOT⚡`\n" "┗━━━━━━━━━━━━━━━━━━━") # ================================================================= @@ -231,9 +231,9 @@ async def approvepm(apprvpm): try: approve(uid) except IntegrityError: - return await apprvpm.edit("`⚡ Oke Pesan Anda Sudah Diterima ⚡`") + return await apprvpm.edit("`⚡Oke Pesan Anda Sudah Diterima⚡`") - await apprvpm.edit(f"`⚡ Hai` [{name0}](tg://user?id={uid}) `Pesan Anda Sudah Diterima ⚡`") + await apprvpm.edit(f"`⚡Hai` [{name0}](tg://user?id={uid}) `Pesan Anda Sudah Diterima⚡`") await apprvpm.delete(getmsg) await message.delete() From cff41b93729811a75663a8a3b30f0a48057c4c5f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:07:55 +0700 Subject: [PATCH 099/174] Update salam.py --- userbot/modules/salam.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/salam.py b/userbot/modules/salam.py index 1112196a..1349bfe8 100644 --- a/userbot/modules/salam.py +++ b/userbot/modules/salam.py @@ -10,25 +10,25 @@ @register(outgoing=True, pattern='^.P(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("⚡`Assalamu'alaikum....kawan`⚡") + await typew.edit("⚡`Assalamu'alaikum....kamu`⚡") @register(outgoing=True, pattern='^.p(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("⚡`Assalamu'alaikum....kawan`⚡") + await typew.edit("⚡`Assalamu'alaikum....kamu`⚡") @register(outgoing=True, pattern='^.L(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("🕊️`Wa'alaikumussalam....`🕊️") + await typew.edit("⚡`Wa'alaikumussalam....`⚡") @register(outgoing=True, pattern='^.l(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("🕊️`Wa'alaikumussalam....`🕊️") + await typew.edit("⚡`Wa'alaikumussalam....`⚡") CMD_HELP.update({ From 410ab5c01fb74a1de388599a660438dc7127f72a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:11:20 +0700 Subject: [PATCH 100/174] Update glitcher.py --- userbot/modules/glitcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/glitcher.py b/userbot/modules/glitcher.py index ae247ef0..1c4c8395 100644 --- a/userbot/modules/glitcher.py +++ b/userbot/modules/glitcher.py @@ -58,7 +58,7 @@ async def glitch(event): raise ValueError except ValueError: value = 2 - await event.edit("```Melakukan Glitch Pada Media Ini ツ```") + await event.edit("```Melakukan Glitch Pada Media Ini....🚀```") await asyncio.sleep(2) file_name = "glitch.png" to_download_directory = TEMP_DOWNLOAD_DIRECTORY @@ -81,7 +81,7 @@ async def glitch(event): duration=DURATION, loop=LOOP, ) - await event.edit("`Sedang Mengunggah Media Yang Telah Di Glitch ツ`") + await event.edit("`Sedang Mengunggah Media Yang Telah Di Glitch....🚀`") c_time = time.time() nosave = await event.client.send_file( event.chat_id, From ade64b17d01438f97863f8ea7436dbe78e454ec9 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:14:38 +0700 Subject: [PATCH 101/174] Update stickers_v2.py --- userbot/modules/stickers_v2.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/stickers_v2.py b/userbot/modules/stickers_v2.py index 2cf7cf84..89ae5d98 100644 --- a/userbot/modules/stickers_v2.py +++ b/userbot/modules/stickers_v2.py @@ -17,7 +17,7 @@ async def _(event): await event.edit("sir, This is not a image ") return chat = "@buildstickerbot" - await event.edit("Membuat Sticker..") + await event.edit("Membuat Sticker...🚀") async with event.client.conversation(chat) as conv: try: response = conv.wait_event( @@ -43,11 +43,11 @@ async def _(event): if event.fwd_from: return if not event.reply_to_msg_id: - await event.edit("`Mohon Balas Ke Sticker Lord`") + await event.edit("`Mohon Balas Ke Sticker Master`") return reply_message = await event.get_reply_message() if not reply_message.media: - await event.edit("`Mohon Balas Ke Sticker Lord`") + await event.edit("`Mohon Balas Ke Sticker Master`") return chat = "@stickers_to_image_bot" await event.edit("`Mengubah Menjadi Gambar....`") @@ -63,7 +63,7 @@ async def _(event): await event.reply("Buka Blokir @stickers_to_image_bot Lalu Coba Lagi") return if response.text.startswith("I understand only stickers"): - await event.edit("`Maaf Lord, Saya Tidak Bisa Mengubah Ini Menjadi Gambar, Periksa Kembali Apakah Itu Sticker Animasi?`") + await event.edit("`Maaf Master, Saya Tidak Bisa Mengubah Ini Menjadi Gambar, Periksa Kembali Apakah Itu Sticker Animasi?`") else: response = conv.wait_event( events.NewMessage( @@ -92,7 +92,7 @@ async def sticker_to_png(sticker): img = await sticker.get_reply_message() if not img.document: - await sticker.edit("`Maaf Lord, Ini Bukan Sticker`") + await sticker.edit("`Maaf Master, Ini Bukan Sticker`") return False await sticker.edit("`Berhasil Mengambil Sticker!`") From ffd6ca5c5adeefc4a7ce584974ea95ccad135c33 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:21:48 +0700 Subject: [PATCH 102/174] Update lock.py --- userbot/modules/lock.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userbot/modules/lock.py b/userbot/modules/lock.py index 19fad39f..d6a1079e 100644 --- a/userbot/modules/lock.py +++ b/userbot/modules/lock.py @@ -69,10 +69,10 @@ async def locks(event): what = "Semuanya" else: if not input_str: - await event.edit("`Mohon Maaf Bos, Apa Yang Harus Saya Kunci? ヅ`") + await event.edit("`Mohon Maaf Master, Apa Yang Harus Saya Kunci?`") return else: - await event.edit(f"`Bos Jenis Yang Mau Anda Kunci Tidak Valid` `{input_str}`") + await event.edit(f"`Master Jenis Yang Mau Anda Kunci Tidak Valid` `{input_str}`") return lock_rights = ChatBannedRights( @@ -92,10 +92,10 @@ async def locks(event): await event.client( EditChatDefaultBannedRightsRequest(peer=peer_id, banned_rights=lock_rights)) - await event.edit(f"`Bos Telah Mengunci {what} Untuk Obrolan Ini ヅ`") + await event.edit(f"`Master Telah Mengunci {what} Untuk Obrolan Ini`") except BaseException as e: await event.edit( - f"`Apakah Bos Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") + f"`Apakah Master Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") return @@ -157,10 +157,10 @@ async def rem_locks(event): what = "Semuanya" else: if not input_str: - await event.edit("`Apa Yang Harus Saya Buka Bos ヅ`") + await event.edit("`Apa Yang Harus Saya Buka Master`") return else: - await event.edit(f"`Bos Jenis Kunci Yang Mau Anda Buka Tidak Valid` `{input_str}`") + await event.edit(f"`Master Jenis Kunci Yang Mau Anda Buka Tidak Valid` `{input_str}`") return unlock_rights = ChatBannedRights( @@ -180,15 +180,15 @@ async def rem_locks(event): await event.client( EditChatDefaultBannedRightsRequest(peer=peer_id, banned_rights=unlock_rights)) - await event.edit(f"`Lord Telah Membuka Kunci {what} Untuk Obrolan Ini ヅ`") + await event.edit(f"`Master Telah Membuka Kunci {what} Untuk Obrolan Ini`") except BaseException as e: await event.edit( - f"`Apakah Bos Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") + f"`Apakah Master Mempunyai Izin Melakukan Itu Disini?`\n**Kesalahan:** {str(e)}") return CMD_HELP.update({ - "⚡ locks ⚡": + "locks": "`.lock ` atau `.unlock `\ \nUsage: Memungkinkan anda kunci atau membuka kunci, beberapa jenis pesan dalam obrolan.\ \n[Anda Harus Jadi Admin Grup Untuk Menggunakan Perintah!]\ From 54562ce592a5a710a3bddb2c0e197f275241056f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:56:21 +0700 Subject: [PATCH 103/174] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9500e423..4f14addc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Apis Userbot +

From a332edd08d5881c9460f48b1045cbba0c26b1ff8 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:37:03 +0700 Subject: [PATCH 104/174] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4f14addc..5c5fdc6d 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ - +GBX Userbot

- - + + - +

-# Lord Userbot -![Lord Userbot Logo](https://telegra.ph/file/62dc59b2013a48f9cc8f3.jpg) +# GBX Userbot +![GBX Userbot Logo](https://telegra.ph/file/62dc59b2013a48f9cc8f3.jpg)

Userbot Yang Digunakan Untuk Bersenang-Senang Di Telegram

 

-### Repo Lord Userbot -Repo Yang Dibuat [Alvin](https://t.me/liualvinas) Dari Berbagai Repo Userbot Github +### Repo GBX Userbot +Repo Yang Dibuat [Apis](https://t.me/PacarFerdilla) Dari Berbagai Repo Userbot Github ### CARA MENDAPATKAN STRING SESSON From 5c894041a61fd74905f75608e7875360f3ecfb77 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:01:38 +0700 Subject: [PATCH 105/174] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c5fdc6d..e21d4ca9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

# GBX Userbot -![GBX Userbot Logo](https://telegra.ph/file/62dc59b2013a48f9cc8f3.jpg) +![GBX Userbot Logo](https://telegra.ph/file/90bc93babb01ca32ed795.jpg)

Userbot Yang Digunakan Untuk Bersenang-Senang Di Telegram

 

@@ -23,7 +23,7 @@ Repo Yang Dibuat [Apis](https://t.me/PacarFerdilla) Dari Berbagai Repo Userbot G ### CARA MENDAPATKAN STRING SESSON -Caranya Pergi Ke Grup Support Lord-Userbot Lalu Ketik #String [TEKAN DISINI](https://t.me/LordUserbot_Group) Untuk Masuk Ke Grup Support +Caranya Pergi Ke Grup Support GBX-Userbot Lalu Ketik #String [TEKAN DISINI](https://t.me/X_project_userbot) Untuk Masuk Ke Grup Support ## Bagaimana Cara Deploy? @@ -39,12 +39,12 @@ Caranya Pergi Ke Grup Support Lord-Userbot Lalu Ketik #String [TEKAN DISINI](htt > Isi Datanya Lalu Tekan Deploy Lagi > Terakhir Hidupkan Dyno Lalu Check Logs (settings -> view logs) Jika Berhasil Enjoy :) -``` -Atau Bisa Gabung Ke Grup Lord Userbot -> [TEKAN DISINI](https://t.me/LordUserbot_Group) -##

DEPLOY LORD-USERBOT

+ +Atau Bisa Gabung Ke Grup GBX Userbot -> [TEKAN DISINI](https://t.me/X_project_userbot) +##

DEPLOY GBX-USERBOT

-

+


From 34b152d891899a4bbf3a1eb5fc2addc02d3a1a27 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:03:02 +0700 Subject: [PATCH 106/174] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e21d4ca9..bcf5107b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Caranya Pergi Ke Grup Support GBX-Userbot Lalu Ketik #String [TEKAN DISINI](http > Isi Datanya Lalu Tekan Deploy Lagi > Terakhir Hidupkan Dyno Lalu Check Logs (settings -> view logs) Jika Berhasil Enjoy :) - +``` Atau Bisa Gabung Ke Grup GBX Userbot -> [TEKAN DISINI](https://t.me/X_project_userbot) ##

DEPLOY GBX-USERBOT

From 575f478325cfbbf95547ff292202a4f7fbea2f7e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:05:35 +0700 Subject: [PATCH 107/174] Update lordhelper.py --- userbot/modules/lordhelper.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/lordhelper.py b/userbot/modules/lordhelper.py index 8a91bd04..1251cfed 100644 --- a/userbot/modules/lordhelper.py +++ b/userbot/modules/lordhelper.py @@ -8,7 +8,7 @@ # ============================================ -@register(outgoing=True, pattern="^.lhelp$") +@register(outgoing=True, pattern="^.ghelp$") async def usit(e): await e.edit( f"**Hai Master {DEFAULTUSER} Kalau Anda Tidak Tau Perintah Untuk Memerintah Ku Ketik** `.help` Atau Bisa Minta Bantuan Ke:\n" @@ -25,9 +25,9 @@ async def var(m): CMD_HELP.update({ - "lordhelper": - "`.lordhelp`\ -\nPenjelasan: Bantuan Untuk Lord-Userbot.\ -\n`.lordvar`\ + "gbxhelper": + "`.gbxhelp`\ +\nPenjelasan: Bantuan Untuk GBX-Userbot.\ +\n`.gbxvar`\ \nPenjelasan: Untuk Melihat Beberapa Daftar Vars." }) From 9ebb64184e09b3e5279259a47fc0028f401221b9 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:07:38 +0700 Subject: [PATCH 108/174] Update lordwc.py --- userbot/modules/lordwc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/lordwc.py b/userbot/modules/lordwc.py index e9c7be66..8afc61a0 100644 --- a/userbot/modules/lordwc.py +++ b/userbot/modules/lordwc.py @@ -21,13 +21,13 @@ @register(outgoing=True, pattern=r"^\.(wc)$") async def _(event): if not event.reply_to_msg_id: - await event.edit("`Mohon Balas Ke Media Apapun Lord`") + await event.edit("`Mohon Balas Ke Media Apapun Master`") return reply_message = await event.get_reply_message() if not reply_message.media: - await event.edit("`Mohon Balas Ke Gambar/Sticker/Video Lord`") + await event.edit("`Mohon Balas Ke Gambar/Sticker/Video Master`") return - await event.edit("`Mendownload Media.....`") + await event.edit("`Mendownload Media.....🚀`") if reply_message.photo: await bot.download_media( reply_message, @@ -55,7 +55,7 @@ async def _(event): "wc.png", ) try: - await event.edit("`Sedang Memproses....`") + await event.edit("`Sedang Memproses....🚀`") text = open("userbot/utils/styles/alice.txt", encoding="utf-8").read() image_color = np.array(Image.open("wc.png")) image_color = image_color[::1, ::1] From de4740c37f398d0df6b2965c7f14768836158f92 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:39:28 +0700 Subject: [PATCH 109/174] Update messages.py --- userbot/modules/messages.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userbot/modules/messages.py b/userbot/modules/messages.py index 17d6d3e4..f3cc0496 100644 --- a/userbot/modules/messages.py +++ b/userbot/modules/messages.py @@ -28,18 +28,18 @@ async def fastpurger(purg): await purg.client.delete_messages(chat, msgs) msgs = [] else: - return await purg.edit("`Mohon Balas Ke Pesan Lord ツ `") + return await purg.edit("`Mohon Balas Ke Pesan Master ") if msgs: await purg.client.delete_messages(chat, msgs) done = await purg.client.send_message( - purg.chat_id, f"`Berhasil Menghapus Pesan Lord`\ - \nJumlah Pesan Yang Dihapus {str(count)} Pesan") + purg.chat_id, f"`Berhasil Menghapus Pesan Master`\ + \nJumlah Pesan Kenangan Yang Dihapus {str(count)} Kenangan") """ if BOTLOG: await purg.client.send_message( BOTLOG_CHATID, - "Berhasil Menghapus Pesan Lord " + str(count) + " Pesan Berhasil Dibersihkan.") + "Berhasil Menghapus Pesan Master " + str(count) + " Pesan Kenangan Berhasil Dibersihkan.") """ await sleep(2) await done.delete() @@ -59,13 +59,13 @@ async def purgeme(delme): smsg = await delme.client.send_message( delme.chat_id, - "`Berhasil Menghapus Pesan Lord,` " + str(count) + " `Pesan Telah Dihapus ツ`", + "`Berhasil Menghapus Pesan Kenangan Master,` " + str(count) + " `Pesan Kenangan Yang Dihapus`", ) """ if BOTLOG: await delme.client.send_message( BOTLOG_CHATID, - "`Lord Telah Menghapus Pesan,` " + str(count) + " Pesan Telah Dihapus ツ`") + "`Master Telah Menghapus Pesan Kenangan,` " + str(count) + " Pesan Kenangan Yang Dihapus`") """ await sleep(2) i = 1 @@ -82,7 +82,7 @@ async def delete_it(delme): """ if BOTLOG: await delme.client.send_message( - BOTLOG_CHATID, "`Lord Berhasil Menghapus Pesan ツ`") + BOTLOG_CHATID, "`Master Berhasil Menghapus Pesan Kenangan`") """ except rpcbaseerrors.BadRequestError: await delme.edit("`Tidak Bisa Menghapus Pesan`") @@ -109,7 +109,7 @@ async def editer(edit): """ if BOTLOG: await edit.client.send_message(BOTLOG_CHATID, - "`Berhasil Mengedit Pesan ツ`") + "`Berhasil Mengedit Pesan`") """ @@ -125,7 +125,7 @@ async def selfdestruct(destroy): """ if BOTLOG: await destroy.client.send_message(BOTLOG_CHATID, - "`SD Berhasil Dilakukan ツ`") + "`SD Berhasil Dilakukan`") """ From c48e38b4327cd0a92f0a514eeead1ee26cc72020 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:41:48 +0700 Subject: [PATCH 110/174] Update afk.py --- userbot/modules/afk.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 7c4dc850..ebc6528e 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -24,10 +24,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!⚡**", - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk\n • 😠 Gak usah spam tunggu dia online ajg!⚡**", - f"**•⚡Master {ALIVE_NAME} sedang afk!\n • 🔥 Jan spam ya tod!⚡**", - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} sedang afk!⚡**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk\n • 😠 Gak usah spam tunggu dia online ajg!⚡**", + f"**•⚡Master {ALIVE_NAME} Sedang Afk!\n • 🔥 Jan spam ya tod!⚡**", + f"**•⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", ] From ef82d62110698150c6f1ad4403a1af1c70568906 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:41:20 +0700 Subject: [PATCH 111/174] Update lordig.py --- userbot/modules/lordig.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userbot/modules/lordig.py b/userbot/modules/lordig.py index d874ee4d..e967231d 100644 --- a/userbot/modules/lordig.py +++ b/userbot/modules/lordig.py @@ -25,18 +25,18 @@ async def insta(event): if event.fwd_from: return if not event.reply_to_msg_id: - await event.edit("`Lord, Mohon Balas Ke Link`") + await event.edit("`Master, Mohon Balas Ke Link`") return reply_message = await event.get_reply_message() if not reply_message.text: - await event.edit("`Mohon Maaf Lord, Saya Membutuhkan Link Media Instagram Untuk Download`") + await event.edit("`Mohon Maaf Master, Saya Membutuhkan Link Media Instagram Untuk Download`") return chat = "@SaveAsBot" reply_message.sender if reply_message.sender.bot: - await event.edit("`Memproses....`") + await event.edit("`Memproses....🚀`") return - await event.edit("`Memproses.....`") + await event.edit("`Memproses.....🚀`") async with event.client.conversation(chat) as conv: try: response = conv.wait_event( @@ -45,7 +45,7 @@ async def insta(event): await event.client.send_message(chat, reply_message) response = await response except YouBlockedUserError: - await event.edit("`Lord, Mohon Buka Blokir` @SaveAsbot `Lalu Coba Lagi`") + await event.edit("`Master, Mohon Buka Blokir` @SaveAsbot `Lalu Coba Lagi`") return if response.text.startswith("Forward"): await event.edit( @@ -56,7 +56,7 @@ async def insta(event): await event.client.send_file( event.chat_id, response.message.media, - caption=f"**Download By @Lorduserbot_Group**", + caption=f"**Download By @X_project_userbot**", ) await event.client.send_read_acknowledge(conv.chat_id) await bot(functions.messages.DeleteHistoryRequest(peer=chat, max_id=0)) From 6a9fc04077fa8e4513c462e5142fa3d99e12e1b6 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:44:40 +0700 Subject: [PATCH 112/174] Update db.py --- userbot/modules/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/db.py b/userbot/modules/db.py index ba51538b..5e78d76d 100644 --- a/userbot/modules/db.py +++ b/userbot/modules/db.py @@ -29,5 +29,5 @@ async def amireallydbs(dbs): await dbs.edit("" f"**User:** `{DEFAULTUSER}` \n" f"**Status Database:** `{db}`\n" - f"**Lord-Userbot:** `{BOT_VER}`" + f"**GBX-Userbot:** `{BOT_VER}`" "") From d8c0d985efeb08febde5f833b9b916fb8cc6fb1a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:54:45 +0700 Subject: [PATCH 113/174] Update help.py --- userbot/modules/help.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index 91cb1fc0..60af3140 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -20,7 +20,7 @@ async def help(event): if args in CMD_HELP: await event.edit(str(CMD_HELP[args])) else: - await event.edit("**Maaf Lord, Saya Tidak Punya Perintah Itu ツ**") + await event.edit("**⚡ Maaf Master, Saya Tidak Punya Perintah Itu ⚡**") await asyncio.sleep(200) await event.delete() else: @@ -28,10 +28,10 @@ async def help(event): string = "" for i in CMD_HELP: string += "`" + str(i) - string += "`\t✥ " - await event.edit("**❉ Daftar Perintah Untuk\nLord-Userbot:\n\n**" - f"✥{string}✥" - "\n✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗✗") + string += "`\t⚡ " + await event.edit("**🌀 Daftar Perintah Untuk\nGBX-Userbot:\n\n**" + f"⚡{string}⚡" + "\n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥") await event.reply(f"\n**Ketik Contoh** `.help afk` **Untuk Informasi Perintah**") await asyncio.sleep(1000) await event.delete() From 960523cd1c919b6a3d2e0dafc7f31d830f58c7b5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 23:27:23 +0700 Subject: [PATCH 114/174] Update help.py --- userbot/modules/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index 60af3140..c70d2f83 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -29,9 +29,9 @@ async def help(event): for i in CMD_HELP: string += "`" + str(i) string += "`\t⚡ " - await event.edit("**🌀 Daftar Perintah Untuk\nGBX-Userbot:\n\n**" + await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" f"⚡{string}⚡" - "\n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥") + "\n☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️") await event.reply(f"\n**Ketik Contoh** `.help afk` **Untuk Informasi Perintah**") await asyncio.sleep(1000) await event.delete() From 99f6ec55ba20e13a10ebf966c74a436101a00178 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Tue, 6 Apr 2021 23:32:45 +0700 Subject: [PATCH 115/174] Update heroku.py --- userbot/modules/heroku.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index f84dad16..17521ca8 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -183,8 +183,8 @@ async def dyno_usage(dyno): f"👤 `Penggunaan Dyno` **{app.name}**:\n" f" **{AppHours} Jam - " f"{AppMinutes} Menit - {AppPercentage}%**" - "\n ✲━─━─━─━─━─━─━─━─━─━✲\n" - "🌀 `Sisa Dyno Bulan Ini`:\n" + "\n ☠️━─━─━─━─━─━─━─━─━─━☠️\n" + "👤 `Sisa Dyno Bulan Ini`:\n" f" **{hours} Jam - {minutes} Menit " f"- {percentage}%**\n" "╰━┷━━━━━━━━━━━━━━━━┷━╯" From bd6bf4942fc43cd04bff6bc8073b638d6e62267a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 07:22:18 +0700 Subject: [PATCH 116/174] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf5107b..59eed986 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - +

From 856f166e47607666536239756f4bde0f85237845 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 07:36:11 +0700 Subject: [PATCH 117/174] Update pms.py --- userbot/modules/pms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index c6a97d3d..4e169136 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -28,11 +28,11 @@ DEF_UNAPPROVED_MSG = ( f"__**ROOM CHAT || {DEFAULTUSER}**__\n" - "-------⚡GBX-USERBOT⚡-------\n" + "-----⚡GBX-USERBOT⚡-----\n" f"__👻 Hai Lu Selamat Datang Di Room Chat Master Gw , Jangan Spam Ya Tunggu Master {DEFAULTUSER} Gw Terima Pesan Lu__\n" "┏━━━━━━━━━━━━━━━━━━━\n" "┣[• `🔥JANGAN SPAM GOBLOK`\n" - "┣[• `By ⚡GBX-USERBOT⚡`\n" + "┣[• `By ⚡[Apis](t.me//PacarFerdilla)⚡`\n" "┗━━━━━━━━━━━━━━━━━━━") # ================================================================= From 6eb350ac5790c7decb03679329310a057e77e2f2 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 09:21:31 +0700 Subject: [PATCH 118/174] Update help.py --- userbot/modules/help.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index c70d2f83..7ee94631 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -28,10 +28,10 @@ async def help(event): string = "" for i in CMD_HELP: string += "`" + str(i) - string += "`\t⚡ " + string += "`\t🐾 " await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" - f"⚡{string}⚡" - "\n☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️☠️") - await event.reply(f"\n**Ketik Contoh** `.help afk` **Untuk Informasi Perintah**") + f"🐾{string}🐾" + "\n⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah 🔥**") await asyncio.sleep(1000) await event.delete() From b70afee041404247a61859668fb1443a120fb255 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:04:57 +0700 Subject: [PATCH 119/174] Update __init__.py --- userbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index dcb8bb1f..c7551674 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -180,7 +180,7 @@ # Default .alive logo ALIVE_LOGO = os.environ.get( - "ALIVE_LOGO") or "https://telegra.ph/file/889f68f3c81f0c06b0d69.jpg" + "ALIVE_LOGO") or "https://telegra.ph/file/90bc93babb01ca32ed795.jpg" # Last.fm Module BIO_PREFIX = os.environ.get("BIO_PREFIX", None) From b2a85f116eb0ed161896d1b05e0697cd6ed5c9b1 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:10:58 +0700 Subject: [PATCH 120/174] Update oi.py --- userbot/modules/oi.py | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 0e1d1c47..b4a54f03 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -511,3 +511,31 @@ async def typewriter(typew): sleep(1) await typew.edit("`Rapa fakebooy 🖕`") # Create by myself @localheart + + +@register(outgoing=True, pattern='^.ff(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`Game Burik`") + sleep(3) + await typew.edit("`Nomor Satu Di Play Store`") + sleep(1) + await typew.edit("`Tapi Cuman Di Indonesia`") + sleep(1) + await typew.edit("`Gak Ada Pintu Lagi,awokawokawok`") +# Create by myself @localheart + + +@register(outgoing=True, pattern='^.pubg(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("`Game Hd`") + sleep(3) + await typew.edit("`Grafik Bagus`") + sleep(1) + await typew.edit("`Ada Pintunya Lagi`") + sleep(1) + await typew.edit("`Tapi Sepi Yang Main,awokawokawok`") +# Create by myself @localheart From 5a39a0b80c68ce11a92836d6cdc0909a3ce0e40e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:17:51 +0700 Subject: [PATCH 121/174] Update pms.py --- userbot/modules/pms.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index 4e169136..6b07dc23 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -27,12 +27,12 @@ DEFAULTUSER = str(ALIVE_NAME) if ALIVE_NAME else uname().node DEF_UNAPPROVED_MSG = ( - f"__**ROOM CHAT || {DEFAULTUSER}**__\n" + f"__**🤖 ROOM CHAT || {DEFAULTUSER}**__\n" "-----⚡GBX-USERBOT⚡-----\n" f"__👻 Hai Lu Selamat Datang Di Room Chat Master Gw , Jangan Spam Ya Tunggu Master {DEFAULTUSER} Gw Terima Pesan Lu__\n" "┏━━━━━━━━━━━━━━━━━━━\n" - "┣[• `🔥JANGAN SPAM GOBLOK`\n" - "┣[• `By ⚡[Apis](t.me//PacarFerdilla)⚡`\n" + "┣[• `🔥JANGAN SPAM GOBLOK🔥`\n" + "┣[• `By ⚡Apis⚡`\n" "┗━━━━━━━━━━━━━━━━━━━") # ================================================================= From c92def750d05ef7b40e95a80eec4eee0c63d0e86 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:20:28 +0700 Subject: [PATCH 122/174] Update quotly.py --- userbot/modules/quotly.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userbot/modules/quotly.py b/userbot/modules/quotly.py index db7c170d..62d8ddeb 100644 --- a/userbot/modules/quotly.py +++ b/userbot/modules/quotly.py @@ -47,14 +47,14 @@ async def quotess(qotli): if qotli.fwd_from: return if not qotli.reply_to_msg_id: - return await qotli.edit("```Mohon Balas Ke Pesan Bos```") + return await qotli.edit("```Mohon Balas Ke Pesan Master```") reply_message = await qotli.get_reply_message() if not reply_message.text: - return await qotli.edit("```Mohon Balas Ke Pesan Bos```") + return await qotli.edit("```Mohon Balas Ke Pesan Master```") chat = "@QuotLyBot" if reply_message.sender.bot: - return await qotli.edit("```Mohon Balas Ke Pesan Bos```") - await qotli.edit("```Sedang Memproses Sticker, Bentar Anjingツ```") + return await qotli.edit("```Mohon Balas Ke Pesan Master```") + await qotli.edit("```Sedang Membuat Sticker,Tunggu Tolol```") try: async with bot.conversation(chat) as conv: try: @@ -85,7 +85,7 @@ async def quotess(qotli): async def quote_search(event): if event.fwd_from: return - await event.edit("`Sedang Memproses...`") + await event.edit("`Sedang Memproses...🚀`") search_string = event.pattern_match.group(1) input_url = "https://bots.shrimadhavuk.me/Telegram/GoodReadsQuotesBot/?q={}".format( search_string) @@ -106,7 +106,7 @@ async def quote_search(event): CMD_HELP.update({ - "⚡ quotly ⚡": + "quotly": "`.q`\ \nUsage: Membuat pesan mu menjadi sticker.\ \n\n`.xquote`\ From ac75dc8f51af9f2426217567306f889fb9a50fb2 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:25:02 +0700 Subject: [PATCH 123/174] Update stickers.py --- userbot/modules/stickers.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userbot/modules/stickers.py b/userbot/modules/stickers.py index 27cc5a7a..229199bf 100644 --- a/userbot/modules/stickers.py +++ b/userbot/modules/stickers.py @@ -69,9 +69,9 @@ async def kang(args): is_anim = True photo = 1 else: - return await args.edit("`File Tidak Didukung bos!`") + return await args.edit("`File Tidak Didukung Master!`") else: - return await args.edit("`Maaf bos, Saya Gagal Mengambil Sticker Ini!`") + return await args.edit("`Maaf Master, Saya Gagal Mengambil Sticker Ini!`") if photo: splat = args.text.split() @@ -187,7 +187,7 @@ async def kang(args): rsp = await conv.get_response() if "Sorry, the file type is invalid." in rsp.text: return await args.edit( - "`Maaf bos, Saya Gagal Menambahkan Sticker, Gunakan` @Stickers ` Bot Untuk Menambahkan Sticker Anda.`" + "`Maaf Master, Saya Gagal Menambahkan Sticker, Gunakan` @Stickers ` Bot Untuk Menambahkan Sticker Anda.`" ) await conv.send_message(emoji) # Ensure user doesn't get spamming notifications @@ -217,7 +217,7 @@ async def kang(args): rsp = await conv.get_response() if "Sorry, the file type is invalid." in rsp.text: return await args.edit( - "`Mohon Maaf Lord, Saya Gagal Menambahkan Sticker, Gunakan` @Stickers ` Bot Untuk Menambahkan Sticker.`" + "`Mohon Maaf Master, Saya Gagal Menambahkan Sticker, Gunakan` @Stickers ` Bot Untuk Menambahkan Sticker.`" ) await conv.send_message(emoji) # Ensure user doesn't get spamming notifications @@ -280,7 +280,7 @@ async def get_pack_info(event): rep_msg = await event.get_reply_message() if not rep_msg.document: - return await event.edit("`Balas ke sticker untuk melihat detail pack`") + return await event.edit("`Balas ke sticker untuk melihat detail Colongan`") try: stickerset_attr = rep_msg.document.attributes[1] @@ -309,8 +309,8 @@ async def get_pack_info(event): f"**Nama Pendek Sticker:** `{get_stickerset.set.short_name}`\n" f"**Official:** `{get_stickerset.set.official}`\n" f"**Arsip:** `{get_stickerset.set.archived}`\n" - f"**Sticker Dalam Pack:** `{len(get_stickerset.packs)}`\n" - f"**Emoji Dalam Pack:**\n{' '.join(pack_emojis)}" + f"**Sticker Dalam Colongan:** `{len(get_stickerset.packs)}`\n" + f"**Emoji Dalam Colongan:**\n{' '.join(pack_emojis)}" ) await event.edit(OUTPUT) @@ -330,7 +330,7 @@ async def sticker_to_png(sticker): try: img.document.attributes[1] except Exception: - await sticker.edit("`Maaf bos, Ini Bukanlah Sticker`") + await sticker.edit("`Maaf Master, Ini Bukanlah Sticker`") return with io.BytesIO() as image: @@ -348,7 +348,7 @@ async def sticker_to_png(sticker): CMD_HELP.update( { - "⚡ stickers ⚡": ">`.kang | .tikel [emoji('s)]?`" + "stickers": ">`.kang | .tikel [emoji('s)]?`" "\nUsage: Balas .tikel Ke Sticker Atau Gambar Untuk Menambahkan Ke Pack Mu " "\nBisa Memilih Emoji Sesuai Pilihanmu." "\n\n>`.kang | .tikel (emoji['s]]?` [nomer]?" From 4004e1055e4dcfc6113afb932953862af1b71373 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:31:25 +0700 Subject: [PATCH 124/174] Update memify.py --- userbot/modules/memify.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/memify.py b/userbot/modules/memify.py index 92a19972..f27ce61d 100644 --- a/userbot/modules/memify.py +++ b/userbot/modules/memify.py @@ -30,7 +30,7 @@ async def mim(event): return else: await event.edit( - "```Saatnya ubah stiker orang,hahahaha bangsat ツ ```" + "```Saatnya ubah stiker orang,mwhahaha tunggu tolol ```" ) await asyncio.sleep(5) text = event.pattern_match.group(1) @@ -186,7 +186,7 @@ async def mim(event): return else: await event.edit( - "```Saatnya ubah stiker orang,hahahaha bangsat ツ ```" + "```Saatnya ubah stiker orang,mwhahaha tunggu tolol ```" ) await asyncio.sleep(5) text = event.pattern_match.group(1) @@ -318,7 +318,7 @@ async def draw_meme_text(image_path, text): CMD_HELP.update({ - "⚡ memify ⚡": + "memify": "`.mmf Teks Atas ; Teks Bawah`\ \nUsage: Balas Ke Sticker/Gambar/Gif.\n" "`.mmf2 Teks Atas ; Teks Bawah`\ From 568ccefb8f854934f47891ea578235b76d7a2858 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:18:09 +0700 Subject: [PATCH 125/174] Update misc.py --- userbot/modules/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/misc.py b/userbot/modules/misc.py index 2e47f090..13d04093 100644 --- a/userbot/modules/misc.py +++ b/userbot/modules/misc.py @@ -120,7 +120,7 @@ async def repeat(rep): async def repo_is_here(wannasee): """ For .repo command, just returns the repo URL. """ await wannasee.edit( - "⚡ **Repo Userbot:** [GBX-Userbot](https://github.com/apisuserbot/GBX-Userbot)\n⚡ **Bos:** [Apis](t.me/PacarFerdilla)" + "**╭┄┅┯┅┄──────┄┅┯┅┄╮**\n┃\n**┃ \ | / ʀᴇᴘᴏ \ | /**\n┃ [⚡GBX-Userbot⚡](https://github.com/apisuserbot/GBX-Userbot)\n**┃ / | \ / | \**\n┃\n**╰┄┅┷┅┄──────┄┅┷┅┄╯**\n" ) From 8bdb318fd8c7de52fcdd47447f9326a008f8a44f Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:31:08 +0700 Subject: [PATCH 126/174] Update www.py --- userbot/modules/www.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index 8be2a9ac..55001bb4 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -58,10 +58,10 @@ async def pingme(pong): await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')\n \\ /\n \\ _.•´\n \\ (\n \\ ") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**⚡ PING** " - f"\n 🚀 `%sms` \n" + await pong.edit(f"**🔍 PING** " + f"\n `%sms` \n" f"**⚡ GBX** " - f"\n 👉 `{ALIVE_NAME}` \n" % (duration)) + f"\n 👉 `{ALIVE_NAME}` \n" % (duration)) @register(outgoing=True, pattern="^.Gping$") @@ -78,7 +78,7 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡GBX Ping⚡**\n" - f"⚡ **Ping:** " + f"🔍 **Ping:** " f"`%sms` \n" f"🚀 **Online:** " f"`{uptime}` \n" % (duration)) @@ -95,7 +95,7 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ Userbot!**\n" - f"⚡ __Ping:__ " + f"🔍 __Ping:__ " f"`%sms` \n" f"🚀 __Uptime:__ " f"`{uptime}` \n" % (duration)) @@ -106,14 +106,14 @@ async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ uptime = await get_readable_time((time.time() - StartTime)) start = datetime.now() - await pong.edit("**..GOBLOK..⚡...**") - await pong.edit("**..MUKA..LU..ITEM.......⚡**") - await pong.edit("**..HAHHAHAHA...ANJING.....⚡**") - await pong.edit("**⚡TOLOL!**") + await pong.edit("**⚡**") + await pong.edit("**⚡⚡**") + await pong.edit("**⚡⚡⚡**") + await pong.edit("**⚡⚡⚡⚡**") end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ GBX Ping ⚡**\n" - f"⚡**Ping:** " + f"🔍 **Ping:** " f"`%sms` \n" f"🚀 **Uptime:** " f"`{uptime}` \n" @@ -135,7 +135,7 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"-⚡ G B X ⚡-\n" - f"**⚡ Sinyal :** " + f"**🔍 Sinyal :** " f"`%sms` \n" f"**🚀 Online :** " f"`{uptime}` \n" @@ -149,10 +149,10 @@ async def pingme(pong): await pong.edit("**...ZPONG.....⚡....**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**☠️ Kentot ☠️**\n" - f"🖕 **Tolol:** " + await pong.edit(f"**🔥 Kentot 🔥**\n" + f"😠 **Kentot:** " f"`%sms` \n" - f"🖕 **Lag Ajg:** " + f"😠 **Oasu:** " f"`{uptime}` \n" f"**👉 Anak Tolol:** `{ALIVE_NAME}`" % (duration)) From 9c5e0d5c3c3cdd28ac1c1be74672e0254efca48b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:38:17 +0700 Subject: [PATCH 127/174] Update help.py --- userbot/modules/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index 7ee94631..5170aa16 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -31,7 +31,7 @@ async def help(event): string += "`\t🐾 " await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" f"🐾{string}🐾" - "\n⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡") + "\n🧸⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸") await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah 🔥**") await asyncio.sleep(1000) await event.delete() From 7b8155228d66adbd0f52687b0f12889778520ad5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 14:48:47 +0700 Subject: [PATCH 128/174] Update heroku.py --- userbot/modules/heroku.py | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 17521ca8..2f7dfa6e 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -179,15 +179,18 @@ async def dyno_usage(dyno): AppMinutes = math.floor(AppQuotaUsed % 60) await dyno.edit( - "**🚀 Informasi Dyno**:\n\n╭━┯━━━━━━━━━━━━━━━━┯━╮\n" - f"👤 `Penggunaan Dyno` **{app.name}**:\n" - f" **{AppHours} Jam - " - f"{AppMinutes} Menit - {AppPercentage}%**" - "\n ☠️━─━─━─━─━─━─━─━─━─━☠️\n" - "👤 `Sisa Dyno Bulan Ini`:\n" - f" **{hours} Jam - {minutes} Menit " - f"- {percentage}%**\n" - "╰━┷━━━━━━━━━━━━━━━━┷━╯" + "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" + "│ ⇱ ⚡GBX Userbot⚡ ⇲ \n" + "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" + "│📱◈ Penggunaan Kuota Anda : \n" + f"│⏳◈ {AppHours} Jam - {AppMinutes} Menit. \n" + f"│⚡◈ Persentase : {AppPercentage}% \n" + "╰┈───────────────────┈╮ \n" + "│📱◈ Sisa Kuota Bulan Ini : \n" + f"│⏳◈ {hours} Jam - {minutes} Menit. \n" + f"│⚡◈ Persantase : {percentage}% Lagi. \n" + "╰┈───────────────────┈╯ \n" + f"👤 Master : {ALIVE_NAME} \n" ) await asyncio.sleep(20) await event.delete() From e1aba0e3e75f2e98f1ef926e63031b6157984f31 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 14:53:49 +0700 Subject: [PATCH 129/174] Update www.py --- userbot/modules/www.py | 67 +++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index 55001bb4..b2a58893 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -41,27 +41,20 @@ async def get_readable_time(seconds: int) -> str: return up_time -@register(outgoing=True, pattern="^.fping$") +@register(outgoing=True, pattern="^.nping$") async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ await get_readable_time((time.time() - StartTime)) start = datetime.now() - await pong.edit(". /¯ )") - await pong.edit(". /¯ )\n /¯ /") - await pong.edit(". /¯ )\n /¯ /\n / /") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ ") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')\n \\ /") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')\n \\ /\n \\ _.•´") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')\n \\ /\n \\ _.•´\n \\ (") - await pong.edit(". /¯ )\n /¯ /\n / /\n /´¯/' '/´¯¯`•¸\n /'/ / / /¨¯\\ \n ('( ( ( ( ¯~/' ')\n \\ /\n \\ _.•´\n \\ (\n \\ ") + await pong.edit("...-𝐍 𝐄 𝐓 𝐖 𝐎 𝐑 𝐊-...") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**🔍 PING** " - f"\n `%sms` \n" - f"**⚡ GBX** " - f"\n 👉 `{ALIVE_NAME}` \n" % (duration)) + await pong.edit(f"**╭━━━━━━━━━━━━━━━━━╮** \n" + f"** - 𝐍 𝐄 𝐓 𝐖 𝐎 𝐑 𝐊 -** \n" + f"** ▰▱▰▱▰▱▰▱▰▱▰▱** \n" + f"** ➾ Signal :** `%sms` \n" + f"** ➾ Master :** `{ALIVE_NAME}` \n" + f"**╰━━━━━━━━━━━━━━━━━╯** \n" % (duration)) @register(outgoing=True, pattern="^.Gping$") @@ -78,9 +71,9 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡GBX Ping⚡**\n" - f"🔍 **Ping:** " + f"➾ **Ping:** " f"`%sms` \n" - f"🚀 **Online:** " + f"➾ **Online:** " f"`{uptime}` \n" % (duration)) @@ -95,9 +88,9 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ Userbot!**\n" - f"🔍 __Ping:__ " + f"➾ __Ping:__ " f"`%sms` \n" - f"🚀 __Uptime:__ " + f"➾ __Uptime:__ " f"`{uptime}` \n" % (duration)) @@ -113,11 +106,11 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**⚡ GBX Ping ⚡**\n" - f"🔍 **Ping:** " + f"➾ **Ping:** " f"`%sms` \n" - f"🚀 **Uptime:** " + f"➾ **Uptime:** " f"`{uptime}` \n" - f"**👉 Master:** `{ALIVE_NAME}`" % (duration)) + f"**👤 Master:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.sinyal$") @@ -135,11 +128,11 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"-⚡ G B X ⚡-\n" - f"**🔍 Sinyal :** " + f"**➾ Sinyal :** " f"`%sms` \n" - f"**🚀 Online :** " + f"**➾ Online :** " f"`{uptime}` \n" - f"**👉 Master :** `{ALIVE_NAME}`" % (duration)) + f"**👤 Master :** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.zping$") async def pingme(pong): @@ -150,11 +143,11 @@ async def pingme(pong): end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**🔥 Kentot 🔥**\n" - f"😠 **Kentot:** " + f"➾ **Kentot:** " f"`%sms` \n" - f"😠 **Oasu:** " + f"➾ **Oasu:** " f"`{uptime}` \n" - f"**👉 Anak Tolol:** `{ALIVE_NAME}`" % (duration)) + f"**👤 Anak Tolol:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.speed$") async def speedtst(spd): @@ -180,7 +173,7 @@ async def speedtst(spd): f"`{result['ping']}` \n" "• **ISP:** " f"`{result['client']['isp']}` \n" - "• **BOT:** `GBX Userbot`") + "• **BOT:** `⚡GBX Userbot⚡`") def speed_convert(size): @@ -200,15 +193,15 @@ def speed_convert(size): async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ start = datetime.now() - await pong.edit("`Pong.....⚡`") - await pong.edit("`Pong....⚡.`") - await pong.edit("`Pong...⚡..`") - await pong.edit("`Pong..⚡...`") - await pong.edit("`Pong.⚡....`") - await pong.edit("`Pong⚡.....`") + await pong.edit("`Pong.....⛏️`") + await pong.edit("`Pong....⛏️.`") + await pong.edit("`Pong...⛏️..`") + await pong.edit("`Pong..⛏️...`") + await pong.edit("`Pong.⛏️....`") + await pong.edit("`Pong⛏️.....`") end = datetime.now() duration = (end - start).microseconds / 9000 - await pong.edit("⚡ **Ping!**\n`%sms`" % (duration)) + await pong.edit("🛠 **Ping!**\n`%sms`" % (duration)) CMD_HELP.update( {"ping": "`.ping` ; `.Gping` ; `.xping` ; `.fping`\ @@ -221,4 +214,4 @@ async def pingme(pong): CMD_HELP.update( {"sinyal": "**Modules:** `Sinyal bot`\ \n\n**• Perintah :** `.sinyal bot`\ - \n 👉 **Penjelasan :** __Untuk melihat sinyal bot__"}) + \n ➾ **Penjelasan :** __Untuk melihat sinyal bot__"}) From c540762ccedc27bc3cec4be4d5a35f22d243134e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 14:55:48 +0700 Subject: [PATCH 130/174] Update www.py --- userbot/modules/pms.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index 6b07dc23..e72f15b3 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -27,13 +27,16 @@ DEFAULTUSER = str(ALIVE_NAME) if ALIVE_NAME else uname().node DEF_UNAPPROVED_MSG = ( - f"__**🤖 ROOM CHAT || {DEFAULTUSER}**__\n" - "-----⚡GBX-USERBOT⚡-----\n" - f"__👻 Hai Lu Selamat Datang Di Room Chat Master Gw , Jangan Spam Ya Tunggu Master {DEFAULTUSER} Gw Terima Pesan Lu__\n" - "┏━━━━━━━━━━━━━━━━━━━\n" - "┣[• `🔥JANGAN SPAM GOBLOK🔥`\n" - "┣[• `By ⚡Apis⚡`\n" - "┗━━━━━━━━━━━━━━━━━━━") + "◄┈─╼━━━━━━━━━━━━━━━━━━╾─┈╮\n" + "ㅤ “Selamat Datang Di Room Chat.”\n" + "╭┈─╼━━━━━━━━━━━━━━━━━━╾─┈╯\n" + "│❗𝘿𝙄𝙇𝘼𝙍𝘼𝙉𝙂 𝙈𝙀𝙇𝘼𝙆𝙐𝙆𝘼𝙉 𝙎𝙋𝘼𝙈❗\n│\n" + f"Tunggu {DEFAULTUSER} Menerima Pesan Anda │\n" + "╰┈─────────────────────┈─➤\n" + "▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱\n" + "┣[○› PESAN OTOMATIS\n" + f"┣[○› BY ⚡GBX-Userbot⚡\n" + "▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") # ================================================================= From e6e68d58c2636927b1c4031116c06479ddab0b7b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 14:57:18 +0700 Subject: [PATCH 131/174] Update pms.py --- userbot/modules/pms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index e72f15b3..d15bdafa 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -31,7 +31,7 @@ "ㅤ “Selamat Datang Di Room Chat.”\n" "╭┈─╼━━━━━━━━━━━━━━━━━━╾─┈╯\n" "│❗𝘿𝙄𝙇𝘼𝙍𝘼𝙉𝙂 𝙈𝙀𝙇𝘼𝙆𝙐𝙆𝘼𝙉 𝙎𝙋𝘼𝙈❗\n│\n" - f"Tunggu {DEFAULTUSER} Menerima Pesan Anda │\n" + f"Tunggu {DEFAULTUSER} Menerima Pesan Anda ya😠 │\n" "╰┈─────────────────────┈─➤\n" "▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱\n" "┣[○› PESAN OTOMATIS\n" From 4ac4c5c30615ca8e799e0a1232fd04b1edafba49 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 15:31:32 +0700 Subject: [PATCH 132/174] Update heroku.py --- userbot/modules/heroku.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 2f7dfa6e..dcb230db 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -183,10 +183,10 @@ async def dyno_usage(dyno): "│ ⇱ ⚡GBX Userbot⚡ ⇲ \n" "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" "│📱◈ Penggunaan Kuota Anda : \n" - f"│⏳◈ {AppHours} Jam - {AppMinutes} Menit. \n" - f"│⚡◈ Persentase : {AppPercentage}% \n" + f"│⏳◈ {AppHours} Jam - {AppMinutes} Menit. \n" + f"│⚡◈ Persentase : {AppPercentage}% \n" "╰┈───────────────────┈╮ \n" - "│📱◈ Sisa Kuota Bulan Ini : \n" + "│📱◈ Sisa Kuota Bulan Ini : \n" f"│⏳◈ {hours} Jam - {minutes} Menit. \n" f"│⚡◈ Persantase : {percentage}% Lagi. \n" "╰┈───────────────────┈╯ \n" From fca29296971e2c2cad1a085946da83617e3aa05b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 15:51:33 +0700 Subject: [PATCH 133/174] Update heroku.py --- userbot/modules/heroku.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index dcb230db..4d01b3ad 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -189,8 +189,7 @@ async def dyno_usage(dyno): "│📱◈ Sisa Kuota Bulan Ini : \n" f"│⏳◈ {hours} Jam - {minutes} Menit. \n" f"│⚡◈ Persantase : {percentage}% Lagi. \n" - "╰┈───────────────────┈╯ \n" - f"👤 Master : {ALIVE_NAME} \n" + "╰┈───────────────────┈╯ \n" ) await asyncio.sleep(20) await event.delete() From de69e94016281dd79dd9824fa70f8a6171532ff5 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:01:36 +0700 Subject: [PATCH 134/174] Update help.py --- userbot/modules/help.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index 5170aa16..cfe09547 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -28,10 +28,10 @@ async def help(event): string = "" for i in CMD_HELP: string += "`" + str(i) - string += "`\t🐾 " + string += "`\t" await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" - f"🐾{string}🐾" - "\n🧸⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸🧸") - await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah 🔥**") + f"•{string}•" + "\n▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") + await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan .helpme Untuk Menu Lainnya🔥**") await asyncio.sleep(1000) await event.delete() From 1f3090ba5b496193c62e32eb6b4e7bd63594654a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:05:46 +0700 Subject: [PATCH 135/174] Update help.py --- userbot/modules/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index cfe09547..afdb7210 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -32,6 +32,6 @@ async def help(event): await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" f"•{string}•" "\n▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") - await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan .helpme Untuk Menu Lainnya🔥**") + await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan .helpme Untuk Menu Lainnya**") await asyncio.sleep(1000) await event.delete() From ecaf2da0e831a4d6b7a8e72d16d9efbeb389bd56 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:14:04 +0700 Subject: [PATCH 136/174] Update updater.py --- userbot/modules/updater.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/userbot/modules/updater.py b/userbot/modules/updater.py index 8615dbd7..0806e0df 100644 --- a/userbot/modules/updater.py +++ b/userbot/modules/updater.py @@ -115,9 +115,9 @@ async def update(event, repo, ups_rem, ac_br): except GitCommandError: repo.git.reset("--hard", "FETCH_HEAD") await update_requirements() - await event.edit('**⚡ GBX-Userbot** `Berhasil Di Update!`') + await event.edit('**🛠GBX-Userbot** `Berhasil Di Update!`') await asyncio.sleep(1) - await event.edit('**⚡ GBX-Userbot** `Di Restart....🚀`') + await event.edit('**🛠GBX-Userbot** `Di Restart....🚀`') await asyncio.sleep(1) await event.edit('`Mohon Menunggu Beberapa Detik Master....🚀`') await asyncio.sleep(10) @@ -139,7 +139,7 @@ async def update(event, repo, ups_rem, ac_br): @ register(outgoing=True, pattern=r"^.update(?: |$)(now|deploy)?") async def upstream(event): "For .update command, check if the bot is up to date, update if specified" - await event.edit("`Mengecek Pembaruan, Silakan Menunggu....`") + await event.edit("`Mengecek Pembaruan, Silakan Menunggu....🚀`") conf = event.pattern_match.group(1) off_repo = UPSTREAM_REPO_URL force_update = False @@ -188,13 +188,13 @@ async def upstream(event): if changelog == '' and force_update is False: await event.edit( - f'\n**⚡ GBX-Userbot Sudah Versi Terbaru**\n') + f'\n**🛠GBX-Userbot Sudah Versi Terbaru**\n') await asyncio.sleep(15) await event.delete() return repo.__del__() if conf is None and force_update is False: - changelog_str = f'**⚡ Pembaruan Untuk GBX-Userbot [{ac_br}]:\n\n⚡ Pembaruan:**\n`{changelog}`' + changelog_str = f'**⛏️Pembaruan Untuk GBX-Userbot [{ac_br}]:\n\n⛏️Pembaruan:**\n`{changelog}`' if len(changelog_str) > 4096: await event.edit("`Changelog Terlalu Besar, Lihat File Untuk Melihatnya.`") file = open("output.txt", "w+") @@ -214,12 +214,12 @@ async def upstream(event): await event.edit( '`Sinkronisasi Paksa Ke Kode Userbot Stabil Terbaru, Harap Tunggu .....🚀`') else: - await event.edit('`⚡ Proses Update GBX-Userbot, Loading....1%`') - await event.edit('`⚡ Proses Update GBX-Userbot, Loading....20%`') - await event.edit('`⚡ Proses Update GBX-Userbot, Loading....35%`') - await event.edit('`⚡ Proses Update GBX-Userbot, Loading....77%`') - await event.edit('`⚡ Proses Update GBX-Userbot, Updating...90%`') - await event.edit('`⚡ Proses Update GBX-Userbot, Mohon Menunggu Master....100%`') + await event.edit('`🛠 Proses Update GBX-Userbot, Loading....1%`') + await event.edit('`🛠 Proses Update GBX-Userbot, Loading....20%`') + await event.edit('`🛠 Proses Update GBX-Userbot, Loading....35%`') + await event.edit('`🛠 Proses Update GBX-Userbot, Loading....77%`') + await event.edit('`🛠 Proses Update GBX-Userbot, Updating...90%`') + await event.edit('`🛠 Proses Update GBX-Userbot, Mohon Menunggu Master....100%`') if conf == "now": await update(event, repo, ups_rem, ac_br) await asyncio.sleep(10) From 9615e2c04ca7a61e7771d21b5f74a8f0a5d95d79 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:17:27 +0700 Subject: [PATCH 137/174] Update help.py --- userbot/modules/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index afdb7210..aa6dbce1 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -28,7 +28,7 @@ async def help(event): string = "" for i in CMD_HELP: string += "`" + str(i) - string += "`\t" + string += "`•\t" await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" f"•{string}•" "\n▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") From 1602a32a2f444e26ed9a0f97066aedf6e1fff50e Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:28:15 +0700 Subject: [PATCH 138/174] Update www.py --- userbot/modules/www.py | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index b2a58893..fb1b6a15 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -149,6 +149,34 @@ async def pingme(pong): f"`{uptime}` \n" f"**👤 Anak Tolol:** `{ALIVE_NAME}`" % (duration)) +@register(outgoing=True, pattern="^.cping$") +async def redis(pong): + """ For .ping command, ping the userbot from any chat. """ + uptime = await get_readable_time((time.time() - StartTime)) + start = datetime.now() + await pong.edit("__Connecting to data center.__") + await pong.edit("__Connecting to data center..__") + await pong.edit("__Connecting to data center...__") + await pong.edit("__Connecting to data center.__") + await pong.edit("__Connecting to data center..__") + await pong.edit("__Connecting to data center...__") + await pong.edit("__Connecting to data center.__") + await pong.edit("__Connecting to data center..__") + await pong.edit("__Connecting to data center...__") + await pong.edit("⚡") + await asyncio.sleep(2) + end = datetime.now() + duration = (end - start).microseconds / 1000 + await pong.edit(f"**╭─━━━━━━━━━━━━━━━─╮** \n" + f"** ⚡GBX-Userbot⚡** \n" + f"**╭─━━━━━━━━━━━━━━━─╯** \n" + f"**│⊙ Signal :** " + f"`%sms` \n" + f"**│⊙ Uptime :** " + f"`{uptime}` \n" + f"**│⊙ Master :** `{ALIVE_NAME}` \n" + f"**╰━━━━━━━━━━━━━━━━━╯**" % (duration)) + @register(outgoing=True, pattern="^.speed$") async def speedtst(spd): """ For .speed command, use SpeedTest to check server speeds. """ From 44b9052fdcd2aec2a4f2f01fc29cec286591019a Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:34:47 +0700 Subject: [PATCH 139/174] Update heroku.py --- userbot/modules/heroku.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 4d01b3ad..9b692b73 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -182,13 +182,13 @@ async def dyno_usage(dyno): "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" "│ ⇱ ⚡GBX Userbot⚡ ⇲ \n" "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" - "│📱◈ Penggunaan Kuota Anda : \n" + "│📱◈ **Penggunaan Kuota Anda** : \n" f"│⏳◈ {AppHours} Jam - {AppMinutes} Menit. \n" - f"│⚡◈ Persentase : {AppPercentage}% \n" + f"│⚡◈ **Persentase** : {AppPercentage}% \n" "╰┈───────────────────┈╮ \n" - "│📱◈ Sisa Kuota Bulan Ini : \n" + "│📱◈ **Sisa Kuota Bulan Ini** : \n" f"│⏳◈ {hours} Jam - {minutes} Menit. \n" - f"│⚡◈ Persantase : {percentage}% Lagi. \n" + f"│⚡◈ **Persantase** : {percentage}% Lagi. \n" "╰┈───────────────────┈╯ \n" ) await asyncio.sleep(20) From 248f45a32e281ed65fffe885d6c1e6268fb6adb6 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:37:27 +0700 Subject: [PATCH 140/174] Update updater.py --- userbot/modules/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/updater.py b/userbot/modules/updater.py index 0806e0df..42d8e2e1 100644 --- a/userbot/modules/updater.py +++ b/userbot/modules/updater.py @@ -194,7 +194,7 @@ async def upstream(event): return repo.__del__() if conf is None and force_update is False: - changelog_str = f'**⛏️Pembaruan Untuk GBX-Userbot [{ac_br}]:\n\n⛏️Pembaruan:**\n`{changelog}`' + changelog_str = f'**🛠Pembaruan Untuk GBX-Userbot [{ac_br}]:\n\n🛠Pembaruan:**\n`{changelog}`' if len(changelog_str) > 4096: await event.edit("`Changelog Terlalu Besar, Lihat File Untuk Melihatnya.`") file = open("output.txt", "w+") From 2fac4ce1218be7c26ecb1d58491e37f5c147cd43 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:45:47 +0700 Subject: [PATCH 141/174] Update www.py --- userbot/modules/www.py | 1 - 1 file changed, 1 deletion(-) diff --git a/userbot/modules/www.py b/userbot/modules/www.py index fb1b6a15..569e4496 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -164,7 +164,6 @@ async def redis(pong): await pong.edit("__Connecting to data center..__") await pong.edit("__Connecting to data center...__") await pong.edit("⚡") - await asyncio.sleep(2) end = datetime.now() duration = (end - start).microseconds / 1000 await pong.edit(f"**╭─━━━━━━━━━━━━━━━─╮** \n" From 5eeb92768617764cb6fe1dc25a4d43e122dd3ac4 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:11:22 +0700 Subject: [PATCH 142/174] Update heroku.py --- userbot/modules/heroku.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/heroku.py b/userbot/modules/heroku.py index 9b692b73..7584921f 100644 --- a/userbot/modules/heroku.py +++ b/userbot/modules/heroku.py @@ -180,7 +180,7 @@ async def dyno_usage(dyno): await dyno.edit( "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" - "│ ⇱ ⚡GBX Userbot⚡ ⇲ \n" + "│ ⇱ **⚡GBX Userbot⚡** ⇲ \n" "╭┈─╼━━━━━━━━━━━━━━━╾─┈╮ \n" "│📱◈ **Penggunaan Kuota Anda** : \n" f"│⏳◈ {AppHours} Jam - {AppMinutes} Menit. \n" @@ -205,7 +205,7 @@ async def _(dyno): return await dyno.reply( "`Please make sure your Heroku API Key, Your App name are configured correctly in the heroku var.`" ) - await dyno.edit("⚡`Sedang Mengambil Logs GBX`⚡") + await dyno.edit("`Sedang Mengambil Logs GBX...⛏️`") with open("logs.txt", "w") as log: log.write(app.get_log()) fd = codecs.open("logs.txt", "r", encoding="utf-8") From c82adc1069e5f2ab8b8f9553fe03932739e0365d Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:25:16 +0700 Subject: [PATCH 143/174] Update system_stats.py --- userbot/modules/system_stats.py | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/userbot/modules/system_stats.py b/userbot/modules/system_stats.py index fcdeeeb7..20f9f7e1 100644 --- a/userbot/modules/system_stats.py +++ b/userbot/modules/system_stats.py @@ -227,16 +227,16 @@ async def pipcheck(pip): async def amireallyalive(alive): user = await bot.get_me() await get_readable_time((time.time() - StartTime)) - await alive.edit("`GBX-Userbot!`") + await alive.edit("`🛠Sistem Menyala🛠!`") await alive.edit("⚡") output = ( f" **┗┓⚡ GBX-Userbot ⚡┏┛** \n" f"\n__**{GBX_TEKS_KUSTOM}**__\n" f"**━━━━━━━━━━━━━━━━━━━━**\n" f"**⚡ GBX** \n" - f" 👉 `{DEFAULTUSER}` \n" + f" ➾ `{DEFAULTUSER}` \n" f"**⚡ ᴜsᴇʀɴᴀᴍᴇ** \n" - f" 👉 `@{user.username}` \n" + f" ➾ `@{user.username}` \n" f"┏━━━━━━━━━━━━━━━━━━━\n" f"┣[• `Telethon :`Ver {version.__version__} \n" f"┣[• `Python :`Ver {python_version()} \n" @@ -268,16 +268,15 @@ async def amireallyalive(alive): user = await bot.get_me() await get_readable_time((time.time() - StartTime)) output = ( - f"**▬▬▬▬▬▬❙۩♛۩❙▬▬▬▬▬▬**\n" - f" **⚡ GBX-Userbot ⚡** \n\n" - f"⚡ **GBX** \n 👉 `{DEFAULTUSER}` \n" - f"⚡ **Username** \n 👉 `@{user.username}` \n" - f"⚡ **Telethon** \n 👉 `Versi {version.__version__}` \n" - f"⚡**Python** \n 👉 `Versi {python_version()}` \n" - f"⚡**Versi Bot**\n 👉 `{BOT_VER}` \n" - f"⚡ **Modul** \n 👉 `{len(modules)}` \n\n" - f"⚡ **Repo Userbot:** [GBX-bot](https://github.com/apisuserbot/Lord-Userbot)\n **Follow Bos: **[Tekan](https://www.instagram.com/apis_godboy?r=nametag)\n **Bos:** [Apis](t.me/PacarFerdilla)\n" - f"**▬▬▬▬▬▬❙۩★۩❙▬▬▬▬▬▬**") + f"╭┈──────────────────┈╮ \n" + f"** ⚡G B X - U S E R B O T💢 **\n" + f"╭┈──────────────────┈╯ \n" + f"**➾ Master : **{DEFAULTUSER}\n" + f"**➾ Attitude : **Ver {version.__version__} \n" + f"**➾ Dewasa : **Ver {python_version()} \n" + f"**➾ Akhlak : **{BOT_VER} \n" + f"**➾ Pahala : **{len(modules)} \n" + f"╰┈────────────────┈─➤") if ALIVE_LOGO: try: logo = ALIVE_LOGO @@ -302,7 +301,7 @@ async def amireallyalive(alive): async def amireallyalive(alive): user = await bot.get_me() await get_readable_time((time.time() - StartTime)) - await alive.edit("`GBX-Userbot!`") + await alive.edit("`🛠Sistem Menyala🛠!`") await alive.edit("⚡") output = ( f"**⚡ GBX-Userbot ⚡** \n\n" From 788552a41bab03ee056adbf40d9a826fadc20503 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:39:07 +0700 Subject: [PATCH 144/174] Update misc.py --- userbot/modules/misc.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/userbot/modules/misc.py b/userbot/modules/misc.py index 13d04093..611b7aad 100644 --- a/userbot/modules/misc.py +++ b/userbot/modules/misc.py @@ -120,7 +120,12 @@ async def repeat(rep): async def repo_is_here(wannasee): """ For .repo command, just returns the repo URL. """ await wannasee.edit( - "**╭┄┅┯┅┄──────┄┅┯┅┄╮**\n┃\n**┃ \ | / ʀᴇᴘᴏ \ | /**\n┃ [⚡GBX-Userbot⚡](https://github.com/apisuserbot/GBX-Userbot)\n**┃ / | \ / | \**\n┃\n**╰┄┅┷┅┄──────┄┅┷┅┄╯**\n" + "╭─━━━━━━━━━━━━━─╮\n" + " Repo\n" + " [⚡GBX-Userbot⚡](https://github.com/apisuserbot/GBX-Userbot)\n" + "╭─━━━━━━━━━━━━━─╯\n" + "│👑 **Mastah :** [Apis](t.me/PacarFerdilla)\n" + "╰━━━━━━━━━━━━━━━╯" ) From 58fa103285d8c2026b757207626ef80d2b762aaa Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:44:04 +0700 Subject: [PATCH 145/174] Update lordgban.py --- userbot/modules/lordgban.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/userbot/modules/lordgban.py b/userbot/modules/lordgban.py index a367aa16..bfbed991 100644 --- a/userbot/modules/lordgban.py +++ b/userbot/modules/lordgban.py @@ -22,7 +22,7 @@ async def get_full_user(event): if user.isnumeric(): user = int(user) if not user: - await event.edit("`Lord, Ini Tidak Mungkin Tanpa ID Pengguna`") + await event.edit("`Master, Ini Tidak Mungkin Tanpa ID Pengguna`") return if event.message.entities is not None: probable_user_mention_entity = event.message.entities[0] @@ -34,7 +34,7 @@ async def get_full_user(event): try: user_obj = await event.client.get_entity(user) except Exception as err: - return await event.edit("`Terjadi Kesalahan... Mohon Lapor Ke Master' @PacarFerdilla", str(err)) + return await event.edit("`Terjadi Kesalahan... Mohon Lapor Ke Mastah' @PacarFerdilla", str(err)) return user_obj, extra @@ -72,9 +72,9 @@ async def handler(tele): tele.chat_id, guser.id, view_messages=False ) await tele.reply( - f"**⚡GBX⚡, Pengguna Gban Telah Bergabung** \n" - f"**👤Pengguna**: [{guser.id}](tg://user?id={guser.id})\n" - f"**⚠️Aksi** : `Banned`" + f"**GBX, Pengguna Gban Telah Bergabung** \n" + f"**Pengguna**: [{guser.id}](tg://user?id={guser.id})\n" + f"**Aksi** : `Banned`" ) except BaseException: return @@ -142,7 +142,7 @@ async def gben(userbot): except BaseException: pass return await dark.edit( - f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**👤 Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**⚠️ Aksi:** ` Global Banned `" + f"**⚡ Perintah Master:** `{ALIVE_NAME}`\n**👤 Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**⚠️ Aksi:** ` Global Banned `" ) @@ -206,7 +206,7 @@ async def gunben(userbot): except BaseException: pass return await dark.edit( - f"**⚡ Perintah GBX:** `{ALIVE_NAME}`\n**👤 Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**⚠️ Aksi:** `Membatalkan Global Banned`" + f"**⚡ Perintah Master:** `{ALIVE_NAME}`\n**👤 Pengguna:** [{user.first_name}](tg://user?id={user.id})\n**⚠️ Aksi:** `Membatalkan Global Banned`" ) From 3fb42464c4bb0bd51481981ed94d6a38e0880833 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:47:06 +0700 Subject: [PATCH 146/174] Update help.py --- userbot/modules/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index aa6dbce1..efa10de7 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -30,8 +30,8 @@ async def help(event): string += "`" + str(i) string += "`•\t" await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" - f"•{string}•" + f"🛠{string}🛠" "\n▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") - await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan .helpme Untuk Menu Lainnya**") + await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan `.helpme` Untuk Menu Lainnya**") await asyncio.sleep(1000) await event.delete() From b4c5ecbf81f2674bb02d819298bfa263a2d1e750 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Fri, 9 Apr 2021 17:47:38 +0700 Subject: [PATCH 147/174] Update help.py --- userbot/modules/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/help.py b/userbot/modules/help.py index efa10de7..ae592713 100644 --- a/userbot/modules/help.py +++ b/userbot/modules/help.py @@ -32,6 +32,6 @@ async def help(event): await event.edit("**⚠️ Daftar Perintah Untuk\nGBX-Userbot:\n\n**" f"🛠{string}🛠" "\n▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") - await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan `.helpme` Untuk Menu Lainnya**") + await event.reply(f"\n**🔥 Ketik Contoh** `.help afk` **Untuk Informasi Perintah Dan `.helpme` Untuk Menu Lainnya 🔥**") await asyncio.sleep(1000) await event.delete() From 9216ae8c5f45324512ea122eca01988b56991c0d Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:12:13 +0700 Subject: [PATCH 148/174] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59eed986..dc90a9fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GBX Userbot +GBX Userbot

From 532119695ff40967d451c04a91cfae20885e4848 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:18:08 +0700 Subject: [PATCH 149/174] Update afk.py --- userbot/modules/afk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index ebc6528e..696fb436 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -62,8 +62,8 @@ async def set_afk(afk_e): afk_start = start_1.replace(microsecond=0) if string: AFKREASON = string - await afk_e.edit(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n** ⚡Master sedang afk⚡**\ - \n**👉 ᴀʟᴀꜱᴀɴ :** `{string}`") + await afk_e.edit(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\n{ALIVE_NAME} Sibuk Dulu Gw...\ + \n𝘼𝙡𝙖𝙨𝙖𝙣: `{string}`\n╰✠╼━━━━━━❖━━━━━━━✠╯") else: await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n** ⚡Master sedang afk⚡**") if user.last_name: From a883757935f3730099cfcc5d9bd4b1c4dc0082b8 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:25:51 +0700 Subject: [PATCH 150/174] Update afk.py --- userbot/modules/afk.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 696fb436..a748bcc6 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -24,10 +24,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk\n • 😠 Gak usah spam tunggu dia online ajg!⚡**", - f"**•⚡Master {ALIVE_NAME} Sedang Afk!\n • 🔥 Jan spam ya tod!⚡**", - f"**•⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", + f"**⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", + f"**⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk\n • 😠 Gak usah spam tunggu dia online ajg!⚡**", + f"**⚡Master {ALIVE_NAME} Sedang Afk!\n • 🔥 Jan spam ya tod!⚡**", + f"**⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", ] @@ -65,11 +65,11 @@ async def set_afk(afk_e): await afk_e.edit(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\n{ALIVE_NAME} Sibuk Dulu Gw...\ \n𝘼𝙡𝙖𝙨𝙖𝙣: `{string}`\n╰✠╼━━━━━━❖━━━━━━━✠╯") else: - await afk_e.edit("-⚡ 𝗔 𝗙 𝗞 ⚡-\n** ⚡Master sedang afk⚡**") + await afk_e.edit(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\n{ALIVE_NAME} Sibuk Dulu Gw...\n╰✠╼━━━━━━❖━━━━━━━✠╯") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "🔥AFK🔥")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "⚡MATI⚡")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="🔥AFK🔥")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="⚡MATI⚡")) if BOTLOG: await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**GBX Telah AFK!**") ISAFK = True @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("🔥AFK🔥"): + if last and last.endswith("⚡MATI⚡"): last1 = last[:-12] else: last1 = "" From 0161475b9acd461f66aa56c0617d7ed3e70fff09 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:31:59 +0700 Subject: [PATCH 151/174] Update afk.py --- userbot/modules/afk.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index a748bcc6..09e0016e 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡Master telah kembali!!⚡**") + msg = await notafk.respond("**⚡{ALIVE_NAME} telah kembali!!⚡**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) @@ -166,8 +166,8 @@ async def mention_afk(mention): afk_since = f"`{int(seconds)} Detik`" if mention.sender_id not in USERS: if AFKREASON: - await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n `{ALIVE_NAME}` **Afk** {afk_since} **Yang Lalu.**\ - \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await mention.reply(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\n{ALIVE_NAME} Sibuk **\nLama 𝗔𝗙𝗞 : {afk_since}.\ + \n𝘼𝙡𝙖𝙨𝙖𝙣: `{AFKREASON}`\n╰✠╼━━━━━━❖━━━━━━━✠╯") else: await mention.reply(str(choice(AFKSTR))) USERS.update({mention.sender_id: 1}) @@ -175,8 +175,8 @@ async def mention_afk(mention): elif mention.sender_id in USERS: if USERS[mention.sender_id] % randint(2, 4) == 0: if AFKREASON: - await mention.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n ** Master Masih Afk** {afk_since} **Yang Lalu.**\ - \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await mention.reply(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\n{ALIVE_NAME} Sibuk **\nLama 𝗔𝗙𝗞 : {afk_since}.\ + \n𝘼𝙡𝙖𝙨𝙖𝙣: `{AFKREASON}`\n╰✠╼━━━━━━❖━━━━━━━✠╯") else: await mention.reply(str(choice(AFKSTR))) USERS[mention.sender_id] = USERS[mention.sender_id] + 1 From 32769134db92cf88633f182a668a0c09e1ef9ff2 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:37:58 +0700 Subject: [PATCH 152/174] Update afk.py --- userbot/modules/afk.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 09e0016e..4b6623a9 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -243,8 +243,8 @@ async def afk_on_pm(sender): afk_since = f"`{int(seconds)} Detik`" if sender.sender_id not in USERS: if AFKREASON: - await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **Master Masih Afk** {afk_since} **Yang Lalu.**\ - \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await sender.reply(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\nMohon Maaf `{ALIVE_NAME}` Lagi Sibuk...**\nLama 𝗔𝗙𝗞 : {afk_since}.\ + \n𝘼𝙡𝙖𝙨𝙖𝙣: `{AFKREASON}`\n╰✠╼━━━━━━❖━━━━━━━✠╯") else: await sender.reply(str(choice(AFKSTR))) USERS.update({sender.sender_id: 1}) @@ -252,8 +252,8 @@ async def afk_on_pm(sender): elif apprv and sender.sender_id in USERS: if USERS[sender.sender_id] % randint(2, 4) == 0: if AFKREASON: - await sender.reply(f"-⚡ 𝗔 𝗙 𝗞 ⚡-\n **Master Masih Afk** {afk_since} **Yang Lalu.**\ - \n**👉 ᴀʟᴀꜱᴀɴ :** `{AFKREASON}`") + await sender.reply(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\nMohon Maaf `{ALIVE_NAME}` Lagi Sibuk... Sebentar!!**\nLama 𝗔𝗙𝗞 : {afk_since}.\ + \n𝘼𝙡𝙖𝙨𝙖𝙣: `{AFKREASON}`\n╰✠╼━━━━━━❖━━━━━━━✠╯") else: await sender.reply(str(choice(AFKSTR))) USERS[sender.sender_id] = USERS[sender.sender_id] + 1 From f1461d6c1585a1bbb73b9ce880e1b66c7b35f025 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:47:38 +0700 Subject: [PATCH 153/174] Update afk.py --- userbot/modules/afk.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 4b6623a9..2f001d7e 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡{ALIVE_NAME} telah kembali!!⚡**") + msg = await notafk.respond("**⚡`{ALIVE_NAME}` Telah Bangkit Dari Kematian....⚡**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) @@ -134,7 +134,7 @@ async def mention_afk(mention): user = await bot.get_me() # pylint:disable=E0602 back_alivee = datetime.now() afk_end = back_alivee.replace(microsecond=0) - afk_since = "**Terakhir Aktif**" + afk_since = "**𝙏𝙚𝙧𝙖𝙠𝙝𝙞𝙧 𝙊𝙣𝙡𝙞𝙣𝙚**" if mention.message.mentioned and not (await mention.get_sender()).bot: if ISAFK: now = datetime.now() @@ -148,7 +148,7 @@ async def mention_afk(mention): time %= 60 seconds = time if days == 1: - afk_since = "**Kemarin**" + afk_since = "**𝙆𝙚𝙢𝙖𝙧𝙞𝙣**" elif days > 1: if days > 6: date = now + \ @@ -202,7 +202,7 @@ async def afk_on_pm(sender): user = await bot.get_me() # pylint:disable=E0602 back_alivee = datetime.now() afk_end = back_alivee.replace(microsecond=0) - afk_since = "**Belum Lama**" + afk_since = "**𝙏𝙚𝙧𝙖𝙠𝙝𝙞𝙧 𝙊𝙣𝙡𝙞𝙣𝙚**" if sender.is_private and sender.sender_id != 777000 and not ( await sender.get_sender()).bot: if PM_AUTO_BAN: @@ -225,7 +225,7 @@ async def afk_on_pm(sender): time %= 60 seconds = time if days == 1: - afk_since = "**Kemarin**" + afk_since = "**𝙆𝙚𝙢𝙖𝙧𝙞𝙣**" elif days > 1: if days > 6: date = now + \ @@ -267,7 +267,7 @@ async def afk_on_pm(sender): "afk": "**Modules: ` AFK`\ \n\n**• Perintah:** `.afk`\ - \n**👉 Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ + \n**• Penjelasan:** __Siapapun Yang Balas, Tag, Atau Chat Kamu__\ __Mereka Akan Tau Alasan Kamu OFF__.\n\n**Note:** `AFK Bisa Dilakukan Dan Dibatalkan Dimanapun.`\ " }) From c90d0b53c456e7f09c70005e63bd5a5b972f30bb Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:54:55 +0700 Subject: [PATCH 154/174] Update afk.py --- userbot/modules/afk.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 2f001d7e..e69ca0c1 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -24,10 +24,10 @@ # ========================= CONSTANTS ============================ AFKSTR = [ - f"**⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", - f"**⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk\n • 😠 Gak usah spam tunggu dia online ajg!⚡**", - f"**⚡Master {ALIVE_NAME} Sedang Afk!\n • 🔥 Jan spam ya tod!⚡**", - f"**⚡Maaf kawan Master gw {ALIVE_NAME} Sedang Afk!⚡**", + f"**⚡𝗔𝗙𝗞 {ALIVE_NAME} Sedang Sibuk!⚡**", + f"**⚡𝗔𝗙𝗞 {ALIVE_NAME} Sedang Sibuk\n •Mohon Menunggu Hingga Dia Online Kembali⚡**", + f"**⚡𝗔𝗙𝗞 {ALIVE_NAME} Sedang Sibuk!\n •Mohon Jangan Spam Tunggu Dia Online Kembali⚡**", + f"**⚡𝗔𝗙𝗞 {ALIVE_NAME} Sedang Sibuk!⚡**", ] From f42fc6980669a440a8ec4c5f0ff79e79bf14a27b Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:56:23 +0700 Subject: [PATCH 155/174] Update afk.py --- userbot/modules/afk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index e69ca0c1..6d8f7bf5 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡`{ALIVE_NAME}` Telah Bangkit Dari Kematian....⚡**") + msg = await notafk.respond("**⚡`Master` Sudah Tidak Sibuk Lagi....⚡**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) From 2909c73f7920c330b1e3e795b6469dc8fa9a0e11 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 08:58:25 +0700 Subject: [PATCH 156/174] Update pms.py --- userbot/modules/pms.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/pms.py b/userbot/modules/pms.py index d15bdafa..33619995 100644 --- a/userbot/modules/pms.py +++ b/userbot/modules/pms.py @@ -28,14 +28,14 @@ DEF_UNAPPROVED_MSG = ( "◄┈─╼━━━━━━━━━━━━━━━━━━╾─┈╮\n" - "ㅤ “Selamat Datang Di Room Chat.”\n" + "ㅤ “`Selamat Datang Di Room Chat`.”\n" "╭┈─╼━━━━━━━━━━━━━━━━━━╾─┈╯\n" "│❗𝘿𝙄𝙇𝘼𝙍𝘼𝙉𝙂 𝙈𝙀𝙇𝘼𝙆𝙐𝙆𝘼𝙉 𝙎𝙋𝘼𝙈❗\n│\n" - f"Tunggu {DEFAULTUSER} Menerima Pesan Anda ya😠 │\n" + f"Tunggu {DEFAULTUSER} Menerima Pesan Anda │\n" "╰┈─────────────────────┈─➤\n" "▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱\n" - "┣[○› PESAN OTOMATIS\n" - f"┣[○› BY ⚡GBX-Userbot⚡\n" + "┣[○› **PESAN OTOMATIS**\n" + f"┣[○› BY **⚡GBX-Userbot⚡**\n" "▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱") # ================================================================= From 1cbdc2387f7beeaf26522c7e7e8479627c859021 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 09:00:38 +0700 Subject: [PATCH 157/174] Update __init__.py --- userbot/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index c7551674..48d79b1c 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -403,8 +403,8 @@ async def inline_handler(event): buttons = paginate_help(0, dugmeler, "helpme") result = builder.article( "Harap Gunakan .help Untuk Perintah", - text="{}\n\n**⚡ Jumlah Modul Yang Tersedia:** `{}`\n \n**❃ Daftar Modul Lord Userbot:** \n".format( - "**⚡ GBX-Userbot**", + text="{}\n\n**⚡Jumlah Modul Yang Tersedia:** `{}`\n \n**❃ Daftar Modul Lord Userbot:** \n".format( + "**⚡GBX-Userbot**", len(dugmeler), ), buttons=buttons, @@ -412,7 +412,7 @@ async def inline_handler(event): ) elif query.startswith("tb_btn"): result = builder.article( - "Bantuan Lord✗Userbot ", + "Bantuan GBX⚡Userbot ", text="Daftar Modul", buttons=[], link_preview=True) From 52c52f3c68316704d8de143dc9350307012fe262 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 09:27:46 +0700 Subject: [PATCH 158/174] Update __init__.py --- userbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/__init__.py b/userbot/__init__.py index 48d79b1c..a75e37af 100644 --- a/userbot/__init__.py +++ b/userbot/__init__.py @@ -403,7 +403,7 @@ async def inline_handler(event): buttons = paginate_help(0, dugmeler, "helpme") result = builder.article( "Harap Gunakan .help Untuk Perintah", - text="{}\n\n**⚡Jumlah Modul Yang Tersedia:** `{}`\n \n**❃ Daftar Modul Lord Userbot:** \n".format( + text="{}\n\n**⚡Jumlah Modul Yang Tersedia:** `{}`\n \n**⚡Daftar Modul GBX Userbot:** \n".format( "**⚡GBX-Userbot**", len(dugmeler), ), From 380ff56783fa750e12a428ea6fada4971c191316 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 09:31:21 +0700 Subject: [PATCH 159/174] Update afk.py --- userbot/modules/afk.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py index 6d8f7bf5..da62ba49 100644 --- a/userbot/modules/afk.py +++ b/userbot/modules/afk.py @@ -67,11 +67,11 @@ async def set_afk(afk_e): else: await afk_e.edit(f"**! 𝗔𝗙𝗞 ⚡**\n╭✠╼━━━━━━❖━━━━━━━✠╮\n{ALIVE_NAME} Sibuk Dulu Gw...\n╰✠╼━━━━━━❖━━━━━━━✠╯") if user.last_name: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "⚡MATI⚡")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name=user.last_name + "⚡SIBUK⚡")) else: - await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="⚡MATI⚡")) + await afk_e.client(UpdateProfileRequest(first_name=user.first_name, last_name="⚡SIBUK⚡")) if BOTLOG: - await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**GBX Telah AFK!**") + await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\n**MASTER Telah AFK!**") ISAFK = True afk_time = datetime.now() # pylint:disable=E0602 raise StopPropagation @@ -90,7 +90,7 @@ async def type_afk_is_not_true(notafk): global afk_end user = await bot.get_me() # pylint:disable=E0602 last = user.last_name - if last and last.endswith("⚡MATI⚡"): + if last and last.endswith("⚡SIBUK⚡"): last1 = last[:-12] else: last1 = "" @@ -98,7 +98,7 @@ async def type_afk_is_not_true(notafk): afk_end = back_alive.replace(microsecond=0) if ISAFK: ISAFK = False - msg = await notafk.respond("**⚡`Master` Sudah Tidak Sibuk Lagi....⚡**") + msg = await notafk.respond("**⚡`Master` Sudah Tidak Sibuk Lagi...⚡**") time.sleep(3) await msg.delete() await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1)) From 8a95232320593ba93a54b2ff179b78006b4a8f11 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 09:40:36 +0700 Subject: [PATCH 160/174] Create gbxsong.py --- userbot/modules/gbxsong.py | 133 +++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 userbot/modules/gbxsong.py diff --git a/userbot/modules/gbxsong.py b/userbot/modules/gbxsong.py new file mode 100644 index 00000000..5ae73033 --- /dev/null +++ b/userbot/modules/gbxsong.py @@ -0,0 +1,133 @@ +# Ported By Vicky / @Vckyouuu From Ultroid +# Jangan Dihapuss!!! +# Thanks Ultroid +# Full Love From Vicky For All Lord +# @LORDUSERBOT_GROUP + + +import json +import os + +import pybase64 +from telethon.tl.functions.channels import JoinChannelRequest +from telethon.tl.types import DocumentAttributeAudio +from youtube_dl import YoutubeDL +from youtube_dl.utils import ( + ContentTooShortError, + DownloadError, + ExtractorError, + GeoRestrictedError, + MaxDownloadsReached, + PostProcessingError, + UnavailableVideoError, + XAttrMetadataError, +) +from youtubesearchpython import SearchVideos + +from userbot.events import register +from userbot import CMD_HELP + + +@register(outgoing=True, pattern=r"^\.song (.*)") +async def download_video(event): + await event.edit("`Mencari.....🚀`") + url = event.pattern_match.group(1) + if not url: + return await event.edit("**Kesalahan!**\nGunakan Perintah `.song `") + search = SearchVideos(url, offset=1, mode="json", max_results=1) + test = search.result() + p = json.loads(test) + q = p.get("search_result") + try: + url = q[0]["link"] + except BaseException: + return await event.edit("`Tidak dapat menemukan lagu yang cocok...🔍`") + type = "audio" + await event.edit(f"`Bersiap untuk mengunduh {url}...`") + if type == "audio": + opts = { + "format": "bestaudio", + "addmetadata": True, + "key": "FFmpegMetadata", + "writethumbnail": True, + "prefer_ffmpeg": True, + "geo_bypass": True, + "nocheckcertificate": True, + "postprocessors": [ + { + "key": "FFmpegExtractAudio", + "preferredcodec": "mp3", + "preferredquality": "320", + } + ], + "outtmpl": "%(id)s.mp3", + "quiet": True, + "logtostderr": False, + } + try: + await event.edit("`Mendapatkan informasi...🚀`") + with YoutubeDL(opts) as rip: + rip_data = rip.extract_info(url) + except DownloadError as DE: + await event.edit(f"`{str(DE)}`") + return + except ContentTooShortError: + await event.edit("`Konten unduhan terlalu pendek.`") + return + except GeoRestrictedError: + await event.edit( + "`Video tidak tersedia dari lokasi geografis Anda karena batasan geografis yang diberlakukan oleh situs web.`" + ) + return + except MaxDownloadsReached: + await event.edit("`Batas unduhan maksimal telah tercapai.`") + return + except PostProcessingError: + await event.edit("`Ada kesalahan selama pemrosesan posting.`") + return + except UnavailableVideoError: + await event.edit("`Media tidak tersedia dalam format yang diminta.`") + return + except XAttrMetadataError as XAME: + await event.edit(f"`{XAME.code}: {XAME.msg}\n{XAME.reason}`") + return + except ExtractorError: + await event.edit("`Terjadi kesalahan selama ekstraksi info.`") + return + except Exception as e: + await event.edit(f"{str(type(e)): {str(e)}}") + return + try: + sung = str(pybase64.b64decode("QFRlbGVCb3RIZWxw"))[2:14] + await bot(JoinChannelRequest(sung)) + except BaseException: + pass + upteload = """ +Sedang Mengunggah, Mohon Menunggu... +Judul - {} +Artis - {} +""".format( + rip_data["title"], rip_data["uploader"] + ) + await event.edit(f"`{upteload}`") + await event.client.send_file( + event.chat_id, + f"{rip_data['id']}.mp3", + supports_streaming=True, + caption=f"**• Judul:** {rip_data['title']}\n**• Artis:** {rip_data['uploader']}\n", + attributes=[ + DocumentAttributeAudio( + duration=int(rip_data["duration"]), + title=str(rip_data["title"]), + performer=str(rip_data["uploader"]), + ) + ], + ) + os.remove(f"{rip_data['id']}.mp3") + +# For Lord - Userbot +# Piki Ganteng +# Tapi Gantengan Alvin + +CMD_HELP.update({"song": "**Modules:** __Song__\n\n**Perintah:** `.song `" + "\n**Penjelasan:** Mendownload Lagu"}) From a0a3d64b707a34ea823a7386a2d803f8abd4b3d3 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 10:51:31 +0700 Subject: [PATCH 161/174] Create gbxtm.py --- userbot/modules/gbxtm.py | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 userbot/modules/gbxtm.py diff --git a/userbot/modules/gbxtm.py b/userbot/modules/gbxtm.py new file mode 100644 index 00000000..a249e1cf --- /dev/null +++ b/userbot/modules/gbxtm.py @@ -0,0 +1,41 @@ +# BASED FROM ULTROID PORTED FOR LORD USERBOT BY ALVIN / @LIUALVINAS +# THANKS ULTROID +# DONT REMOVE THIS +# ALVIN GANTENG +# @LORDUSERBOT_GROUP + +from telethon import events +from userbot import CMD_HELP, bot +from userbot.events import register +from telethon.errors.rpcerrorlist import YouBlockedUserError +import asyncio + + +@register(outgoing=True, pattern=r"^\.tm(?: |$)(.*)") +async def _(event): + chat = "@TempMailBot" + lord = await event.edit("Sedang Memprosess...🚀") + async with bot.conversation(chat) as conv: + try: + response = conv.wait_event(events.NewMessage( + incoming=True, + from_users=220112646 + ) + ) + await conv.send_message("/start") + await asyncio.sleep(1) + await conv.send_message("Generate New") + response = await response + lorduserbot = ((response).reply_markup.rows[2].buttons[0].url) + await event.client.send_read_acknowledge(conv.chat_id) + except YouBlockedUserError: + await lord.edit("`Mohon buka blokir` @TempMailBot `lalu coba lagi`") + return + await event.edit(f"**GBX TEMPMAIL** ~ `{response.message.message}`\n\n[KLIK DISINI UNTUK VERIFIKASI]({gbxuserbot})") + + +# Alvin Ganteng +# Ported For Lord Userbot From Ultroid + +CMD_HELP.update({"tempmail": "**Modules:** __Temp Mail__\n\n**Perintah:** `.tm`" + "\n**Penjelasan:** Mendapatkan Email Gratis Dari Temp Mail"}) From bf0d24bb6517c38986f5b195637992f621af7995 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 11:30:41 +0700 Subject: [PATCH 162/174] Create dogbin.py --- userbot/modules/dogbin.py | 135 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 userbot/modules/dogbin.py diff --git a/userbot/modules/dogbin.py b/userbot/modules/dogbin.py new file mode 100644 index 00000000..139d9876 --- /dev/null +++ b/userbot/modules/dogbin.py @@ -0,0 +1,135 @@ +# Copyright (C) 2019 The Raphielscape Company LLC. +# +# Licensed under the Raphielscape Public License, Version 1.d (the "License"); +# you may not use this file except in compliance with the License. +# +"""Userbot module containing commands for interacting with dogbin(https://del.dog)""" + +import os +from requests import get, post, exceptions +from userbot import BOTLOG_CHATID, CMD_HELP, TEMP_DOWNLOAD_DIRECTORY +from userbot.events import register + +DOGBIN_URL = "https://del.dog/" + + +@register(outgoing=True, pattern=r"^\.paste(?: |$)([\s\S]*)") +async def paste(pstl): + """ For .paste command, pastes the text directly to dogbin. """ + dogbin_final_url = "" + match = pstl.pattern_match.group(1).strip() + reply_id = pstl.reply_to_msg_id + + if not (match or reply_id): + return await pstl.edit("`Elon Musk berkata saya tidak bisa menempelkan kekosongan Master....⚡.`") + + if match: + message = match + elif reply_id: + message = await pstl.get_reply_message() + if message.media: + downloaded_file_name = await pstl.client.download_media( + message, TEMP_DOWNLOAD_DIRECTORY, + ) + m_list = None + with open(downloaded_file_name, "rb") as fd: + m_list = fd.readlines() + message = "" + for m in m_list: + message += m.decode("UTF-8") + os.remove(downloaded_file_name) + else: + message = message.message + + # Dogbin + await pstl.edit("`Menempelkan teks . . .🚀`") + resp = post(DOGBIN_URL + "documents", data=message.encode("utf-8")) + + if resp.status_code == 200: + response = resp.json() + key = response["key"] + dogbin_final_url = DOGBIN_URL + key + + if response["isUrl"]: + reply_text = ( + "`Berhasil ditempel!`\n\n" + f"[Shortened URL]({dogbin_final_url})\n\n" + "`Original(non-shortened) URLs`\n" + f"[Dogbin URL]({DOGBIN_URL}v/{key})\n" + f"[View RAW]({DOGBIN_URL}raw/{key})" + ) + else: + reply_text = ( + "`Berhasil ditempel!`\n\n" + f"[Dogbin URL]({dogbin_final_url})\n" + f"[View RAW]({DOGBIN_URL}raw/{key})" + ) + else: + reply_text = "`Gagal menjangkau Dogbin`" + + await pstl.edit(reply_text) + if BOTLOG_CHATID: + await pstl.client.send_message( + BOTLOG_CHATID, "Kueri tempel berhasil dijalankan", + ) + + +@register(outgoing=True, pattern=r"^\.getpaste(?: |$)(.*)") +async def get_dogbin_content(dog_url): + """ For .getpaste command, fetches the content of a dogbin URL. """ + textx = await dog_url.get_reply_message() + message = dog_url.pattern_match.group(1) + await dog_url.edit("`Mendapatkan konten dogbin...🚀`") + + if textx: + message = str(textx.message) + + format_normal = f"{DOGBIN_URL}" + format_view = f"{DOGBIN_URL}v/" + + if message.startswith(format_view): + message = message[len(format_view):] + elif message.startswith(format_normal): + message = message[len(format_normal):] + elif message.startswith("del.dog/"): + message = message[len("del.dog/"):] + else: + return await dog_url.edit("`Apakah itu url dogbin?`") + + resp = get(f"{DOGBIN_URL}raw/{message}") + + try: + resp.raise_for_status() + except exceptions.HTTPError as HTTPErr: + await dog_url.edit( + "Permintaan mengembalikan kode status tidak berhasil.\n\n" + str(HTTPErr) + ) + return + except exceptions.Timeout as TimeoutErr: + await dog_url.edit("Permintaan waktu habis." + str(TimeoutErr)) + return + except exceptions.TooManyRedirects as RedirectsErr: + await dog_url.edit( + "Permintaan melebihi jumlah pengalihan maksimum yang dikonfigurasi." + + str(RedirectsErr) + ) + return + + reply_text = ( + "`Berhasil mengambil konten URL dogbin!`" + "\n\n`Content:` " + resp.text) + + await dog_url.edit(reply_text) + if BOTLOG_CHATID: + await dog_url.client.send_message( + BOTLOG_CHATID, "Kueri konten get dogbin telah berhasil dijalankan", + ) + + +CMD_HELP.update({ + "dogbin": + " .paste " + "\ nPenggunaan: Buat tempel atau url yang dipersingkat menggunakan dogbin (https://del.dog/)" + "\ n \ n.getpaste " + "\ nPenggunaan: Mendapat konten tempel atau url yang dipersingkat dari dogbin (https://del.dog/)" +}) From 0588814c74888d7a280d3d23e2febecee7f4d29c Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 11:54:51 +0700 Subject: [PATCH 163/174] Create hacking.py --- userbot/modules/hacking.py | 130 +++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 userbot/modules/hacking.py diff --git a/userbot/modules/hacking.py b/userbot/modules/hacking.py new file mode 100644 index 00000000..acc43bf1 --- /dev/null +++ b/userbot/modules/hacking.py @@ -0,0 +1,130 @@ +# © Copyright 2021 Lynx-Userbot LLC Company. +# GPL-3.0 License From Github +# Ported by @TeamSecret_Kz (KENZO) +# WARNING !! +# Credits by @TeamUltroid, Kraken, Sawan. + + +from time import sleep +from userbot import CMD_HELP, bot +from userbot.events import register +from random import getrandbits, randint +from re import sub + +import requests +import asyncio +import random + +@register(outgoing=True, pattern='^.hacking(?: |$)(.*)') +async def hack(event): + animation_interval = 0.7 + animation_ttl = range(0, 11) + await event.edit("Installing.") + await event.edit("Installing..") + await event.edit("Installing...") + await event.edit("Installing....") + await asyncio.sleep(3) + await event.edit("`Installing Files To Hacked Private Server...`") + await asyncio.sleep(3) + await event.edit("`Target Selected.`") + await asyncio.sleep(4) + await event.edit("`Installing... 0%\n▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ `") + await asyncio.sleep(3) + await event.edit("`Installing... 4%\n█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ `") + await asyncio.sleep(2) + await event.edit("`Installing... 8%\n██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ `") + await asyncio.sleep(3) + await event.edit("`lnstallig... 20%\n█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ `") + await asyncio.sleep(2) + await event.edit("`Installing... 36%\n█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ `") + await asyncio.sleep(3) + await event.edit("`Installing... 52%\n█████████████▒▒▒▒▒▒▒▒▒▒▒▒ `") + await asyncio.sleep(2) + await event.edit("`Installing... 84%\n█████████████████████▒▒▒▒ `") + await asyncio.sleep(2) + await event.edit("`Installing... 100%\n████████Installed██████████ `") + await asyncio.sleep(2) + await event.edit("`Target files Uploading...\n\nDirecting To Remote server to hack..`") + await asyncio.sleep(3) + await event.edit("Connecting nd getting combined token from my.telegram.org ") + await asyncio.sleep(3) + await event.edit("`root@anon:~#` ") + await asyncio.sleep(2) + await event.edit("`root@anon:~# ls`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~#`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # S`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So L`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Le`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let'`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's `") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's H`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Ha`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hac`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack `") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack i`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it `") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it .`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ..`") + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# `") + await asyncio.sleep(2) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py`") + await asyncio.sleep(2) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...`") + await asyncio.sleep(2) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...\n\nroot@anon:~# trap whoami`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...\n\nroot@anon:~# trap whoami\n\nwhoami=user`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...\n\nroot@anon:~# trap whoami\n\nwhoami=user\nboost_trap on force ...`") + await asyncio.sleep(3) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...\n\nroot@anon:~# trap whoami\n\nwhoami=user\nboost_trap on force ...\nVictim detected in ghost ...`") + await asyncio.sleep(2) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...\n\nroot@anon:~# trap whoami\n\nwhoami=user\nboost_trap on force ...\nVictim detected in ghost ...\n\nAll Done!`") + await asyncio.sleep(2) + await event.edit("`root@anon:~# ls\n\n usr ghost codes \n\nroot@aono:~# # So Let's Hack it ...\nroot@anon:~# python setup.py\n\nsetup.py deployed ...\nAuto CMD deployed ...\n\nroot@anon:~# trap whoami\n\nwhoami=user\nboost_trap on force ...\nVictim detected in ghost ...\n\nAll Done!\nInstalling Token!\nToken=`DJ65gulO90P90nlkm65dRfc8I`") + await asyncio.sleep(3) + await event.edit("`starting telegram hack`") + await asyncio.sleep(2) + await event.edit("`Hacking... 0%completed.\nTERMINAL:\nDownloading Bruteforce-Telegram-0.1.tar.gz (1.3) kB`") + await asyncio.sleep(3) + await event.edit(" `Hacking... 4% completed\n TERMINAL:\nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\n Collecting Data Package`") + await asyncio.sleep(2) + await event.edit("`Hacking.....6% completed\n TERMINAL:\nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\n Collecting Data Package seeing target account chat\n lding chat tg-bot bruteforce finished`") + await asyncio.sleep(2) + await event.edit("`Hacking.....8%completed\n TERMINAL:\nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\n Collecting Data Package seeing target account chat\n lding chat tg-bot bruteforce finished\n creating pdf of chat`") + await asyncio.sleep(3) + await event.edit("`Hacking....15%completed\n Terminal:Chat history from telegram exporting to private database.\n Terminal 874379gvrfghhuu5tlotruhi5rbh installing`") + await asyncio.sleep(3) + await event.edit("`Hacking....24%completed\n TERMINAL:\nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\nCollecting Data Package seeing target account chat\n lding chat tg-bot bruteforce finished\nerminal:chat history from telegram exporting to private database.\n terminal 874379gvrfghhuu5tlotruhi5rbh installed\n Creating data into pdf`") + await asyncio.sleep(2) + await event.edit("`Hacking....32%completed\n looking for use history \n downloading-telegram -id prtggtgf . gfr (12.99 mb)\n Collecting data starting imprute attack to user account\n Chat history from telegram exporting to private database.\n Terminal 874379gvrfghhuu5tlotruhi5rbh installed\n Creted data into pdf\n Download sucessful Bruteforce-Telegram-0.1.tar.gz (1.3)`") + await asyncio.sleep(3) + await event.edit("Hacking....38%completed\n\nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\nCollecting Data Package\n Downloading Telegram-Data-Sniffer-7.1.1-py2.py3-none-any.whl (82 kB): finished with status 'done'\nCreated wheel for telegram: filename=Telegram-Data-Sniffer-0.0.1-py3-none-any.whl size=1306 sha256=cb224caad7fe01a6649188c62303cd4697c1869fa12d280570bb6ac6a88e6b7e`") + await asyncio.sleep(3) + await event.edit("`Hacking....52%completed\nexterting data from telegram private server\ndone with status 36748hdeg\n checking for more data in device`") + await asyncio.sleep(2) + await event.edit("`Hacking....60%completed\nmore data found im target device\npreparing to download data\n process started with status 7y75hsgdt365ege56es\n status changed to up`") + await asyncio.sleep(2) + await event.edit("`Hacking....73% completed\n Downloading data from device\n process completed with status 884hfhjh\nDownloading-0.1.tar.gz (9.3 kB)\n Collecting Data Packageseeing target\n lding chat tg-bot bruteforce finished\n creating pdf of chat`") + await asyncio.sleep(3) + await event.edit("`Hacking...88%completed\nall data from telegram private server downloaded\nterminal download sucessfull--with status jh3233fdg66y yr4vv.irh\n data collected from tg-bot\n TERMINAL:\n Bruteforce-Telegram-0.1.tar.gz (1.3)downloaded`") + await asyncio.sleep(2) + await event.edit("`100%\n█████████HACKED███████████ `\n\n\n TERMINAL: \nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\nCollecting Data Package\n Downloading Telegram-Data-Sniffer-7.1.1-py2.py3-none-any.whl (82 kB)\nBuilding wheel for Tg-Bruteforcing (setup.py): finished with status 'done'\nCreated wheel for telegram: filename=Telegram-Data-Sniffer-0.0.1-py3-none-any.whl size=1306 sha256=cb224caad7fe01a6649188c62303cd4697c1869fa12d280570bb6ac6a88e6b7e\n Stored in directory: `") + await asyncio.sleep(3) + await event.edit("`Accoount hacked\n Collecting all data\n converting data into PDF`") + await asyncio.sleep(3) + await event.edit("PDF Created Click Link Below to Download Data`\n\n`Don't Worry Only i Can Open This File 😎😎..\nIf u don't Believe try to Download 🙂\n\nhttps://drive.google.com/file/d/1o2wXirqy1RZqnUMgsoM8qX4j4iyse26X/view?usp=sharing") + + +CMD_HELP.update({ + "hack": "Penjelasan: `.hack`\ + \n↳ : Untuk hacking via Termux." +}) From f7d5e57661250b04d1679eedceaafe92e966fcec Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 12:00:17 +0700 Subject: [PATCH 164/174] Update hacking.py --- userbot/modules/hacking.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/hacking.py b/userbot/modules/hacking.py index acc43bf1..ee3e2f96 100644 --- a/userbot/modules/hacking.py +++ b/userbot/modules/hacking.py @@ -119,9 +119,9 @@ async def hack(event): await asyncio.sleep(2) await event.edit("`100%\n█████████HACKED███████████ `\n\n\n TERMINAL: \nDownloading Bruteforce-Telegram-0.1.tar.gz (9.3 kB)\nCollecting Data Package\n Downloading Telegram-Data-Sniffer-7.1.1-py2.py3-none-any.whl (82 kB)\nBuilding wheel for Tg-Bruteforcing (setup.py): finished with status 'done'\nCreated wheel for telegram: filename=Telegram-Data-Sniffer-0.0.1-py3-none-any.whl size=1306 sha256=cb224caad7fe01a6649188c62303cd4697c1869fa12d280570bb6ac6a88e6b7e\n Stored in directory: `") await asyncio.sleep(3) - await event.edit("`Accoount hacked\n Collecting all data\n converting data into PDF`") + await event.edit("`Akun diretas \ n Mengumpulkan semua data \ n mengonversi data menjadi PDF`") await asyncio.sleep(3) - await event.edit("PDF Created Click Link Below to Download Data`\n\n`Don't Worry Only i Can Open This File 😎😎..\nIf u don't Believe try to Download 🙂\n\nhttps://drive.google.com/file/d/1o2wXirqy1RZqnUMgsoM8qX4j4iyse26X/view?usp=sharing") + await event.edit("PDF Dibuat Klik Tautan Di Bawah Ini untuk Mengunduh Data\n\n`Jangan Khawatir Hanya Saya Bisa Buka File Ini 😎😎..\nIf u don't Believe try to Download 🙂\n\nhttps://drive.google.com/file/d/1o2wXirqy1RZqnUMgsoM8qX4j4iyse26X/view?usp=sharing") CMD_HELP.update({ From ae4517ae30b4d05bad7606ba553c6833aae011cc Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 12:28:24 +0700 Subject: [PATCH 165/174] Update hacking.py --- userbot/modules/hacking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/hacking.py b/userbot/modules/hacking.py index ee3e2f96..aa19c65f 100644 --- a/userbot/modules/hacking.py +++ b/userbot/modules/hacking.py @@ -121,7 +121,7 @@ async def hack(event): await asyncio.sleep(3) await event.edit("`Akun diretas \ n Mengumpulkan semua data \ n mengonversi data menjadi PDF`") await asyncio.sleep(3) - await event.edit("PDF Dibuat Klik Tautan Di Bawah Ini untuk Mengunduh Data\n\n`Jangan Khawatir Hanya Saya Bisa Buka File Ini 😎😎..\nIf u don't Believe try to Download 🙂\n\nhttps://drive.google.com/file/d/1o2wXirqy1RZqnUMgsoM8qX4j4iyse26X/view?usp=sharing") + await event.edit("PDF Dibuat Klik Tautan Di Bawah Ini untuk Mengunduh Data\n\n`Jangan Khawatir Hanya Saya Bisa Buka File Ini 😎😎..\nAnda Mencoba Download 🙂\n\nhttps://drive.google.com/file/d/1o2wXirqy1RZqnUMgsoM8qX4j4iyse26X/view?usp=sharing") CMD_HELP.update({ From 7155a7bb34b663f1b95fa368d5abc66d7ce7e3cc Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 16:41:03 +0700 Subject: [PATCH 166/174] Create virtex.py --- userbot/modules/virtex.py | 82 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 userbot/modules/virtex.py diff --git a/userbot/modules/virtex.py b/userbot/modules/virtex.py new file mode 100644 index 00000000..cde80f61 --- /dev/null +++ b/userbot/modules/virtex.py @@ -0,0 +1,82 @@ +# Ported by @PacarFerdilla +# Warning!!! +# Credits by @TeamUltroid, Kraken, Sawan. + +from time import sleep +from userbot import CMD_HELP, bot +from userbot.events import register +from random import getrandbits, randint +from re import sub + +import requests +import asyncio +import random + +@register(outgoing=True, pattern='^.virtex?: |$)(.*)') +async def virtex(event): + animation_interval = 0.7 + animation_ttl = range(0, 11) + await event.edit("Installing.") + await event.edit("Installing..") + await event.edit("Installing...") + await asyncio.sleep(3) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit(""*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit(""*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit(""*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await asyncio.sleep(3) + await event.edit("`...Termux...`") + await asyncio.sleep(3) + await event.edit("`virtex to : 62+********`) + await asyncio.sleep(3) + await event.edit("`Sukses Mengirim Pesan Virtex....`") + await asyncio.sleep(3) + await event.edit("`Syntax Err4r to approved handphone`") + await asyncio.sleep(3) + await event.edit("`Tunggulah HP Temanmu Akan Lag Seketika:)`") + + +CMD_HELP.update({ + "virtex": "Penjelasan: .virtex\ + \n↳ : Untuk Mengirim Virtex Candaan Ke Temen via:v,Termux." +}) From 85ebccc9846eba7a509606eb1a836997dfbcf136 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 16:43:56 +0700 Subject: [PATCH 167/174] Update virtex.py --- userbot/modules/virtex.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/modules/virtex.py b/userbot/modules/virtex.py index cde80f61..8482598d 100644 --- a/userbot/modules/virtex.py +++ b/userbot/modules/virtex.py @@ -31,7 +31,7 @@ async def virtex(event): await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit(""*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") @@ -45,7 +45,7 @@ async def virtex(event): await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit(""*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") @@ -59,7 +59,7 @@ async def virtex(event): await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit(""*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*) + await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") @@ -78,5 +78,5 @@ async def virtex(event): CMD_HELP.update({ "virtex": "Penjelasan: .virtex\ - \n↳ : Untuk Mengirim Virtex Candaan Ke Temen via:v,Termux." + \n↳ : Untuk Mengirim Virtex Candaan Ke Temen Via Termux:v." }) From b4a48f956775d65b11968b81af5fc3e0b51ef7e0 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 16:53:40 +0700 Subject: [PATCH 168/174] Update virtex.py --- userbot/modules/virtex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/virtex.py b/userbot/modules/virtex.py index 8482598d..c1650bee 100644 --- a/userbot/modules/virtex.py +++ b/userbot/modules/virtex.py @@ -67,7 +67,7 @@ async def virtex(event): await asyncio.sleep(3) await event.edit("`...Termux...`") await asyncio.sleep(3) - await event.edit("`virtex to : 62+********`) + await event.edit("`virtex to : 62+********`") await asyncio.sleep(3) await event.edit("`Sukses Mengirim Pesan Virtex....`") await asyncio.sleep(3) From 5df2bb87e423c06112573a935ddc7fe944a3963c Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 17:02:54 +0700 Subject: [PATCH 169/174] Update virtex.py --- userbot/modules/virtex.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/userbot/modules/virtex.py b/userbot/modules/virtex.py index c1650bee..52ca48b3 100644 --- a/userbot/modules/virtex.py +++ b/userbot/modules/virtex.py @@ -1,7 +1,10 @@ -# Ported by @PacarFerdilla -# Warning!!! +# © Copyright 2021 Lynx-Userbot LLC Company. +# GPL-3.0 License From Github +# Ported by @TeamSecret_Kz (KENZO) +# WARNING !! # Credits by @TeamUltroid, Kraken, Sawan. + from time import sleep from userbot import CMD_HELP, bot from userbot.events import register From b294c3654c0587c01043e3de8cb341ba7921fdf0 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 17:09:08 +0700 Subject: [PATCH 170/174] Delete virtex.py --- userbot/modules/virtex.py | 85 --------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 userbot/modules/virtex.py diff --git a/userbot/modules/virtex.py b/userbot/modules/virtex.py deleted file mode 100644 index 52ca48b3..00000000 --- a/userbot/modules/virtex.py +++ /dev/null @@ -1,85 +0,0 @@ -# © Copyright 2021 Lynx-Userbot LLC Company. -# GPL-3.0 License From Github -# Ported by @TeamSecret_Kz (KENZO) -# WARNING !! -# Credits by @TeamUltroid, Kraken, Sawan. - - -from time import sleep -from userbot import CMD_HELP, bot -from userbot.events import register -from random import getrandbits, randint -from re import sub - -import requests -import asyncio -import random - -@register(outgoing=True, pattern='^.virtex?: |$)(.*)') -async def virtex(event): - animation_interval = 0.7 - animation_ttl = range(0, 11) - await event.edit("Installing.") - await event.edit("Installing..") - await event.edit("Installing...") - await asyncio.sleep(3) - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await event.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await asyncio.sleep(3) - await event.edit("`...Termux...`") - await asyncio.sleep(3) - await event.edit("`virtex to : 62+********`") - await asyncio.sleep(3) - await event.edit("`Sukses Mengirim Pesan Virtex....`") - await asyncio.sleep(3) - await event.edit("`Syntax Err4r to approved handphone`") - await asyncio.sleep(3) - await event.edit("`Tunggulah HP Temanmu Akan Lag Seketika:)`") - - -CMD_HELP.update({ - "virtex": "Penjelasan: .virtex\ - \n↳ : Untuk Mengirim Virtex Candaan Ke Temen Via Termux:v." -}) From 68b225d464927461a141f09e947f924ecb08c306 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 22:01:00 +0700 Subject: [PATCH 171/174] Update oi.py --- userbot/modules/oi.py | 119 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 116 insertions(+), 3 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index b4a54f03..689b1854 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -102,13 +102,13 @@ async def typewriter(typew): async def typewriter(typew): typew.pattern_match.group(1) sleep(3) - await typew.edit("`..BACOTTT....KONTOLLL..🔥`") + await typew.edit("`..BACOTTT....KONTOLLL....🔥`") sleep(3) await typew.edit("`..GAK..USAH..REP..ASW.....🔥`") sleep(1) - await typew.edit("`..SOKAP..BAT..LU..ANJING.....🔥`") + await typew.edit("`..SOKAP..BAT..LU..ANJING...🔥`") sleep(1) - await typew.edit("`.....SINI..KETEMUAN..KUY........🔥`") + await typew.edit("`.....SINI..KETEMUAN..KUY....🔥`") # Create by myself @localheart @@ -539,3 +539,116 @@ async def typewriter(typew): sleep(1) await typew.edit("`Tapi Sepi Yang Main,awokawokawok`") # Create by myself @localheart + + +@register(outgoing=True, pattern='^.virtex(?: |$)(.*)') +async def typewriter(typew): + typew.pattern_match.group(1) + sleep(3) + await typew.edit("Installing.") + await typew.edit("Installing..") + await typew.edit("Installing...") + sleep(3) + await typew.edit("`Tersambung Oleh Termux.......`") + sleep(3) + await typew.edit("`Sedang Mengirim Data Virtex.......`") + sleep(1) + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + sleep(2) + await typew.edit("`Sukses Virtex Terkirim.....`" + sleep(3) + await tyepw.edit("`Syntax Err4or`") + sleep(2) + await typew.edit("`👤 NO Target : +62**********`") + sleep(1) + await typew.edit("`Enjoy:D`") +# Create by myself @localheart From de19d8fdf81f4138e642986774d579888db58a53 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sat, 10 Apr 2021 22:04:45 +0700 Subject: [PATCH 172/174] Update oi.py --- userbot/modules/oi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 689b1854..2d6d87a2 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -644,7 +644,7 @@ async def typewriter(typew): await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") sleep(2) - await typew.edit("`Sukses Virtex Terkirim.....`" + await typew.edit("`Sukses Virtex Terkirim.....`") sleep(3) await tyepw.edit("`Syntax Err4or`") sleep(2) From 1049fc1e06849968cfb5f6afcafb9ac871d9f419 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sun, 11 Apr 2021 07:27:58 +0700 Subject: [PATCH 173/174] Update oi.py --- userbot/modules/oi.py | 182 +++++++++++++++++++++--------------------- 1 file changed, 92 insertions(+), 90 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 2d6d87a2..5821eb76 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -553,96 +553,98 @@ async def typewriter(typew): sleep(3) await typew.edit("`Sedang Mengirim Data Virtex.......`") sleep(1) - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans............") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans..") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans...") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.....") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") + sleep(3) + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*....pip..install...to...target......phone-number : +62**********") + sleep(3) + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect server.........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server..........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server......") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server........") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server........................") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server............") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.............") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server....................") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server...................") + await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Sukses.......☠️VIRTEX☠️........") sleep(2) await typew.edit("`Sukses Virtex Terkirim.....`") sleep(3) From e594df0e6785af0c4fc972a12c6d74762fc61767 Mon Sep 17 00:00:00 2001 From: apisuserbot <80087526+apisuserbot@users.noreply.github.com> Date: Sun, 11 Apr 2021 07:55:00 +0700 Subject: [PATCH 174/174] Update oi.py --- userbot/modules/oi.py | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/userbot/modules/oi.py b/userbot/modules/oi.py index 5821eb76..3056efd0 100644 --- a/userbot/modules/oi.py +++ b/userbot/modules/oi.py @@ -625,32 +625,32 @@ async def typewriter(typew): await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans.......") await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Trojans........") sleep(3) - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*....pip..install...to...target......phone-number : +62**********") + await typew.edit(".....pip..install...to...target......phone-number : +62**********") sleep(3) - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect server.........") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server..........") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.........") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server......") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server........") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server......") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server........") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server........................") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server............") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server.............") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server....................") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Connect Server...................") - await typew.edit("*9999999* *ผิดุท้่เึางืผิดุท้่เึางื*Sukses.......☠️VIRTEX☠️........") + await typew.edit("`Connect server.........`") + await typew.edit("`Connect Server..........`") + await typew.edit("`Connect Server.........`") + await typew.edit("`Connect Server.`") + await typew.edit("`Connect Server......`") + await typew.edit("`Connect Server.`") + await typew.edit("`Connect Server........`") + await typew.edit("`Connect Server......`") + await typew.edit("`Connect Server.`") + await typew.edit("`Connect Server........`") + await typew.edit("`Connect Server........................`") + await typew.edit("`Connect Server.`") + await typew.edit("`Connect Server............`") + await typew.edit("`Connect Server.`") + await typew.edit("`Connect Server.............`") + await typew.edit("`Connect Server....................`") + await typew.edit("`Connect Server...................`") + await typew.edit("`Sukses.......☠️VIRTEX☠️........`") sleep(2) await typew.edit("`Sukses Virtex Terkirim.....`") sleep(3) await tyepw.edit("`Syntax Err4or`") sleep(2) await typew.edit("`👤 NO Target : +62**********`") - sleep(1) + sleep(2) await typew.edit("`Enjoy:D`") # Create by myself @localheart