ADVERTISEMENTREMOVE ADS
Game icon

[OP] Full ping spoofer 999+ "ping"

Hood Customs
3 months ago
Script preview thumbnail
Script Preview

Description

[👋] Welcome to valor, #1 script provider with many options for different games to have fun and express your playstyle.

[🎉] This ping spoofer is designed to trick friends or others into thinking you have 0 or 999+ ping visually. Not actually changing player ping, meaning you have the advantage at all times!

[❗] To support us and get more scripts join our discord server!

Features:

  • ping spoofer
ADVERTISEMENTREMOVE ADS
48 Lines • 1.26 KiB
Verified
Raw
--// https://discord.gg/ptgHJTmzhC
--// Thank you to our supporters :)
--// If you use this in anything credit us
_G.ping = 300 --// Ping (ms) you want to display, wont be exact
--// Ignore \\--
_G.ping = _G.ping / 1000 --// Changes the ping value to the correct format, ms
if not _G.exec then _G.exec = 0 end
_G.exec = _G.exec + 1
if _G.exec >= 2 then warn("[valor] User Executed x2 - Updating Ping") return end --// Just stops the user from executing twice, interfearing with the actual ping changer
local replicated = game:GetService("ReplicatedStorage")
local main = replicated:WaitForChild("MainEvent")
local mt = getrawmetatable(game)
setreadonly(mt, false)
local old = mt.__namecall
local block = true
mt.__namecall = function(self, ...)
local args = {...}
local method = getnamecallmethod()
if method == "FireServer" and self == main and args[1] == "GetPing" then
if block and not checkcaller() then
warn("[valor] Blocking Ping Call")
return
end
end
return old(self, ...)
end
task.spawn(function()
while true do
block = true
block = false
main:FireServer("GetPing", _G.ping)
block = true
task.wait(_G.ping)
end
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS