Git游戏

您现在的位置是:首页 > 锅巴汉化 > 已汉化

游戏详情

原子点击器(Atom Clicker)

  • 更新:2024-11-11 版本号:暂无
  • 收藏0 次 推荐1 次 热度6756 ℃
  • QQ群: 730783833  点击加入Git游戏交流群:730783833
  • 标签: 点击 升级 放置 挂机

游戏介绍

一个关于原子的点击游戏,界面简洁,有点费手和鼠标。

游戏截图

原子点击器(Atom Clicker)
原子点击器(Atom Clicker)
原子点击器(Atom Clicker)
原子点击器(Atom Clicker)
原子点击器(Atom Clicker)
原子点击器(Atom Clicker)

文章评论

共有5条评论来说两句吧...

1507137... 1周前
有没有大佬提供自动点击代码
1511324... 6天前
var timer = setInterval(()=>{ document.querySelector('.atom.svelte-nnmjgj')?.click() document.querySelector('.upgrade-grid .upgrade:not(.disabled)')?.click() document.querySelector('.buildings .building:not(.disabled)')?.click() },1)
大大大大绅士 6天前
@ 1511324...

@ 1511324... 帮忙美化下代码,有不需要的 可以删掉 

var timer = setInterval(()=>{  

document.querySelector('.atom.svelte-nnmjgj')?.click();  

// 自动点击原子  

document.querySelector('.upgrade-grid .upgrade:not(.disabled)')?.click();  

// 自动点击升级  

document.querySelector('.buildings .building:not(.disabled)')?.click();  

// 自动点击建筑

 },1)

1507137... 2天前
@ 大大大大... 老哥的代码真猛 @ 大大大大绅士