Post: [Release] Get Mapnames
06-17-2013, 01:37 AM #1
seb5594
Proud Former Admin
(adsbygoogle = window.adsbygoogle || []).push({});
Hey NGU Community,

Just a small Release for you guys. It´s usefull if you build a RTE Tool in C# to display the Current Mapname Smile
Its nothing special, just a little Release, because no one release anything atm Cool Man (aka Tustin)


    public String getMap()
{
byte[] buffer = new byte[0x11];
GetMemory((uint)0x11f92adL, buffer);
string str = Encoding.ASCII.GetString(buffer);
if (str.Contains("mp_mogadishu"))
{
return "Bakaara";
}
else if (str.Contains("mp_terminal"))
{
return "Terminal";
}
else if (str.Contains("mp_seatown"))
{
return "Seatown";
}
else if (str.Contains("mp_dome"))
{
return "Dome";
}
else if (str.Contains("mp_plaza2"))
{
return "Arkaden";
}
else if (str.Contains("mp_paris"))
{
return "Resistance";
}
else if (str.Contains("mp_exchange"))
{
return "Downturn";
}
else if (str.Contains("mp_bootleg"))
{
return "Bootleg";
}
else if (str.Contains("mp_carbon"))
{
return "Carbon";
}
else if (str.Contains("mp_hardhat"))
{
return "Hardhat";
}
else if (str.Contains("mp_alpha"))
{
return "Lockdown";
}
else if (str.Contains("mp_village"))
{
return "Village";
}
else if (str.Contains("mp_lambeth"))
{
return "Fallen";
}
else if (str.Contains("mp_radar"))
{
return "Outpost";
}
else if (str.Contains("mp_interchange"))
{
return "Interchange";
}
else if (str.Contains("mp_underground"))
{
return "Underground";
}
else if (str.Contains("mp_bravo"))
{
return "Mission";
}
else return "Unknown Map";
}


If you havn´t the GetMemory Function here is it...
            private void GetMemory(uint Address, byte[] Bytes)
{
PS3TMAPI.ProcessGetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Address, ref Bytes);
}


How to use:
If you have a Label and the name of it is (in Visual Studio) label1 just make in your Client List Refresh function or in a button this..
    label1.Text = getMap();

Credits:
Me - Find the Offset + make this Function (i guess)
Infinity Ward - The fucking game
Last edited by seb5594 ; 06-17-2013 at 01:40 AM.

The following 16 users say thank you to seb5594 for this useful post:

|RichModder|, BaSs_HaXoR, EdiTzZ, EliteHackzPS3, gianluca33, Hacker41822, HolyCreepsHacks, IntarPops, KCxFTW, Mango_Knife, O-H, RuszXMC, Source Code, Sticky, xBeaTzMoDz, Ziad1997
06-17-2013, 01:41 AM #2
xBeaTzMoDz
Do a barrel roll!
Nice <3 Thx
06-17-2013, 02:34 AM #3
RuszXMC
Do a barrel roll!
Nice release seb. Keep it up bro!
06-17-2013, 04:10 AM #4
ITAzMoDz
NextGenUpdate Elite
really interesting work bro <3
06-17-2013, 04:22 AM #5
MoTmrD
Banned
Thank you, my brother I want to Skype
06-17-2013, 05:20 AM #6
O-H
Bounty hunter
Very nice. I will definantly add this to my tool.
06-17-2013, 12:30 PM #7
MoTmrD
Banned
Please, explain your way link Prestige numericUpDown and Attract Name Client
Last edited by MoTmrD ; 06-17-2013 at 12:35 PM.
06-17-2013, 12:32 PM #8
Savage_847
Vault dweller
lol i remember when someone try to make infectable mods and put "mp_dome_load" LOLOLOL, nice release
06-17-2013, 02:40 PM #9
EliteHackzPS3
Do a barrel roll!
nice release Smile
06-17-2013, 07:34 PM #10
Thanks, das ist wirklich nice ^^

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo