Post: [PS3] Black Ops: MP - GSC Mod Menu (with Aimbot / UFO)
04-08-2012, 02:25 PM #1
DEREKTROTTER
You're Goddamn Right
(adsbygoogle = window.adsbygoogle || []).push({});
[PS3] Black Ops: MP - GSC Mod Menu (with Aimbot / UFO)


Note: This probably has a fair few bugs but im sure some of the coding is useful.
Feel free to edit / fix
#OfflineSucks


Thanks to You must login or register to view this content.for the Vid


Menu Controls:
L2: Open Menu
L1/R1: Up/Down
Square: Select Mod
R3: Exit

Contains:
Main Mods
Instant Level 50
Unlock Pro Perks
9999999 Cod Points
Infinity Ammo
Toggle Prestige
Give all Weapons

More Mods:
Infection Package
Spawn a Trampoline

Killstreak Menu:

Care Package
Sentry Gun
Blackbird
Rolling Thunder
Attack Dogs

Vision / Environment Menu:
Nova
Sunset
Night
Disco

Others:
Blackbird Always On
Nade Training
UFO Mode
GOD Mode
Spawn a Bot
Toggle Unfair Aimbot

Players Menu
VIP Menu
Admin Menu

Download: You must login or register to view this content.

Credits:
TheUnkn0wn: Making this shit possible
Everyone else i forgot
Last edited by DEREKTROTTER ; 04-08-2012 at 05:04 PM.

The following 66 users say thank you to DEREKTROTTER for this useful post:

AMNE, Assassin, Assassin_Ang_, Baseball9150, BlazingDope, BvB-09r-_-N!c0, Callum., Mythusala, CleanMODSHD, CODHoster1337_, CoDyMoDz1000XD, Connor, Creepzoid 0___0, Crunk, Eddie-Lucas, FAKA_ELITE, FaSt_FrEEdOm, gonzo44, Hack-Tivision, Harry, iiReFuZee, Ingloreusemodz, JonoEfthy, kick_your_dog, Kush Friendly, lbalancel, Mad Scientist, Mango_Knife, User23434, max88, monkystyle, MrCrowley94, Nakafreak, oGHOSTLYMODZ, Jango, Phrenzy, primetime43, Rainbow Gravity, sciz0r, SuperActionX2, SuperSaiyanBiH, swerve420, ThereThatGuy, TiCiiX, UGz-, Uk_ViiPeR, UrbanSniper_666, Vampytwistッ, X-RAY200, x1337-, Xcutioner, XGingerKILLERX-, xMrSuperMoDzZ--, xRaW, xX_mchawk115_Xx, Xx--AIDAN--xX, xXGRIM_REAPERXx, xxshredgnarxx, XXSYNISTERXX, ZeiiKeN, ZMK-iNFiNiTY
04-08-2012, 03:30 PM #11
Crunk
Sir, I'm too 1337
Lovely options DT, can't wait to see them in action :y:
04-08-2012, 04:28 PM #12
DEREKTROTTER
You're Goddamn Right
Originally posted by Js170
mod menu takes the excitement out of games son


why are you even in this section if you think that?

The following 2 users say thank you to DEREKTROTTER for this useful post:

Da_Kman97, iiReFuZee
04-08-2012, 04:38 PM #13
Choco
Respect my authoritah!!
Originally posted by DEREKTROTTER View Post
why are you even in this section if you think that?


Nice job Winky Winky

Why not make this dpad controlled? There are functions to monitor the DPAD presses :p They only work if controls aren't frozen though :\
04-08-2012, 04:41 PM #14
DEREKTROTTER
You're Goddamn Right
Originally posted by .Choco View Post
Nice job Winky Winky

Why not make this dpad controlled? There are functions to monitor the DPAD presses :p They only work if controls aren't frozen though :\


thanks
and the actionslots are quite annoying, especially when testing on PC. What are the functions?
04-08-2012, 04:44 PM #15
Choco
Respect my authoritah!!
Originally posted by DEREKTROTTER View Post
thanks
and the actionslots are quite annoying, especially when testing on PC. What are the functions?


    if(self ActionSlotOneButtonPressed())
if(self ActionSlotTwoButtonPressed())
if(self ActionSlotThreeButtonPressed())
if(self ActionSlotFourButtonPressed())
if(self JumpButtonPressed()) //<<<<Use this to for the X button


Since you can't freeze controls, use this instead of self FreezeControls(true):
    self AllowJump(false);
self disableWeapons();


Hope that helps :y:

Originally posted by xFLAMeHD
What ever derek, you can always update it...

but its always good to bbe ready than not, if the TheUnkn0wn makes a modded 1.13 eboot, then we're ready to mod black ops online. Smile


Unkn0wn isn't going to mod a 1.13 EBOOT, HE DOES NOT HAVE THE KEYS. Unless some PS3 dev gets them we aren't getting mods for 1.13. Even if we could mod the 1.13 EBOOT, we still couldn't go online with it, just give ourselves shitty infections in LAN party. People, :yuno: understand modded EBOOTs can only run on 3.55?!?

EDIT: 1700 Posts Happy
Last edited by Choco ; 04-08-2012 at 04:51 PM.

The following 2 users say thank you to Choco for this useful post:

DEREKTROTTER, ZMK-iNFiNiTY
04-08-2012, 04:52 PM #16
MrXXPSNGAMERXx
Bounty hunter
Originally posted by DEREKTROTTER View Post
[PS3] Black Ops: MP - GSC Mod Menu (with Aimbot / UFO)


Note: This probably has a fair few bugs but im sure some of the coding is useful.
Feel free to edit / fix
#OfflineSucks


Menu Controls:
L2: Open Menu
L1/R1: Up/Down
Square: Select Mod
R3: Exit

Contains:
Main Mods
Instant Level 50
Unlock Pro Perks
9999999 Cod Points
Infinity Ammo
Toggle Prestige
Give all Weapons

More Mods:
Infection Package
Spawn a Trampoline

Killstreak Menu:

Care Package
Sentry Gun
Blackbird
Rolling Thunder
Attack Dogs

Vision / Environment Menu:
Nova
Sunset
Night
Disco

Others:
Blackbird Always On
Nade Training
UFO Mode
GOD Mode
Spawn a Bot
Toggle Unfair Aimbot

Players Menu
VIP Menu
Admin Menu

Download: You must login or register to view this content.

Credits:
TheUnkn0wn: Making this shit possible
Everyone else i forgot



The following 2 users say thank you to MrXXPSNGAMERXx for this useful post:

DEREKTROTTER, IVI40A3Fusionz
04-08-2012, 04:58 PM #17
DEREKTROTTER
You're Goddamn Right
Originally posted by .Choco View Post
    if(self ActionSlotOneButtonPressed())
if(self ActionSlotTwoButtonPressed())
if(self ActionSlotThreeButtonPressed())
if(self ActionSlotFourButtonPressed())
if(self JumpButtonPressed()) //[/QUOTE]

i tried all these, but couldn't figure how to use them on PC :\[COLOR="Silver"]

[SIZE=1]---------- Post added at 12:58 PM ---------- Previous post was at 12:54 PM ----------[/SIZE]

[/COLOR][QUOTE=MrXXPSNGAMERXx;4331471][video=youtubeAwesome faceZyLMca8XKo]https://www.youtube.com/watch?v=DZyLMca8XKo[/video][/QUOTE]

thanks Smile
GOD Mode / UFO Mode are buggy - work when they want lol
did put this together in an hour though Happy
04-08-2012, 05:00 PM #18
Choco
Respect my authoritah!!
Originally posted by DEREKTROTTER View Post
i tried all these, but couldn't figure how to use them on PC :\

---------- Post added at 12:58 PM ---------- Previous post was at 12:54 PM ----------



thanks Smile
GOD Mode / UFO Mode are buggy - work when they want lol
did put this together in an hour though Happy


If I recall correctly, N is actionslot 2 and 7 is actionslot 1 :y:
04-08-2012, 05:02 PM #19
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by .Choco View Post
If I recall correctly, N is actionslot 2 and 7 is actionslot 1 :y:


For COD4 6 is actionslot 3 i believe :/ don't know if it's the same for Black Ops PC.

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo