Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 World Creation » Mario Party in EE? » 2016-07-10 10:42:04

matrixzk
Replies: 0

Hi there, my name's Matrixzk, some of you may recognise my map called terraria, and it's sequel, terraria HM.
So, I've got an idea to make mario party in EE. Yes, it would be possible. I've got everything planned, but it would be a 2p map, so I don't know if anyone would like something like that. Please tell me what do you think about my project, and if you want to check it out, here's the url: http://everybodyedits.com/games/PWiVEmr5ExcEI

See ya there,
Matrixzk

P.S. I'm making mario party 9 if anyone wants to know //forums.everybodyedits.com/img/smilies/wink

#2 Re: Campaign Suggestions » Single Level Suggestions » 2016-05-21 17:57:19

Title: Terraria
Creator(s): Art and Music builders crew
Difficulty: Easy/medium
Theme: Adventure, Story
Link: http://everybodyedits.com/games/PWrP7xQY5hb0I
Minimap: dxyyObm.png
I hope you'll consider adding this map as a campaign //forums.everybodyedits.com/img/smilies/wink

#3 Re: Bots and Programming » My remake of EE Website! » 2015-06-05 21:16:54

JaWapa wrote:

Darn, I was hoping this had a mod hack //forums.everybodyedits.com/img/smilies/sad

Heh, i am sorry, JaWapa XD

#5 Bots and Programming » My remake of EE Website! » 2015-06-03 19:55:52

matrixzk
Replies: 8

Yeah so i made hacked version of EE my remake of  EE website. It doesn't change the actual game, only the style of page. It's pretty simple, I've done it in 5 mins. So, if you want to see it, do this:
1. open new file in your notepad or whatever it's called on your computer (I am from poland, so idk)

2. Now copy this:
---------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html>
<html>
  <head>
    <title>
      Hacked Everybodyedits!
    </title>
    <meta charset="UTF-8">
    <meta name="description" content="Hi. Everybodyedits was hacked by Matrixzk, gwahahahaha!!!">
    <meta name="keywords" content="Everybody Edits, EE, Everyone Edits, sandbox, online game, real time, Matrixzk, ultratag">
    <link rel="stylesheet" type="text/css" href="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/Everybody%20Edits%20Website/css/style.css">
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <link rel="shortcut icon" href="https://cdn2.scratch.mit.edu/get_image/user/4986722_60x60.png?v=1427564519.0">
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type="text/javascript">
    google.load("feeds", "1");
    google.setOnLoadCallback(showFeed);

    function showFeed() {
      var feed = new google.feeds.Feed("http://blog.everybodyedits.com/feed/");
        feed.setNumEntries(1);
      feed.load(function(result) {
        if (!result.error) {
              var container = document.getElementById("BlogFeed");
          for (var i = 0; i < result.feed.entries.length; i++) {
            var entry = result.feed.entries;
            var li = document.createElement("div");
            li.innerHTML = "<h1>" + entry.title + "</h1>";
            content = entry.content.replace(new RegExp('<br.*$'), '');
            li.innerHTML += "<p>" + entry.contentSnippet + "</p>";
            container.appendChild(li);
          }
        }
        document.getElementById("more").addEventListener("click", function() {
          document.getElementById("BlogFeed").innerHTML = "<h1>" + entry.title + "</h1><p>" + entry.content.replace(new RegExp('<br.*$'), '') + "</p>";
          document.getElementById("less").className = "visible";
          document.getElementById("more").className = "hidden";
        });
        document.getElementById("less").addEventListener("click", function() {
          document.getElementById("BlogFeed").innerHTML = "<h1>" + entry.title + "</h1><p>" + entry.contentSnippet + "</p>";
          document.getElementById("less").className = "hidden";
          document.getElementById("more").className = "visible";
        });
      });
    }
    </script>
    <script type="text/javascript">
            var roomname_url = "games/"
                   if(location.href.lastIndexOf(roomname_url) > -1){
                       var ee_roomname = unescape(location.href.substring(location.href.lastIndexOf(roomname_url)+roomname_url.length))
                   }
            var ee_inviteid = unescape( "")
            var ee_quickinviteid= unescape("")
            var iseecom = true;
            var affiliate = location.search.replace("?a=","")

            function setPath(title, path){
                    if(window.history && window.history.pushState){
                        window.history.pushState({}, title, path);
                    }
                }
        </script>
  </head>
 
  <body id="background">
    <!--// ICONS //-->
    <ul id="navigation">
      <li><a href="https://www.facebook.com/Matrixzk" target="_blank" class="fa fa-facebook" title="My Facebook"></a></li>
      <!--<li><a href="" class="fa fa-twitter" title="I don't have Twitter!"></a></li>-->
      <li><a href="https://www.youtube.com/channel/UCtzxeJLukjiD0lMtkCbHbcw" target="_blank" class="fa fa-youtube-play" title="My YouTube"></a></li>
      <!--<li><a href="https://scratch.mit.edu/users/matrixzk/" class="fa fa-android"></a></li>-->
      <li><a href="https://scratch.mit.edu/users/matrixzk/" class="fa fa-user"></a></li>
    </ul>
   
    <!--// MAIN //-->
    <section id="main">
      <div id="darken"></div>
      <div class="container">
        <div class="images">
          <img src="https://cdn2.scratch.mit.edu/get_image/user/4986722_60x60.png?v=1427564519.0" height="75px">
        </div>
        <br>
        <object id="ee" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="850px" height="500px">
          <param name="movie" value="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/freegame.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#000000" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="direct" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="always" />
                    <param name="allowFullScreen" value="true" />
                    <param name="allowFullScreenInteractive" value="true" />
          <embed src="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/freegame.swf" width="850px" height="500px" quality="high" bgcolor="#000000" allowFullScreen="true" allowFullScreenInteractive="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="direct">
        </object>
        <button id="lightoff" class="visible">Halleluja!</button>
        <br>
      </div>
    </section>
   
    <!--// INTRO //-->
    <section id="intro" class="light padded">
      <div class="container">
        <h1>
          What is Hacked EE?
        </h1>
        <p>
            Only Matrixzk knows, sorry. It's hard to explain...
        </p>
      </div>
    </section>
   
    <!--// BETA //-->
    <section id="beta" class="light padded zigzag-light">
      <div class="container">
        <h1>
          My Website
        </h1>
        <p>
           I don't have my website(yet), but you can see my programs (projects) here:

        </p>
        <p>
           <form action="https://scratch.mit.edu/users/matrixzk/">
           <input type="submit" value="Click!">
           </form>
      </div>
    </section>
   
    <!--// BETA //-->
    <section id="beta" class="light padded zigzag-light">
      <div class="container">
        <h1>
          Matrixzk is now a Beta member!
        </h1>
        <p>
           Weee! I am so happy!
        </p>
        <div class="images">
          <img src="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/Everybody Edits Website/images/beta-smiles.png"><img src="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/Everybody Edits Website/images/beta-blocks.png">
        </div>
      </div>
    </section>
   
    <!--// PARENTS //-->
    <section id="parents" class="dark padded zigzag-dark">
      <div class="container">
        <h1>
          Matrixzk
        </h1>
        <p>
          Da real BO$$, he posess more power than the Illuminati.
        </p>
        <div class="images">
          <img src="https://cdn2.scratch.mit.edu/get_image/user/4986722_60x60.png?v=1427564519.0">
        </div>
      </div>
    </section>
   
    <script>
      $(document).ready(function(){
        $("#lightoff").click(function(){
          $("#main").toggleClass("darken");
        });
      });
    </script>
   
    <script>
      var images = ['1.png', '2.png', '3.png', '4.png', '5.png', '6.png', '7.png'];
      $('#main').css({'background-image': 'http://wallpoper.com/images/00/38/60/46 … 386046.jpg'});
    </script>
    <script>
      $(document).ready(function(){
        $("#lightoff").click(function(){
          $("#darken").toggleClass("lightsoff");
        });
      });
    </script>
  </body>
</html>
----------------------------------------------------------------------------------------------------------------

3. click >file and choose >save as...
4. name it 'index.html', and choose all files instead of txt.
5. When saved, click on file with right mouse button and choose open with... and choose google chrome/firefox/explorer/etc.
6. And that's it! Hope you enjoyed!
:cool:

#6 Re: Bots and Programming » Coder needed » 2015-03-30 13:49:34

ok, so tell me your email, then i will send you all info about bot and i'll add you as friend.
Also, nobody said it, but someone could //forums.everybodyedits.com/img/smilies/tongue
level: http://everybodyedits.com/games/PW42jNiBokb0I

#7 Bots and Programming » Coder needed » 2015-03-30 13:29:18

matrixzk
Replies: 4

I am programmer, hello.
I can code in Javascripts, and a bit in python, and i am upper intermediate in Scratch (i know that it's not programming at all).
I am looking for GOOD coder, with some free time. So, i want a cave story bot, it will be a bit hard to code, but i wont say something like ' and now code me throwable fireballs'.
I have full instruction, including how to do something, and what command should you use.
All left to do is just translate it to C# or other language for bot.
I really need it.
Matrixzk

P.S. pls don't comment like 'LOL, better learn C# yourself and make it by yourself'. I am already learning C#, so i don't need comments like this. Thanks.

#8 Re: Game Suggestions » What do you want in the game? » 2015-03-21 17:22:32

i actually wrote it in my own post, but i will rewrote it here anyway //forums.everybodyedits.com/img/smilies/tongue :
-option that allow every friend to automatically receive edit when entering world
-sorting of levels, for example boss levels, art, minigames, rpgs...
-lock option that allow you to see where someone is (in what level) without being friends, and it will disappear after going offline by this player
-messages to other players, for ex. i once saw my old friend, so i wanted to meet him, and go to his level. but this level was set to invisible. So there should be option that allow you to send something like 'hey there, can you set it to visible for me?'
-and the other option is setting world to visible only to friends.

P.S. and if something is wrong with my english, then sorry, i am from Poland. //forums.everybodyedits.com/img/smilies/wink

#9 Re: Game Suggestions » Everybody edits marathon[race] » 2015-03-21 17:10:54

sorry for this question, are you admin or something, because i don't know every admin/mod, but i never heard of you?
and if you are not admin/mod, how will you send gems or smileys?

#10 Re: Game Suggestions » Smiley Hotbar » 2015-03-21 17:01:28

would be cool and very handy. Waiting for update //forums.everybodyedits.com/img/smilies/wink

#11 Re: Game Suggestions » List of suggestions (READ BEFORE POSTING) » 2015-03-21 01:28:24

i saw this list and thought 'oh no, i just made list of my updates and probably all of them are here //forums.everybodyedits.com/img/smilies/sad'
BUT!!!
non of my ideas was heeereee!!!
MATRIXZK IS ORIGINAL!!!!!!!:lol::lol::lol::cool::D

#12 Game Suggestions » UPDATE IDEAS » 2015-03-21 01:13:01

matrixzk
Replies: 4

Hello, I was thinking about some updates, and I thought about things that annoy me, and here is what I figured:
-option that allow every friend to automatically receive edit when entering world
-friend doors and gates
-sorting of levels, for example boss levels, art, minigames, rpgs...
-lock option that allow you to see where someone is (in what level) without being friends, and it will disappear after going offline by this player
-messages to other players, for ex. i once saw my old friend, so i wanted to meet him, and go to his level. but this level was set to invisible. So there should be option that allow you to send something like 'hey there, can you set it to visible for me?'
-and the other option is setting world to visible only to friends.
I hope that someone from EE team will at least read it, because I think some of these ideas are good anf handy.
-Matrixzk

P.S. and if something is wrong with my english, then sorry, i am from Poland.

#13 Game Suggestions » IDEAS OF FUTURE UPDATES » 2015-03-21 01:05:34

matrixzk
Replies: 3

hello, I was thinking about some updates, and I thought about things that annoy me, and here is what I figured:
-option that allow every friend to automatically receive edit when entering world
-XdeletedX
-sorting of levels, kind of categories, for example boss levels, art, minigames, rpgs... everyone will be able to choose type of his/her world.
-lock option that allow you to see where someone is (in what level) without being friends, and it will disappear after going offline by this player, something like 'folowing', but not forever, only when he/she is online. This person will be informed about who is locking him now. This will be useful, because if you liked someone, and you forgot to tell him/her to be friends, and he will go to another level, you have a low Chance to meet again.
-messages to other players, for ex. i once saw my old friend, so i wanted to meet him, and go to his level. but this level was set to invisible. So there should be option that allow you to send something like 'hey there, can you set it to visible for me?'
-and the other option is setting world to visible only to friends.
-friends emails are remembered, so if you deleted friend, you can invite him/her again. And maybe you will be able to invite once/twice to one player, to avoid spamming with invites.

I hope that someone from EE team will at least read it, because I think some of these ideas are good anf handy.
-Matrixzk

P.S. and if something is wrong with my english, then sorry, i am from poland.

Board footer

Powered by FluxBB

[ Started around 1714751471.4678 - Generated in 0.095 seconds, 9 queries executed - Memory usage: 1.4 MiB (Peak: 1.58 MiB) ]