Post: are these codes real?
06-12-2010, 02:12 PM #1
Masta-blasta117
»»───Knee───►
(adsbygoogle = window.adsbygoogle || []).push({}); i just got some codes for hacking on the ps3, i was wonderning if these really work or someone just posted them, any of u guys no?

10TH PRESTIGE SPINNING EMBLEM CODE

self SetcardIcon( "cardicon_prestige10_02" );
self maps\mp\gametypes\_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );

COMPLETE ALL CHALENGES W/ CHALLENGE COMPLETION

completeAllChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
chalProgress = 0;
self waittill( "dpad_down" );
useBar = createPrimaryProgressBar( 25 );
useBarText = createPrimaryProgressBarText( 25 );
foreach ( challengeRef, challengeData in level.challengeInfo )
{
finalTarget = 0;
finalTier = 0;
for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}

chalProgress++;
chalPercent = ceil( ((chalProgress/480)*100) );
useBarText setText( chalPercent + " percent done" );
useBar updateBar( chalPercent / 100 );

wait ( 0.04 );
}
useBar destroyElem();
useBarText destroyElem();
}

GOD MODE

doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;

while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}


INFINITY AMMO
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}


SUPER SPEED

self.moveSpeedScaler = 5

EXTENDED KILLSTREAKS

self.killStreakScaler = 99;

NO RECOIL

self player_recoilScaleOn(0);

CREATE MONEY

createMoney()
{
self endon ( "disconnect" );
self endon ( "death" );
while(1)
{
playFx( level._effect["money"], self getTagOrigin( "j_spine4" ) );
wait 0.5;
}
}

UFO MODE

doUfo()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
maps\mp\gametypes\_spectating::setSpectatePermissi ons();
for(;; ) TAKE AWAY THE SPACE BETWEEN ; )
{
self waittill("dpad_up");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self setContents( 0 );
self waittill("dpad_up");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
self setContents( 100 );
}
}

CHANGE YOUR LEADERBOARD STATS

KILLS
self setPlayerData( "kills", value );
KILL STREAK
self setPlayerData( "killStreak", value );
HEADSHOTS
self setPlayerData( "headshots", value );
DEATHS
self setPlayerData( "deaths", value );
ASSISTS
self setPlayerData( "assists", value );
HITS
self setPlayerData( "hits", value );
MISSES
self setPlayerData( "misses", -2147483647 );
WINS
self setPlayerData( "wins", value );
WIN STREAK
self setPlayerData( "winStreak", value );
LOSSES
self setPlayerData( "losses", value );
TIES
self setPlayerData( "ties", value );
SCORE
self setPlayerData( "score", value );
XP
self setPlayerData( "experience", );
(adsbygoogle = window.adsbygoogle || []).push({});
06-12-2010, 03:19 PM #11
Originally posted by blasta117 View Post
a uav hack is were there are red squares around everyone and the u can see the red squares thru wall n struff, also the map in the top left hand cornr is much bigger and uav is allways on...i have done it on xbox and it rox☺



oh righttttt i called it the wallhack lol but now i no wot u mean...
06-12-2010, 07:10 PM #12
KaYos
I am error
I believe people should make tutorials for hacked/ modded lobbies. Maybe put it for like a 100+ post count or something.
06-12-2010, 10:56 PM #13
Yes , they are public anyways.
06-13-2010, 01:42 AM #14
KiD MaFiA x
Bounty hunter
Yes they are real there modded codes from a iso. For xbox 360 jtags or flashed xbox's.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo