• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS3 Ghosts 1.12 drunk/drugs mode C# Code! :)

Nostafaru

Moderating the Crunch Bunch.
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster


Hey Crunchers ! :) <3 This is some of the new mods that are out out for ghosts already (for the newst version 1.12 :))


Let`s start the coding! :)
Add this under partial class :
Code:
private const uint G_Client = 0xF44400;
private const uint SpinningMode = G_Client + 0x6C;
private int TripModeSwitch = 0;
------------------------------------------------------------------
There are some other ways to do this but this is how i prefer to do it (using a switch)
And then add a timer called TrippyMode or whatever wou wanna call it and then add this in the timer:
------------------------------------------------------------------
if(TripModeSwitch == 0)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x49 });
SV_GameSendServerCommand(0, "J ac130_thermal");
Thread.Sleep(300);
TripModeSwitch++;
}
else if(TripModeSwitch == 1)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x48 });
SV_GameSendServerCommand(0, "J aftermath");
Thread.Sleep(300);
TripModeSwitch++;
}
else if (TripModeSwitch == 2)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x47 });
SV_GameSendServerCommand(0, "J default_night_mp");
Thread.Sleep(300);
TripModeSwitch++;
}
else if (TripModeSwitch == 3)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x46 });
SV_GameSendServerCommand(0, "J near_death_mp");
Thread.Sleep(300);
TripModeSwitch++;
}
else if (TripModeSwitch == 4)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x45 });
SV_GameSendServerCommand(0, "J mpnuke_aftermath");
Thread.Sleep(300);
TripModeSwitch++;
}
else if (TripModeSwitch == 5)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x44 });
SV_GameSendServerCommand(0, "J end_game");
Thread.Sleep(100);
TripModeSwitch++;
}
else if (TripModeSwitch == 6)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x43 });
SV_GameSendServerCommand(0, "J end_game");//you can add different visions or whatever
Thread.Sleep(100);
TripModeSwitch++;
}
else if (TripModeSwitch == 7)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x42 });
SV_GameSendServerCommand(0, "J end_game");
Thread.Sleep(100);
TripModeSwitch++;
}
else if (TripModeSwitch == 8)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x41 });
SV_GameSendServerCommand(0, "J end_game");
Thread.Sleep(100);
TripModeSwitch++;
}
else if (TripModeSwitch == 9)
{
PS3.SetMemory(SpinningMode, new byte[] { 0x40 });
SV_GameSendServerCommand(0, "J end_game");
Thread.Sleep(100);
TripModeSwitch = 0;
}
------------------------------------------------------------------
SV_GameSendServerCommand (this is not really needed :p)
Code:
private void SV_GameSendServerCommand(int Client, string Command)
{
int num = (int)RPC.Call(0x69A3F4, (object)Client, (object)0, (object)Command);
}
------------------------------------------------------------------
Then just add this to your button and start it:
Code:
TrippyMode.Start();
------------------------------------------------------------------
Enjoy Crunchers <3 :) And peace out! :D
------------------------------------------------------------------
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Omar-_- is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    lilmonster3 is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    765rdchy5rfvbj5edcvj4ed is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    wilson sales is our newest member. Welcome!
  • Chat Bot:
    riggv is our newest member. Welcome!
  • Chat Bot:
    ripthors is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    modmonkey is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    ZynxDEX is our newest member. Welcome!
  • Chat Bot:
    ZynxDEX has started a new thread called "Console ID" in Console ID's.
      Chat Bot: ZynxDEX has started a new thread called "Console ID" in Console ID's.
      Back
      Top