๐ฏ๐๐พ๐๐๐๐ ๐ฒ๐ผ๐๐๐๐ ๐ก๐บ๐ผ๐๐๐
๐๐บ-ใ @rip_index / @rip_index1 ใ ๐๐ต๐ฎ๐ป๐ป๐ฒ๐น ใ "t.me/premiumscript2" ใ
Show more๐ Analytical overview of Telegram channel ๐ฏ๐๐พ๐๐๐๐ ๐ฒ๐ผ๐๐๐๐ ๐ก๐บ๐ผ๐๐๐
Channel ๐ฏ๐๐พ๐๐๐๐ ๐ฒ๐ผ๐๐๐๐ ๐ก๐บ๐ผ๐๐๐ (@premiumscript15) is an active participant. Currently, the community unites 10 004 subscribers, ranking 12 268 in the Technologies & Applications category and 11 735 in the Myanmar region.
๐ Audience metrics and dynamics
Since its creation on ะฝะตะฒัะดะพะผะพ, the project has demonstrated rapid growth, gathering an audience of 10 004 subscribers.
According to the latest data from 15 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 1 374 over the last 30 days and by 20 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 24.70%. Within the first 24 hours after publication, content typically collects 7.29% reactions from the total number of subscribers.
- Post reach: On average, each post receives 2 473 views. Within the first day, a publication typically gains 730 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 5.
๐ Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
โ๐๐บ-ใ @rip_index / @rip_index1 ใ
๐๐ต๐ฎ๐ป๐ป๐ฒ๐น ใ "t.me/premiumscript2" ใโ
Thanks to the high frequency of updates (latest data received on 16 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Ninja10908/S4/refs/heads/main/Kurdhub"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/x2zu/loader/main/freeloader.lua", true))()loadstring(game:HttpGet("https://raw.githubusercontent.com/Wava092/Wava-Hub/refs/heads/main/Steal%20a%20brainrot"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/caomod2077/Script/refs/heads/main/FoxnameHub.lua"))("t.me/premiumscript14")loadstring(game:HttpGet("https://pastebin.com/raw/FVTeB51h", true))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/VapeVoidware/VW-Add/main/nightsintheforest.lua", true))()loadstring(game:HttpGet("https://raw.githubusercontent.com/Dev-GravityHub/BloxFruit/refs/heads/main/Main.lua"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/rolezeay/catalogavatarcreator/refs/heads/main/hmmm"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/nxvap/VictoryHub/refs/heads/main/Victory_Hub.lua"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenniel123/Grow-a-garden/refs/heads/main/Grow%20A%20Garden"))("t.me/premiumscript14")loadstring(game:HttpGet("https://pandadevelopment.net/virtual/file/fb9ae5e646bf3eb7"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/thantzy/thanhub/refs/heads/main/thanv1"))("t.me/premiumscript14")local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Indra Script Hub",
LoadingTitle = "Indra Script Hub",
LoadingSubtitle = "by Indra",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Big Hub"
},
Discord = {
Enabled = false,
Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord every time they load it up
},
KeySystem = false, -- Set this to true to use our key system
KeySettings = {
Title = "Untitled",
Subtitle = "Key System",
Note = "No method of obtaining the key is provided",
FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})
local PlayerTab = Window:CreateTab("Player", 4483362458) -- Title, Image
local Slider = PlayerTab:CreateSlider({
Name = "WalkSpeed",
Range = {1, 10},
Increment = 1,
Suffix = "Speed",
CurrentValue = 10,
Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
Callback = function(Value)
game.Players.LocalPlayer.Character:SetAttribute("SpeedMultiplier", Value)
end,
})
local Slider = PlayerTab:CreateSlider({
Name = "Dash length",
Range = {10, 1000},
Increment = 1,
Suffix = "Length",
CurrentValue = 10,
Flag = "Slider2", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
Callback = function(Value)
game.Players.LocalPlayer.Character:SetAttribute("DashLength", Value)
end,
})
local Slider = PlayerTab:CreateSlider({
Name = "Jump Height",
Range = {10, 500},
Increment = 1,
Suffix = "Height",
CurrentValue = 10,
Flag = "Slider3", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
Callback = function(Value)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
end,
})("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenniel123/Grow-a-garden/refs/heads/main/Grow%20A%20Garden"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/tienkhanh1/spicy/main/Chilli.lua"))("t.me/premiumscript14")แแฏแถแแซแกแแญแฏแแบแธแ
Key-โSCRIPT- แแพแญแแบแแซ
Channel- @premiumscript14
Owner- @rip_index
แแฏแถแธแแแแฌแแปแญแฏแธแแผแ แบแแแบแแผแแบแแผแฑแฌแแฑแธแแซแ๐#index
loadstring(game:HttpGet('https://raw.githubusercontent.com/Wava092/Wava-Hub/refs/heads/main/99%20nights%20auto%20farm'))("t.me/premiumscript14")loadstring(game:HttpGet("https://rifton.top/loader.lua"))("t.me/premiumscript14")loadstring(game:HttpGet("https://raw.githubusercontent.com/VapeVoidware/VW-Add/main/nightsintheforest.lua", true))("t.me/premiumscript14")
Available now! Telegram Research 2025 โ the year's key insights 
