local a = loadstring local b = request or http_request or (http and http.request) local r = b({ Url = 'https://usercontent.scripthub.com.br/Crimson-Shadows.lua', Method = 'GET', }) a(r.Body or r.body)() --[[ --If you want to use walkspeed and jumppower, use the script below (This walkspeed and jumppower script is open-source) getgenv().Speed = 200 getgenv().Jump = 50 loadstring(game:HttpGet('https://usercontent.scripthub.com.br/CS-Walkspeed-JumpPower.lua'))() ]]--