Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » [ATC#3] So you say you're a "hacker"? Prove it!
- iamunknown2
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
5000 rounds:What does EX stand for?
Snipar 495EX
STINGerla 118EX
SPAMerla 379EX
HugoTheHedgehog 846EX
RunRunProtect 54EX
WonkThePlank 136EX
IcyFireBot 43EX
BotyMcBotFace EX
Stinger 424EX
TTAIB 13EX
RunRunRun 33EX
TestBot 25EX
InfiniteLoop 153EX
RSH EX
PORK 10EX
CopyBot 63EX
Iamunknown 345EX
- iamunknown2
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
Also, my new bot (XMorph) sometimes loses to InfiniteLoop by a small margin, but usually beats InfiniteLoop by a very large margin:


Last edited by iamunknown2 (May 23, 2017 05:37:40)
- iamunknown2
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
GREATERTHAN seems to be glitchy - when DATA1 is greater than 32, it doesn't seem to jump to line 31:
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
PROTECT @RANDOM
SET EXECUTION_POINTER 23
SET EXECUTION_POINTER EXECUTION_POINTER-1
TAG XMorph
SET *@*EXECUTION_POINTER @21
SET DATA1 2
IF DATA1 GREATERTHAN 32 31 26
IF DATA1 EQUALS *EXECUTION_POINTER 28 27
SET *@DATA1 @22
SET DATA1 DATA1+1
PROTECT @RANDOM
SET EXECUTION_POINTER 25
SET DIRECTION RANDOM
MOVE
- SaturdayScratchLabs
-
Scratcher
1 post
[ATC#3] So you say you're a "hacker"? Prove it!
Is this competition still active?
- jokebookservice1
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
iamunknown2: “SET DATA1 2” means that DATA1 is less than 31. In what circumstance would it be greater than it – if it's tagged or something?
- MegaApuTurkUltra
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
Is this competition still active?no

- iamunknown2
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
iamunknown2: “SET DATA1 2” means that DATA1 is less than 31. In what circumstance would it be greater than it – if it's tagged or something?It's in a loop.
- iamunknown2
-
Scratcher
1000+ posts
[ATC#3] So you say you're a "hacker"? Prove it!
Extra Entry: NMorph (haven't done many tests on it yet):
Edit: Even though this is closed, can anyone make a better bot the the current champions?
TAG NMorph
SET EXECUTION_POINTER 4
SET EXECUTION_POINTER EXECUTION_POINTER-1
SET *@*EXECUTION_POINTER @3
IF *EXECUTION_POINTER GREATERTHAN 0 6 10
SET DATA1 0
SET DATA1 DATA1+1
SET *@RANDOM @1
IF DATA1 GREATERTHAN 31 10 7
PROTECT EXECUTION_POINTER
PROTECT @RANDOM
PROTECT @RANDOM
SET DIRECTION RANDOM
MOVE
Last edited by iamunknown2 (July 29, 2017 10:16:11)
- Discussion Forums
- » Advanced Topics
-
» [ATC#3] So you say you're a "hacker"? Prove it!




