Any% Glitched
1 month ago

Using any glitches to win as possible.

  1. In web version, you can open the console (element) with game's code. There, you can find the "onclick="clipClick(1)" part inside the "Make Paperclip" button. The number 1 can be swapped for arbitrarily large one - allowing to turn entire spool into paperclips in single clip.

  2. Autoclicker can press buttons faster.

  3. You can use variety of Console scripts to automate actions. For example, script to automate Quantum Computers:

quantum = setInterval(function() { if(qChips.reduce(function(acc, item) { return item.active ? acc + item.value : acc;}, 0) > 0) qComp();}, 1);

تم التحرير بواسطة الكاتب 1 month ago
Québec

If cheated right, I would guess you can finish the game in 2 minutes. While it would be fun to do, I don't see how relevant it would be to add a new category where everyone would have the same time.

If you think it's relevant, make a video and share it first.

Besides, maybe we should make a Forum place, for sharing all sorts of cheats and scripts? To:

  1. Make casual play easier;

  2. Make it easier to detect cheats (it's easier to detect something you are familiar with);

  3. Could be useful, when Cheats% or Glitched% gets created.

Québec

This is already the forum and there is a place for Guides that can you add stuff.

You make good points with Any% Glitched, would help to detect wrong runs that someone cheated since it's running in a web browser and it's really easy to cheat, everything is just javascript.

You have my vote to add this new category but I'm not the moderator here.

Correct about Guides. But i thought about sharing cheats, so we could then add them to Guides. After all, i don't know all of them.

For example - a script, what would automatically press the "Make Clips" button. But even more robust, is to edit Swarm Slider: set Minimum to arbitrarily small number, and Maximum to arbitrarily large number. Then move slider a few times around. Cue lots of clips and lots of gifts.

تم التحرير بواسطة الكاتب 1 month ago

https://pastebin.com/Eyw42k89 https://universalpaperclips.fandom.com/wiki/Cheats https://universalpaperclips.fandom.com/wiki/Cheats

I found a few, but didn't figured out how to use them. Could be useful for Cheats%/Glitched%.

Therefore, the difference between them, is what Glitched% forbids use of cheats programmed into game by developers, but allows anything else (autoclicker, arbitrary code execution, scripts). Cheats% allows all glitches and pre-programmed cheats.

تم التحرير بواسطة الكاتب 1 month ago
Québec

I changed my mind, let's not make a Glitched% section. Anyone can just modify the code and by clicking Make Paperclip would make 30 novemdecillions and the game would end in a second. Not interesting.

I understand you want cheats but it's easy to do it by yourself, no need for scripts, just go to the website game and click on Save Page As, then you can go and modify main.js and have fun with it. This way, you have more control.

Just be careful on what you modify, the game can really go to unusable quick :-)

Below is what I found to be interesting for an easy game. Feel free to have fun with the value to make it easier.

The number is the line in the text file of main.js. The first line is the original code and the second line is the modified one.

  • 725 Boost Wire when buying
  • wire = wire + wireSupply;
  • wire = wire + wireSupply*4;
  • 1585 Boost Investments
  • if (Math.random()<.6){
  • if (Math.random()<.8){
  • 1587 Boost Investments
  • if (Math.random()>stockGainThreshold){
  • if (Math.random()>stockGainThreshold+0.2){
  • 2125 Boost Yomi
  • yomi = yomi + strats[pick].currentScore * yomiBoost * beatBoost;
  • yomi = yomi + strats[pick].currentScore * yomiBoost * beatBoost*3.2;
  • 2371 Lower Clipper Cost
  • clipperCost = (Math.pow(1.1,clipmakerLevel)+5);
  • clipperCost = (Math.pow(1.06,clipmakerLevel)+5);
  • 2384 Lower megaClipper Cost
  • megaClipperCost = (Math.pow(1.07,megaClipperLevel)*1000);
  • megaClipperCost = (Math.pow(1.03,megaClipperLevel)*1000);
  • 2708 Boost Swarm Gifts
  • nextGift = Math.round((Math.log10(d))*sliderPos/100);
  • nextGift = Math.round((Math.log10(d))*sliderPos/100)*1.3;
  • 2977 Boost Factory/Drone Performance
  • powMod = powMod + .0005;
  • powMod = powMod + .0010;
  • 2987 Boost Factory/Drone Performance
  • powMod = powMod + .0005;
  • powMod = powMod + .0010;
  • 3389 Boost Creativity
  • creativitySpeed = Math.log10(processors) * Math.pow(processors,1.1) + processors-1;
  • creativitySpeed = Math.log10(processors) * Math.pow(processors,1.6) + processors-1;
  • 3437 Boost Operations
  • var opCycle = processors/10;
  • var opCycle = processors/5;
تم التحرير بواسطة الكاتب 4 days ago
إحصائيات اللعبة
متابعون
75
جولات سريعة
54
اللاعبون
32
آخر المواضيع
نُشرت 6 days ago
games:thread_reply_count
نُشرت 7 days ago
games:thread_reply_count
نُشرت 10 days ago
games:thread_reply_count
نُشرت 28 days ago
1 رد
نُشرت 1 month ago
games:thread_reply_count
المشرفون