sfdsafasdsfa

Newbie
Sep 12, 2020
30
25
Is somebody else is having the "out of video memory resources" black screen error? I did everything I could (increasing vram capacity from safe mode menu, disabled lots of roaming programs, upgrading to lastest drivers, etc.), but if something else can manage to fix it, I would like to check too. Im using Intel core i5 on Acer desktop, thanks in advance.
Im having the same problem, aw man what a pity
 

OMFGKYLE

Newbie
Mar 17, 2019
91
21
Does anyone know the keys for 21-05-31? its an old version but idk if the code was ever posted. Thanks in advance :)
 

neolol2

New Member
Aug 10, 2022
5
4
NS2 1.5 was posted yesterday, anyone have a key for all the features?
Yes, but it won't just be a copy paste. You need to do the same as in this post, but the code he wrote at the bottom will be like this.

JavaScript:
        if (oSession.uriContains("get-patreon-info.php"))
        {    oSession.utilDecodeResponse();
            var ResponseBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes);
   
            var Expression = /\"errors\":\[(.*?)\]/;
            ResponseBody = ResponseBody.replace(Expression, "\"errors\":[]");
            ResponseBody = ResponseBody.replace("\"whitelisted\":false", "\"whitelisted\":true");
            ResponseBody = ResponseBody.replace("\"blacklisted\":true", "\"blacklisted\":false");
            ResponseBody = ResponseBody.replace("\"patron_status\":\"\"", "\"patron_status\":\"active_patron\"");
            ResponseBody = ResponseBody.replace("\"last_charge_status\":\"\"", "\"last_charge_status\":\"Paid\"");
            ResponseBody = ResponseBody.replace("\"last_charge_date\":\"\"", "\"last_charge_date\":\"2022-11-01T21:28:06+00:00\"");
            ResponseBody = ResponseBody.replace("\"pledge_history\":[]", "\"pledge_history\": [{\"amount_cents\": 50000, \"currency_code\": \"USD\", \"date\": \"2022-11-01T21:28:06+00:00\", \"payment_status\": \"Paid\", \"tier_id\": \"\", \"tier_title\": \"Benefactor\", \"type\": \"pledge_start\"}]");
            ResponseBody = ResponseBody.replace("\"tiers\":[]", "\"tiers\": [{\"amount_cents\": 50000, \"created_at\": \"2022-11-01T21:28:06+00:00\", \"description\": \"Benefactor\", \"discord_role_ids\": \"\", \"edited_at\": \"2022-11-01T21:28:06+00:00\", \"image_url\": \"\", \"patron_count\": 1, \"post_count\": 0, \"published\": true, \"published_at\": \"\", \"remaining\": \"\", \"requires_shipping\": false, \"title\": \"Benefactor\", \"unpublished_at\": \"\", \"url\": \"https://www.patreon.com/join/naughtysandbox/checkout?rid=9112100\", \"user_limit\": \"\"}]");

            oSession.utilSetResponseBody(ResponseBody);
        }
 
Last edited:
Jul 22, 2017
45
38
its not working for me i dont know what i did wrong it opens in browser and ask me to copy code and i did that and than my logo and name shows up and it says i didnt support it
 

Lionily

Newbie
Jan 31, 2021
89
38
Did anyone could solve the application issue I've mentioned here ?
Is somebody else is having the "out of video memory resources" black screen error? I did everything I could (increasing vram capacity from safe mode menu, disabled lots of roaming programs, upgrading to lastest drivers, etc.), but if something else can manage to fix it, I would like to check too. Im using Intel core i5 on Acer desktop, thanks in advance.
 

OMFGKYLE

Newbie
Mar 17, 2019
91
21
Same. After logging in we just get the option to "play for free". Are we missing a step or something? I dont see a place to paste the key that ive been give aswell.
 
Last edited:
  • Like
Reactions: chesterfieldred

AmyTheOne

New Member
Jan 17, 2018
13
20
i'm logged in but still says that im not supporting, and i tried turning off firewall and antivirus
Same. After logging in we just get the option to "play for free". Are we missing a step or something? I dont see a place to paste the key that ive been give aswell.

If you follow the instructions as outlined by neolol2 and THE_CHOODICK I can guarantee you their methods work.
The only thing I overlooked was the fact I had to be logged into patreon for the game to not throw the exact error you're both describing.

If you followed it to the letter and it still doesn't work. I cannot help you.



Yes, but it won't just be a copy paste. You need to do the same as in this post, but the code he wrote at the bottom will be like this.

JavaScript:
        if (oSession.uriContains("get-patreon-info.php"))
        {    oSession.utilDecodeResponse();
            var ResponseBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes);
 
            var Expression = /\"errors\":\[(.*?)\]/;
            ResponseBody = ResponseBody.replace(Expression, "\"errors\":[]");
            ResponseBody = ResponseBody.replace("\"whitelisted\":false", "\"whitelisted\":true");
            ResponseBody = ResponseBody.replace("\"blacklisted\":true", "\"blacklisted\":false");
            ResponseBody = ResponseBody.replace("\"patron_status\":\"\"", "\"patron_status\":\"active_patron\"");
            ResponseBody = ResponseBody.replace("\"last_charge_status\":\"\"", "\"last_charge_status\":\"Paid\"");
            ResponseBody = ResponseBody.replace("\"last_charge_date\":\"\"", "\"last_charge_date\":\"2022-11-01T21:28:06+00:00\"");
            ResponseBody = ResponseBody.replace("\"pledge_history\":[]", "\"pledge_history\": [{\"amount_cents\": 50000, \"currency_code\": \"USD\", \"date\": \"2022-11-01T21:28:06+00:00\", \"payment_status\": \"Paid\", \"tier_id\": \"\", \"tier_title\": \"Benefactor\", \"type\": \"pledge_start\"}]");
            ResponseBody = ResponseBody.replace("\"tiers\":[]", "\"tiers\": [{\"amount_cents\": 50000, \"created_at\": \"2022-11-01T21:28:06+00:00\", \"description\": \"Benefactor\", \"discord_role_ids\": \"\", \"edited_at\": \"2022-11-01T21:28:06+00:00\", \"image_url\": \"\", \"patron_count\": 1, \"post_count\": 0, \"published\": true, \"published_at\": \"\", \"remaining\": \"\", \"requires_shipping\": false, \"title\": \"Benefactor\", \"unpublished_at\": \"\", \"url\": \"https://www.patreon.com/join/naughtysandbox/checkout?rid=9112100\", \"user_limit\": \"\"}]");

            oSession.utilSetResponseBody(ResponseBody);
        }
Link to NS2 1.5
 
2.30 star(s) 3 Votes