|
|
!! Welcome Friends in the world of Matka Boss Online. May you always win with MatkaNo1.Net !! |
Welcome to Matkano1, one of the most trusted and popular platforms for getting Matka No1 results, charts, and game-related information. If you are searching for fast, accurate, and regularly updated matka data, then Matkano1 is the right place for you. Matkano1 is created for users who want a simple and clean platform to check Kalyan Matka, Main Bazar, Milan, Rajdhani and other matka results in one place. Our goal is to provide updated public data in an easy-to-understand format so that users can access information without any confusion.
0 1 2 4 6
- 4-6-7-9
LIVE RESULT
1=>126-480-578-679
2=>129-589-688-246
3=>247-689-256-238
4=>257-130-239-356
5=>258-249-267-168
6=>349-367-358-169
7=>368-269-449-467
8=>279-468-125-260
9=>568-450-577-900
0=>389-488-299-190
Mon. 1-4-8-6
Tue. 2-5-1-7
Wed. 1-8-6-9
Thu. 0-2-4-5
Fri. 0-1-6-8
Sat. 0-4-6-9
Sun. 5-1-2-0
19 14 10 16 11
50 55 58 51
40 45 46 42
21 20 29 25
82 85 89 81
61 69 65 68
The version bypasses these restrictions natively within standard showcase tools or utilizes client-side replication tricks (like manipulating unanchored network-owned parts or standard chat messages) to ensure the troll still functions as a visual masterpiece for the person executing it, or works seamlessly in games with specific vulnerabilities or custom remote events. Anatomy of the Script: How It Works Under the Hood
fakeIpSpan.innerText = newIp; fakeIspSpan.innerText = newIsp; fakeLocationSpan.innerText = newLoc; fakeDeviceSpan.innerText = newDevice;
It’s a fun, harmless script to use on friends or in casual servers. It’s not malicious, just a visual prank. Just remember to clear your scripts after you're done to avoid any risk of your account getting flagged.
-- FIXED FAKE IP LOGGER TROLL SCRIPT (FE SHOWCASE VERSION) -- Safe, randomized, and optimized for modern executors local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local PlayerGui = LocalPlayer:WaitForChild("PlayerGui") -- Prevent duplicate UI instances if PlayerGui:FindFirstChild("FakeHackerTerminal") then PlayerGui.FakeHackerTerminal:Destroy() end -- Create ScreenGui local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "FakeHackerTerminal" ScreenGui.ResetOnSpawn = false ScreenGui.Parent = PlayerGui -- Create Main Terminal Frame local MainFrame = Instance.new("Frame") MainFrame.Size = UDim2.new(0, 400, 0, 250) MainFrame.Position = UDim2.new(0.5, -200, 0.4, -125) MainFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) MainFrame.BorderSizePixel = 2 MainFrame.BorderColor3 = Color3.fromRGB(0, 255, 0) MainFrame.Active = true MainFrame.Draggable = true -- Allows you to move it around during showcases MainFrame.Parent = ScreenGui -- Create Text Label for Console Output local TextLabel = Instance.new("TextLabel") TextLabel.Size = UDim2.new(1, -20, 1, -20) TextLabel.Position = UDim2.new(0, 10, 0, 10) TextLabel.BackgroundTransparency = 1 TextLabel.TextColor3 = Color3.fromRGB(0, 255, 0) TextLabel.Font = Enum.Font.Code TextLabel.TextSize = 14 TextLabel.TextXAlignment = Enum.TextXAlignment.Left TextLabel.TextYAlignment = Enum.TextYAlignment.Top TextLabel.TextWrapped = true TextLabel.Text = "Initializing Protocol..." TextLabel.Parent = MainFrame -- Helper function to generate realistic fake data local function generateFakeIP() return string.format("%d.%d.%d.%d", math.random(64, 223), math.random(0, 255), math.random(0, 255), math.random(1, 254)) end local isps = "Comcast Cable", "AT&T Internet", "Verizon Fios", "Spectrum", "CenturyLink" local cities = "New York", "Los Angeles", "Chicago", "Houston", "Phoenix", "London", "Tokyo" -- Simulation Sequence local function runSimulation() local targetName = "Unknown_User" -- Try to grab a random player from the server as a target local allPlayers = Players:GetPlayers() if #allPlayers > 1 then local randomPlayer = allPlayers[math.random(1, #allPlayers)] if randomPlayer ~= LocalPlayer then targetName = randomPlayer.Name end end local steps = "Connecting to secure proxy...", "Bypassing player network firewall...", "Target Found: " .. targetName, "Injecting handshake packet...", "Extracting network metadata...", "------------------------------------", "LOG SUCCESSFUL:", "IP ADDRESS: " .. generateFakeIP(), "SUBNET MASK: 255.255.255.0", "ISP: " .. isps[math.random(1, #isps)], "LOCATION: " .. cities[math.random(1, #cities)] .. ", Proxy Active", "LATITUDE: " .. string.format("%.4f", math.random(-90, 90)) .. "°", "LONGITUDE: " .. string.format("%.4f", math.random(-180, 180)) .. "°", "------------------------------------", "Terminal session idle. Disconnecting safely." local currentText = "" for _, line in ipairs(steps) do currentText = currentText .. line .. "\n" TextLabel.Text = currentText task.wait(math.random(4, 12) / 10) -- Creates a realistic variable typing speed end end -- Run the troll simulation in a separate thread task.spawn(runSimulation) Use code with caution. Key Fixes Applied in This Version fake ip logger troll script fe showcase fixed
.fake-logger-card background: #071118cc; border-radius: 1.8rem; padding: 1.2rem; border: 1px solid #2a9d8f40; margin-bottom: 2rem;
return newIp, newIsp, newLoc, newDevice ;
: To appear more convincing, it generates realistic-looking but entirely randomized strings Just remember to clear your scripts after you're
The Ultimate Fake IP Logger Troll Script for FE Showcases: Safe Pranking in Roblox
To showcase this script inside Roblox Studio or an active server:
-- Save this as a LocalScript inside StarterPlayerScripts local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local LocalPlayer = Players.LocalPlayer -- Generate realistic but fake networking parameters local function generateFakeData() math.randomseed(os.time()) local ip = string.format("%d.%d.%d.%d", math.random(64, 192), math.random(10, 255), math.random(0, 255), math.random(1, 254)) local ports = "80", "443", "8080", "25565", "64233" local cities = "New York", "London", "Tokyo", "Frankfurt", "Sydney", "Sao Paulo" local isps = "Comcast Cable", "Verizon", "BT Broadband", "AT&T Internet", "Digital Ocean LLC" return IP = ip, Port = ports[math.random(1, #ports)], City = cities[math.random(1, #cities)], ISP = isps[math.random(1, #isps)] end -- UI Initialization local function createTrollUI() local data = generateFakeData() -- ScreenGui Container local screenGui = Instance.new("ScreenGui") screenGui.Name = "NetworkDiagnosticsTroll" screenGui.ResetOnSpawn = false screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling screenGui.Parent = LocalPlayer:WaitForChild("PlayerGui") -- Main Panel Frame local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 380, 0, 220) mainFrame.Position = UDim2.new(0.5, -190, -0.3, 0) -- Starts off-screen for entry animation mainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 25) mainFrame.BorderSizePixel = 0 mainFrame.Parent = screenGui -- UI Styling Corner rounding local uiCorner = Instance.new("UICorner") uiCorner.CornerRadius = UDim.new(0, 8) uiCorner.Parent = mainFrame -- Red Warning Accent Bar local accentBar = Instance.new("Frame") accentBar.Size = UDim2.new(1, 0, 0, 4) accentBar.BackgroundColor3 = Color3.fromRGB(255, 50, 50) accentBar.BorderSizePixel = 0 accentBar.Parent = mainFrame -- Header Text local header = Instance.new("TextLabel") header.Size = UDim2.new(1, 0, 0, 40) header.Position = UDim2.new(0, 0, 0, 4) header.BackgroundTransparency = 1 header.Text = "⚠️ CRITICAL EXPLOIT ALARM ⚠️" header.TextColor3 = Color3.fromRGB(255, 70, 70) header.Font = Enum.Font.SourceSansBold header.TextSize = 20 header.Parent = mainFrame -- Terminal Logs Box local consoleText = Instance.new("TextLabel") consoleText.Size = UDim2.new(0.9, 0, 0.6, 0) consoleText.Position = UDim2.new(0.05, 0, 0.25, 0) consoleText.BackgroundTransparency = 1 consoleText.TextXAlignment = Enum.TextXAlignment.Left consoleText.TextYAlignment = Enum.TextYAlignment.Top consoleText.TextColor3 = Color3.fromRGB(200, 255, 200) consoleText.Font = Enum.Font.Code consoleText.TextSize = 14 consoleText.TextWrapped = true consoleText.Text = "Initializing secure peer link...\n" consoleText.Parent = mainFrame -- Smooth UI Entry slide animation local entryTween = TweenService:Create(mainFrame, TweenInfo.new(1, Enum.EasingStyle.Back, Enum.EasingDirection.Out), Position = UDim2.new(0.5, -190, 0.15, 0) ) entryTween:Play() -- Simulated terminal printout timeline local logs = "[INFO] Targeting account: " .. LocalPlayer.Name, "[SUCCESS] Handshake established via packet interception.", "[FOUND] Remote IP: " .. data.IP .. ":" .. data.Port, "[LOCATION] Node closest to: " .. data.City, "[ISP RECOGNIZED] Provider: " .. data.ISP, "[WARN] Uploading dump data to external server..." task.spawn(function() for _, logLine in ipairs(logs) do task.wait(math.random(12, 25) / 10) -- Varied realistic delays consoleText.Text = consoleText.Text .. logLine .. "\n" end -- Flash screen red at the end for dramatic trolling impact task.wait(1) header.Text = "🔴 TRACKING COMPLETE" accentBar.BackgroundColor3 = Color3.fromRGB(255, 0, 0) end) end -- Delay activation to ensure game graphics finish loading task.delay(3, createTrollUI) Use code with caution. Critical Fixes: Why Old Scripts Fail generateFakeIP(), "SUBNET MASK: 255
// first, start loader & glitch, then change data + log animateLoaderAndGlitch(() => // randomize fields, but with "grab" source const newData = randomizeAllFields(true, "grab"); // additional funny message addLogEntry(`🔥 TROLL ALERT: fake location set to "$newData.newLoc" — user is scared!`); addLogEntry(`📡 [SIMULATION] packet capture · no real data collected. just a prank.`); // also add specific isp note addLogEntry(`🎭 spoofed ISP "$newData.newIsp" — totally fake metadata.`); // re-enable buttons grabBtn.disabled = false; randomizeBtn.disabled = false; grabBtn.innerHTML = originalText; );
Building a Fake IP Logger Troll Script: The Ultimate FE Showcase and Fixes