Post: [RELEASE] Advisable's Call of Duty Code Browser **UPDATED**
10-27-2011, 11:14 PM #1
Jeremy
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
*** Code Browser v5 ***
Download:
You must login or register to view this content.

*** Code Browser v4 ***
Download:
You must login or register to view this content.

My channel with the browser videos: [url]www.youtube.com/user/AdvisableNGU[/url]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to Jeremy for this useful post:

-Lazy-, |ManiaC|, Choco, Correy, FourzerotwoFAILS, KCxFTW, NeedaFlameSoon, Cory
10-29-2011, 09:12 PM #11
1337HaXaLoT
Bounty hunter
Originally posted by Advisable View Post
No, you may not have the source code, i will only teach you HOW to do it, i will NOT do it for you
kk whats your aim
10-29-2011, 09:15 PM #12
Jeremy
Former Staff
Originally posted by 1337HaXaLoT View Post
kk whats your aim
[email protected]
10-30-2011, 01:54 AM #13
1337HaXaLoT
Bounty hunter
Originally posted by Advisable View Post
it says i cant add you try adding me GODLYKiiD
10-30-2011, 09:32 AM #14
Woof
...hmm
Originally posted by 1337HaXaLoT View Post
it says i cant add you try adding me GODLYKiiD

Im guessing that your trying to paste a gsc script into a string variable.

This should work for C# and VB.NET will be something very similer.:

string gsc = "Thread()\{variable = \"value\";\}";

instead of...

string gsc = "Thread(){variable = "value";}";
10-30-2011, 01:14 PM #15
1337HaXaLoT
Bounty hunter
Originally posted by BFresshh View Post
Im guessing that your trying to paste a gsc script into a string variable.

This should work for C# and VB.NET will be something very similer.:

string gsc = "Thread()\{variable = \"value\";\}";

instead of...

string gsc = "Thread(){variable = "value";}";
some one give me this one but i cant find where i need to paste my stuff


You must login or register to view this content.
10-30-2011, 01:39 PM #16
Woof
...hmm
Originally posted by 1337HaXaLoT View Post
some one give me this one but i cant find where i need to paste my stuff


You must login or register to view this content.


This may be helpful to you, im not going to go into anymore detail..

            public string FindQoutes(string input)
{
char[] TextChars = input.ToCharArray();
string Output = "Un-used till point";
for (int i = 0; i < input.Length; i++)
{
if (TextChars[i] == '"'Winky Winky
{
Output = ShoveAndAdd(TextChars, i);
}
}
return Output;
}
public string ShoveAndAdd(char[] array, int pos)
{
char[] temp = { };
for (int i = 0; i < array.Length; i++)
{
temp[i] += array[i];
}
array[pos] = '\\';
for (int i = pos; i < array.Length; i++)
{
array[i + 1] = temp[i];
}
return array.ToString();
}
10-30-2011, 08:29 PM #17
1337HaXaLoT
Bounty hunter
Originally posted by BFresshh View Post
This may be helpful to you, im not going to go into anymore detail..

            public string FindQoutes(string input)
{
char[] TextChars = input.ToCharArray();
string Output = "Un-used till point";
for (int i = 0; i < input.Length; i++)
{
if (TextChars[i] == '"'Winky Winky
{
Output = ShoveAndAdd(TextChars, i);
}
}
return Output;
}
public string ShoveAndAdd(char[] array, int pos)
{
char[] temp = { };
for (int i = 0; i < array.Length; i++)
{
temp[i] += array[i];
}
array[pos] = '\\';
for (int i = pos; i < array.Length; i++)
{
array[i + 1] = temp[i];
}
return array.ToString();
}
thanks for all the help guys but its just not working for me :(

some one shud make a tutorial for all the noobs like me lol
11-03-2011, 10:46 PM #18
Jeremy
Former Staff
Originally posted by 1337HaXaLoT View Post
thanks for all the help guys but its just not working for me :(

some one shud make a tutorial for all the noobs like me lol
I just got my power and cable back from the blizzard, i might make a tutorial later Winky Winky
11-04-2011, 05:52 AM #19
1337HaXaLoT
Bounty hunter
kk thanks Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo