MASTERTACALE / Brookhaven-7ScriptsMenu Star 5 Code Issues Pull requests Very big functionality and stable working. brookhaven brookhaven-roblox brookhaven-rp brookhaven-rp-hack brookhaven-rp-cheat brookhaven-hack brookhaven-cheat brookhaven-pastebin brookhaven-script brookhaven-pastebin-script brookhaven-me...
Since pastebin's API is designed to take data in as a URL encoded string, the code uses a for-loop to turn the dataFields table into a URL encoded string, such as hello=world&foo=bar. This is used as the HTTP POST data. Test this code by first going to pastebin.com/api#1 and ...
MASTERTACALE / Brookhaven-7ScriptsMenu Star 5 Code Issues Pull requests Very big functionality and stable working. brookhaven brookhaven-roblox brookhaven-rp brookhaven-rp-hack brookhaven-rp-cheat brookhaven-hack brookhaven-cheat brookhaven-pastebin brookhaven-script brookhaven-pastebin-script brookhaven-me...
Since pastebin's API is designed to take data in as a URL encoded string, the code uses a for-loop to turn the dataFields table into a URL encoded string, such as hello=world&foo=bar. This is used as the HTTP POST data. Test this code by first going to pastebin.com/api#1 and ...
New Pastebin Post local HttpService = game:GetService("HttpService") local URL_PASTEBIN_NEW_PASTE = "https://pastebin.com/api/api_post.php" local dataFields = { -- Pastebin API developer key from -- https://pastebin.com/api#1 ["api_dev_key"] = "FILL THIS WITH YOUR API ...