<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hi i´m new in the community and i´m looking to upload scripts for BO2 please grant me Reputation 1!]]></title><description><![CDATA[<p dir="auto">Don´t really know hot to achive this great title any help is welcome.</p>
]]></description><link>https://forum.plutonium.pw/topic/45772/hi-i-m-new-in-the-community-and-i-m-looking-to-upload-scripts-for-bo2-please-grant-me-reputation-1</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 05:24:59 GMT</lastBuildDate><atom:link href="https://forum.plutonium.pw/topic/45772.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jul 2026 23:11:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hi i´m new in the community and i´m looking to upload scripts for BO2 please grant me Reputation 1! on Sun, 26 Jul 2026 16:42:18 GMT]]></title><description><![CDATA[<p dir="auto">here ya go bud<img src="https://forum.plutonium.pw/assets/plugins/nodebb-plugin-emoji/emoji/android/1f606.png?v=72ad87c2c01" class="not-responsive emoji emoji-android emoji--laughing" style="height:23px;width:auto;vertical-align:middle" title="😆" alt="😆" /><img src="https://forum.plutonium.pw/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=72ad87c2c01" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title="👍" alt="👍" /></p>
]]></description><link>https://forum.plutonium.pw/post/175912</link><guid isPermaLink="true">https://forum.plutonium.pw/post/175912</guid><dc:creator><![CDATA[GhostRider01250]]></dc:creator><pubDate>Sun, 26 Jul 2026 16:42:18 GMT</pubDate></item><item><title><![CDATA[Reply to Hi i´m new in the community and i´m looking to upload scripts for BO2 please grant me Reputation 1! on Fri, 24 Jul 2026 23:23:32 GMT]]></title><description><![CDATA[<h2>Didnt know that i couldnt ask for reputation but here is one of my scripts for unlimited perks</h2>
<p dir="auto">#include maps\mp_utility;<br />
#include common_scripts\utility;</p>
<p dir="auto">init()<br />
{<br />
// Escucha cuando un jugador se conecta al servidor / partida<br />
level thread onPlayerConnect();<br />
}</p>
<p dir="auto">onPlayerConnect()<br />
{<br />
for(;;)<br />
{<br />
level waittill("connected", player);<br />
player thread onPlayerSpawned();<br />
}<br />
}</p>
<p dir="auto">onPlayerSpawned()<br />
{<br />
self endon("disconnect");</p>
<pre><code>for(;;)
{
    self waittill("spawned_player");

    // Cambia el límite de ventajas del jugador a 10 (cubre todas las ventajas posibles)
    self.max_perks = 10;

    // Notificación discreta en pantalla al aparecer
    self iprintln("^2Limite de Perks cambiado a 10!");
}
</code></pre>
<p dir="auto">}</p>
<hr />
<p dir="auto">I code in spanish btw</p>
]]></description><link>https://forum.plutonium.pw/post/175759</link><guid isPermaLink="true">https://forum.plutonium.pw/post/175759</guid><dc:creator><![CDATA[Samu67]]></dc:creator><pubDate>Fri, 24 Jul 2026 23:23:32 GMT</pubDate></item></channel></rss>