Thread: --

Results 1 to 5 of 5
  1. #1
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy

    --

    I you don't know what is this or how to use, don't even bother asking.
    Code:
    Security.allowDomain("*");
    //https://epicduelcdn.arti*****m/omegaversion.asp
    
    stop();
    
    import flash.net.*;
    import flash.display.*;
    import flash.events.*;
    import flash.system.*;
    import flash.text.*;
    
    Security.allowDomain("*");
    stage.showDefaultContextMenu=false;
    
    var sURL="https://epicduelcdn.arti*****m/";
    var sFile;
    var versionLoader:URLLoader;
    var Game:Object;
    var swfContext:LoaderContext;
    var swfLoader:Loader;
    var titleLoader:Loader;
    var swfRequest:URLRequest;
    var percent:Number;
    var loader:Loader = new Loader();
    
    function LoadGame() {
       versionLoader.removeEventListener(Even*****MPLETE, onVersionComplete);
      
    			loader.contentLoaderInfo.addEventListener(Even*****MPLETE, onGameComplete);
    			loader.load(new URLRequest(sURL + sFile));
    
    }
    
    function onGameComplete(loadEvent:Event) {
       stage.addChildAt(loadEvent.currentTarge*****ntent, 0);
       Game=Object(loadEvent.currentTarge*****ntent);
       Game._sourceURL=sURL;
      
    }
    
    function GetVersion() {
       versionLoader = new URLLoader();
       versionLoader.addEventListener(Even*****MPLETE, onVersionComplete, false, 0, true);
       versionLoader.load(new URLRequest(sURL + "omegaversion.asp"));
    } 
     
    function onVersionComplete(VersionComplete:Event) {
       var URLVars:URLVariables;
       URLVars=new URLVariables(VersionComplete.target.data);
       if (URLVars.status=="success") {
          sFile=URLVars.gameFile;
          LoadGame();
       }
      
    }
    
    GetVersion();
    nextFrame();

  2. #2
    HadriPutra03's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by JamesRo View Post
    I you don't know what is this or how to use, don't even bother asking.
    Code:
    Security.allowDomain("*");
    //https://epicduelcdn.arti*****m/omegaversion.asp
    
    stop();
    
    import flash.net.*;
    import flash.display.*;
    import flash.events.*;
    import flash.system.*;
    import flash.text.*;
    
    Security.allowDomain("*");
    stage.showDefaultContextMenu=false;
    
    var sURL="https://epicduelcdn.arti*****m/";
    var sFile;
    var versionLoader:URLLoader;
    var Game:Object;
    var swfContext:LoaderContext;
    var swfLoader:Loader;
    var titleLoader:Loader;
    var swfRequest:URLRequest;
    var percent:Number;
    var loader:Loader = new Loader();
    
    function LoadGame() {
       versionLoader.removeEventListener(Even*****MPLETE, onVersionComplete);
      
    			loader.contentLoaderInfo.addEventListener(Even*****MPLETE, onGameComplete);
    			loader.load(new URLRequest(sURL + sFile));
    
    }
    
    function onGameComplete(loadEvent:Event) {
       stage.addChildAt(loadEvent.currentTarge*****ntent, 0);
       Game=Object(loadEvent.currentTarge*****ntent);
       Game._sourceURL=sURL;
      
    }
    
    function GetVersion() {
       versionLoader = new URLLoader();
       versionLoader.addEventListener(Even*****MPLETE, onVersionComplete, false, 0, true);
       versionLoader.load(new URLRequest(sURL + "omegaversion.asp"));
    } 
     
    function onVersionComplete(VersionComplete:Event) {
       var URLVars:URLVariables;
       URLVars=new URLVariables(VersionComplete.target.data);
       if (URLVars.status=="success") {
          sFile=URLVars.gameFile;
          LoadGame();
       }
      
    }
    
    GetVersion();
    nextFrame();
    How can i do this?And what this all codes?

  3. #3
    Ben 11's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Quote Originally Posted by HadriPutra03 View Post
    How can i do this?And what this all codes?
    You can create a private server with this code and hacks / bots.

  4. #4
    unknownartist0's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Murica
    Posts
    667
    Reputation
    378
    Thanks
    832
    Now somebody just needs to make a list of variables and some swfs to start a epicduel trainers revolution

  5. #5
    Gio's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Work
    Posts
    7,149
    Reputation
    1227
    Thanks
    3,467
    My Mood
    Twisted
    /sticked as this is important

    I regard the theatre as the greatest of all art forms, the most immediate way in which a human being can share with another the sense of what it is to be a human being. -Wilde

    Member Since: 7 March 2013
    Donator Since: 14 January 2014
    Editor Since: 10 August 2013
    Manager Since: 27 September 2013
    Middleman Since: 31 January 2014
    BattleOn Minion Since: 13 August 2013
    Dragon Nest Minion Since: 12 September 2013
    Minecraft Minion Since: Don't Remember
    Social Games Minion Since: Don't Remember
    Realm Of The Mad God Minion Since: Don't Remember
    Alliance of Valiant Arms Minion Since: Don't Remember
    Pharaoh #5: 2 January 2014
    Former Staff Since: 5 February 2015