diff --git a/README.md b/README.md
index 05fd088a..0fc37c45 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@
-## โกGeez-UserBot
-
+## โกPenikmatMemew-Userbot
+
Userbot Used for Fun on Telegram, and for Maintianing Your Group.
@@ -44,7 +44,7 @@
## DEPLOY TO HEROKU
- 
+ 
diff --git a/app.json b/app.json
index d049c152..1dfc3482 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,6 @@
{
- "name": "โก๐๐ฒ๐ฒ๐ ๐๐๐๐๐ฝ๐๐โก",
- "description": "๐ซGeez-UserBot๐ซ USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERSENANG-SENANG DI TELEGRAM.",
+ "name": "๐ ๐๐๐ฃ๐๐ ๐ข๐๐ฉ ๐๐๐ข๐๐ฌ ๐๐จ๐๐ง๐๐ค๐ฉ ๐",
+ "description": "๐ญ Memew Userbot ๐ญ USERBOT YG DIGUNAKAN UNTUK MENIKMATI PARA MEMEW DI TELEGRAM ๐ฝ..",
"logo": "",
"keywords": [
"telegram",
@@ -9,21 +9,21 @@
"modular",
"productivity"
],
- "repository": "https://github.com/Vckyou/Geez-UserBot",
- "telegram": "https://t.me/VckyouuBitch",
- "success_url": "https://t.me/CariTemanRandom",
+ "repository": "https://github.com/executor99/PenikmatMemew-UserBot",
+ "telegram": "https://t.me/penjelajahdimensi",
+ "success_url": "https://t.me/thisrevolution",
"stack": "container",
"env": {
"API_KEY": {
- "description": "Dapatkan Api Key di web my.telegram.org.",
+ "description": "Makanya jadi orang jadi dongo kontol.",
"required": true
},
"API_HASH": {
- "description": "Dapatkan Api Hash Di Web my.telegram.org.",
+ "description": "Makanya jadi orang jangan dongo kontol.",
"required": true
},
"STRING_SESSION": {
- "description": "Dapatkan String Session di termux caranya ada di repo, jika tidak tau reponya tanya ke @VckyouuBitch di telegram",
+ "description": "Baca Goblok makanya",
"required": true
},
"HEROKU_APP_NAME": {
@@ -36,7 +36,7 @@
"required": true
},
"BOTLOG": {
- "description": "Kalo Mau Off in BOTLOG Ganti False",
+ "description": "Kalo Mau Off in ya BOTLOG nya di Ganti ke False Kontol",
"value": "True",
"required": true
},
diff --git a/userbot/__init__.py b/userbot/__init__.py
index 727722d7..d6a4c588 100644
--- a/userbot/__init__.py
+++ b/userbot/__init__.py
@@ -201,11 +201,11 @@
# Default .alive Logo
ALIVE_LOGO = os.environ.get(
- "ALIVE_LOGO") or "https://telegra.ph/file/c92925807ed5a1c68ebff.png"
+ "ALIVE_LOGO") or "https://telegra.ph/file/6b4d999e0897fe457d797.jpg"
# Default .helpme Logo
INLINE_PIC = os.environ.get(
- "INLINE_PIC") or "https://telegra.ph/file/9e3f0783db33698243b7d.png"
+ "INLINE_PIC") or "hhttps://telegra.ph/file/6b4d999e0897fe457d797.jpg"
# Last.fm Module
BIO_PREFIX = os.environ.get("BIO_PREFIX", None)
@@ -347,7 +347,7 @@ async def check_botlog_chatid():
async def check_alive():
- await bot.send_message(BOTLOG_CHATID, "```๐๐ฐ๐ฏ๐จ๐ณ๐ข๐ต๐ด๐ด... โก๐๐ฆ๐ฆ๐ป ๐๐๐๐๐๐๐โก Has Been Active!!```")
+ await bot.send_message(BOTLOG_CHATID, "```Selamat... ๐ BOT KONTOL LU ๐ sudah aktif tolol!!```")
return
with bot:
@@ -433,7 +433,7 @@ async def opeen(event):
try:
tgbotusername = BOT_USERNAME
if tgbotusername is not None:
- results = await event.client.inline_query(tgbotusername, "@Geez-Project")
+ results = await event.client.inline_query(tgbotusername, "@ohempty")
await results[0].click(
event.chat_id, reply_to=event.reply_to_msg_id, hide_via=True
)
@@ -456,15 +456,15 @@ async def handler(event):
if event.message.from_id != uid:
u = await event.client.get_entity(event.chat_id)
await event.reply(
- f"Hallo [{get_display_name(u)}](tg://user?id={u.id}) Selamat Datang Di\n**Geez - Project**\nKalo mau tau lebih lanjut silahkan Join Ke \n**๐๐ฅ๐ข๐จ๐ฃ ๐ฆ๐จ๐ฃ๐ฃ๐ข๐ฅ๐ง** Dibawah Ini.\n",
+ f"Hallo [{get_display_name(u)}](tg://user?id={u.id}) Selamat Datang Di\n**PenikmatMemew - Userbot**\nKalo mau tau lebih lanjut silahkan Join Ke \n**๐๐ฅ๐ข๐จ๐ฃ ๐ฆ๐จ๐ฃ๐ฃ๐ข๐ฅ๐ง** Dibawah Ini.\n",
buttons=[
[
- Button.url("๐ข Channel Support",
- "t.me/GeezProject"),
- Button.url("๐จ Group support",
- "t.me/GeezSupportGroup")],
- [Button.url("๐ค Development",
- "t.me/VckyouuBitch")],
+ Button.url("๐ฌ Channel Support",
+ "t.me/ohempty"),
+ Button.url("๐ฆ Group support",
+ "t.me/thisrevolution")],
+ [Button.url("๐คณ Development",
+ "t.me/penjelajahdimensi")],
]
)
@@ -490,29 +490,29 @@ async def inline_handler(event):
result = builder.photo(
file=geezlogo,
link_preview=False,
- text=f"โก๐๐ฒ๐ฒ๐-๐๐๐๐๐ฝ๐๐โก\n\nโก**Owner : {DEFAULTUSER}**\n\nโก **Bot Ver :** `5.0`\nโก **๐ odules :** `{len(plugins)}`\n\nโก **Dev : VCKYOUUU **".format(
+ text=f"๐๐๐๐ฃ๐๐ ๐ข๐๐ฉ๐๐๐ข๐๐ฌ-๐๐๐๐๐ฝ๐๐๐\n\nโก**Owner : {DEFAULTUSER}**\n\nโก **Bot Ver :** `5.0`\nโก **๐ odules :** `{len(plugins)}`\n\nโก **Dev : Executor **".format(
len(dugmeler),
),
buttons=buttons,
)
elif query.startswith("tb_btn"):
result = builder.article(
- "Bantuan Dari โก๐๐ฒ๐ฒ๐-๐๐๐๐๐ฝ๐๐โก ",
+ "Bantuan Dari๐๐๐๐ฃ๐๐ ๐ข๐๐ฉ๐๐๐ข๐๐ฌ-๐๐๐๐๐ฝ๐๐๐ ",
text="Daftar Plugins",
buttons=[],
link_preview=True)
else:
result = builder.article(
- " โก๐๐ฒ๐ฒ๐-๐๐๐๐๐ฝ๐๐โก ",
- text="""**โก๐๐ฒ๐ฒ๐-๐๐๐๐๐ฝ๐๐โก\n\n Anda Bisa Membuat Geez Userbot Anda Sendiri Dengan Cara:** __TEKEN DIBAWAH INI!__ ๐""",
+ "๐๐๐๐ฃ๐๐ ๐ข๐๐ฉ๐๐๐ข๐๐ฌ-๐๐๐๐๐ฝ๐๐๐ ",
+ text="""**๐๐๐๐ฃ๐๐ ๐๐ฉ๐๐๐ข๐๐ฌ-๐๐๐๐๐ฝ๐๐๐\n\n Anda Bisa Membuat Geez Userbot Anda Sendiri Dengan Cara:** __TEKEN DIBAWAH INI!__ ๐""",
buttons=[
[
custom.Button.url(
- "โก๐๐ฒ๐ฒ๐-๐๐๐๐๐ฝ๐๐โก",
- "https://github.com/vckyou/Geez-Userbot"),
+ "๐๐๐๐ฃ๐๐ ๐ข๐๐ฉ ๐๐๐ข๐๐ฌ-๐๐๐๐๐ฝ๐๐๐",
+ "https://github.com/executor99/PenikmatMemew-Userbot"),
custom.Button.url(
"OWNER",
- "t.me/Vckyouubitch")]],
+ "t.me/penjelajahdimensi")]],
link_preview=False,
)
await event.answer([result] if result else None)
@@ -547,10 +547,10 @@ async def on_plug_in_callback_query_handler(event):
link_preview=True,
buttons=[
[
- Button.url("๐ข Channel Support",
- "t.me/GeezProject"),
- Button.url("๐จ Group support",
- "t.me/GeezSupportGroup")],
+ Button.url("๐ฌ Channel Support",
+ "t.me/ohempty"),
+ Button.url("๐ฆ Group support",
+ "t.me/thisrevolutiob")],
[custom.Button.inline(
"Close", b"close")],
]
@@ -609,11 +609,11 @@ async def on_plug_in_callback_query_handler(event):
@tgbot.on(events.CallbackQuery(data=b"close"))
async def close(event):
- await event.edit("Menu Ditutup!", buttons=Button.clear())
+ await event.edit("Menu Ditutup Dibuka lagi nanti!", buttons=Button.clear())
except BaseException:
LOGS.info(
- "Mode Inline Bot Mu Nonaktif. "
+ "Mode Inline Bot Mu Nonaktif Bodoh. "
"Untuk Mengaktifkannya, Silahkan Pergi Ke @BotFather Lalu, Settings Bot > Pilih Mode Inline > Turn On. ")
try:
bot.loop.run_until_complete(check_botlog_chatid())
diff --git a/userbot/__main__.py b/userbot/__main__.py
index 9fb41195..e8863d8d 100644
--- a/userbot/__main__.py
+++ b/userbot/__main__.py
@@ -27,7 +27,7 @@
LOGS.info(
- f"โกGeez - Projectโก โ๏ธ V{BOT_VER} [TELAH DIAKTIFKAN!]")
+ f"๐ Penikmat Memew ๐ โ๏ธ V{BOT_VER} [TELAH DIAKTIFKAN!]")
if len(argv) not in (1, 3, 4):
diff --git a/userbot/events.py b/userbot/events.py
index 1d159e46..4128db80 100644
--- a/userbot/events.py
+++ b/userbot/events.py
@@ -96,11 +96,11 @@ async def wrapper(check):
if not disable_errors:
date = strftime("%Y-%m-%d %H:%M:%S", gmtime())
- text = "**Geez-Project ERROR**\n"
- link = "Silahkan chat: @VckyouuBitch"
+ text = "**Penikmat Memew ERROR**\n"
+ link = "Silahkan chat: @penjelajahdimensi"
text += "Untuk melaporkan kesalahan"
text += f"tinggal teruskan pesan ini {link}.\n"
- text += "Vcky Siap Membantu Kamu\n"
+ text += "Memew Siap Membantu Kamu\n"
ftext = "========== DISCLAIMER =========="
ftext += "\nThis file uploaded ONLY here,"
diff --git a/userbot/modules/__help.py b/userbot/modules/__help.py
index f0e51a0f..f90d7842 100644
--- a/userbot/modules/__help.py
+++ b/userbot/modules/__help.py
@@ -20,7 +20,7 @@ async def yardim(event):
await event.delete()
else:
await event.edit(
- "`Botnya tidak berfungsi! Silahkan atur Bot Token dan Username dengan benar. Modul telah dihentikan.`"
+ "`Botnya ga jalan kontol! Atur Bot Token dan Username dengan benar. Modulnya telah dihentikan.`"
)
except Exception:
return await event.edit(
diff --git a/userbot/modules/admin.py b/userbot/modules/admin.py
index 316ffd50..253320c0 100644
--- a/userbot/modules/admin.py
+++ b/userbot/modules/admin.py
@@ -34,10 +34,10 @@
from userbot.events import register
# =================== CONSTANT ===================
-PP_TOO_SMOL = "`Gambar Terlalu Kecil`"
+PP_TOO_SMOL = "`Gambar Terlalu Kecil Bodoh`"
PP_ERROR = "`Gagal Memproses Gambar`"
-NO_ADMIN = "`Maaf Anda Bukan Admin:)`"
-NO_PERM = "`Maaf Anda Tidak Mempunyai Izin!`"
+NO_ADMIN = "`Lu Bukab Admin Kontol:)`"
+NO_PERM = "`Maaf Anda Tidak Mempunyai Izin Karna Anda itu Babu!`"
NO_SQL = "`Berjalan Pada Mode Non-SQL`"
CHAT_PP_CHANGED = "`Berhasil Mengubah Profil Grup`"
@@ -134,7 +134,7 @@ async def promote(promt):
pin_messages=True,
)
- await promt.edit("`Promosikan Pengguna Sebagai Admin... Mohon Menunggu`")
+ await promt.edit("`Tunggu Saya sedang mempromosikan orang bodoh ini jadi admin...`")
user, rank = await get_user_from_event(promt)
if not rank:
rank = "Admin" # Just in case.
@@ -144,7 +144,7 @@ async def promote(promt):
# Try to promote if current user is admin or creator
try:
await promt.client(EditAdminRequest(promt.chat_id, user.id, new_rights, rank))
- await promt.edit("`Berhasil Mempromosikan Pengguna Ini Sebagai Admin!`")
+ await promt.edit("`Oke Berhasil si kontol menjadi admin di group!`")
await sleep(5)
await promt.delete()
@@ -228,7 +228,7 @@ async def ban(bon):
return
# Announce that we're going to whack the pest
- await bon.edit("`Melakukan Banned!`")
+ await bon.edit("`Mampus kena Banned!`")
try:
await bon.client(EditBannedRequest(bon.chat_id, user.id, BANNED_RIGHTS))
@@ -286,7 +286,7 @@ async def nothanos(unbon):
try:
await unbon.client(EditBannedRequest(unbon.chat_id, user.id, UNBAN_RIGHTS))
- await unbon.edit("```Unban Berhasil Dilakukan!```")
+ await unbon.edit("```Bilang Makasih Sudah di Unban Tolol!```")
await sleep(3)
await unbon.delete()
@@ -298,7 +298,7 @@ async def nothanos(unbon):
f"GRUP: {unbon.chat.title}(`{unbon.chat_id}`)",
)
except UserIdInvalidError:
- await unbon.edit("`Sepertinya Terjadi Kesalahan!`")
+ await unbon.edit("`Sepertinya Terjadi Kekontolan!`")
@register(outgoing=True, pattern=r"^\.mute(?: |$)(.*)")
@@ -332,14 +332,14 @@ async def spider(spdr):
# If everything goes well, do announcing and mute
await spdr.edit("`Telah Dibisukan!`")
if mute(spdr.chat_id, user.id) is False:
- return await spdr.edit("`Error! Pengguna Sudah Dibisukan.`")
+ return await spdr.edit("`Error! Pengguna Sudah Dibisukan Seperti orang Tunawicara.`")
else:
try:
await spdr.client(EditBannedRequest(spdr.chat_id, user.id, MUTE_RIGHTS))
# Announce that the function is done
if reason:
- await spdr.edit(f"**Telah Dibisukan!**\n**Alasan:** `{reason}`")
+ await spdr.edit(f"**Si Kontol Dibisukan!**\n**Alasan:** `{reason}`")
else:
await spdr.edit("`Telah Dibisukan!`")
@@ -385,7 +385,7 @@ async def unmoot(unmot):
try:
await unmot.client(EditBannedRequest(unmot.chat_id, user.id, UNBAN_RIGHTS))
- await unmot.edit("```Berhasil Melakukan Unmute! Pengguna Sudah Tidak Lagi Dibisukan```")
+ await unmot.edit("```Berhasil Melakukan Unmute! Lu Masih ngeyel fixs lu jelek```")
await sleep(3)
await unmot.delete()
except UserIdInvalidError:
@@ -454,7 +454,7 @@ async def ungmoot(un_gmute):
return
# If pass, inform and start ungmuting
- await un_gmute.edit("```Membuka Global Mute Pengguna...```")
+ await un_gmute.edit("```Membuka Global Mute Si Kontol...```")
if ungmute(user.id) is False:
await un_gmute.edit("`Kesalahan! Pengguna Sedang Tidak Di Gmute.`")
@@ -500,9 +500,9 @@ async def gspider(gspdr):
await gspdr.edit("`Kesalahan! Pengguna Sudah Dibisukan.`")
else:
if reason:
- await gspdr.edit(f"**Dibisukan Secara Global!**\n**Alasan:** `{reason}`")
+ await gspdr.edit(f"**Telah Dibisukan Secara Global Mampus!**\n**Alasan:** `{reason}`")
else:
- await gspdr.edit("`Berhasil Membisukan Pengguna Secara Global!`")
+ await gspdr.edit("`Berhasil Membisukan Si Anjing ini Secara Global!`")
if BOTLOG:
await gspdr.client.send_message(
@@ -518,10 +518,10 @@ async def rm_deletedacc(show):
con = show.pattern_match.group(1).lower()
del_u = 0
- del_status = "`Tidak Menemukan Akun Terhapus, Grup Bersih`"
+ del_status = "`Tidak Menemukan Akun Sampah di Group, Grup Bersih dari anak aliancrot`"
if con != "clean":
- await show.edit("`Mencari Akun Hantu/Terhapus/Zombie...`")
+ await show.edit("`Mencari Akun Sampah/Aliancrot/Family...`")
async for user in show.client.iter_participants(show.chat_id):
if user.deleted:
@@ -530,7 +530,7 @@ async def rm_deletedacc(show):
if del_u > 0:
del_status = (
f"`Menemukan` **{del_u}** `Akun Hantu/Terhapus/Zombie Dalam Grup Ini,"
- "\nBersihkan Itu Menggunakan Perintah .zombies clean`")
+ "\nBersihkan Itu Menggunakan Perintah .clean sampah`")
return await show.edit(del_status)
# Here laying the sanity check
@@ -542,7 +542,7 @@ async def rm_deletedacc(show):
if not admin and not creator:
return await show.edit("`Mohon Maaf, Bukan Admin Disini!`")
- await show.edit("`Menghapus Akun Terhapus...\nMohon Menunggu Sedang Dalam Proses`")
+ await show.edit("`Mengblockir Akun Sampah...\nMohon Menunggu Sedang Dalam Proses`")
del_u = 0
del_a = 0
@@ -553,7 +553,7 @@ async def rm_deletedacc(show):
EditBannedRequest(show.chat_id, user.id, BANNED_RIGHTS)
)
except ChatAdminRequiredError:
- return await show.edit("`Tidak Memiliki Izin Banned Dalam Grup Ini`")
+ return await show.edit("`Lu Bukan Admin Di Group Ini KONT`")
except UserAdminInvalidError:
del_u -= 1
del_a += 1
@@ -561,7 +561,7 @@ async def rm_deletedacc(show):
del_u += 1
if del_u > 0:
- del_status = f"`Membersihkan` **{del_u}** `Akun Terhapus`"
+ del_status = f"`Membersihkan` **{del_u}** `Akun Anak Anak Alincrot`"
if del_a > 0:
del_status = (
@@ -576,7 +576,7 @@ async def rm_deletedacc(show):
await show.client.send_message(
BOTLOG_CHATID,
"#MEMBERSIHKAN\n"
- f"Membersihkan **{del_u}** Akun Terhapus!"
+ f"Membersihkan **{del_u}** Akun Anak Anak Aliancrot!"
f"\nGRUP: {show.chat.title}(`{show.chat_id}`)",
)
@@ -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 Pahlawan Grup {title}: \n"
try:
async for user in show.client.iter_participants(
show.chat_id, filter=ChannelParticipantsAdmins
@@ -744,7 +744,7 @@ async def get_user_from_event(event):
user = int(user)
if not user:
- return await event.edit("`Ketik Username Atau Balas Ke Pengguna!`")
+ return await event.edit("`Ketik Username Atau Balas Pesan Si Bangsat!`")
if event.message.entities is not None:
probable_user_mention_entity = event.message.entities[0]
diff --git a/userbot/modules/adzan.py b/userbot/modules/adzan.py
index aaf0b856..6a6cc5f2 100644
--- a/userbot/modules/adzan.py
+++ b/userbot/modules/adzan.py
@@ -22,7 +22,7 @@ async def get_adzan(adzan):
url = f"https://api.pray.zone/v2/times/today.json?city={LOCATION}"
request = requests.get(url)
if request.status_code == 500:
- return await adzan.edit(f"**Tidak Dapat Menemukan Kota** `{LOCATION}`")
+ return await adzan.edit(f"**Kota Anda Kaum Kafir** `{LOCATION}`")
parsed = json.loads(request.text)
diff --git a/userbot/modules/afk.py b/userbot/modules/afk.py
index f65609ae..29ad1af1 100644
--- a/userbot/modules/afk.py
+++ b/userbot/modules/afk.py
@@ -89,7 +89,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("๐ฅ ๐ผ ๐ ๐"):
+ if last and last.endswith("๐ ๐๐๐ ๐๐๐ก๐ ๐ฟ๐ช๐ก๐ช ๐๐๐ "):
last1 = last[:-12]
else:
last1 = ""
@@ -97,7 +97,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("๐คณ ๐๐ ๐ ๐ฝ๐๐ก๐๐ ๐๐๐๐๐๐")
time.sleep(3)
await msg.delete()
await notafk.client(UpdateProfileRequest(first_name=user.first_name, last_name=last1))
diff --git a/userbot/modules/animasi.py b/userbot/modules/animasi.py
index e22413c9..ab99ab7c 100644
--- a/userbot/modules/animasi.py
+++ b/userbot/modules/animasi.py
@@ -11,7 +11,7 @@ async def typewriter(typew):
sleep(2)
await typew.edit("`Kedua kamu manis`")
sleep(1)
- await typew.edit("`Dan yang terakhir adalah kamu bukan jodohku`")
+ await typew.edit("`Dan yang terakhir kamu harus siap aku ewe hahaha`")
# Create by myself @localheart
@@ -26,7 +26,7 @@ async def typewriter(typew):
"`\nโปโณ|๏ฟฃ )`"
"`\nโณ๏พ(๏ฟฃ ๏ผ`"
"`\nโปโณT๏ฟฃ|`"
- "\n**Punten**")
+ "\n**Punten Goblok**")
# Create by myself @localheart
@@ -41,7 +41,7 @@ async def typewriter(typew):
"`\nโปโณ|๏ฟฃ )`"
"`\nโณ๏พ(๏ฟฃ ๏ผ`"
"`\nโปโณT๏ฟฃ|`"
- "\n**Masih Ku Pantau**")
+ "\n**Masih Ku Pantau Sayang**")
# Create by myself @localheart
diff --git a/userbot/modules/animasi1.py b/userbot/modules/animasi1.py
index 1f55f422..4b57ef33 100644
--- a/userbot/modules/animasi1.py
+++ b/userbot/modules/animasi1.py
@@ -47,15 +47,15 @@ async def typewriter(typew):
typew.pattern_match.group(1)
await typew.edit("`\n(\\_/)`"
"`\n(โ_โ)`"
- "`\n />โค๏ธ *Ini Buat Kamu`")
+ "`\n />โค๏ธ *Ini Buat Kamu Sayang`")
sleep(3)
await typew.edit("`\n(\\_/)`"
"`\n(โ_โ)`"
- "`\n/>๐ *Aku Ambil Lagi`")
+ "`\n/>๐ *Aku Ambil Lagi Ya`")
sleep(2)
await typew.edit("`\n(\\_/)`"
"`\n(โ_โ)`"
- "`\n๐<\\ *Terimakasih`")
+ "`\n๐<\\ *Terimakasih Hehe`")
@bot.on(events.NewMessage(pattern=r"\.(.*)", outgoing=True))
@@ -139,7 +139,7 @@ async def typewriter(typew):
sleep(2)
await typew.edit("`\n(\\_/)`"
"`\n(โ_โ)`"
- "`\n๐<\\ *Tapi Bo'ong Hiyahiyahiya`")
+ "`\n๐<\\ *Tapi Bo'ong Hiyahiyahiya Kontol`")
@bot.on(events.NewMessage(pattern=r"\.(.*)", outgoing=True))
diff --git a/userbot/modules/animasi2.py b/userbot/modules/animasi2.py
index a4b7de7c..df0b43cb 100644
--- a/userbot/modules/animasi2.py
+++ b/userbot/modules/animasi2.py
@@ -693,7 +693,7 @@
"Memukul",
"melemparkan",
"Memukuli",
- "Membogem",
+ "Mengewe",
]
WHERE_ID = ["di pipi", "di kepala", "di bokong", "di badan"]
@@ -723,7 +723,7 @@
]
-WHERE_Jutsu = ["Di Pipi", "Di Kepala", "Di Bokong", "Di Badan ,Di Pantat"]
+WHERE_Jutsu = ["Di Pipi", "Di Kepala", "Di Bokong", "Di Badan ,Di Memew"]
HILIH = [
@@ -963,7 +963,7 @@ async def copypasta(cp_e):
elif textx:
message = textx.text
else:
- return await cp_e.edit("`๐๐
ฑ๏ธIvE๐sOME๐
text๐
forโ๏ธMe๐tO๐MAkE๐iT๐funNy!๐ฆ`")
+ return await cp_e.edit("`๐๐ผ๐๐ผ๐๐ ๐ผ๐๐ ๐๐๐๐๐ ๐๐ผ๐๐๐ ๐๐๐`")
reply_text = choice(EMOJIS)
# choose a random character in the message to be substituted with ๐
ฑ๏ธ
@@ -1468,7 +1468,7 @@ async def fgtfo(e):
"`\nโโโโโโโโโ`"
"`\nโโโโโโโโโ`"
"`\nโโผโผโผโผโผ`"
- "`\nโ STFU FAGGOT'S`"
+ "`\nโ HALAH MEMEW`"
"`\nโโฒโฒโฒโฒโฒ`"
"`\nโโโโโโโโโ`"
"`\n โโ โโ`"
@@ -1499,7 +1499,7 @@ async def gey(e):
await e.edit(
"`\nโโโโญโโโโโโฎโโโโโ\nโโโโโโโโโโโโโโโ`"
"`\nโโโโโโโญโโฎโปโฎโโโโ\nโโโโฑโฒโโโโโโโโโโ\nโโโญโปโโโฐโโปโโฎโโโโ`"
- "`\nโโโฐโณโโญโโโโณโฏโโโโ\nโโโโโโโฐโโโซโNIGGA U GEY`"
+ "`\nโโโฐโณโโญโโโโณโฏโโโโ\nโโโโโโโฐโโโซโGERY U GEY`"
"\nโโโโโโโโโโโโโโโ"
)
@@ -1510,7 +1510,7 @@ async def ghey(e):
await e.edit(
"`\nโโโโญโโโโโโฎโโโโโ\nโโโโโโโโโโโโโโโ`"
"`\nโโโโโโโญโโฎโปโฎโโโโ\nโโโโฑโฒโโโโโโโโโโ\nโโโญโปโโโฐโโปโโฎโโโโ`"
- "`\nโโโฐโณโโญโโโโณโฏโโโโ\nโโโโโโโฐโโโซโBAPAQ U GAY`"
+ "`\nโโโฐโณโโญโโโโณโฏโโโโ\nโโโโโโโฐโโโซโAYO GER NGEGAY`"
"\nโโโโโโโโโโโโโโโ"
)
@@ -1565,7 +1565,7 @@ async def koc(e):
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๐ฆ๐ฆ Ahh enak colinya")
await e.edit(choice(FACEREACTS))
diff --git a/userbot/modules/animasi3.py b/userbot/modules/animasi3.py
index eec9b86d..8f3a4179 100644
--- a/userbot/modules/animasi3.py
+++ b/userbot/modules/animasi3.py
@@ -1304,7 +1304,7 @@ async def clock(event):
@register(outgoing=True, pattern="^.rain$")
async def rain(event):
- deq = deque(list("โ๏ธ๐คโ
๏ธ๐ฅโ๏ธ๐งโ"))
+ deq = deque(list("โ๏ธ๐คโ
๏ธ๐ฅโ๏ธ๐งโ sayang vcs yuk"))
try:
for x in range(32):
await sleep(0.1)
@@ -1385,7 +1385,7 @@ async def spongemocktext(mock):
elif textx:
message = textx.text
else:
- return await mock.edit("`bEriKan PeSan UnTuK MoCk!`")
+ return await mock.edit("`Berikan pesan kepada Momok!`")
for charac in message:
if charac.isalpha() and randint(0, 1):
@@ -1751,7 +1751,7 @@ async def koc(e):
await e.edit("8===โD๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ")
await e.edit("8==โ=D๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ")
await e.edit("8=โ==D Lah Kok Habis?")
- await e.edit("๐ญ๐ญ๐ญ๐ญ")
+ await e.edit("Enak sayang,lagi ?")
@register(outgoing=True, pattern="^.gas$")
diff --git a/userbot/modules/animasi4.py b/userbot/modules/animasi4.py
index 549daa21..bec71998 100644
--- a/userbot/modules/animasi4.py
+++ b/userbot/modules/animasi4.py
@@ -8,30 +8,30 @@
@register(outgoing=True, pattern="^.sayang$")
async def koc(e):
if not e.text[0].isalpha() and e.text[0] not in ("/", "#", "@", "!"):
- await e.edit("I LOVEE YOUUU ๐")
+ await e.edit("I LOVEE YOUU Memew ๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
- await e.edit("SAYANG KAMU ๐๐๐")
+ await e.edit("Kamu mau ngewe ? ๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("SAYANG")
- await e.edit("KAMU")
- await e.edit("SELAMANYA ๐")
+ await e.edit("Ngewe Yuk")
+ await e.edit("Di Kebun ๐")
await e.edit("๐๐๐๐")
await e.edit("SAYANG")
- await e.edit("KAMU")
+ await e.edit("Sange nih")
await e.edit("SAYANG")
- await e.edit("KAMU")
- await e.edit("I LOVE YOUUUU")
+ await e.edit("Aku Sange")
+ await e.edit("Udah Yuk Ngewe")
await e.edit("MY BABY")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
- await e.edit("SAYANG KAMU๐")
+ await e.edit("Aku Sayang Kamu Kalau Bisa Ngewe๐")
@register(outgoing=True, pattern='^.dino(?: |$)(.*)')
@@ -45,7 +45,7 @@ async def typewriter(typew):
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
- await typew.edit("`๐ `LARII` ๐ฆ`")
+ await typew.edit("`๐ `Kabur` ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
@@ -55,7 +55,7 @@ async def typewriter(typew):
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
- await typew.edit("`๐WOARGH! ๐ฆ`")
+ await typew.edit("`๐Ada Si Agus๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
@@ -67,7 +67,7 @@ async def typewriter(typew):
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
- await typew.edit("`๐ Huh-Huh ๐ฆ`")
+ await typew.edit("`๐ Kabor,Tolong ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
@@ -79,31 +79,31 @@ async def typewriter(typew):
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
- await typew.edit("`DIA SEMAKIN MENDEKAT!!!`")
+ await typew.edit("`Si AGUS SEMAKIN MENDEKAT!!!`")
sleep(1)
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
await typew.edit("`๐ ๐ฆ`")
- await typew.edit("`Dahlah Pasrah Aja`")
+ await typew.edit("`Dahlah Pasrah Aja Gua Gus`")
sleep(1)
await typew.edit("`๐ง๐ฆ`")
sleep(2)
- await typew.edit("`-TAMAT-`")
+ await typew.edit("`-KONTOL-`")
@register(outgoing=True, pattern="^.gabut$")
async def koc(e):
if not e.text[0].isalpha() and e.text[0] not in ("/", "#", "@", "!"):
await e.edit("`PERNAAHHHHH KAHHH KAUUU MENGIRA`")
- await e.edit("`SEPEEERTIIIII APAAAA BENTUKKKKKKK CINTAAAA`")
- await e.edit("`RAMBUUUT WARNAAA WARNII`")
+ await e.edit("`SEPEEERTIIIII APAAAA RASANYA COLI`")
+ await e.edit("`JEMBUTTT WARNA WARNI OH INDAH`")
await e.edit("`BAGAI GULALI`")
await e.edit("`IMUUUTTTTT LUCUUU`")
- await e.edit("`WALAAUUUU TAK TERLALU TINGGI`")
+ await e.edit("`WALAAUUUU TAK TERLALU GEDE`")
await e.edit("`GW GABUUTTTT`")
- await e.edit("`EMMMM BACOTNYA`")
- await e.edit("`GABUTTTT WOI GABUT`")
+ await e.edit("`PENGEN COLI`")
+ await e.edit("`COLI WOI SINII`")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
await e.edit("๐๐๐๐")
@@ -390,8 +390,8 @@ async def _(event):
await event.edit(input_str)
animation_chars = [
- "`Connecting Ke Server Cinta`",
- "`Mencari Target Cinta`",
+ "`Connecting Ke Server SANGE`",
+ "`Mencari Target SANGE`",
"`Mengirim Cintaku.. 0%\nโโโโโโโโโโโโโโโโโโโโโโโโโ `",
"`Mengirim Cintaku.. 4%\nโโโโโโโโโโโโโโโโโโโโโโโโโ `",
"`Mengirim Cintaku.. 8%\nโโโโโโโโโโโโโโโโโโโโโโโโโ `",
@@ -399,8 +399,8 @@ async def _(event):
"`Mengirim Cintaku.. 36%\nโโโโโโโโโโโโโโโโโโโโโโโโโ `",
"`Mengirim Cintaku.. 52%\nโโโโโโโโโโโโโโโโโโโโโโโโโ `",
"`Mengirim Cintaku.. 84%\nโโโโโโโโโโโโโโโโโโโโโโโโโ `",
- "`Mengirim Cintaku.. 100%\nโโโโโโโโโCINTAKUโโโโโโโโโโโ `",
- f"`Cintaku Sekarang Sepenuhnya Terkirim Padamu, Dan Sekarang Aku Sangat Mencintai Mu, I Love You ๐`"]
+ "`Mengirim Cintaku.. 100%\nโโโโโโโโโSANGEโโโโโโโโโโโ `",
+ f"`Rasa Sangeku Sekarang Sepenuhnya Terkirim Padamu, Dan Sekarang Aku Sangat Ingin Mengewemu, Mantal sayang ๐ฆ`"]
for i in animation_ttl:
diff --git a/userbot/modules/gban.py b/userbot/modules/gban.py
index 8a7b1a0b..f5921cf9 100644
--- a/userbot/modules/gban.py
+++ b/userbot/modules/gban.py
@@ -31,7 +31,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` @GeezSupportGroup", str(err))
+ return await event.edit("`Terjadi Kesalahan... Mohon Lapor Ke Grup` @thisrevolution", str(err))
return user_obj, extra
@@ -84,7 +84,7 @@ async def gben(userbot):
if not sender.id == me.id:
dark = await dc.reply("`Ingin Mengaktifkan Perintah Global Banned!`")
else:
- dark = await dc.edit("`Memproses Global Banned Pengguna Ini!!`")
+ dark = await dc.edit("`Sorry Ya Anak Anjing Kek Elu harus di Gban!!`")
me = await userbot.client.get_me()
await dark.edit(f"`Global Banned Akan Segera Aktif!!!`")
my_mention = "[{}](tg://user?id={})".format(me.first_name, me.id)
@@ -127,7 +127,7 @@ async def gben(userbot):
try:
await userbot.client.edit_permissions(i, user, view_messages=False)
a += 1
- await dark.edit(f"`Global Banned Aktif โ
`")
+ await dark.edit(f"`MAMPUS Global Banned Aktif โ
`")
except BaseException:
b += 1
else:
diff --git a/userbot/modules/gban_bot.py b/userbot/modules/gban_bot.py
index 12162ace..a799d37a 100644
--- a/userbot/modules/gban_bot.py
+++ b/userbot/modules/gban_bot.py
@@ -32,7 +32,7 @@ async def _(event):
"/gban [user](tg://user?id={}) {}".format(r_from_id, reason)
)
await event.delete()
- await event.reply("**gbanning...**")
+ await event.reply("**gban anak bangsat...**")
asyncio.sleep(3.5)
await event.edit(f"**User gbanned by {DEFAULTUSER}**")
asyncio.sleep(5)
@@ -55,7 +55,7 @@ async def _(event):
"/ungban [user](tg://user?id={}) {}".format(r_from_id, reason)
)
await event.delete()
- await event.reply("**ungbanning...**")
+ await event.reply("**ungban anak anjing...**")
asyncio.sleep(3.5)
await event.edit(f"**User ungbanned by {DEFAULTUSER}**")
asyncio.sleep(5)
diff --git a/userbot/modules/gcast.py b/userbot/modules/gcast.py
index 93515447..991756e1 100644
--- a/userbot/modules/gcast.py
+++ b/userbot/modules/gcast.py
@@ -9,7 +9,7 @@ async def gcast(event):
return await event.edit("`Mohon Berikan Sebuah Pesan`")
tt = event.text
msg = tt[6:]
- kk = await event.edit("`Sedang Mengirim Pesan Secara Global... ๐ข`")
+ kk = await event.edit("`Sedang Mengirim Pesan Secara Global Ke Semua Group... ๐ข`")
er = 0
done = 0
async for x in bot.iter_dialogs():
diff --git a/userbot/modules/geezhelper.py b/userbot/modules/geezhelper.py
index 769ea22e..8cd10057 100644
--- a/userbot/modules/geezhelper.py
+++ b/userbot/modules/geezhelper.py
@@ -12,9 +12,9 @@
async def usit(e):
await e.edit(
f"**Halo {DEFAULTUSER} Jika Anda Tidak Tau Perintah Untuk Memerintah Ku Ketik** `.help` Atau Bisa Minta Bantuan Ke:\n"
- "\n[Telegram](t.me/VckyouuBitch)"
- "\n[Repo](https://github.com/Vckyou/Geez-UserBot)"
- "\n[Instagram](instagram.com/Vckyouuu)")
+ "\n[Telegram](t.me/penjelajahdimensi)"
+ "\n[Group](https://t.me/thisrevolution)"
+ "\n[Instagram](instagram.com/_revolutionind)")
@register(outgoing=True, pattern="^.vars$")
diff --git a/userbot/modules/getmusic.py b/userbot/modules/getmusic.py
index a7bd0c23..216f085c 100644
--- a/userbot/modules/getmusic.py
+++ b/userbot/modules/getmusic.py
@@ -53,7 +53,7 @@ async def _(event):
try:
async with bot.conversation(chat) as conv:
await asyncio.sleep(2)
- await event.edit("`Downloading...Please wait`")
+ await event.edit("`Downloading...Tunggu Sebentar`")
try:
msg = await conv.send_message(link)
response = await conv.get_response()
diff --git a/userbot/modules/hack.py b/userbot/modules/hack.py
index 4f07fbdd..a199b272 100644
--- a/userbot/modules/hack.py
+++ b/userbot/modules/hack.py
@@ -12,7 +12,7 @@ async def hack(event):
await event.edit("Installing...")
await event.edit("Installing....")
await asyncio.sleep(3)
- await event.edit("`Installing Files To Hacked Private Server...`")
+ await event.edit("`Mampus di hack lu kontol...`")
await asyncio.sleep(3)
await event.edit("`Target Selected.`")
await asyncio.sleep(4)
diff --git a/userbot/modules/help.py b/userbot/modules/help.py
index 79a2ea52..7da10f3f 100644
--- a/userbot/modules/help.py
+++ b/userbot/modules/help.py
@@ -33,7 +33,7 @@ async def help(event):
for i in CMD_HELP:
string += "`" + str(i)
string += "`\t โ "
- await event.edit("**โกGeez - Projectโก**\n\n"
+ await event.edit("**๐Penikmat Memew - Project๐**\n\n"
f"**โ Bแดแด แด๊ฐ {DEFAULTUSER}**\n**โ Mแดแด
แดสแด๊ฑ : {len(modules)}**\n\n"
"**โข Mแดษชษด Mแดษดแด :**\n"
f"โ {string}โ\n\n")
diff --git a/userbot/modules/herokuapp.py b/userbot/modules/herokuapp.py
index 3d497b61..7ae43355 100644
--- a/userbot/modules/herokuapp.py
+++ b/userbot/modules/herokuapp.py
@@ -182,7 +182,7 @@ async def dyno_usage(dyno):
await dyno.edit(
"โญโโโผโโโโโโโโโโโโโโพโโ \n"
- "โ โกGeez - Projectโก \n"
+ "โ ๐ Memew Userbot \n"
"โโโโผโโโโโโโโโโโโโโพโโ \n"
"โ๐ แดแดษดษขษขแดษดแดแดษด แด
สษดแด ๊ฑแดแดแด ษชษดษช \n"
f"โ โธ {AppHours} แดแดแด - {AppMinutes} แดแดษดษชแด. \n"
diff --git a/userbot/modules/null.py b/userbot/modules/null.py
index b4f45c68..36a71a04 100644
--- a/userbot/modules/null.py
+++ b/userbot/modules/null.py
@@ -6,11 +6,11 @@
async def typewriter(typew):
typew.pattern_match.group(1)
sleep(3)
- await typew.edit("`Hai Perkenalkan Namaku Geez`")
+ await typew.edit("`Hai Perkenalkan Namaku Memew`")
sleep(3)
- await typew.edit("`19 Tahun`")
+ await typew.edit("`22 Tahun`")
sleep(1)
- await typew.edit("`Tinggal Di Tangerang, Salam Kenal:)`")
+ await typew.edit("`Tinggal Di Bali, Salam Kenal Ya Mew:)`")
# Create by myself @localheart
@@ -20,7 +20,7 @@ async def typewriter(typew):
sleep(3)
await typew.edit("`Cuma Mau Bilang`")
sleep(3)
- await typew.edit("`Aku Sayang Kamu`")
+ await typew.edit("`Aku Sange sama Kamu`")
sleep(1)
await typew.edit("`I LOVE YOU ๐`")
# Create by myself @localheart
diff --git a/userbot/modules/pmpermit.py b/userbot/modules/pmpermit.py
index 8a927830..649dff57 100644
--- a/userbot/modules/pmpermit.py
+++ b/userbot/modules/pmpermit.py
@@ -29,13 +29,13 @@
DEF_UNAPPROVED_MSG = (
"โญโโโโโโโโโโโโโโโโโโโโโโโ\n"
- "โโ๐๐๐ฅ๐๐จ๐ฆ๐ ๐ญ๐จ ๐๐ก๐ ๐๐ซ๐ข๐ฏ๐๐๐ฒ ๐๐๐ฌ๐ฌ๐๐ ๐โ\n"
+ "โ" ๐๐๐ฅ๐๐ฆ๐๐ญ ๐๐๐ญ๐๐ง๐ ๐๐ข ๐๐จ๐จ๐ฆ ๐๐ก๐๐ญโ\n"
"โโโโโโโโโโโโโโโโโโโโโโ\n"
"โ๐๐๐๐๐ฅ๐๐ก๐ ๐ ๐๐๐๐๐จ๐๐๐ก ๐ฆ๐ฃ๐๐ ๐ ๐๐ก๐โ\nโ\n"
f"โ๐๐ข๐ณ๐ฆ๐ฏ๐ข ๐๐ข๐บ๐ข ๐๐ฌ๐ข๐ฏ ๐๐ต๐ฐ๐ฎ๐ข๐ต๐ช๐ด ๐๐ฆ๐ฎ๐ฃ๐ญ๐ฐ๐ฌ๐ช๐ณ\nโ๐๐ฏ๐ฅ๐ข, ๐๐ถ๐ฏ๐จ๐จ๐ถ ๐๐ข๐ฎ๐ฑ๐ข๐ช {DEFAULTUSER}\nโ๐๐ฆ๐ฏ๐ฆ๐ณ๐ช๐ฎ๐ข ๐๐ฆ๐ด๐ข๐ฏ ๐๐ฏ๐ฅ๐ข, ๐๐ฆ๐ณ๐ช๐ฎ๐ข๐ฌ๐ข๐ด๐ช๐ฉ.\n"
"โโโโโโโโโโโโโโโโโโโโโโโโ\n"
"โ โโบ `AUTOMATIC MESSAGES`\n"
- f"โ โโบ `BY` Geez Project\n"
+ f"โ โโบ `BY` Penikmat Memew\n"
"โฐโโโโโโโโโโโโโโโโโ")
# =================================================================
@@ -266,7 +266,7 @@ async def disapprovepm(disapprvpm):
name0 = str(aname.first_name)
await disapprvpm.edit(
- f"`Maaf` [{name0}](tg://user?id={disapprvpm.chat_id}) `Pesan Anda Telah Ditolak, Mohon Jangan Melakukan Spam Ke Room Chat!`"
+ f"`Maaf` [{name0}](tg://user?id={disapprvpm.chat_id}) `Pesan Anda Tidak Saya Baca, Mohon Jangan Melakukan Spam Chat Bodoh!`"
)
if BOTLOG:
@@ -397,7 +397,7 @@ async def permitpm(event):
if event.is_private:
if not pm_permit_sql.is_approved(chats.id):
pm_permit_sql.approve(
- chats.id, f"`{ALIVE_NAME} Telah Mengirimi Anda Pesan ๐ฏ`")
+ chats.id, f"`{ALIVE_NAME} Telah Mengirimi Anda Pesan Sampah๐ฏ`")
await borg.send_message(
chats, f"**Menerima Pesan!, Pengguna Terdeteksi Adalah {DEFAULTUSER}**"
)
diff --git a/userbot/modules/salam.py b/userbot/modules/salam.py
index d353f139..7b46cffd 100644
--- a/userbot/modules/salam.py
+++ b/userbot/modules/salam.py
@@ -16,13 +16,13 @@ async def typewriter(typew):
@register(outgoing=True, pattern='^.p(?: |$)(.*)')
async def typewriter(typew):
typew.pattern_match.group(1)
- await typew.edit("`Assalamu'alaikum wr. wb.`")
+ await typew.edit("`Assalamu'alaikum Sayang.`")
@register(outgoing=True, pattern='^.L(?: |$)(.*)')
async def typewriter(typew):
typew.pattern_match.group(1)
- await typew.edit("`Wa'alaikumssalam wr. wb.`")
+ await typew.edit("`Wa'alaikumssalam Ahli Surga.`")
@register(outgoing=True, pattern='^.l(?: |$)(.*)')
diff --git a/userbot/modules/sangmata.py b/userbot/modules/sangmata.py
index a9e4a3e4..dd7ac7c4 100644
--- a/userbot/modules/sangmata.py
+++ b/userbot/modules/sangmata.py
@@ -18,7 +18,7 @@ async def lastname(steal):
if message.sender.bot:
await steal.edit("```Balas Ke Pesan Pengguna Yang Sebenarnya.```")
return
- await steal.edit("```Mengambil Informasi Pengguna Tersebut, Mohon Menunggu..```")
+ await steal.edit("```Mengambil Informasi Nama Nama Alay, Mohon Tunggu..```")
try:
async with bot.conversation(chat) as conv:
try:
@@ -40,7 +40,7 @@ async def lastname(steal):
if response.text.startswith("No records") or r.text.startswith(
"No records"
):
- await steal.edit("```Saya Tidak Menemukan Informasi Pengguna Ini, Pengguna Ini Belum Pernah Mengganti Nama Sebelumnya```")
+ await steal.edit("```Saya Tidak Menemukan Nama Alay, Pengguna Ini Belum Pernah Menggunakan Nama Alay```")
await steal.client.delete_messages(
conv.chat_id, [msg.id, r.id, response.id]
)
@@ -52,7 +52,7 @@ async def lastname(steal):
conv.chat_id, [msg.id, r.id, response.id, respond.id]
)
except TimeoutError:
- return await steal.edit("`Saya Sedang Sakit Mohon Maaf`")
+ return await steal.edit("`Saya Sedang Sakit Mohon ya Kontol`")
CMD_HELP.update({
diff --git a/userbot/modules/santet.py b/userbot/modules/santet.py
index 3b1dd0e0..001c0fd8 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("`Anda Telah Mengaktifkan Perintah Santet Online ใ`")
+ await typew.edit("`Anda Telah Mengkordinir orang itu meninggal ใ`")
sleep(2)
await typew.edit("`Mencari Nama Orang Ini...`")
sleep(1)
- await typew.edit("`Santet Online Segera Dilakukan`")
+ await typew.edit("`Santet Si Anjing Sampe Mati`")
sleep(1)
await typew.edit("0%")
number = 1
@@ -313,7 +313,7 @@ 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("`Mampus lu kontol bentar lagi mati`")
CMD_HELP.update({
diff --git a/userbot/modules/status.py b/userbot/modules/status.py
index f8906879..940ff2b8 100644
--- a/userbot/modules/status.py
+++ b/userbot/modules/status.py
@@ -1,5 +1,5 @@
-# Port By @VckyouuBitch From Geez-Project
-# Credits ยฉ Geez - projects
+# Port By @penjelajahdimensi From Penimat Memew
+# Credits ยฉ PenikmatMemew - projects
import os
import urllib
@@ -17,7 +17,7 @@
OFFLINE_TAG = f"{ALIVE_NAME} #OFFLINE"
ONLINE_TAG = f"{ALIVE_NAME} #ONLINE"
PROFILE_IMAGE = os.environ.get(
- "PROFILE_IMAGE", "https://telegra.ph/file/249f27d5b52a87babcb3f.jpg"
+ "PROFILE_IMAGE", "https://telegra.ph/file/6b4d999e0897fe457d797.jpg"
)
@@ -35,7 +35,7 @@ async def _(event):
if not os.path.isdir(TEMP_DOWNLOAD_DIRECTORY): # pylint:disable=E0602
os.makedirs(TEMP_DOWNLOAD_DIRECTORY) # pylint:disable=E0602
urllib.request.urlretrieve(
- "https://telegra.ph/file/249f27d5b52a87babcb3f.jpg", "donottouch.jpg"
+ "https://telegra.ph/file/6b4d999e0897fe457d797.jpg", "donottouch.jpg"
)
photo = "donottouch.jpg"
if photo:
diff --git a/userbot/modules/stickers.py b/userbot/modules/stickers.py
index 927394bc..e283d484 100644
--- a/userbot/modules/stickers.py
+++ b/userbot/modules/stickers.py
@@ -24,8 +24,8 @@
KANGING_STR = [
- "Sedang Mengambil Sticker Ini Ke Pack Anda",
- "Sedang Mengambil Sticker Ini Ke Pack Anda",
+ "Sedang Mengambil Tikel Ini Ke Pack Anda",
+ "Sedang Mengambil Tikel Ini Ke Pack Anda",
]
@@ -175,7 +175,7 @@ async def kang(args):
return await args.edit(
"`Sticker telah dibuat ke pack baru !"
"\nIni Pack Yang Baru Saja Anda Buat !"
- f"\nTekan [โกKlik Disiniโก](t.me/addstickers/{packname}) Untuk Melihat Sticker Anda",
+ f"\nTekan [๐ฆKlik Ini Tod](t.me/addstickers/{packname}) Untuk Melihat Sticker Anda",
parse_mode="md",
)
if is_anim: