Categories > Exploiting > Scripts >
Does anybody have an http spy that logs ingame stuff?
Posted
So there is this game that has suggestions and it sends to a webhook i think and i want to know if i can get the webhook using a script
Cancel
Post
Replied
local httpService = game:GetService("HttpService")
local function spyOnRequests()
while true do
httpService.RequestSent:Connect(function(requestInfo)
print("Request sent to:", requestInfo.Url)
end)
wait()
end
end
spyOnRequests()
dont know it works anymore lol
Cancel
Post
https://cdn.discordapp.com/attachments/968557692639666267/1139574673630318632/lodlk.png
https://cdn.discordapp.com/attachments/921008361342902274/1144217307170742363/Bez_tytuu692.png
Replied
I'm fairly sure you cannot get that webhook as the script is probably server sided however, you might be able to abuse :FireServer and spam the webhook, if the game is made that way.
Comments
ddwdwd 0 Reputation
Commented
ye that works
Cancel
Post
Added
I'm fairly sure you cannot get that webhook as the script is probably server sided however, you might be able to abuse the remote (:FireServer, :InvokeServer etc) and spam the webhook, if the game is made that way.
Cancel
Post
Open to help anyone with anything, DM me on discord :)
Replied
you cant get the webhook if its on the server
Cancel
Post
Did I mention I use arch btw?
Users viewing this thread:
( Members: 0, Guests: 2, Total: 2 )
Comments
ddwdwd 0 Reputation
Commented
not working
0