Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dome Mapedit v2.0 (Very lulz)

Опубликовано:

This Script is Really Fun.

Preview :

2.PNG

3.PNG

4.PNG

Hope you Liked it And very very Fun and Interesting

 

Download The MapEdit Script :

Q.[/b]Why there is Zombie Mod in Image not in Mod?

A..because Zombie Mod still has IntermIssion bug and This Script is only mapedit accept nothing for other stuff

 

 

Credits : DiduKnowiPwn/TheApandyo For Previous mapEdits,me For Adding this Fun in Dome Mapedit.

 

EDIT : If you Don't Like That too much carePackages You can Edit

Scripts/maps/mp_dome.txt

that Second endline (that's what is going up to there DOME)

ramp: (1456.1421,141.145,0.14) ; (-500.8186, -1111.4798, -1259.1593)

change -1111 to Whatever amount you want

Featured Replies

Опубликовано:
Wait, they didn't ban you?

Because I'm Better than you(as i Don't Piss off someone like you do). Why Are you Pising me off? Vextor? any Problem?

 

Yes, there is. And you actually do piss people off by even coming here.

 

Why keep bothering coming back? Nobody with brains likes you here.

You know you got banned on your other 7 accounts, right? Doesn't that clear up that you're NOT WELCOME HERE?!

 

EDIT: Correction; twelve accounts, not seven.

Опубликовано:
Wait, they didn't ban you?

Because I'm Better than you(as i Don't Piss off someone like you do). Why Are you Pising me off? Vextor? any Problem?

 

Better than me? Lol

Also, how is asking a question pissing you off?

My problem is that you were banned on your original account for a reason, which was cheating. If you had waited out your cheating ban, maybe we wouldn't go so 'strict' on you. Now you are ban evading (12 times, really) and as such you should be banned.

Опубликовано:
Wait, they didn't ban you?

 

Nah, I'm too lazy to do that just to make this dude make another one. I'll put a ban after a while so that he would have gotten a certain amount of stats on IW5M so he gets pissed as shit when the ban comes.

 

Ontopic - If you are planning to make it into a zombie mod, then isn't that fuckton of carepacks too much? I mean, I can literally reload twice shooting the zombies from the end of that line.

Опубликовано:
  • Автор
Wait, they didn't ban you?

 

Nah, I'm too lazy to do that just to make this dude make another one. I'll put a ban after a while so that he would have gotten a certain amount of stats on IW5M so he gets pissed as shit when the ban comes.

 

Ontopic - If you are planning to make it into a zombie mod, then isn't that fuckton of carepacks too much? I mean, I can literally reload twice shooting the zombies from the end of that line.

I will Try To Improve it something like giving 500 JumpHeight& 375 Speed to Zombies

Опубликовано:
Wait, they didn't ban you?

 

Nah, I'm too lazy to do that just to make this dude make another one. I'll put a ban after a while so that he would have gotten a certain amount of stats on IW5M so he gets pissed as shit when the ban comes.

 

Ontopic - If you are planning to make it into a zombie mod, then isn't that fuckton of carepacks too much? I mean, I can literally reload twice shooting the zombies from the end of that line.

I will Try To Improve it something like giving 500 jumpHeight to Zombies

You can't do it as you can only do memory offset which includes all clients on the server.

 

//At least that's what NTA told me.

Опубликовано:
  • Автор
Wait, they didn't ban you?

 

Nah, I'm too lazy to do that just to make this dude make another one. I'll put a ban after a while so that he would have gotten a certain amount of stats on IW5M so he gets pissed as shit when the ban comes.

 

Ontopic - If you are planning to make it into a zombie mod, then isn't that fuckton of carepacks too much? I mean, I can literally reload twice shooting the zombies from the end of that line.

I will Try To Improve it something like giving 500 jumpHeight to Zombies

You can't do it as you can only do memory offset which includes all clients on the server.

 

//At least that's what NTA told me.

yes i know I have offsets its working fine I used it Once. but i will give 295 speed to zombies and 450 or something simular jumpHeight to Zombies so they get benifits.

 

Here is Offsets :

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace IW5MExtensions
{
   class ExtraDvars
   {

       public static unsafe int Gravity { 
           get {
               return *((int*)0x4768C6);
            }

           set
           {
               *((int*)0x4768C6) = value;
           }
       }

       public static unsafe int Speed
       {
           get
           {
               return *((int*)0x4760ea);
           }

           set
           {
               *((int*)0x4760ea) = value;
           }
       }

       public static unsafe float JumpHeight
       {
           get
           {
               return *((float*)0x6da708);
           }

           set
           {
               *((float*)0x6da708) = value;
           }
       }       
   }
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.