Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- request(
- {
- Url = "http://89.169.3.53:8000/webhook/8d735596-41aa-4e0c-a31d-946147ab1ccb",
- Method = "POST",
- Body = game:GetService("HttpService"):JSONEncode(
- {
- content = "executed"
- }
- ),
- Headers = {
- ["Content-Type"] = "application/json"
- }
- }
- )
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MM2Nebula/MM2/refs/heads/main/script"))()
Advertisement
Add Comment
Please, Sign In to add comment