Post: GSC Injector Source Code
11-10-2014, 11:32 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Main Definition

    
using PS3Lib;
using System.IO;

namespace Form1
{
public partial class Form1 : Form
{
public static PS3API API = new PS3API();
.
.
.


in Button Codes

    
private void button372_Click(object sender, EventArgs e)
{
var BO2GSCOpen = new OpenFileDialog { Filter = "GSC File|*.gsc" };
if (BO2GSCOpen.ShowDialog() == DialogResult.OK)
{
API.SetMemory(0x10020000, new byte[] { 0x10, 0x04, 0x00, 0x00 });
API.SetMemory(0x10020004, new byte[] { 0x00, 0x00, 0x00, 0x33 });
byte[] bytes = Encoding.UTF8.GetBytes(textBox126.Text + "\0");
API.SetMemory(0x10022000, bytes);
API.SetMemory(0x10020008, new byte[] { 0x10, 0x02, 0x20, 0x00 });
API.SetMemory(0x1002000C, new byte[] { 0x00, 0x00, 0x00, 0x01 });
API.SetMemory(0x10020010, new byte[] { 0xFF, 0xFF, 0xFF, 0xFF });
API.SetMemory(0x1002004C, new byte[] { 0x00, 0x18, 0xAC, 0x04 });
byte[] array2 = new byte[4];
API.GetMemory(0x10020050, array2);
Array.Reverse(array2);
byte[] buffer = File.ReadAllBytes(BO2GSCOpen.FileName);
API.SetMemory(0x10056814, buffer);
uint offset = BitConverter.ToUInt32(array2, 0) + 8u;
API.SetMemory(offset, new byte[] { 0x10, 0x05, 0x68, 0x14 });
MessageBox.Show("GSC Injected.\nAddress: 0x" + offset.ToString("X8") + "\n※Any display Address of 0x0140C4C0 is Failed Inject.\nMust you will Inject on Started Match.", "Injected", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}
}


Tool Design

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked X_LinGz4-AsTy for this useful post:

ThrzModding

The following user groaned X_LinGz4-AsTy for this awful post:

Red-EyeX32
11-10-2014, 10:30 PM #2
iMoD1998
Pokemon Trainer
IT DONT WORK BRO :p
11-12-2014, 02:23 PM #3
Updated
11-15-2014, 08:49 PM #4
EncepT
I defeated!
Nice Keep it up dude Winky Winky
11-17-2014, 06:17 PM #5
xDebugKiller
Climbing up the ladder
yo bro i think you left out an bit...

You must login or register to view this content.
11-18-2014, 03:09 AM #6
Updated part2
02-11-2015, 10:57 AM #7
Unhapn
|PS3 Modder | Coder | Developer|
its dosent work
02-11-2015, 11:07 AM #8
xIce KiLLaH
Little One
Originally posted by PomyMods View Post
its dosent work


This was 3 months ago Not Happy or Sad
02-22-2015, 12:11 PM #9
XxBlud23xX
< ^ > < ^ >
Doesn't work, close the thread.
03-11-2015, 05:29 PM #10
Reyz
Banned
Originally posted by xDebugKiller View Post
yo bro i think you left out an bit...

You must login or register to view this content.


right click the File then press resolve then press the first option

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo