Arcade Prehacks

Results 1 to 3 of 3
  1. #1
    Senior Member
    Join Date
    Nov 2010
    Posts
    757

    How to remove the global highscore/take out any high score

    pls help me. Im a newbie.thanks in advance

  2. #2
    Senior Member
    Join Date
    May 2010
    Location
    Pen Island
    Posts
    3,838

    Re: How to remove the global highscore/take out any high score

    The variables differ from game to game.

    On mochiscoreboards:

    Change push 'showLeaderBoard' to push 'null'

    On others just tqake out the link:

    'POST' http://games.com/submithighscores

    to 'POST' 'null'

    And another example:

    push 'submit'

    to push 'null'

  3. #3
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Re: How to remove the global highscore/take out any high score

    Also, if that doesn't work, try searching for keywords such as send, or submit.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •