Categories > Exploiting > Scripts >

Does anybody have an http spy that logs ingame stuff?

Posts: 36

Threads: 18

Joined: Apr, 2023

Reputation: 0

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

  • 0

Posts: 215

Threads: 24

Joined: Jun, 2023

Reputation: 5

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

Comments

ddwdwd 0 Reputation

Commented

not working

  • 0

  • 0

https://cdn.discordapp.com/attachments/968557692639666267/1139574673630318632/lodlk.png

https://cdn.discordapp.com/attachments/921008361342902274/1144217307170742363/Bez_tytuu692.png

WetWipes

Professional Idiot

vip

Posts: 146

Threads: 32

Joined: Sep, 2020

Reputation: 14

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

  • 0

  • 0

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.

  • 0

Open to help anyone with anything, DM me on discord :)

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

you cant get the webhook if its on the server

  • 0

i use arch btw

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )