๐ Welcome to Blindroid!
Weโre excited to have you join our growing accessibility-first community.
Blindroid is not just a name โ itโs a mission to empower, inspire, and support!
Whether you're visually impaired, a developer, or just someone who believes in accessible technology, you're in the right place.
๐ค Meet the Team
โข President: Ismail Memon
โข Vice President: Yash-raj Shinde
๐ Start Exploring:
๐บ YouTube: https://youtube.com/@blindroidyt?si=0TlPSwTgTwgRpoml
๐ Website: https://blindroid.ct.ws
๐ข Telegram Channel: https://t.me/Blindroidofficial
๐ฌ WhatsApp Community: https://chat.whatsapp.com/Gni1Sttl1yQ1CNl9LXi4Gl?mode=ac_c
๐ฅ New here?
Watch our introduction video:
https://youtu.be/5hZrC6ROzDc?si=39HewKNp_AZyYg5Z
โ
๐งญ Letโs build an inclusive world together.
Welcome aboard, and stay tuned for powerful tools, exclusive content, and more!
Weโre excited to have you join our growing accessibility-first community.
Blindroid is not just a name โ itโs a mission to empower, inspire, and support!
Whether you're visually impaired, a developer, or just someone who believes in accessible technology, you're in the right place.
๐ค Meet the Team
โข President: Ismail Memon
โข Vice President: Yash-raj Shinde
๐ Start Exploring:
๐บ YouTube: https://youtube.com/@blindroidyt?si=0TlPSwTgTwgRpoml
๐ Website: https://blindroid.ct.ws
๐ข Telegram Channel: https://t.me/Blindroidofficial
๐ฌ WhatsApp Community: https://chat.whatsapp.com/Gni1Sttl1yQ1CNl9LXi4Gl?mode=ac_c
๐ฅ New here?
Watch our introduction video:
https://youtu.be/5hZrC6ROzDc?si=39HewKNp_AZyYg5Z
โ
๐งญ Letโs build an inclusive world together.
Welcome aboard, and stay tuned for powerful tools, exclusive content, and more!
YouTube
Blindroid YT
welcome to blindroid your space for accessible content smart tools an real support build for everyone
Hello friends ๐, Join our discussion group ๐ฌ to discuss, share your ideas ๐ก, and gain knowledge ๐ง . Please click the join button below!
Blindroid Official pinned ยซHello friends ๐, Join our discussion group ๐ฌ to discuss, share your ideas ๐ก, and gain knowledge ๐ง . Please click the join button below!ยป
--[[TRING - TRING, TEA TIME.
A CSR function to switch the main TTS engines without automatic click from the Settings.
CREATED BY: ISMAIL MEMON
DON'T FORGET TO GIVE PROPER CREDITS ELSE ๐ฅ
]]--
require "import"
import "android.preference.PreferenceManager"
local prefs = PreferenceManager.getDefaultSharedPreferences(service)
local edit = prefs.edit()
function changeTts(pkgName)
edit.putString("tts_engine", pkgName)
edit.apply()
service.setTtsEngine(pkgName)
end
currentTts = prefs.getString("tts_engine", "")
if currentTts =="com.vnspeak.autotts" then
changeTts("com.google.android.tts")
service.speak("Using Google TTS.")
return true
elseif currentTts =="com.google.android.tts" then
changeTts("com.vnspeak.autotts")
service.speak("Using Auto TTS.")
return true
else
print("TTS engines not found. Please change the package name according to your needs!")
return true
end
return true
A CSR function to switch the main TTS engines without automatic click from the Settings.
CREATED BY: ISMAIL MEMON
DON'T FORGET TO GIVE PROPER CREDITS ELSE ๐ฅ
]]--
require "import"
import "android.preference.PreferenceManager"
local prefs = PreferenceManager.getDefaultSharedPreferences(service)
local edit = prefs.edit()
function changeTts(pkgName)
edit.putString("tts_engine", pkgName)
edit.apply()
service.setTtsEngine(pkgName)
end
currentTts = prefs.getString("tts_engine", "")
if currentTts =="com.vnspeak.autotts" then
changeTts("com.google.android.tts")
service.speak("Using Google TTS.")
return true
elseif currentTts =="com.google.android.tts" then
changeTts("com.vnspeak.autotts")
service.speak("Using Auto TTS.")
return true
else
print("TTS engines not found. Please change the package name according to your needs!")
return true
end
return true
--[[Another open-source CSR extension.
CREATED BY: ISMAIL MEMON
Please use this with proper credits; otherwise, refrain from using it!
]]--
require "import"
import "com.androlua.*"
LuaDialog(this).setTitle("Jieshuo Power Menu").setMessage("What would you love to do?").setNeutralButton("Close",nil)
.setPositiveButton("Restart", function()
this.reCreate()
end).setNegativeButton("Shutdown", function()
this.disableSelf()
end).show()
CREATED BY: ISMAIL MEMON
Please use this with proper credits; otherwise, refrain from using it!
]]--
require "import"
import "com.androlua.*"
LuaDialog(this).setTitle("Jieshuo Power Menu").setMessage("What would you love to do?").setNeutralButton("Close",nil)
.setPositiveButton("Restart", function()
this.reCreate()
end).setNegativeButton("Shutdown", function()
this.disableSelf()
end).show()
--[[Another open-source CSR extension; For generating unique passwords...
CREATED BY: ISMAIL MEMON
Please use this with proper credits; otherwise, refrain from using it!
]]--
function genPassword()
local u,l,d,s="ABCDEFGHIJKLM","nopqrstuvwxyz","0123456789","!@#$%^&*"
local all=u..l..d..s
local function pick(str) return str:sub(math.random(#str), math.random(#str)) end
local pwd = pick(u)..pick(l)..pick(d)..pick(s)
for i=5,12 do pwd=pwd..pick(all) end
print(pwd)
end
genPassword()
CREATED BY: ISMAIL MEMON
Please use this with proper credits; otherwise, refrain from using it!
]]--
function genPassword()
local u,l,d,s="ABCDEFGHIJKLM","nopqrstuvwxyz","0123456789","!@#$%^&*"
local all=u..l..d..s
local function pick(str) return str:sub(math.random(#str), math.random(#str)) end
local pwd = pick(u)..pick(l)..pick(d)..pick(s)
for i=5,12 do pwd=pwd..pick(all) end
print(pwd)
end
genPassword()
๐ Hey developers!
Want free, powerful APIs with no limitations?
Yes? Then help us reach our first milestone!
๐ Just complete 100 subscribers on our Telegram channel:
๐ https://t.me/blindroidofficial
Letโs grow together โ your support means everything! ๐
Want free, powerful APIs with no limitations?
Yes? Then help us reach our first milestone!
๐ Just complete 100 subscribers on our Telegram channel:
๐ https://t.me/blindroidofficial
Letโs grow together โ your support means everything! ๐
Telegram
Blindroid Official
Welcome to Blindroid! Your space for accessible content, smart tools, and real supportโbuilt for everyone, driven by purpose.
Only 30 subscribers are remaining ๐ to reach 100 subscribers! ๐ So, Developers, please let us know which API you want first!.
Not promoting anything โ just genuinely helping others out! ๐๐ช
If youโve ever wanted unlimited Telegram Premium, nowโs your chance!
๐ Click here and unlock it for free โ because great things should be shared. ๐
Letโs help each other grow and enjoy more, together! ๐โจ
If youโve ever wanted unlimited Telegram Premium, nowโs your chance!
๐ Click here and unlock it for free โ because great things should be shared. ๐
Letโs help each other grow and enjoy more, together! ๐โจ
Not promoting anything โ just genuinely helping others out! ๐๐ช
If youโve ever wanted unlimited ChatGPT Plus, nowโs your chance!
๐ Click here and unlock it for free โ because great things should be shared. ๐
Letโs help each other grow and enjoy more together! ๐โจ
If youโve ever wanted unlimited ChatGPT Plus, nowโs your chance!
๐ Click here and unlock it for free โ because great things should be shared. ๐
Letโs help each other grow and enjoy more together! ๐โจ
Blindroid Official via @dooxbot
Not promoting anything โ just genuinely helping others out! ๐๐ช If youโve ever wanted unlimited ChatGPT Plus, nowโs your chance! ๐ Click here and unlock it for free โ because great things should be shared. ๐ Letโs help each other grow and enjoy more together!โฆ
๐ซ Notice Regarding โGet ChatGPT Plusโ Bot ๐
We are issuing this post to clearly clarify the situation around the โGet ChatGPT Plusโ bot previously shared here.
โ๏ธThe bot may still appear functional,
๐ซ However, the Telegram channels required by the bot for access have been permanently removed due to Telegramโs terms of service.
As a result:
๐น Users cannot complete the required steps
๐น The bot is no longer practically usable
๐น We are not the creators or owners of this bot โ we hold no responsibility for its operation, reliability, or changes.
We shared it in good faith, but due to external actions beyond our control, we advise all users to discontinue trying to use this bot and avoid wasting time on a broken process.
Blindroid only supports and recommends fully working, ethical, and verified tools.
We will never promote unreliable or manipulative systems.
Thank you for understanding.
โ Blindroid Team
We are issuing this post to clearly clarify the situation around the โGet ChatGPT Plusโ bot previously shared here.
โ๏ธThe bot may still appear functional,
๐ซ However, the Telegram channels required by the bot for access have been permanently removed due to Telegramโs terms of service.
As a result:
๐น Users cannot complete the required steps
๐น The bot is no longer practically usable
๐น We are not the creators or owners of this bot โ we hold no responsibility for its operation, reliability, or changes.
We shared it in good faith, but due to external actions beyond our control, we advise all users to discontinue trying to use this bot and avoid wasting time on a broken process.
Blindroid only supports and recommends fully working, ethical, and verified tools.
We will never promote unreliable or manipulative systems.
Thank you for understanding.
โ Blindroid Team
๐๐ค Happy Friendship Day from Blindroid! ๐ค๐
Today isnโt just a date โ itโs a celebration of connection, support, and true friendship! ๐
On behalf of Blindroid, we thank each one of you for walking with us on this journey โ for learning, sharing, and standing together.
๐ซ Youโre not just a subscriber โ youโre a friend.
And friendship is the strongest bond โ built on trust, not conditions! ๐
๐ฅ On this special day, we promise
to continue bringing you helpful, unique, and innovative content.
๐ If you believe in our mission, stick with us.
Because at Blindroid, every friend finds new hope and a smarter tomorrow!
๐ง From the team at Blindroid โ where friendship meets innovation.
#FriendshipDay #Blindroid #TogetherWeGrow ๐ชโค๏ธ
Today isnโt just a date โ itโs a celebration of connection, support, and true friendship! ๐
On behalf of Blindroid, we thank each one of you for walking with us on this journey โ for learning, sharing, and standing together.
๐ซ Youโre not just a subscriber โ youโre a friend.
And friendship is the strongest bond โ built on trust, not conditions! ๐
๐ฅ On this special day, we promise
to continue bringing you helpful, unique, and innovative content.
๐ If you believe in our mission, stick with us.
Because at Blindroid, every friend finds new hope and a smarter tomorrow!
๐ง From the team at Blindroid โ where friendship meets innovation.
#FriendshipDay #Blindroid #TogetherWeGrow ๐ชโค๏ธ
Word Replacer_20250804150839.ppk
1.1 KB
This extension allows you to replace specific words within any focused text box.
How to use it:
1. Focus on any text input field.
2. Run the extension.
3. Enter the word you want to replace, along with the replacement word.
4. Click the "Replace" button.
The text will automatically update with the new word.
Note:
This extension is open source and intended for learning purposes. If you choose to use or redistribute the code, please ensure proper credit is given...
TG-CHANNEL: https://t.me/blindroidofficial
How to use it:
1. Focus on any text input field.
2. Run the extension.
3. Enter the word you want to replace, along with the replacement word.
4. Click the "Replace" button.
The text will automatically update with the new word.
Note:
This extension is open source and intended for learning purposes. If you choose to use or redistribute the code, please ensure proper credit is given...
TG-CHANNEL: https://t.me/blindroidofficial
โค1
Hello Premium Users,
If youโd like to support us, please consider boosting our channel:
๐ https://t.me/boost/blindroidofficial
Your boost means a lot and helps us grow stronger. Thank you for being a part of our journey!
If youโd like to support us, please consider boosting our channel:
๐ https://t.me/boost/blindroidofficial
Your boost means a lot and helps us grow stronger. Thank you for being a part of our journey!
Telegram
Blindroid Official
Boost this channel to help it unlock additional features.
