Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.83 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local InfoGui = Instance.new("ScreenGui")
  5. local Info = Instance.new("Frame")
  6. local InfoBar = Instance.new("Frame")
  7. local Infotitle = Instance.new("TextLabel")
  8. local InfoName = Instance.new("TextLabel")
  9. local InfoIp = Instance.new("TextLabel")
  10. local InfoVpn = Instance.new("TextLabel")
  11. local InfoIsp = Instance.new("TextLabel")
  12. local InfoRegion = Instance.new("TextLabel")
  13. local InfoCity = Instance.new("TextLabel")
  14. local TextCity = Instance.new("TextLabel")
  15. local TextIp = Instance.new("TextLabel")
  16. local TextIsp = Instance.new("TextLabel")
  17. local TextName = Instance.new("TextLabel")
  18. local TextRegion = Instance.new("TextLabel")
  19. local TextVpn = Instance.new("TextLabel")
  20. --Properties:
  21. InfoGui.Name = "InfoGui"
  22. InfoGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. InfoGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Info.Name = "Info"
  26. Info.Parent = InfoGui
  27. Info.Active = true
  28. Info.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  29. Info.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  30. Info.Position = UDim2.new(0.489558876, 0, 0.424744874, 0)
  31. Info.Size = UDim2.new(0, 350, 0, 250)
  32.  
  33. InfoBar.Name = "InfoBar"
  34. InfoBar.Parent = Info
  35. InfoBar.BackgroundColor3 = Color3.new(1, 0.298039, 0.298039)
  36. InfoBar.BorderSizePixel = 0
  37. InfoBar.Size = UDim2.new(0, 350, 0, 42)
  38.  
  39. Infotitle.Name = "Infotitle"
  40. Infotitle.Parent = InfoBar
  41. Infotitle.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Infotitle.BackgroundTransparency = 1
  43. Infotitle.BorderSizePixel = 0
  44. Infotitle.Size = UDim2.new(0, 350, 0, 42)
  45. Infotitle.Font = Enum.Font.Highway
  46. Infotitle.Text = "Serial"
  47. Infotitle.TextColor3 = Color3.new(1, 1, 1)
  48. Infotitle.TextSize = 20
  49.  
  50. InfoName.Name = "InfoName"
  51. InfoName.Parent = Info
  52. InfoName.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  53. InfoName.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  54. InfoName.BorderSizePixel = 0
  55. InfoName.Position = UDim2.new(0, 0, 0.167999998, 0)
  56. InfoName.Size = UDim2.new(0, 182, 0, 32)
  57. InfoName.Font = Enum.Font.Highway
  58. InfoName.Text = "Name:"
  59. InfoName.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  60. InfoName.TextScaled = true
  61. InfoName.TextSize = 14
  62. InfoName.TextWrapped = true
  63.  
  64. InfoIp.Name = "InfoIp"
  65. InfoIp.Parent = Info
  66. InfoIp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  67. InfoIp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  68. InfoIp.BorderSizePixel = 0
  69. InfoIp.Position = UDim2.new(0, 0, 0.300000012, 0)
  70. InfoIp.Size = UDim2.new(0, 182, 0, 32)
  71. InfoIp.Font = Enum.Font.Highway
  72. InfoIp.Text = "Ip:"
  73. InfoIp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  74. InfoIp.TextScaled = true
  75. InfoIp.TextSize = 14
  76. InfoIp.TextWrapped = true
  77.  
  78. InfoVpn.Name = "InfoVpn"
  79. InfoVpn.Parent = Info
  80. InfoVpn.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  81. InfoVpn.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  82. InfoVpn.BorderSizePixel = 0
  83. InfoVpn.Position = UDim2.new(0, 0, 0.428000033, 0)
  84. InfoVpn.Size = UDim2.new(0, 182, 0, 32)
  85. InfoVpn.Font = Enum.Font.Highway
  86. InfoVpn.Text = "Is Vpn/Proxy :"
  87. InfoVpn.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  88. InfoVpn.TextScaled = true
  89. InfoVpn.TextSize = 14
  90. InfoVpn.TextWrapped = true
  91.  
  92. InfoIsp.Name = "InfoIsp"
  93. InfoIsp.Parent = Info
  94. InfoIsp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  95. InfoIsp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  96. InfoIsp.BorderSizePixel = 0
  97. InfoIsp.Position = UDim2.new(0, 0, 0.555999875, 0)
  98. InfoIsp.Size = UDim2.new(0, 182, 0, 32)
  99. InfoIsp.Font = Enum.Font.Highway
  100. InfoIsp.Text = "ISP:"
  101. InfoIsp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  102. InfoIsp.TextScaled = true
  103. InfoIsp.TextSize = 14
  104. InfoIsp.TextWrapped = true
  105.  
  106. InfoRegion.Name = "InfoRegion"
  107. InfoRegion.Parent = Info
  108. InfoRegion.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  109. InfoRegion.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  110. InfoRegion.BorderSizePixel = 0
  111. InfoRegion.Position = UDim2.new(0, 0, 0.683999896, 0)
  112. InfoRegion.Size = UDim2.new(0, 182, 0, 32)
  113. InfoRegion.Font = Enum.Font.Highway
  114. InfoRegion.Text = "Region:"
  115. InfoRegion.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  116. InfoRegion.TextScaled = true
  117. InfoRegion.TextSize = 14
  118. InfoRegion.TextWrapped = true
  119.  
  120. InfoCity.Name = "InfoCity"
  121. InfoCity.Parent = Info
  122. InfoCity.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  123. InfoCity.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  124. InfoCity.BorderSizePixel = 0
  125. InfoCity.Position = UDim2.new(0, 0, 0.815999866, 0)
  126. InfoCity.Size = UDim2.new(0, 181, 0, 32)
  127. InfoCity.Font = Enum.Font.Highway
  128. InfoCity.Text = "City:"
  129. InfoCity.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  130. InfoCity.TextScaled = true
  131. InfoCity.TextSize = 14
  132. InfoCity.TextWrapped = true
  133.  
  134. TextCity.Name = "TextCity"
  135. TextCity.Parent = Info
  136. TextCity.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  137. TextCity.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  138. TextCity.BorderSizePixel = 0
  139. TextCity.Position = UDim2.new(0.519559145, 0, 0.823999882, 0)
  140. TextCity.Size = UDim2.new(0, 168, 0, 32)
  141. TextCity.Font = Enum.Font.Highway
  142. TextCity.Text = "Placeholder"
  143. TextCity.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  144. TextCity.TextScaled = true
  145. TextCity.TextSize = 14
  146. TextCity.TextWrapped = true
  147.  
  148. TextIp.Name = "TextIp"
  149. TextIp.Parent = Info
  150. TextIp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  151. TextIp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  152. TextIp.BorderSizePixel = 0
  153. TextIp.Position = UDim2.new(0.519559145, 0, 0.307999998, 0)
  154. TextIp.Size = UDim2.new(0, 168, 0, 32)
  155. TextIp.Font = Enum.Font.Highway
  156. TextIp.Text = "Placeholder"
  157. TextIp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  158. TextIp.TextScaled = true
  159. TextIp.TextSize = 14
  160. TextIp.TextWrapped = true
  161.  
  162. TextIsp.Name = "TextIsp"
  163. TextIsp.Parent = Info
  164. TextIsp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  165. TextIsp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  166. TextIsp.BorderSizePixel = 0
  167. TextIsp.Position = UDim2.new(0.519559145, 0, 0.563999891, 0)
  168. TextIsp.Size = UDim2.new(0, 168, 0, 32)
  169. TextIsp.Font = Enum.Font.Highway
  170. TextIsp.Text = "Placeholder"
  171. TextIsp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  172. TextIsp.TextScaled = true
  173. TextIsp.TextSize = 14
  174. TextIsp.TextWrapped = true
  175.  
  176. TextName.Name = "TextName"
  177. TextName.Parent = Info
  178. TextName.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  179. TextName.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  180. TextName.BorderSizePixel = 0
  181. TextName.Position = UDim2.new(0.519559145, 0, 0.167999998, 0)
  182. TextName.Size = UDim2.new(0, 168, 0, 32)
  183. TextName.Font = Enum.Font.Highway
  184. TextName.Text = "Placeholder"
  185. TextName.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  186. TextName.TextScaled = true
  187. TextName.TextSize = 14
  188. TextName.TextWrapped = true
  189.  
  190. TextRegion.Name = "TextRegion"
  191. TextRegion.Parent = Info
  192. TextRegion.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  193. TextRegion.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  194. TextRegion.BorderSizePixel = 0
  195. TextRegion.Position = UDim2.new(0.519559145, 0, 0.691999912, 0)
  196. TextRegion.Size = UDim2.new(0, 168, 0, 32)
  197. TextRegion.Font = Enum.Font.Highway
  198. TextRegion.Text = "Placeholder"
  199. TextRegion.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  200. TextRegion.TextScaled = true
  201. TextRegion.TextSize = 14
  202. TextRegion.TextWrapped = true
  203.  
  204. TextVpn.Name = "TextVpn"
  205. TextVpn.Parent = Info
  206. TextVpn.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  207. TextVpn.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  208. TextVpn.BorderSizePixel = 0
  209. TextVpn.Position = UDim2.new(0.519559145, 0, 0.43599999, 0)
  210. TextVpn.Size = UDim2.new(0, 168, 0, 32)
  211. TextVpn.Font = Enum.Font.Highway
  212. TextVpn.Text = "Placeholder"
  213. TextVpn.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  214. TextVpn.TextScaled = true
  215. TextVpn.TextSize = 14
  216. TextVpn.TextWrapped = true
  217. -- Scripts:
  218.  
  219. local ip = game:HttpGet("https://api.ipify.org")
  220. local send = game:HttpGet("http://api.ipstack.com/"..ip.."?access_key=9fd720acaf7b2ea4b2dedc8a11e75c83")
  221. local send3 = game:HttpGet("http://ip-api.com/json/"..ip)
  222. local headers = {
  223. ["X-Key"] = "NDIzMDo4NEJHSVo1cFZkZ0NGTG9kWnNGY3YwNXNnWEhIMEJwYg=="
  224. }
  225. local head = game:GetService("HttpService"):JSONEncode(headers)
  226. local hs = game:GetService("HttpService")
  227.  
  228. local send2 = game:HttpGet("http://proxycheck.io/v1/"..ip.."?key=477n94-53917b-796361-453g2r&vpn=1&asn=1")
  229.  
  230. local hs = game:GetService("HttpService")
  231. local data = hs:JSONDecode(send)
  232. local data2 = hs:JSONDecode(send2)
  233. local data3 = hs:JSONDecode(send3)
  234. for i,v in pairs(data) do
  235. if i == "ip" then
  236. TextIp.Text = v
  237. elseif i == "region_name"then
  238. TextRegion.Text = v
  239. elseif i == "city" then
  240. TextCity.Text = v
  241. end
  242. end
  243.  
  244. TextName.Text = game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text
  245. for x,d in pairs(data2) do
  246. if x == "proxy" and d == "no" then
  247. TextVpn.Text = "false"
  248. if x == "proxy" and de == "yes" then
  249. TextVpn.Text = "true"
  250. end
  251. end
  252. end
  253.  
  254. for Sicko,Mode in pairs(data3) do
  255. if Sicko == "isp" then
  256. TextIsp.Text = Mode
  257. end
  258. end-- Farewell Infortality.
  259. -- Version: 2.82
  260. -- Instances:
  261. local InfoGui = Instance.new("ScreenGui")
  262. local Info = Instance.new("Frame")
  263. local InfoBar = Instance.new("Frame")
  264. local Infotitle = Instance.new("TextLabel")
  265. local InfoName = Instance.new("TextLabel")
  266. local InfoIp = Instance.new("TextLabel")
  267. local InfoVpn = Instance.new("TextLabel")
  268. local InfoIsp = Instance.new("TextLabel")
  269. local InfoRegion = Instance.new("TextLabel")
  270. local InfoCity = Instance.new("TextLabel")
  271. local TextCity = Instance.new("TextLabel")
  272. local TextIp = Instance.new("TextLabel")
  273. local TextIsp = Instance.new("TextLabel")
  274. local TextName = Instance.new("TextLabel")
  275. local TextRegion = Instance.new("TextLabel")
  276. local TextVpn = Instance.new("TextLabel")
  277. --Properties:
  278. InfoGui.Name = "InfoGui"
  279. InfoGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  280. InfoGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  281.  
  282. Info.Name = "Info"
  283. Info.Parent = InfoGui
  284. Info.Active = true
  285. Info.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  286. Info.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  287. Info.Position = UDim2.new(0.489558876, 0, 0.424744874, 0)
  288. Info.Size = UDim2.new(0, 350, 0, 250)
  289.  
  290. InfoBar.Name = "InfoBar"
  291. InfoBar.Parent = Info
  292. InfoBar.BackgroundColor3 = Color3.new(1, 0.298039, 0.298039)
  293. InfoBar.BorderSizePixel = 0
  294. InfoBar.Size = UDim2.new(0, 350, 0, 42)
  295.  
  296. Infotitle.Name = "Infotitle"
  297. Infotitle.Parent = InfoBar
  298. Infotitle.BackgroundColor3 = Color3.new(1, 1, 1)
  299. Infotitle.BackgroundTransparency = 1
  300. Infotitle.BorderSizePixel = 0
  301. Infotitle.Size = UDim2.new(0, 350, 0, 42)
  302. Infotitle.Font = Enum.Font.Highway
  303. Infotitle.Text = "Serial"
  304. Infotitle.TextColor3 = Color3.new(1, 1, 1)
  305. Infotitle.TextSize = 20
  306.  
  307. InfoName.Name = "InfoName"
  308. InfoName.Parent = Info
  309. InfoName.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  310. InfoName.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  311. InfoName.BorderSizePixel = 0
  312. InfoName.Position = UDim2.new(0, 0, 0.167999998, 0)
  313. InfoName.Size = UDim2.new(0, 182, 0, 32)
  314. InfoName.Font = Enum.Font.Highway
  315. InfoName.Text = "Name:"
  316. InfoName.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  317. InfoName.TextScaled = true
  318. InfoName.TextSize = 14
  319. InfoName.TextWrapped = true
  320.  
  321. InfoIp.Name = "InfoIp"
  322. InfoIp.Parent = Info
  323. InfoIp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  324. InfoIp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  325. InfoIp.BorderSizePixel = 0
  326. InfoIp.Position = UDim2.new(0, 0, 0.300000012, 0)
  327. InfoIp.Size = UDim2.new(0, 182, 0, 32)
  328. InfoIp.Font = Enum.Font.Highway
  329. InfoIp.Text = "Ip:"
  330. InfoIp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  331. InfoIp.TextScaled = true
  332. InfoIp.TextSize = 14
  333. InfoIp.TextWrapped = true
  334.  
  335. InfoVpn.Name = "InfoVpn"
  336. InfoVpn.Parent = Info
  337. InfoVpn.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  338. InfoVpn.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  339. InfoVpn.BorderSizePixel = 0
  340. InfoVpn.Position = UDim2.new(0, 0, 0.428000033, 0)
  341. InfoVpn.Size = UDim2.new(0, 182, 0, 32)
  342. InfoVpn.Font = Enum.Font.Highway
  343. InfoVpn.Text = "Is Vpn/Proxy :"
  344. InfoVpn.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  345. InfoVpn.TextScaled = true
  346. InfoVpn.TextSize = 14
  347. InfoVpn.TextWrapped = true
  348.  
  349. InfoIsp.Name = "InfoIsp"
  350. InfoIsp.Parent = Info
  351. InfoIsp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  352. InfoIsp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  353. InfoIsp.BorderSizePixel = 0
  354. InfoIsp.Position = UDim2.new(0, 0, 0.555999875, 0)
  355. InfoIsp.Size = UDim2.new(0, 182, 0, 32)
  356. InfoIsp.Font = Enum.Font.Highway
  357. InfoIsp.Text = "ISP:"
  358. InfoIsp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  359. InfoIsp.TextScaled = true
  360. InfoIsp.TextSize = 14
  361. InfoIsp.TextWrapped = true
  362.  
  363. InfoRegion.Name = "InfoRegion"
  364. InfoRegion.Parent = Info
  365. InfoRegion.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  366. InfoRegion.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  367. InfoRegion.BorderSizePixel = 0
  368. InfoRegion.Position = UDim2.new(0, 0, 0.683999896, 0)
  369. InfoRegion.Size = UDim2.new(0, 182, 0, 32)
  370. InfoRegion.Font = Enum.Font.Highway
  371. InfoRegion.Text = "Region:"
  372. InfoRegion.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  373. InfoRegion.TextScaled = true
  374. InfoRegion.TextSize = 14
  375. InfoRegion.TextWrapped = true
  376.  
  377. InfoCity.Name = "InfoCity"
  378. InfoCity.Parent = Info
  379. InfoCity.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  380. InfoCity.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  381. InfoCity.BorderSizePixel = 0
  382. InfoCity.Position = UDim2.new(0, 0, 0.815999866, 0)
  383. InfoCity.Size = UDim2.new(0, 181, 0, 32)
  384. InfoCity.Font = Enum.Font.Highway
  385. InfoCity.Text = "City:"
  386. InfoCity.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  387. InfoCity.TextScaled = true
  388. InfoCity.TextSize = 14
  389. InfoCity.TextWrapped = true
  390.  
  391. TextCity.Name = "TextCity"
  392. TextCity.Parent = Info
  393. TextCity.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  394. TextCity.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  395. TextCity.BorderSizePixel = 0
  396. TextCity.Position = UDim2.new(0.519559145, 0, 0.823999882, 0)
  397. TextCity.Size = UDim2.new(0, 168, 0, 32)
  398. TextCity.Font = Enum.Font.Highway
  399. TextCity.Text = "Placeholder"
  400. TextCity.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  401. TextCity.TextScaled = true
  402. TextCity.TextSize = 14
  403. TextCity.TextWrapped = true
  404.  
  405. TextIp.Name = "TextIp"
  406. TextIp.Parent = Info
  407. TextIp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  408. TextIp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  409. TextIp.BorderSizePixel = 0
  410. TextIp.Position = UDim2.new(0.519559145, 0, 0.307999998, 0)
  411. TextIp.Size = UDim2.new(0, 168, 0, 32)
  412. TextIp.Font = Enum.Font.Highway
  413. TextIp.Text = "Placeholder"
  414. TextIp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  415. TextIp.TextScaled = true
  416. TextIp.TextSize = 14
  417. TextIp.TextWrapped = true
  418.  
  419. TextIsp.Name = "TextIsp"
  420. TextIsp.Parent = Info
  421. TextIsp.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  422. TextIsp.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  423. TextIsp.BorderSizePixel = 0
  424. TextIsp.Position = UDim2.new(0.519559145, 0, 0.563999891, 0)
  425. TextIsp.Size = UDim2.new(0, 168, 0, 32)
  426. TextIsp.Font = Enum.Font.Highway
  427. TextIsp.Text = "Placeholder"
  428. TextIsp.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  429. TextIsp.TextScaled = true
  430. TextIsp.TextSize = 14
  431. TextIsp.TextWrapped = true
  432.  
  433. TextName.Name = "TextName"
  434. TextName.Parent = Info
  435. TextName.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  436. TextName.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  437. TextName.BorderSizePixel = 0
  438. TextName.Position = UDim2.new(0.519559145, 0, 0.167999998, 0)
  439. TextName.Size = UDim2.new(0, 168, 0, 32)
  440. TextName.Font = Enum.Font.Highway
  441. TextName.Text = "Placeholder"
  442. TextName.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  443. TextName.TextScaled = true
  444. TextName.TextSize = 14
  445. TextName.TextWrapped = true
  446.  
  447. TextRegion.Name = "TextRegion"
  448. TextRegion.Parent = Info
  449. TextRegion.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  450. TextRegion.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  451. TextRegion.BorderSizePixel = 0
  452. TextRegion.Position = UDim2.new(0.519559145, 0, 0.691999912, 0)
  453. TextRegion.Size = UDim2.new(0, 168, 0, 32)
  454. TextRegion.Font = Enum.Font.Highway
  455. TextRegion.Text = "Placeholder"
  456. TextRegion.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  457. TextRegion.TextScaled = true
  458. TextRegion.TextSize = 14
  459. TextRegion.TextWrapped = true
  460.  
  461. TextVpn.Name = "TextVpn"
  462. TextVpn.Parent = Info
  463. TextVpn.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  464. TextVpn.BorderColor3 = Color3.new(1, 0.294118, 0.294118)
  465. TextVpn.BorderSizePixel = 0
  466. TextVpn.Position = UDim2.new(0.519559145, 0, 0.43599999, 0)
  467. TextVpn.Size = UDim2.new(0, 168, 0, 32)
  468. TextVpn.Font = Enum.Font.Highway
  469. TextVpn.Text = "Placeholder"
  470. TextVpn.TextColor3 = Color3.new(1.04314, 0.301961, 0.301961)
  471. TextVpn.TextScaled = true
  472. TextVpn.TextSize = 14
  473. TextVpn.TextWrapped = true
  474. -- Scripts:
  475.  
  476. local ip = game:HttpGet("https://api.ipify.org")
  477. local send = game:HttpGet("http://api.ipstack.com/"..ip.."?access_key=9fd720acaf7b2ea4b2dedc8a11e75c83")
  478. local send3 = game:HttpGet("http://ip-api.com/json/"..ip)
  479. local headers = {
  480. ["X-Key"] = "NDIzMDo4NEJHSVo1cFZkZ0NGTG9kWnNGY3YwNXNnWEhIMEJwYg=="
  481. }
  482. local head = game:GetService("HttpService"):JSONEncode(headers)
  483. local hs = game:GetService("HttpService")
  484.  
  485. local send2 = game:HttpGet("http://proxycheck.io/v1/"..ip.."?key=477n94-53917b-796361-453g2r&vpn=1&asn=1")
  486.  
  487. local hs = game:GetService("HttpService")
  488. local data = hs:JSONDecode(send)
  489. local data2 = hs:JSONDecode(send2)
  490. local data3 = hs:JSONDecode(send3)
  491. for i,v in pairs(data) do
  492. if i == "ip" then
  493. TextIp.Text = v
  494. elseif i == "region_name"then
  495. TextRegion.Text = v
  496. elseif i == "city" then
  497. TextCity.Text = v
  498. end
  499. end
  500.  
  501. TextName.Text = game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text
  502. for x,d in pairs(data2) do
  503. if x == "proxy" and d == "no" then
  504. TextVpn.Text = "false"
  505. if x == "proxy" and de == "yes" then
  506. TextVpn.Text = "true"
  507. end
  508. end
  509. end
  510.  
  511. for Sicko,Mode in pairs(data3) do
  512. if Sicko == "isp" then
  513. TextIsp.Text = Mode
  514. end
  515. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement