This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CoLDarkness's profile picture

Speedhack

Started by CoLDarkness, 22 January 2014 - 12:09 PM
CoLDarkness #1
Posted 22 January 2014 - 01:09 PM
A simple program that allows you to use speedhack feature.

How does it work?

- Modifies os.startTimer to time/speedhack so your speed gets multiplied.

Does this work in any games?

I have tested this on TRON, which was a game made by PixelToast.


The key for it is Numpad 5, it's a toggle.


DL: http://pastebin.com/z78UJTT7
svdragster #2
Posted 22 January 2014 - 02:55 PM
  • local yoloswag = os.startTimer

really? :blink:/>
Agoldfish #3
Posted 22 January 2014 - 03:40 PM
This is uh, interesting. Though whoever cheats on ComputerCraft games really has to get more time on their hands.
CoLDarkness #4
Posted 23 January 2014 - 02:09 PM
  • local yoloswag = os.startTimer
really? :blink:/>


Really.
biggest yikes #5
Posted 01 February 2014 - 07:05 PM
On line 11 it should be == not =…
awsmazinggenius #6
Posted 01 February 2014 - 07:13 PM
Nice thinking…though if the game has servers (like MC) for multiplayer, and you calculate everything on the server, then this might not cut it for all games. Now, if you did os.queueEvent("key", some_random_key) in a loop then you might be able to do something…
nutcase84 #7
Posted 06 February 2014 - 05:40 PM
-snip
Edited on 07 February 2014 - 11:13 AM
Engineer #8
Posted 06 February 2014 - 05:42 PM
Uhhh… dropbox download? Nope!
???????????????????????????????????????

It's pastebin, and the OP is not even edited!
nutcase84 #9
Posted 07 February 2014 - 12:13 PM
Uhhh… dropbox download? Nope!
???????????????????????????????????????

It's pastebin, and the OP is not even edited!

DERP! Ugh… I must have seen "DL" and thought it said DB or something. XD Sorry.
Blue #10
Posted 01 May 2014 - 02:18 PM
simple but nice :)/> this might encourage more hacks.
Edited on 01 May 2014 - 12:19 PM
TheOddByte #11
Posted 01 May 2014 - 04:11 PM
simple but nice :)/> this might encourage more hacks.
Well I think most "hacks" would be considered malicious :P/>
CoLDarkness #12
Posted 02 May 2014 - 09:38 AM
simple but nice :)/> this might encourage more hacks.
Well I think most "hacks" would be considered malicious :P/>

Not really, they don't do much.

This is just a simple OS function modifier that I did when I was bored.
TheOddByte #13
Posted 02 May 2014 - 11:51 AM
Well this might not be considered malicious, But other hacks may be :P/>
Like changing your own computer id or something like that.
Tjakka5 #14
Posted 09 May 2014 - 03:49 PM
Simple and fun, and I agree with Byte here; this probably shouldn't be seen as malicious. :P/>