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
03-11-2015, 05:48 PM #11
xDebugKiller
Climbing up the ladder
Originally posted by GSC View Post
right click the File then press resolve then press the first option


You must login or register to view this content.
03-11-2015, 06:16 PM #12
Reyz
Banned
Originally posted by xDebugKiller View Post
You must login or register to view this content.


Well it was bumped so i thought why not
04-29-2015, 11:55 AM #13
XxBlud23xX
< ^ > < ^ >
Hey you should update this Smile
07-25-2015, 04:01 AM #14
fantastic release
10-20-2015, 10:16 PM #15
dont work
05-15-2016, 10:11 AM #16
QAYY
Gobble
fsfsdefesfewfefsefsefssefsfsefse
05-16-2016, 04:46 PM #17
XxBlud23xX
< ^ > < ^ >
Originally posted by QAYY View Post
fsfsdefesfewfefsefsefssefsfsefse


What ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo