Post: Pro Perk Codes 1.12
07-17-2011, 12:08 AM #1
zVirus
Haters Gonna Hate
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU

I tried to use this code for my infection list but it just gives me an error :\.

ui_mapname "mp_rust;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setPlayerData challengeProgress ch_marathon_pro 549120;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeProgress ch_sleightofhand_pro 750;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeProgress ch_onemanarmy_pro 750;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeProgress ch_stoppingpower_pro 1000;setPlayerData challengeState ch_stoppingpower_pro 7;setPlayerData challengeProgress ch_coldblooded_pro 250;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeProgress ch_deadsilence_pro 250;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeProgress ch_extendedmelee_pro 100;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeProgress ch_detectexplosives_pro 750;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeProgress ch_scavenger_pro 500;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeProgress ch_bling_pro 900;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeProgress ch_lightweight_pro 1320000;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeProgress ch_hardline_pro 250;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeProgress ch_dangerclose_pro 500;setPlayerData challengeState ch_dangerclose_pro 7;uploadStats"

Any Help would be apreciated Happy
(adsbygoogle = window.adsbygoogle || []).push({});
07-17-2011, 01:05 AM #2
Default Avatar
gharry
Guest
Originally posted by TeamCEG View Post
Hey NGU

I tried to use this code for my infection list but it just gives me an error :\.

ui_mapname "mp_rust;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setPlayerData challengeProgress ch_marathon_pro 549120;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeProgress ch_sleightofhand_pro 750;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeProgress ch_onemanarmy_pro 750;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeProgress ch_stoppingpower_pro 1000;setPlayerData challengeState ch_stoppingpower_pro 7;setPlayerData challengeProgress ch_coldblooded_pro 250;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeProgress ch_deadsilence_pro 250;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeProgress ch_extendedmelee_pro 100;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeProgress ch_detectexplosives_pro 750;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeProgress ch_scavenger_pro 500;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeProgress ch_bling_pro 900;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeProgress ch_lightweight_pro 1320000;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeProgress ch_hardline_pro 250;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeProgress ch_dangerclose_pro 500;setPlayerData challengeState ch_dangerclose_pro 7;uploadStats"

Any Help would be apreciated Happy


as blackstorm said:
This won't work because your string length surpasses 1024 bytes. Any string longer than 1024 bytes will throw the exception "Attempt to overrun string in call to va()".

So sorry, this doesn't work.
07-17-2011, 06:07 AM #3
zVirus
Haters Gonna Hate
Originally posted by gharry View Post
as blackstorm said:
This won't work because your string length surpasses 1024 bytes. Any string longer than 1024 bytes will throw the exception "Attempt to overrun string in call to va()".

So sorry, this doesn't work.

yea i know it doesn't work :/
i wanted to know if i can fix it in any way
07-17-2011, 09:36 AM #4
Default Avatar
gharry
Guest
Originally posted by TeamCEG View Post
yea i know it doesn't work :/
i wanted to know if i can fix it in any way


split it into 2 infectables thats how i did it
07-17-2011, 11:17 AM #5
egoDream
Can’t trickshot me!
Originally posted by TeamCEG View Post
Hey NGU

I tried to use this code for my infection list but it just gives me an error :\.

ui_mapname "mp_rust;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setPlayerData challengeProgress ch_marathon_pro 549120;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeProgress ch_sleightofhand_pro 750;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeProgress ch_onemanarmy_pro 750;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeProgress ch_stoppingpower_pro 1000;setPlayerData challengeState ch_stoppingpower_pro 7;setPlayerData challengeProgress ch_coldblooded_pro 250;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeProgress ch_deadsilence_pro 250;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeProgress ch_extendedmelee_pro 100;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeProgress ch_detectexplosives_pro 750;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeProgress ch_scavenger_pro 500;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeProgress ch_bling_pro 900;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeProgress ch_lightweight_pro 1320000;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeProgress ch_hardline_pro 250;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeProgress ch_dangerclose_pro 500;setPlayerData challengeState ch_dangerclose_pro 7;uploadStats"

Any Help would be apreciated Happy


anymore than 2k char and it won't work work an infectable map
07-17-2011, 02:57 PM #6
zVirus
Haters Gonna Hate
Originally posted by Dream View Post
anymore than 2k char and it won't work work an infectable map


its not more than 2k its just that its more than 1024 bytes :(

---------- Post added at 09:57 AM ---------- Previous post was at 09:57 AM ----------

Originally posted by gharry View Post
split it into 2 infectables thats how i did it


okay so about how many pro perks per infection?
07-17-2011, 05:56 PM #7
Default Avatar
gharry
Guest
Originally posted by TeamCEG View Post
its not more than 2k its just that its more than 1024 bytes :(

---------- Post added at 09:57 AM ---------- Previous post was at 09:57 AM ----------



okay so about how many pro perks per infection?


just split it in half and it shud work thats how i did it like this much in each

Originally posted by another user
ui_mapname "mp_rust;bind BUTTON_BACK ;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setPlayerData challengeState ch_ninja_pro 7;setPlayerData challengeProgress ch_scrambler_pro 250;setPlayerData challengeState ch_scrambler_pro 7;setPlayerData challengeProgress ch_sitrep_pro 750;setPlayerData challengeState ch_sitrep_pro 7;setPlayerData challengeProgress ch_dangerclose_pro 500;setPlayerData challengeState ch_dangerclose_pro 7;setPlayerData challengeProgress ch_hardline_pro 250;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeProgress ch_bling_pro 900;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeProgress ch_onemanarmy_pro 750;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeProgress ch_laststand_pro 100;setPlayerData challengeState ch_laststand_pro 7;uploadStats"
^2End_Game_Splitscreen_^1Pro_Perks_1
07-17-2011, 05:56 PM #8
Default Avatar
gharry
Guest
Originally posted by TeamCEG View Post
its not more than 2k its just that its more than 1024 bytes :(

---------- Post added at 09:57 AM ---------- Previous post was at 09:57 AM ----------



okay so about how many pro perks per infection?


just split it in half and it should work thats how i did it like this much in each

Originally posted by another user
ui_mapname "mp_rust;bind BUTTON_BACK ;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setPlayerData challengeState ch_ninja_pro 7;setPlayerData challengeProgress ch_scrambler_pro 250;setPlayerData challengeState ch_scrambler_pro 7;setPlayerData challengeProgress ch_sitrep_pro 750;setPlayerData challengeState ch_sitrep_pro 7;setPlayerData challengeProgress ch_dangerclose_pro 500;setPlayerData challengeState ch_dangerclose_pro 7;setPlayerData challengeProgress ch_hardline_pro 250;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeProgress ch_bling_pro 900;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeProgress ch_onemanarmy_pro 750;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeProgress ch_laststand_pro 100;setPlayerData challengeState ch_laststand_pro 7;uploadStats"
^2End_Game_Splitscreen_^1Pro_Perks_1
07-17-2011, 05:59 PM #9
zVirus
Haters Gonna Hate
Originally posted by gharry View Post
just split it in half and it should work thats how i did it like this much in each


yea i did it and it worked thanks, but its sorta annoying that i have to do it twice, i guess its bettter than nothing , thanks bro Happy
07-17-2011, 06:01 PM #10
Default Avatar
gharry
Guest
Originally posted by TeamCEG View Post
yea i did it and it worked thanks, but its sorta annoying that i have to do it twice, i guess its bettter than nothing , thanks bro Happy


s'okay i just use those 2 and unlock all attachments for intervention

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo