Getting text from a game window

Make a request bin:

Run this code

local data = {"ALL YOUR DATAS GO HERE"}
local yourUrl = "http://requestb.in/1792yhm1"
data = game:GetService("HttpService"):JSONEncode(data)
game:GetService("HttpService"):PostAsync(yourUrl, data)

I opened the page and get this:

Great little tool for figuring out what’s up with your requests, but you could also use it for an easy extract

5 Likes