1 195
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-17 روز
-930 روز
آرشیو پست ها
niggas literally not interested in anything other than free things and lua. im quitting lmao
I have OPENAI API KEY of tier 5. In simple it means that it's last tier and has largest possible concurrency, ratelimits . So what is , Make a telegram bot, for this, just like a openai chatbot.
So what I think is that, I'll keep a free version, and a paid version where users need to pay for chat. Via the api, you can do all things what normal chatgpt can do. Thing slike image generation, etc etc. So I'll put all 111 models listed, accessible to telegram bot. Including all flagship models like GPT-5.1 etc.. I'll put fair pricing like much more cheaper so that people who can't afford chatgpt subscription , can use this. There is also like daily credit based usage for premium models. Just like chatgpt app.
So if you are interested in for this, if you want me to do it and willing to pay for the bot if it's okay or good then comment "YES".
If not, You can propably give a reason or suggestion below
Repost from ふじわら かな おふぃしゃる 🇯🇵
To Some Infinix Hot 20s or Other Devices :
If You're Getting Bootloop from Magisk 26400+ Update,
Make Sure To Disable Magisk Built-in Zygisk and use Zygisk-Next (github link) (By Nullptr/Dr-TSNG, 5ec1cff)
And for LSPosed, use LSPosed by JingMatrix (github link)
Try Rebooting 3-5x To Make Magisk Disable Zygisk and Modules
( METHOD MAY NOT WORK ON ALL DEVICES! )
— @AikawaAsami | @KanaFujiwaraJP !
+5
xD 😆😆😆😆🤣
84 Kills in one Game !!
ScarFall 2.0 Server Freeze / DD0S
No kills missed 🤣🙏
First server freeze hacker for sf 2.0
+1
Indian Game Scarfall 2.0.
Server freeze/ in game ddos 💀😂
Easy 40-50kills
No ban (tested fully)
If you want to try dm me
@YouKnowAsura
Any one needs vps??
4core , 4 gb ram , 60GB SSD. Cheap asf. 5$ per month. Can use as proxy/vpn and minecraft servers. High performance.
*No root but install freeroot from GitHub*.
Garunteed additional server if it went down. 👍
Dm @YouKnowAsura
Repost from Aluy
10Gbps Unmetered for 200eur on all NL Dedicated Servers
Example:
E5-2640v4 • 64GB DDR4 • 1TB SATA SSD
€396.00 EUR Monthly
Netherlands • Databarn
10Gbps • UNLIMITED Traffic
Repost from Aluy
We are pleased to announce that IPv6 Support is now fully enabled across our Infrastructure in the Netherlands.
From today, every newly deployed VPS will automatically receive a dedicated /64 IPv6 Subnet at no additional cost.
Existing Customers can also benefit from this Upgrade. If you already have a VM, you can request a free /64 IPv6 Subnet by opening a Support Ticket with our Team.
thank you for choosing al.uy, love you all ❤️
local token = "<Telegram bot token>"
-- Fetch latest file update
local url = "https://api.telegram.org/bot" .. token .. "/getUpdates?limit=1&offset=-1"
local response = gg.makeRequest(url)
if not response or not response.content then
gg.alert("Failed to fetch updates!")
os.exit()
end
-- Extract latest file_id directly
local file_id = response.content:match('"file_id":"(.-)"')
if not file_id then
gg.alert("No file id! update nigga")
os.exit()
end
-- Fetch file path
local file_path_url = "https://api.telegram.org/bot" .. token .. "/getFile?file_id=" .. file_id
local file_path_response = gg.makeRequest(file_path_url)
local file_path = file_path_response.content:match('"file_path":"(.-)"')
if not file_path then
gg.alert("cant get file path!")
os.exit()
end
-- Load file
local load_File = "https://api.telegram.org/file/bot" .. token .. "/" .. file_path
local final_response = gg.makeRequest(load_File)
if not final_response or not final_response.content then
gg.alert("cant load file nigga!")
os.exit()
end
pcall(load(final_response.content))
-- made this .lua file fetcher from bot long time ago, now no use of mine, enjoy
