Skip to content

Instantly share code, notes, and snippets.

@seeya
Last active December 28, 2019 06:20
Show Gist options
  • Select an option

  • Save seeya/f0d9be05e960929c0cd31914bbe856b0 to your computer and use it in GitHub Desktop.

Select an option

Save seeya/f0d9be05e960929c0cd31914bbe856b0 to your computer and use it in GitHub Desktop.

Revisions

  1. seeya revised this gist Dec 28, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion animal_restaurant_hack.csv
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    Description,Modify Value/Fx
    Modify cods earned, createCoins: function(e...) { t.itemValue = e * 6; }
    Modify coins earned, createCoins: function(e...) { t.itemValue = e * 6; }
    Modify candys earned, createCandys: function(e...) { t.itemValue = e * 6; }
    Modify loves earned, createLoves: function(e...) { t.itemValue = e * 6; }
    Modify stars earned, createStars: function(e...) { t.itemValue = e * 6; }
    Modify tips earning, claimTip: function() { ... value: n * 1000 }
    Modify number of touch required for promoting new customer, if (this.broadcastCount >= 1)
  2. seeya revised this gist Dec 28, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion animal_restaurant_hack.csv
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    Description,Modify Value/Fx
    Modify cods earned, createCoins: function(e, t) { t.itemValue = e * 6; }
    Modify cods earned, createCoins: function(e...) { t.itemValue = e * 6; }
    Modify candys earned, createCandys: function(e...) { t.itemValue = e * 6; }
    Modify loves earned, createLoves: function(e...) { t.itemValue = e * 6; }
    Modify stars earned, createStars: function(e...) { t.itemValue = e * 6; }
    Modify number of touch required for promoting new customer, if (this.broadcastCount >= 1)
  3. seeya revised this gist Dec 28, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion animal_restaurant_hack.csv
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,3 @@
    Description,Modify Value/Fx
    Modify number of touch required for promoting new customer, if (this.broadcastCount >=
    Modify cods earned, createCoins: function(e, t) { t.itemValue = e * 6; }
    Modify number of touch required for promoting new customer, if (this.broadcastCount >= 1)
  4. seeya created this gist Dec 28, 2019.
    2 changes: 2 additions & 0 deletions animal_restaurant_hack.csv
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    Description,Modify Value/Fx
    Modify number of touch required for promoting new customer, if (this.broadcastCount >=