如何减慢 Flash 游戏的速度?

发布于 2024-08-29 23:30:47 字数 512 浏览 7 评论 0原文

基本上,目标是点击某些目标,这样做会摧毁目标并获得分数。我写了一个宏来帮助我,直到我什至无法看到目标,而不仅仅是闪烁(甚至可能比这更少,我无法用眼睛看到它)。但这是可能的,因为我相信其他人已经这样做了。 (也许在较慢的比赛中?)

无论如何,问题是,如何才能减慢 Flash 游戏的速度? 我想到了几种可行的方法,但我不确定如何实施它们。

    1. Slow down the cpu speed? (smth like that? how?)

    2. As the game progress the time the targets appear and stay up is reduced. Maybe theres a variable controlling all of this, isit possible to modify the address of this variable? freeze it or smth?

任何想法、建议,尤其是建议,我们将不胜感激,谢谢!

Basically the objective is to click on certain targets, which upon doing so would destroy the target and garner you points. I've written a macro to help me until the point where its impossible to even see the target more than a mere flicker, (maybe even less than that, i cant see it with my eyes). But its possible because i believe others have done so. (Maybe on slower comps?)

Anyway the question is, how would it be possible to slow down the flash game?
I've thought of a couple of ways that could work but i'm not sure how to implement them.

    1. Slow down the cpu speed? (smth like that? how?)

    2. As the game progress the time the targets appear and stay up is reduced. Maybe theres a variable controlling all of this, isit possible to modify the address of this variable? freeze it or smth?

Any ideas, suggestions and especially advice would really be appreciated, thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

山川志 2024-09-05 23:30:47

正确的 Flash 游戏是以与帧速率无关的方式编写的。在这种情况下,您也许可以降低玩家性能,游戏不会运行得更慢,而是更加不稳定,因为所有与时间相关的事件都是基于系统时间发生的。

然而,如果游戏实际上是基于帧的,最简单的方法是获取 swf 并更改其 标题。或者创建一个以所需帧速率运行的 swf 并将游戏加载到其中,强制游戏以容器帧速率运行。

反正。如果你想获得更好的高分,这可能不是正确的选择。

问候
后退2dos

proper flash games are written in a frame rate independant manner. is such cases, you may be able to reduce player performance, the game won't be running slower, but rather more choppy, because all time related events occur based on system time.

if however the game is actually frame based, the easiest is to grab the swf and change the framerate in its header. or create an swf that runs at the desired framerate and load the game into it, forcing the game to run at the containers frame rate.

anyway. if you wanna get a better highscore, than this is probably not the way to go.

greetz
back2dos

纵性 2024-09-05 23:30:47

如果您询问如何在 Flash 游戏中作弊,请下载 Cheat Engine。

If you are asking how to cheat on a flash game then download Cheat Engine.

长途伴 2024-09-05 23:30:47

我在 8 年后有一个解决方案,我想放慢 3d pong 的速度,因为它变得相当困难,我找到了一个很好的方法来修复它,但它需要你有一些可以打开 .swf 文件的东西。基本上,下载游戏的 .swf 文件,打开它并在文件上使用作弊引擎,就像魅力一样。要下载 .swf,只需使用检查菜单,找到一个以 .swf 结尾的链接(可能也会命名为游戏名称),然后单击该链接,它应该会自动下载。另请注意,我使用 adobe animate 打开它,我不知道用什么其他方法打开它,但它是一个开始。

I have a solution 8 years in the future, I wanted to slow down 3d pong because it gets quite hard, I came across a good way to fix it, but it requires you to have something that opens .swf files. Basically, download the .swf file of your game, open it and use cheat engine on the file, works like a charm. To download the .swf just use the inspect menu, find a link that ends in .swf-probably will be named the game's name as well-and click the link, it should auto download. Also note that I use adobe animate to open it, I don't know anything else to open it with but its a start.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文