Post: help making gsc injector
10-04-2015, 02:27 AM #1
tryandguardme
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); i want to make a gsc injector that allows people to search for the file they want to inject into the game then inject it .. look at my pics for more deatils.. any help please
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
10-04-2015, 09:35 AM #2
-Numb
You talkin to me?
Originally posted by tryandguardme View Post
i want to make a gsc injector that allows people to search for the file they want to inject into the game then inject it .. look at my pics for more deatils.. any help please
You must login or register to view this content.


Why do you wanna make one when there is already one similar released?
10-04-2015, 10:53 AM #3
ProcyonXL
Do a barrel roll!
Also there's a spelling error in your injector.
10-04-2015, 04:12 PM #4
Adrian
Adrian is back!
Originally posted by tryandguardme View Post
i want to make a gsc injector that allows people to search for the file they want to inject into the game then inject it .. look at my pics for more deatils.. any help please
You must login or register to view this content.


As this is C# and has nothing to do with actual GSC scripting itself this thread has been moved to Black Ops 2 Mods Questions.
10-04-2015, 04:22 PM #5
tryandguardme
Do a barrel roll!
Originally posted by Numb View Post
Why do you wanna make one when there is already one similar released?

want to put one in my tool
10-05-2015, 12:46 AM #6
Should work this was sent to me by a friend.

    
if (this.openFileDialog1.ShowDialog() == DialogResult.OK)
{
byte[] buffer = new byte[4];
buffer[0] = 0x10;
buffer[1] = 4;
PS3.SetMemory(0x10020000, buffer);
buffer = new byte[4];
buffer[3] = 0x33;
PS3.SetMemory(0x10020004, buffer);
byte[] bytes = Encoding.UTF8.GetBytes(this.textBox11.Text + "\0");
PS3.SetMemory(0x10022000, bytes);
PS3.SetMemory(0x10020008, new byte[] { 0x10, 2, 0x20, 0 });
buffer = new byte[4];
buffer[3] = 1;
PS3.SetMemory(0x1002000c, buffer);
PS3.SetMemory(0x10020010, new byte[] { 0xff, 0xff, 0xff, 0xff });
PS3.SetMemory(0x1002004c, new byte[] { 0, 0x18, 0xac, 4 });
byte[] buffer3 = new byte[4];
PS3.GetMemory(0x10020050, buffer3);
Array.Reverse(buffer3);
byte[] buffer4 = System.IO.File.ReadAllBytes(this.openFileDialog1.FileName);
PS3.SetMemory(0x10056814, buffer4);
uint offset = BitConverter.ToUInt32(buffer3, 0) + 8;
PS3.SetMemory(offset, new byte[] { 0x10, 5, 0x68, 20 });
MessageBox.Show("GSC File injected!" + offset.ToString("X8"));
}
10-05-2015, 01:13 AM #7
tryandguardme
Do a barrel roll!
Originally posted by Elitexboxer View Post
Should work this was sent to me by a friend.

    
if (this.openFileDialog1.ShowDialog() == DialogResult.OK)
{
byte[] buffer = new byte[4];
buffer[0] = 0x10;
buffer[1] = 4;
PS3.SetMemory(0x10020000, buffer);
buffer = new byte[4];
buffer[3] = 0x33;
PS3.SetMemory(0x10020004, buffer);
byte[] bytes = Encoding.UTF8.GetBytes(this.textBox11.Text + "\0");
PS3.SetMemory(0x10022000, bytes);
PS3.SetMemory(0x10020008, new byte[] { 0x10, 2, 0x20, 0 });
buffer = new byte[4];
buffer[3] = 1;
PS3.SetMemory(0x1002000c, buffer);
PS3.SetMemory(0x10020010, new byte[] { 0xff, 0xff, 0xff, 0xff });
PS3.SetMemory(0x1002004c, new byte[] { 0, 0x18, 0xac, 4 });
byte[] buffer3 = new byte[4];
PS3.GetMemory(0x10020050, buffer3);
Array.Reverse(buffer3);
byte[] buffer4 = System.IO.File.ReadAllBytes(this.openFileDialog1.FileName);
PS3.SetMemory(0x10056814, buffer4);
uint offset = BitConverter.ToUInt32(buffer3, 0) + 8;
PS3.SetMemory(offset, new byte[] { 0x10, 5, 0x68, 20 });
MessageBox.Show("GSC File injected!" + offset.ToString("X8"));
}
bro what do I need like button wise can you or your friend pm me
10-05-2015, 02:03 AM #8
Originally posted by tryandguardme View Post
bro what do I need like button wise can you or your friend pm me


I can create an Example program/solution and upload it on here sometime tomorrow. I'm not sure if the code works but I'll test it out.
10-05-2015, 02:59 AM #9
tryandguardme
Do a barrel roll!
Originally posted by Elitexboxer View Post
I can create an Example program/solution and upload it on here sometime tomorrow. I'm not sure if the code works but I'll test it out.

or can you show me over teamview or skype
10-05-2015, 03:04 AM #10
Originally posted by tryandguardme View Post
or can you show me over teamview or skype


Currently trying to fix this code cause it doesn't seem to want to work so wait until tomorrow and I might have it working.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo