This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-07-05 06:57:49

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

How to cheat in games

1. Platformers
Make the main characer draggable. Now you can drag it around whereever you want!
2. Shooters
If there is a variable called "power" or something like that, make a script (on the stage):
[blocks]<when green flag clicked>
<forever>
<set{ power }to( 10000000000
<end>
[/blocks]
IT makes that you have almost infinite power.
3. Scrollers
That's a bit harder.
Make a script (again, on the stage):
[blocks]<when green flag clicked>
<forever>
<change{ scrollX }by( 10
<set{ y velocity }to( 0
<end>
[/blocks]
If there isn't a variable called y velocity, try "y vel", "y speed", "yvelocity" or something like that.
It makes that you move without doing anything.
4. RPGs
Use the same script as the shooter, but replace "power" with "attack".

I hope this helped!  big_smile


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#2 2010-07-05 15:55:53

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: How to cheat in games

Thats not cheating, thats modding. Cheating is using glitches or things already built into the game.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#3 2010-07-05 16:11:05

melikecheese
Scratcher
Registered: 2010-06-09
Posts: 500+

Re: How to cheat in games

I don't see why you would need to cheat. Just play the game as it is.


http://i51.tinypic.com/987rb5.jpg
I am Dave! Yognaught.

Offline

 

#4 2010-07-05 16:13:31

colorfusion
Scratcher
Registered: 2009-10-03
Posts: 500+

Re: How to cheat in games

Games are meant to be fun, by "Cheating" the only one you are cheating is yourself.

Offline

 

#5 2010-07-05 19:40:30

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: How to cheat in games

colorfusion wrote:

Games are meant to be fun, by "Cheating" the only one you are cheating is yourself.

I agree, but sometimes I mod games I play on Scratch.  big_smile  Usually it's if there's some really annoying part that I can beat but want to skip, or I want to shorten a cut scene that takes too long.


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#6 2010-07-05 22:17:18

Locomule
Scratcher
Registered: 2009-08-24
Posts: 500+

Re: How to cheat in games

This is very similar to how I started learning to program. We used to type in games in Basic and after playing them a while, go back and start tweaking variables. Turns out to be a great way for newcomers to learn basic game mechanics. And with Scratch, you can download projects by the hundreds, no need to type in programs  smile


aka Pain from DragonSpires, Delrith Online, BotBattle, Urban Dead etc etc lol

Offline

 

#7 2010-07-05 22:24:35

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: How to cheat in games

Locomule wrote:

This is very similar to how I started learning to program. We used to type in games in Basic and after playing them a while, go back and start tweaking variables. Turns out to be a great way for newcomers to learn basic game mechanics. And with Scratch, you can download projects by the hundreds, no need to type in programs  smile

Yay Basic!  smile  I learned programming on a version of Basic that is built in to TI-83 and TI-84 graphing calculators. The great thing about that was that they were school-issued calculators, so all my friends had one too, and we could share programs and learn together.


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#8 2010-07-06 02:43:44

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: How to cheat in games

Cheats are fun, but they can ruin the game.  hmm


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#9 2010-07-06 06:56:50

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: How to cheat in games

Chrischb wrote:

Cheats are fun, but they can ruin the game.  hmm

Yeah, thats why if you mod something (say a big game on your computer) its always good that the files backed up.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#10 2010-07-07 10:40:36

soft319
Scratcher
Registered: 2008-02-19
Posts: 1000+

Re: How to cheat in games

Harakou wrote:

colorfusion wrote:

Games are meant to be fun, by "Cheating" the only one you are cheating is yourself.

I agree, but sometimes I mod games I play on Scratch.  big_smile  Usually it's if there's some really annoying part that I can beat but want to skip, or I want to shorten a cut scene that takes too long.

Lol  lol


http://bluetetrarpg.web44.net/usercard/img.php?name=soft319

Offline

 

Board footer