Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1

    Join Date
    Oct 2010
    Posts
    7

    Gold Miner [Help]

    how would i go about changing the goal on this game http://www.goldminer1.com

    heres my code i edited so far:
    http://pastebin.com/xWZwJm2Q
    ^ click the link above!

    im using Flasm right now!

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

    Re: Gold Miner [Help]

    Code:
    push 'goal', VALUE HERE
    to

    Code:
    push 'goal', 0.0

  3. #3

    Join Date
    Oct 2010
    Posts
    7

    Re: Gold Miner [Help]

    i used ctrl F and it says thats not in there or do i have to add it, sorry im such a newb =.=

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

    Re: Gold Miner [Help]

    Search for :
    Code:
    push 'goal'
    then when you see something like:
    Code:
    push 'goal', 325
    change it to
    Code:
    push 'goal', 0.0

  5. #5

    Join Date
    Oct 2010
    Posts
    7

    Re: Gold Miner [Help]

    ok, i got that but how do i make my own Goal numbers

  6. #6
    Panda's Avatar
    Join Date
    Sep 2010
    Location
    United States
    Posts
    65

    Re: Gold Miner [Help]

    I see two
    Code:
    push 'goal', 325
    that you should change to what you want.
    One on line 88 and one on line 124.

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

    Re: Gold Miner [Help]

    You might also wanna change this so the goal doesn't get any higher:
    Code:
    constants 'goal', 'goalAddOn', 'goalAddon', 'goalDis', '$', 'levelDis', 'level'  
        push 'goal', 375
        setVariable
        push 'goalAddOn', 'goalAddOn'
        getVariable
        push 275
        add
        setVariable
        push 'goal', 'goal'
    to

    Code:
    constants 'goal', 'goalAddOn', 'goalAddon', 'goalDis', '$', 'levelDis', 'level'  
        push 'goal', 0.0
        setVariable
        push 'goalAddOn', 'goalAddOn'
        getVariable
        push 0.0
        add
        setVariable
        push 'goal', 'goal'

  8. #8

    Join Date
    Oct 2010
    Posts
    7

    Re: Gold Miner [Help]

    ok how do you add these to like a custom website ?

  9. #9
    Panda's Avatar
    Join Date
    Sep 2010
    Location
    United States
    Posts
    65

    Re: Gold Miner [Help]

    Quote Originally Posted by Cronicx321
    ok, i got that but how do i make my own Goal numbers
    Code:
    push 'goal', 375
    Change 375 to what you want.


    Quote Originally Posted by Cronicx321
    ok how do you add these to like a custom website ?
    What do you mean? Like how do you upload it to your own site so others can play it?

  10. #10
    Senior Member
    Join Date
    Feb 2010
    Location
    http://tinyurl.com/2atap49
    Posts
    2,328

    Re: Gold Miner [Help]

    Quote Originally Posted by Cronicx321
    ok how do you add these to like a custom website ?
    Upload it here: http://arcadeprehacks.com/submit/form.html
    Um... I used to be a moderator here...

Page 1 of 2 12 LastLast

Posting Permissions

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