Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <meta charset="utf-8">
  <title>CE to PSX Gameshark</title>
</head>
<body>
  <section>
  
    <p>Convert an address found through Cheat Engine over ePSXe to a Gameshark address:</p>
    
    <fieldset>
      <div>
        <label for="ce">Cheat Engine Address:</label><input type="text" id="ce"/>
      </div>
      <div>
        <label for="gs">Gameshark Address:</label><input type="text" id="gs"/>
      </div>
    </fieldset>
  </section>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers