Post: Name Skipper Help
10-26-2015, 11:13 PM #1
Vie
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); What I Want: So, I'm working on a RTM Tool for Black Ops 2, and I want to have a name skipper in it.
Problem: I can't figure out how to get a timer to wait for a number of seconds.

Here is the method I tried;
byte[] bytes = Encoding.ASCII.GetBytes(metroTextBox6.Text);
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x26c0658, bytes);
PS3.SetMemory(0x26c067f, bytes);
timer10.Interval += 2;
byte[] name1 = Encoding.ASCII.GetBytes(metroTextBox7.Text);
Array.Resize<byte>(ref name1, name1.Length + 1);
PS3.SetMemory(0x26c0658, name1);
PS3.SetMemory(0x26c067f, name1);
timer10.Interval += 2;

Thanks For The Help!
(adsbygoogle = window.adsbygoogle || []).push({});
10-27-2015, 12:51 AM #2
Moved to Call of Duty: Black Ops 2 GSC Mods and Scripts Questions
10-27-2015, 01:32 AM #3
itsSorrow
In my man cave
Originally posted by oGTemp0 View Post
Moved to Call of Duty: Black Ops 2 GSC Mods and Scripts Questions


wat? thats an rtm question not gsc
10-27-2015, 01:39 AM #4
Originally posted by GentleSlugger View Post
wat? thats an rtm question not gsc


this is basically the "coding" questions section :p
10-27-2015, 01:53 AM #5
itsSorrow
In my man cave
Originally posted by oGTemp0 View Post
this is basically the "coding" questions section :p


no its gsc this is a modding question dude

The following user thanked itsSorrow for this useful post:

xPlayer420
10-27-2015, 02:33 AM #6
xPlayer420
Bounty hunter
Originally posted by oGTemp0 View Post
this is basically the "coding" questions section :p


GSC & Rtm tool code are very different....
10-27-2015, 12:41 PM #7
XxBlud23xX
< ^ > < ^ >
GSC is its own language, rtm is c#.
10-27-2015, 02:14 PM #8
BullyWiiPlaza
Climbing up the ladder
Originally posted by Vie View Post
Problem: I can't figure out how to get a timer to wait for a number of seconds.!

    Thread.Sleep(5 * 1000); // Wait for 5 seconds


Documentation You must login or register to view this content..

Also, You must login or register to view this content. is the right section, isn't it?

The following user thanked BullyWiiPlaza for this useful post:

Vie
10-27-2015, 04:51 PM #9
Wrong, gsc is C++
10-27-2015, 05:55 PM #10
BullyWiiPlaza
Climbing up the ladder
Originally posted by Raise View Post
Wrong, gsc is C++

You're an idiot, it's a custom scripting language by Infinity Ward for the Call of Duty series. It's not at all C++ but it uses the You must login or register to view this content. (without explicit datatypes, memory management, etc).

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo