Index ⇒ Games Support ⇒ Beyond Good & Evil - offline hangman "keygen"

Trouble playing a game? Game not running well? Ask help here.

Moderator: LW Moderator

Beyond Good & Evil - offline hangman "keygen"

Postby annoyment » Fri Apr 28, 2017 5:56 am

Background on the matter, and the hangman-free fanmade page 'cause Ubishite tends to 410 the official thing from time to time thereby making 100% unobtainable :x
So, for preservation purposes, has there ever been a fully offline alternative (like a keygen, as stated in the title, or for example a save hack or a patch, in the vein of RhymeKidder's RE3 uncen work :D ) to the conundrum (hangman preserved or not, doesn't matter)? Not even trueachievements has an answer, beat BG&E long ago and is nice, thus it'd be a shame for the issue to go below the radar and hit the fan in due time (or "given the time", dunno :huh: ). :thanks: in advance :(
"Hellos, plz help with this, will help backward." -Wimpy
Image
User avatar
annoyment
Super Member
 
Posts: 1993
Joined: Tue Jul 14, 2015 9:30 pm
Location: Land of KEBAB REMOVERS
Thanks: 598
Thanked: 762 times in 654 posts

Re: Beyond Good & Evil - offline hangman "keygen"

Postby hfric » Sat Apr 29, 2017 2:24 am

that fan page still works ... just use a java ripper and you would get your offline activator from that site
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Image
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
User avatar
hfric
3DSL Moderator
 
Posts: 5000
Joined: Sun Jan 09, 2005 2:51 am
Thanks: 131
Thanked: 569 times in 482 posts

Re: Beyond Good & Evil - offline hangman "keygen"

Postby user43687 » Mon May 01, 2017 3:19 pm

I downloaded bgemyth.net, there's a lot over there! OST (150MB!) , some savegame collection and a lot of other stuff related to this game.

I've visited the page, I'm actually not 100% sure what I'm looking at hehe :P it says something about Internet Code and gives a example of one. Does it try to validate input anywhere? If so I hope it's algorytm based so it's easy :p not some sql lookup or whatever. I can start this page offline but would need to test if it's all functional.

What can I test more? Shall I just upload the files?
user43687
Super Member
 
Posts: 262
Joined: Wed Nov 09, 2011 3:52 pm
Thanks: 378
Thanked: 81 times in 60 posts

Re: Beyond Good & Evil - offline hangman "keygen"

Postby hfric » Tue May 02, 2017 3:40 am

use the added example they given : +q8FcP711k35&\Ey
and you get a 4 letter word : L4S9

the Java script after you do a backward tracking looks like this

Code: Select all

if ( window.self !== window.top ) {
    window.top.location.href=window.location.href;
}

function check_internetcode()
{
   

   var internet_code_value = $("#code_internet_m13").text();
   
   if(!internet_code_value) { internet_code_value = "none"; }



              if(internet_code_value.length==16)
              {

   var internet_code_value = internet_code_value.replace("&", ".");
   var internet_code_value = internet_code_value.replace("+", ";");
   var internet_code_value = internet_code_value.replace(/\\/, ":");
   internet_code_value =  encodeURIComponent(internet_code_value);
   




                       $.ajax({
                       url: "http://www.bgemyth.net/autres/ic_decode.php",
                       type: "GET",
                       dataType: "xml",
                       contentType: "application/json; charset=utf-8",
                        
                        
                       data: {code_internet:internet_code_value,retour_ci:"m13",md5_ci:'408af9cb360de38169baf7c0f027fbfc'},
                       success: function(xml_ci)
                       {
                        
                        
                                          //Une erreur
                                          var erreur = $(xml_ci).find('erreur').text();

                                          if(erreur!="")
                                          {
                                                afficher_erreur("The code contains a wrong character.");
                                          }
                                          else
                                          {      
                                                
                                                //check si c'est le mdisk 13
                                                afficher_erreur('The code is<br/><span style="font-size:25px;">' + $(xml_ci).find('m13').text() +'</span>' );
                                             

                                          }

                       }
                                 });
         //fin vérif 16 caractères
                                          
              }
         else
               {
         //code trop long ou trop court
         afficher_erreur("The code length must be 16 characters.");
              }
 
}

function afficher_erreur(message)
{
         $('#message_c').html(message);
         $('#retour_erreur_m13').css('opacity', '0');
         


         
         $('#retour_erreur_m13').animate({   opacity: 1     }, 500);   
   
}





it points to a
Code: Select all
http://www.bgemyth.net/autres/ic_decode.php
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Image
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
User avatar
hfric
3DSL Moderator
 
Posts: 5000
Joined: Sun Jan 09, 2005 2:51 am
Thanks: 131
Thanked: 569 times in 482 posts


Return to Games Support

Who is online

Users browsing this forum: No registered users and 17 guests