Post: Visual Studio 2013 - MW3 RTM Tool (Please Help!)
08-07-2014, 12:59 AM #1
TehMoppehx
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Somehow i cannot debug and test my new RTM tool!

Problems:
1) cant debug because of a "Missing File" Error (Dont know what file... i think its mscorelib.dll)

heres a screenshot of the full screen!
You must login or register to view this content.

Yes this is C#
(adsbygoogle = window.adsbygoogle || []).push({});
08-07-2014, 05:21 AM #2
5R⠀
Keeper
You might have to add that dll as a reference inside the tool.
08-07-2014, 05:31 AM #3
TehMoppehx
Save Point
i fixed it now i think the dll i already had as a reference had broken somehow so nevermind i got a new one now but i need some help...


How do i add a client list into my RTM menu?
the current one i have uses "dataGridView" but the string i have gets an error

Code:
public string GetName(int client)
{
byte[] buffer = new byte[20];
GetMemory(NameAddress + 0X3980 * (uint)client, buffer);
string names = Encoding.ASCII.GetString(buffer);
names = names.Replace("\0", "");
return names;
}

==============================
the error is the GetMemory(NameAddress

the error is "The name 'NameAddress' does not exist in the current context"
i got this from the post You must login or register to view this content.
08-07-2014, 06:32 AM #4
owens12
Gym leader
Originally posted by 5R View Post
You might have to add that dll as a reference inside the tool.


Yeah or try a new one
08-07-2014, 05:57 PM #5
Ethan
Ethan is awesome
Thread Moved To "MW3 Questions & Inquires"

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo