Jump to content

Recommended Posts

Posted (edited)

I managed to get it working as follows:

- For the code that asks you to type 123456789 and press Enter several times until it works.
- Keys:
R add credits
I start

J select
S test menu
The crosshair is controlled with the mouse

Edited by joeplay
Posted (edited)
il y a une heure, joeplay a dit :

I managed to get it working as follows:

- For the code that asks you to type 123456789 and press Enter several times until it works.
- Keys:
R add credits
I start

J select
S test menu
The crosshair is controlled with the mouse

hi !

thanks !

test with bluestacks and works perfectly !

Edited by nosoucy62
Posted (edited)

looks like im late to the party.. yes it was 123456789 and i spam enter and it works..

R = Add Credits

I = Start Game

S = Test Menu

J = select

Arrow keys = move in menu

K = reload Game/redownload from server DONT PRES THE K BUTTON AFTER THAT LOOKS BROCKEN THE GAME

L mouse = shoot

Edited by S.G.D
Posted

image.jpeg.aaeff9cb09c1cd49d5176473843f50d9.jpeg

 

 

I managed to run it on a TV box

But since it activates with the server, I don't know if it will be possible to activate the game for a long time.

Posted
41 minutes ago, KArcs said:

image.jpeg.aaeff9cb09c1cd49d5176473843f50d9.jpeg

 

 

I managed to run it on a TV box

But since it activates with the server, I don't know if it will be possible to activate the game for a long time.

ones you install the game and you bypass the password the game connect with the server and its download the data needs... congratulations now you have the full game.

the answer is how... The game now is immortal because i already have pull out the DATA and OBB files with all necessary data and that way not need to connect to server or even internet connection

 

Posted

perfect hippopippo !!

Posted

PASS for go in to settings is 00000000

 

hhh (1).webp

Posted (edited)

salut !

 

voici le clear logo et le fanart background pour launchbox

Island Adventure.png

 

Island Adventure-01.png

Edited by nosoucy62
Posted (edited)

bonsoir !

 

voici un petit fichier AHK pour remapper les touches R (credit) - I (start) - S (menu service) - J (select) du jeu et le lancer directement

pour ma part j'utilise bluestacks comme émulateur avec une wiimote

les liens des jeux qui se trouve sur le bureau à l'installation de vos APK je les ai mis dans un dossier LINKS de bluestacks pour les retrouver facilement (c'est cela qu'il vous faudra modifier)

l'installation de cet emulateur créé un dossier qui se trouve dans C:\Program Files\BlueStacks_nxt même si vous faites une installation personnalisée

le raccourci du jeu je l'ai renommé car à la base il ne porte pas ce nom.....il faudra le modifier ou changer le nom dans les commandes ahk

 

 

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
 

SetWorkingDir C:\YOUR FOLDER EMULATOR\BlueStacks_nxt\LINKS\   ;votre dossier ou se trouve le raccourci du jeu (LINKS chez moi)

 

Run, "Island Adventures.lnk"

Enter::r       ;credit
RButton::i     ;start
Left::s        ;test menu
Right::j       ;select
Return

 

Esc::
    Process,Close,autohotkey
    Run,taskkill /im "ahk.exe" /F
    Process,Close,HD-Player.exe
    Run,taskkill /im "HD-Player.exe" /F
    ExitApp
return

 

maintenant en appuyant sur minus + vous ajoutez les crédits et le bouton A lance le P1 (la gachette c'est le TIR).

bon jeu !

 

island adventure remap.ahk

Edited by nosoucy62
erreur

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...