Advertisement
Ph0neh1

Fake IP LOGGER Script - ROBLOX FE

Feb 22nd, 2023 (edited)
2,709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. --//Created by Isax74\\--
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5. local ez = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local run = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local close = Instance.new("TextButton")
  10. ez.Name = "ez"
  11. ez.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. Frame.Parent = ez
  13. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  14. Frame.BorderColor3 = Color3.fromRGB(255, 251, 0)
  15. Frame.BorderSizePixel = 2
  16. Frame.Position = UDim2.new(0.482087225, -53, 0.438435942, -52)
  17. Frame.Size = UDim2.new(0, 156, 0, 146)
  18. run.Name = "run"
  19. run.Parent = Frame
  20. run.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. run.BorderColor3 = Color3.fromRGB(255, 251, 0)
  22. run.BorderSizePixel = 2
  23. run.Position = UDim2.new(0.144905537, 0, 0.337290704, 0)
  24. run.Size = UDim2.new(0, 106, 0, 50)
  25. run.Font = Enum.Font.SourceSans
  26. run.Text = "Run"
  27. run.TextColor3 = Color3.fromRGB(255, 38, 0)
  28. run.TextScaled = true
  29. run.TextSize = 14.000
  30. run.TextStrokeColor3 = Color3.fromRGB(255, 251, 0)
  31. run.TextStrokeTransparency = 0.000
  32. run.TextWrapped = true
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. TextLabel.BackgroundTransparency = 1.000
  36. TextLabel.Size = UDim2.new(0, 156, 0, 50)
  37. TextLabel.Font = Enum.Font.SourceSans
  38. TextLabel.Text = "Fake IP Grabber"
  39. TextLabel.TextColor3 = Color3.fromRGB(255, 38, 0)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14.000
  42. TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 251, 0)
  43. TextLabel.TextStrokeTransparency = 0.000
  44. TextLabel.TextWrapped = true
  45. close.Name = "close"
  46. close.Parent = Frame
  47. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  48. close.BorderColor3 = Color3.fromRGB(255, 251, 0)
  49. close.BorderSizePixel = 2
  50. close.Position = UDim2.new(0.144905671, 0, 0.741400301, 0)
  51. close.Size = UDim2.new(0, 106, 0, 30)
  52. close.Font = Enum.Font.SourceSans
  53. close.Text = "Exit"
  54. close.TextColor3 = Color3.fromRGB(255, 38, 0)
  55. close.TextScaled = true
  56. close.TextSize = 14.000
  57. close.TextStrokeColor3 = Color3.fromRGB(255, 251, 0)
  58. close.TextStrokeTransparency = 0.000
  59. close.TextWrapped = true
  60. local function XDSG_fake_script()
  61. local script = Instance.new('LocalScript', Frame)
  62.  
  63. script.Parent.run.MouseButton1Down:Connect(function()
  64. for _,v in pairs(game.Players:GetPlayers()) do
  65. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Cracking IP Adress/IPv4.." ,"All")
  66. wait(1)
  67. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Searching "..v.Name.." IP Adress/IPv4.." ,"All")
  68. wait(3)
  69. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Found "..v.Name.." IP Adress/IPv4.." ,"All")
  70. wait(1)
  71. local p1=math.random(1,100)
  72. local p2=math.random(1,60)
  73. local p3=math.random(1,100)
  74. local p4=math.random(1,127)
  75. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." IP adress/IPv4 is "..p1.."."..p2.."."..p3.."."..p4,"All")
  76. end
  77. end)
  78. end
  79. coroutine.wrap(XDSG_fake_script)()
  80. local function GPKUCNU_fake_script()
  81. local script = Instance.new('LocalScript', Frame)
  82.  
  83. script.Parent.close.MouseButton1Down:Connect(function()
  84. script.Parent.Parent:Destroy()
  85. end)
  86. end
  87. coroutine.wrap(GPKUCNU_fake_script)()
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement