Post: MW2 Code Browser Tool
02-23-2011, 12:17 PM #1
Default Avatar
Gizmo
Guest
(adsbygoogle = window.adsbygoogle || []).push({});
MW2 Code Browser Tool


First of all, I would like to start this thread off by giving credit where it is due, So , Thanks go out to DEREK, Mossy and Daft for making this possible.
[/CENTER]


Right Now to the tool....

I made this tool because Ive recently started to learn Visual Basic, and I thought it would be a fun thing to do.
The idea from a code browser came from Elite Mossy's tool, I thought it was a pretty neat idea and would have a go at it myself.

Ive added a few codes, but not too many, this is because I dont want to fill the tool with codes I which I just like, but codes which the community likes, which is why if you have any suggestions of codes I should add, you should leave them Happy

You must login or register to view this content.


What does the tool do ?


The tool is basically a collection of codes for MW2, which have been added to a browser, this way you dont have to go searching thread through thread looking for particular codes.

How does it work ?


It reads small text files inside the strings folder, the reason I made them built out of the EXE was so that people could modify them to there liking.

How Do I use the Custom Functions ?


Open up the strings folder, and search for cfsX and open it up with a text editor (X representing which function you would like to change)
So, if I wanted to mod Custom function 1, I would search for cfs1 , open it with a text editor and mod it to your hearts content.

Why cant it find the text files ?


You have to have the strings folder in the same directory, otherwise it wont work Winky Winky




DOWNLOAD : You must login or register to view this content.


Updated Version Here, Made By oo-k1ler-oo with 27 added codes
You must login or register to view this content.

You must login or register to view this content.
Image:

You must login or register to view this content.

(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to Gizmo for this useful post:

-AERO-_-COD-, Bang Tidy, Beta-, d7w7z, DEREKTROTTER, dreamkid58, FOXRACER74, GamingPresents, Hawkin, malanof5, Mrs.Drake, Nero., Pauly, ViiZiiKz, XKevin356
02-23-2011, 04:46 PM #20
looks cool, thx, helps a lot. Instead of being looking around all my patches i have all the codes here Smile
02-23-2011, 04:49 PM #21
JakeM
ZOMG HaXz!
Originally posted by 95 View Post
Yeh, I just need suggestions on what to add :y:


what about adding a resizeable view box?
02-23-2011, 04:55 PM #22
Default Avatar
Gizmo
Guest
Originally posted by JakeM501 View Post
what about adding a resizeable view box?


That's easy enough to do, I left it un resizeable for when I was testing Smile
02-23-2011, 05:00 PM #23
EliteMossy
TheDigitalBoard.com
That's not bad, you could expand it and use a single Database file for storing the code in, and then referencing that one file, would make it a lot neater and is a great challenge.
02-23-2011, 05:04 PM #24
Originally posted by 95 View Post

First of all, I would like to start this thread off by giving credit where it is due, So , Thanks go out to DEREK, Mossy and Daft for making this possible.


Check the thread in my sig for more codes Winky Winky

The following user thanked Tuhoaja for this useful post:

02-23-2011, 05:06 PM #25
d7w7z
Bounty hunter
Originally posted by GOLAGODA View Post
I suggest that in a newer version you make it so it loads codes from an online database/.txt file hosted online


I was about to make a program to hold my C# codes for Visual Basic but this is an awesome idea, Already got a free FTP to host on. Thanks Claps
02-23-2011, 05:16 PM #26
Default Avatar
Gizmo
Guest
Originally posted by EliteMossy View Post
That's not bad, you could expand it and use a single Database file for storing the code in, and then referencing that one file, would make it a lot neater and is a great challenge.


I was trying to do that :p


    
Open "strings/comp.txt" For Input As #1
Line Input #1, a
'The very first line
MsgBox a
Do Until EOF(1)
Line Input #1, a
MsgBox a
Loop
Close #1


But It only ever read a single letter :embarrassed:

---------- Post added at 05:16 PM ---------- Previous post was at 05:15 PM ----------

Originally posted by TuhoajaFIN View Post
Check the thread in my sig for more codes Winky Winky


Will do :y:
02-23-2011, 08:50 PM #27
Mr.Azoz
I’m too L33T
Originally posted by 95 View Post
I was trying to do that :p


    
Open "strings/comp.txt" For Input As #1
Line Input #1, a
'The very first line
MsgBox a
Do Until EOF(1)
Line Input #1, a
MsgBox a
Loop
Close #1


But It only ever read a single letter :embarrassed:

---------- Post added at 05:16 PM ---------- Previous post was at 05:15 PM ----------



Will do :y:


CAN YOU PUT SOURCE CODE !!:embarrassed:
02-23-2011, 09:00 PM #28
Default Avatar
Gizmo
Guest
Originally posted by oo View Post
CAN YOU PUT SOURCE CODE !!:embarrassed:


I have. Page 2, if you use it, Leave credit in Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo