Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

mizarace

Well-Known Member
Newcomer
Joined
Aug 21, 2022
Messages
65
Trophies
0
Age
35
Location
Home
XP
92
Country
Honduras
Where are you playing it? I play on the Switch V1, there is some improvement however, i still encounter slow loading time, and fps drop. But it is better than v1.0.0

Update just drop but stills struggles to have a consistent 30fps

image_2022-11-11_140027905.png
 

Bradle6

Well-Known Member
Member
Joined
Jan 7, 2020
Messages
223
Trophies
0
Age
29
XP
552
Country
United Kingdom
Also i have to remove tesla overlay to search the addresses in edison i thought the latest update fixed all that but i guess not so if you guys freeze searching a value rename .overlays folder to something else do the modding and rename it back
 

rodi18

New Member
Newbie
Joined
Jan 21, 2022
Messages
3
Trophies
0
Age
26
XP
113
Country
Italy
hi guys, on ryujinx i'm using cheat engine, but i didn't found the rare candy quantity. I tried 4 byte, 2 byte, byte, 8 byte, binary, and double. Nothing
 

Bradle6

Well-Known Member
Member
Joined
Jan 7, 2020
Messages
223
Trophies
0
Age
29
XP
552
Country
United Kingdom
hi guys, on ryujinx i'm using cheat engine, but i didn't found the rare candy quantity. I tried 4 byte, 2 byte, byte, 8 byte, binary, and double. Nothing
i posted how to do it earlier u32 sorry thought you using edison
 

CY_39

Member
Newcomer
Joined
Jun 12, 2016
Messages
14
Trophies
0
Age
44
XP
222
Country
United States
I'd love to see:

Infinite HP trainer only
One Hit Kill for trainers with more than one Pokemon
Items don't decrease
Complete Dex
All TMs
Koraidon ride speed
 
  • Like
Reactions: laraklara

mizarace

Well-Known Member
Newcomer
Joined
Aug 21, 2022
Messages
65
Trophies
0
Age
35
Location
Home
XP
92
Country
Honduras
hi guys, on ryujinx i'm using cheat engine, but i didn't found the rare candy quantity. I tried 4 byte, 2 byte, byte, 8 byte, binary, and double. Nothing

You have to make sure you have to config to read the correct memory since emulators dont work the same way as a native program would.

image_2022-11-11_143600804.png
 

hooon42

Member
Newcomer
Joined
Feb 2, 2022
Messages
9
Trophies
0
Age
29
XP
59
Country
Hong Kong
As you would know if you read the thread at all, at present we cannot do this. The number of item changes each time it gets searched, as there's some form of Anti-cheat present in the game itself.

Once it is more throughly datamined we will possibly be able to do this, but until that time comes, begging on literally every page is foolhardy to say the least.
Fine! I'll wait until PKHex update to get them all!
 
  • Like
Reactions: laraklara

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,628
Country
Germany
Ok here an updated Encounter code, this time i edit the pml:: pokepara::InitialSpec structure instead of the pokemon directly, this should fix the ability and level issues.
As a bonus i used a code cave to store the data, so you can now edit it using hex values instead of asm codes.

Default Value is a Lv1 Evoli.
04000000 03075530 00000085 //dex id
04000000 03075534 00000000 //form id
04000000 03075538 00000000 //item id
04000000 0307553C 00000001 //level

source code:
Code:
.text:0000000000D0A610 BC AB 8D 14                 B               loc_3075500 //jump to code cave

Cave:0000000003075500             ; START OF FUNCTION CHUNK FOR pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)
Cave:0000000003075500
Cave:0000000003075500             loc_3075500                             ; CODE XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+F8↑j
Cave:0000000003075500 81 01 00 18                 LDR             W1, =0x85
Cave:0000000003075504 E1 63 00 79                 STRH            W1, [SP,#0xB0+spec_copy.monsno]
Cave:0000000003075508 61 01 00 18                 LDR             W1, =0x0
Cave:000000000307550C E1 67 00 79                 STRH            W1, [SP,#0xB0+spec_copy.formno]
Cave:0000000003075510 41 01 00 18                 LDR             W1, =0x0
Cave:0000000003075514 E1 6B 00 79                 STRH            W1, [SP,#0xB0+spec_copy.itemno]
Cave:0000000003075518 21 01 00 18                 LDR             W1, =0x1
Cave:000000000307551C E1 DB 00 39                 STRB            W1, [SP,#0xB0+spec_copy.level]
Cave:0000000003075520 88 22 40 39                 LDRB            W8, [X20,#8] //original code
Cave:0000000003075524 3C 54 72 17                 B               loc_D0A614 //return
Cave:0000000003075524             ; END OF FUNCTION CHUNK FOR pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)
Cave:0000000003075524             ; ---------------------------------------------------------------------------
Cave:0000000003075528 00 00 00 00                 DCD 0
Cave:000000000307552C 00 00 00 00                 DCD 0
Cave:0000000003075530 85 00 00 00 dword_3075530   DCD 0x85                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&):loc_3075500↑r
Cave:0000000003075534 00 00 00 00 dword_3075534   DCD 0x00                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236AFF0↑r
Cave:0000000003075538 00 00 00 00 dword_3075538   DCD 0x00                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236AFF8↑r
Cave:000000000307553C 01 00 00 00 dword_307553C   DCD 0x01                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236B000↑r


Code:
[Encounter Mod Off (v1.0.1)]
04000000 00D0A610 39402288

[Encounter Mod On (v1.0.1)]
04000000 00D0A610 148DABBC
04000000 03075500 18000181
04000000 03075504 790063E1
04000000 03075508 18000161
04000000 0307550C 790067E1
04000000 03075510 18000141
04000000 03075514 79006BE1
04000000 03075518 18000121
04000000 0307551C 3900DBE1
04000000 03075520 39402288
04000000 03075524 1772543C
04000000 03075530 00000085
04000000 03075534 00000000
04000000 03075538 00000000
04000000 0307553C 00000001

[Default Encounter (v1.0.1)]
04000000 03075500 D503201F
04000000 03075504 D503201F
04000000 03075508 D503201F
04000000 0307550C D503201F

[Encounter #004 Charmander (v1.0.1)]
08000000 03075530 0000000000000004
[Encounter #133 Evoli (v1.0.1)]
08000000 03075530 0000000000000085
[Encounter #151 Mew (v1.0.1)]
08000000 03075530 0000000000000097
[Encounter #228 Houndour (v1.0.1)]
08000000 03075530 00000000000000E4
[Encounter #447 Riolu (v1.0.1)]
08000000 03075530 00000000000001BF
[Encounter #906 Sprigatito (v1.0.1)]
08000000 03075530 000000000000038A
[Encounter #909 Fuecoco (v1.0.1)]
08000000 03075530 000000000000038D
[Encounter #912 Quaxly (v1.0.1)]
08000000 03075530 0000000000000390

[Encounter Item None (v1.0.1)]
04000000 03075538 00000000
[Encounter Item Masterball (v1.0.1)]
04000000 03075538 00000001

[Encounter Lv 10 (v1.0.1)]
04000000 0307553C 0000000A
[Encounter Lv 20 (v1.0.1)]
04000000 0307553C 00000014
[Encounter Lv 30 (v1.0.1)]
04000000 0307553C 0000001E
[Encounter Lv 40 (v1.0.1)]
04000000 0307553C 00000028
[Encounter Lv 50 (v1.0.1)]
04000000 0307553C 00000032
[Encounter Lv 60 (v1.0.1)]
04000000 0307553C 0000003C
[Encounter Lv 70 (v1.0.1)]
04000000 0307553C 00000046
[Encounter Lv 80 (v1.0.1)]
04000000 0307553C 00000050
[Encounter Lv 90 (v1.0.1)]
04000000 0307553C 0000005A
[Encounter Lv 100 (v1.0.1)]
04000000 0307553C 00000064

//edit: fixed a bug with the values, sorry ^^
//edit2: added Default Encounter code

Note: [Encounter Mod On (v1.0.1)] must be on for these codes to work!
 
Last edited by Falo,

Ruimusume

Well-Known Member
Newcomer
Joined
Jan 27, 2018
Messages
75
Trophies
0
Age
31
Location
日本 大阪
Website
weibo.com
XP
1,012
Country
Japan
@OblivionReign

Fix Shiny
Will not cause unsmooth

[Shiny (on) v1.0.0]
04000000 00CDA6B0 12800000
04000000 01662F1C 52800016
04000000 01E8DE60 12800000

[Shiny (off) v1.0.0]
04000000 00CDA6B0 2A0803E0
04000000 01662F1C 2A0603F6
04000000 01E8DE60 B85FC3A0

[Shiny (on) v1.0.1]
04000000 00D12BE0 12800000
04000000 01685E1C 52800016
04000000 01EE08F0 12800000

[Shiny (off) v1.0.1]
04000000 00D12BE0 2A0803E0
04000000 01685E1C 2A0603F6
04000000 01EE08F0 B85FC3A0


new code
https://gbatemp.net/threads/pokemon-scarlet-violet-cheat-database.621563/post-9998117
 
Last edited by Ruimusume,

hooon42

Member
Newcomer
Joined
Feb 2, 2022
Messages
9
Trophies
0
Age
29
XP
59
Country
Hong Kong
Ok here an updated Encounter code, this time i edit the pml:: pokepara::InitialSpec structure instead of the pokemon directly, this should fix the ability and level issues.
As a bonus i used a code cave to store the data, so you can now edit it using hex values instead of asm codes.

Default Value is a Lv1 Evoli.
04000000 03075530 00000085 //dex id
04000000 03075534 00000000 //form id
04000000 03075538 00000000 //item id
04000000 0307553C 00000001 //level

source code:
Code:
.text:0000000000D0A610 BC AB 8D 14                 B               loc_3075500 //jump to code cave

Cave:0000000003075500             ; START OF FUNCTION CHUNK FOR pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)
Cave:0000000003075500
Cave:0000000003075500             loc_3075500                             ; CODE XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+F8↑j
Cave:0000000003075500 81 01 00 18                 LDR             W1, =0x85
Cave:0000000003075504 E1 63 00 79                 STRH            W1, [SP,#0xB0+spec_copy.monsno]
Cave:0000000003075508 61 01 00 18                 LDR             W1, =0x0
Cave:000000000307550C E1 67 00 79                 STRH            W1, [SP,#0xB0+spec_copy.formno]
Cave:0000000003075510 41 01 00 18                 LDR             W1, =0x0
Cave:0000000003075514 E1 6B 00 79                 STRH            W1, [SP,#0xB0+spec_copy.itemno]
Cave:0000000003075518 21 01 00 18                 LDR             W1, =0x1
Cave:000000000307551C E1 DB 00 39                 STRB            W1, [SP,#0xB0+spec_copy.level]
Cave:0000000003075520 88 22 40 39                 LDRB            W8, [X20,#8] //original code
Cave:0000000003075524 3C 54 72 17                 B               loc_D0A614 //return
Cave:0000000003075524             ; END OF FUNCTION CHUNK FOR pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)
Cave:0000000003075524             ; ---------------------------------------------------------------------------
Cave:0000000003075528 00 00 00 00                 DCD 0
Cave:000000000307552C 00 00 00 00                 DCD 0
Cave:0000000003075530 85 00 00 00 dword_3075530   DCD 0x85                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&):loc_3075500↑r
Cave:0000000003075534 00 00 00 00 dword_3075534   DCD 0x00                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236AFF0↑r
Cave:0000000003075538 00 00 00 00 dword_3075538   DCD 0x00                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236AFF8↑r
Cave:000000000307553C 01 00 00 00 dword_307553C   DCD 0x01                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236B000↑r


Code:
[Encounter Mod Off (v1.0.1]
04000000 00D0A610 39402288

[Encounter Mod On (v1.0.1]
04000000 00D0A610 148DABBC
04000000 03075500 18000181
04000000 03075504 790063E1
04000000 03075508 18000161
04000000 0307550C 790067E1
04000000 03075510 18000141
04000000 03075514 79006BE1
04000000 03075518 18000121
04000000 0307551C 3900DBE1
04000000 03075520 39402288
04000000 03075524 1772543C
04000000 03075530 00000085
04000000 03075534 00000000
04000000 03075538 00000000
04000000 0307553C 00000001

[Encounter #004 Charmander (v1.0.1)]
08000000 03075530 0000000400000000
[Encounter #133 Evoli (v1.0.1)]
08000000 03075530 0000008500000000
[Encounter #151 Mew (v1.0.1)]
08000000 03075530 0000009700000000
[Encounter #228 Houndour (v1.0.1)]
08000000 03075530 000000E400000000
[Encounter #447 Riolu (v1.0.1)]
08000000 03075530 000001BF00000000
[Encounter #906 Sprigatito (v1.0.1)]
08000000 03075530 0000038A00000000
[Encounter #909 Fuecoco (v1.0.1)]
08000000 03075530 0000038D00000000
[Encounter #912 Quaxly (v1.0.1)]
08000000 03075530 0000039000000000

[Encounter Item None (v1.0.1)]
04000000 03075538 00000000
[Encounter Item Masterball (v1.0.1)]
04000000 03075538 00000001

[Encounter Lv 10 (v1.0.1)]
04000000 0307553C 0000000A
[Encounter Lv 20 (v1.0.1)]
04000000 0307553C 00000014
[Encounter Lv 30 (v1.0.1)]
04000000 0307553C 0000001E
[Encounter Lv 40 (v1.0.1)]
04000000 0307553C 00000028
[Encounter Lv 50 (v1.0.1)]
04000000 0307553C 00000032
[Encounter Lv 60 (v1.0.1)]
04000000 0307553C 0000003C
[Encounter Lv 70 (v1.0.1)]
04000000 0307553C 00000046
[Encounter Lv 80 (v1.0.1)]
04000000 0307553C 00000050
[Encounter Lv 90 (v1.0.1)]
04000000 0307553C 0000005A
[Encounter Lv 100 (v1.0.1)]
04000000 0307553C 00000064
do you have [Encounter Item Rare Candy (v1.0.1)] ?
 
  • Like
Reactions: JrpgAddict

ReZeroEmiria

Well-Known Member
Newcomer
Joined
Jan 20, 2022
Messages
65
Trophies
0
Age
29
XP
198
Country
United States
Fix Shiny
Will not cause unsmooth

[Shiny (on) v1.0.1]
040B0000 00D12BE0 12800000
040B0000 01685E1C 52800016
040B0000 01EE08F0 12800000

[Shiny (off) v1.0.1]
04000000 00D12BE0 2A0803E0
04000000 01685E1C 2A0603F6
04000000 01EE08F0 B85FC3A0


Was wondering, can you post a version of this that makes it possible for version 1.0.0?
 
  • Like
Reactions: WicCaesar

KreygasmTR

Member
Newcomer
Joined
Nov 10, 2022
Messages
22
Trophies
0
Age
22
XP
30
Country
Turkey
Ok here an updated Encounter code, this time i edit the pml:: pokepara::InitialSpec structure instead of the pokemon directly, this should fix the ability and level issues.
As a bonus i used a code cave to store the data, so you can now edit it using hex values instead of asm codes.

Default Value is a Lv1 Evoli.
04000000 03075530 00000085 //dex id
04000000 03075534 00000000 //form id
04000000 03075538 00000000 //item id
04000000 0307553C 00000001 //level

source code:
Code:
.text:0000000000D0A610 BC AB 8D 14                 B               loc_3075500 //jump to code cave

Cave:0000000003075500             ; START OF FUNCTION CHUNK FOR pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)
Cave:0000000003075500
Cave:0000000003075500             loc_3075500                             ; CODE XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+F8↑j
Cave:0000000003075500 81 01 00 18                 LDR             W1, =0x85
Cave:0000000003075504 E1 63 00 79                 STRH            W1, [SP,#0xB0+spec_copy.monsno]
Cave:0000000003075508 61 01 00 18                 LDR             W1, =0x0
Cave:000000000307550C E1 67 00 79                 STRH            W1, [SP,#0xB0+spec_copy.formno]
Cave:0000000003075510 41 01 00 18                 LDR             W1, =0x0
Cave:0000000003075514 E1 6B 00 79                 STRH            W1, [SP,#0xB0+spec_copy.itemno]
Cave:0000000003075518 21 01 00 18                 LDR             W1, =0x1
Cave:000000000307551C E1 DB 00 39                 STRB            W1, [SP,#0xB0+spec_copy.level]
Cave:0000000003075520 88 22 40 39                 LDRB            W8, [X20,#8] //original code
Cave:0000000003075524 3C 54 72 17                 B               loc_D0A614 //return
Cave:0000000003075524             ; END OF FUNCTION CHUNK FOR pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)
Cave:0000000003075524             ; ---------------------------------------------------------------------------
Cave:0000000003075528 00 00 00 00                 DCD 0
Cave:000000000307552C 00 00 00 00                 DCD 0
Cave:0000000003075530 85 00 00 00 dword_3075530   DCD 0x85                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&):loc_3075500↑r
Cave:0000000003075534 00 00 00 00 dword_3075534   DCD 0x00                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236AFF0↑r
Cave:0000000003075538 00 00 00 00 dword_3075538   DCD 0x00                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236AFF8↑r
Cave:000000000307553C 01 00 00 00 dword_307553C   DCD 0x01                ; DATA XREF: pml::pokepara::Factory::InitCoreData(pml::pokepara::CoreData *,pml::pokepara::InitialSpec const&)+236B000↑r


Code:
[Encounter Mod Off (v1.0.1]
04000000 00D0A610 39402288

[Encounter Mod On (v1.0.1]
04000000 00D0A610 148DABBC
04000000 03075500 18000181
04000000 03075504 790063E1
04000000 03075508 18000161
04000000 0307550C 790067E1
04000000 03075510 18000141
04000000 03075514 79006BE1
04000000 03075518 18000121
04000000 0307551C 3900DBE1
04000000 03075520 39402288
04000000 03075524 1772543C
04000000 03075530 00000085
04000000 03075534 00000000
04000000 03075538 00000000
04000000 0307553C 00000001

[Encounter #004 Charmander (v1.0.1)]
08000000 03075530 0000000400000000
[Encounter #133 Evoli (v1.0.1)]
08000000 03075530 0000008500000000
[Encounter #151 Mew (v1.0.1)]
08000000 03075530 0000009700000000
[Encounter #228 Houndour (v1.0.1)]
08000000 03075530 000000E400000000
[Encounter #447 Riolu (v1.0.1)]
08000000 03075530 000001BF00000000
[Encounter #906 Sprigatito (v1.0.1)]
08000000 03075530 0000038A00000000
[Encounter #909 Fuecoco (v1.0.1)]
08000000 03075530 0000038D00000000
[Encounter #912 Quaxly (v1.0.1)]
08000000 03075530 0000039000000000

[Encounter Item None (v1.0.1)]
04000000 03075538 00000000
[Encounter Item Masterball (v1.0.1)]
04000000 03075538 00000001

[Encounter Lv 10 (v1.0.1)]
04000000 0307553C 0000000A
[Encounter Lv 20 (v1.0.1)]
04000000 0307553C 00000014
[Encounter Lv 30 (v1.0.1)]
04000000 0307553C 0000001E
[Encounter Lv 40 (v1.0.1)]
04000000 0307553C 00000028
[Encounter Lv 50 (v1.0.1)]
04000000 0307553C 00000032
[Encounter Lv 60 (v1.0.1)]
04000000 0307553C 0000003C
[Encounter Lv 70 (v1.0.1)]
04000000 0307553C 00000046
[Encounter Lv 80 (v1.0.1)]
04000000 0307553C 00000050
[Encounter Lv 90 (v1.0.1)]
04000000 0307553C 0000005A
[Encounter Lv 100 (v1.0.1)]
04000000 0307553C 00000064

Encounter level code does not work for some reason?


I dont know why. I am on Emulator.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @mthrnite, Cheetah Girls, the sequel to Action 52's Cheetah Men.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Pokemon Black I played that one a lot
  • K3Nv2 @ K3Nv2:
    Honestly never messed with Pokémon on ds much
  • mthrnite @ mthrnite:
    I played pokemon once, was bored, never tried again
  • Psionic Roshambo @ Psionic Roshambo:
    Oh Dragon Quest IX
  • K3Nv2 @ K3Nv2:
    Spent like 5 hours on switch one never touched it again
  • Psionic Roshambo @ Psionic Roshambo:
    Sentinel of the stary skies
  • K3Nv2 @ K3Nv2:
    Ds is 20 years old this year
  • Psionic Roshambo @ Psionic Roshambo:
    So MJ no longer wants to play with it?
  • K3Nv2 @ K3Nv2:
    He put it down when the 3ds came out
  • SylverReZ @ SylverReZ:
    @K3Nv2, RIP Felix does great videos on the PS3 yellow-light-of-death.
  • Jayro @ Jayro:
    Eventhough the New 3DS XL is more powerful, I still feel like the DS Lite was a more polished system. It's a real shame that it never got an XL variant keeping the GBA slot. You'd have to go on AliExpress and buy an ML shell to give a DS phat the unofficial "DS Lite" treatment, and that's the best we'll ever get I'm afraid.
    +1
  • Jayro @ Jayro:
    The phat model had amazingly loud speakers tho.
    +1
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
    Veho @ Veho: +1