Quantcast

Jump to content


Photo

Is it possible to edit the Avatar Scoresender on Greasemonkey? Help Appreciated :)


  • Please log in to reply
3 replies to this topic

#1 cibomatto

cibomatto
  • 52 posts

Posted 01 April 2016 - 11:37 PM

//    "id"  : [min_score, ratio_score, ratio_time, mod_score, avatar_gif, avatar_name],
    // + non-avatar games
        "970" : [345, 860, 164, 1],
    // + avatar games
        "149" : [250, 33, 2322, 1, "kacheek06.gif", "Kacheek - Herder"],
        "159" : [1000, 875, 589, 1, "gadsgadsgame.gif", "Gadgadsgame"],
        "197" : [1220, 260, 483, 1, "efmcdraik.gif", "Draik - Escape from Meridell Castle"],
        "198" : [2250, 746, 159, 1, "donna_wasm.gif", "Revenge is Sweet"],
        "204" : [700, 89, 347, 1, "acezafara.gif", "Ace Zafara"],
        "212" : [1100, 7, 556, 10, "gtu.gif", "Grand Theft Ummagine"],
        "226" : [200, 19, 1469, 1, "extremepotato.gif", "Extreme Potato Counter"],
        "228" : [250, 24, 1673, 5, "petpetrescue.gif", "Petpet Rescue"],
        "230" : [1200, 451, 492, 1, "evileliv.gif", "Evil Eliv Thade"],
        "248" : [800, 358, 721, 1, "maraquanraider.gif", "Raider Of Maraqua"],
        "306" : [2000, 1215, 226, 1, "sutekstomb.gif", "Suteks Tomb"],
        "307" : [300, 224, 1543, 1, "techobuzz.gif", "Techo - The Buzzer Game"],
        "315" : [800, 12, 1743, 10, "myncispike.gif", "Spike It!"],
        "358" : [2000, 265, 301, 1, "faeriebubbles.gif", "Faerie Bubbles"],
        "379" : [3500, 1215, 239, 1, "ahhhhmeepit.gif", "A Meepit! Run!"],
        "381" : [850, 149, 37, 1, "whackedkass.gif", "Whack-a-Kass"],
        "390" : [1250, 586, 707, 1, "ff_yoinked.gif", "Freaky Factory - Yoinked"],
        "412" : [5000, 1245, 101, 1, "snowmuncher.gif", "Snowmuncher"],
        "428" : [2500, 265, 364, 5, "petpetsitter.gif", "Petpetsitter"],
        "500" : [1250, 451, 691, 1, "meercachase.gif", "Meerca Chase"],
        "507" : [14500, 605, 83, 5, "icecreammachine.gif", "Ice Cream Machine"],
        "538" : [1000, 194, 758, 1, "jellyprocessing.gif", "Skeith - Jelly Processing Plant"],
        "539" : [1300, 141, 404, 1, "chiabomber.gif", "Chia Bomber"],
        "540" : [3000, 241, 326, 1, "meepvsfeep.gif", "Meepit Vs Feepit"],
        "544" : [10000, 881, 102, 1, "grundo_snowthrow.gif", "Grundo - Snowthrow!"],
        "574" : [3600, 123, 149, 1, "typingterror.gif", "Typing Terror"],
        "645" : [250, 14, 2734, 1, "florg.gif", "Chia - Florg"],
        "761" : [1500, 21, 359, 1, "volcanorun.gif", "Volcano Run"],
        "763" : [3500, 454, 241, 1, "magax.gif", "Magax: Destroyer"],
        "772" : [2500, 111, 234, 5, "smuggleddubloon.gif", "Smuggler's Dubloon"],
        "801" : [9050, 34, 133, 10, "freakedkorbat.gif", "Freaked Korbat"],
        "852" : [1200, 358, 491, 1, "deckswabber.gif", "Deckswabber"],
        "885" : [7530, 32, 109, 75, "mathsbabaa.gif", "Babaa - Maths Nightmare"],
        "902" : [725, 103, 467, 1, "carnival_terror.gif", "Carnival of Terror"],
        "903" : [100, 30, 2415, 1, "bullseye.gif", "Turtum"],
        "999" : [2500, 230, 237, 1, "destructomatch2.gif", "Destruct-O-Match II"],
        "1042": [2250, 19, 398, 10, "mutantgravedoom.gif", "Mutant Graveyard of Doom II"],
        "1048": [4000, 24, 316, 10, "nimmospond.gif", "Nimmos Pond"],
        "1347": [20000, 2134, 74, 1, "a53.gif", "A53 - LIKE A BOSS"],
    },

 

 

 

 

Is it possible to edit this part, so that I can add other games too?

I would like to SS on this one game in particular, because I find the trophy adorable...

There is AoB but not for this game (it is not working anymore) besides I noticed that many accounts with trophies were AoB ones :rolleyes: So I would like something different hehe.

 

Not sure how, and what I should put exactly...

 

What is Mod score? and Ratio Time for instance?

 

I am on an Old mac, and I cannot run most of the cheat programs out there, and I don't think my computer can handle PC simulators as well..

 

If I edit the script, will it break?

 

Thank you ^^

 

 



#2 Spirited

Spirited
  • 677 posts


Users Awards

Posted 02 April 2016 - 02:14 AM

Mod score is the multiplier of scoring the game uses. Example, some games only increases by 2 or 5, hence you need to abide by them or you'll instantly be found out that you're using the score sender.

 

I'm not sure how ratio score and ratio time work, but it doesn't matter since you can edit the score and timing manually.

 

The script won't break if you edit it correctly. Following the example from non-avatar games:

 "970" : [345, 860, 164, 1],

 "971" : [345, 860, 164, 1],

 "972" : [345, 860, 164, 1],

 "973" : [345, 860, 164, 1],

 

970 = game id. You can view it when you see the game page's URL. Change the game id and the mod score/min score accordingly.


Edited by Spirited, 02 April 2016 - 02:17 AM.


#3 cibomatto

cibomatto
  • 52 posts

Posted 02 April 2016 - 09:43 AM

Thank you SO much Spirited. :)

I will try this right away.

I have also asked on another forum (since I was worried that no one would reply), and you were the only one that warned me about the mod score! I think it is probably the most important detail *--*

 

edit: I would love to +rep you, but I do not know how (i'm not sure if the repping system is available here either ^^; )


Edited by cibomatto, 02 April 2016 - 09:46 AM.


#4 Spirited

Spirited
  • 677 posts


Users Awards

Posted 02 April 2016 - 07:25 PM

No problem, feel free to pm me if you need more help :)

 

I am so glad that script returned. It's really safe imo. haha.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users