From 1b3712ec243092b6128d61c2b98c49d85fe4c8d2 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 5 May 2023 16:05:00 +0200 Subject: [PATCH] typo --- GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 7f5efff..46cf79f 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -12,8 +12,8 @@ class Mycheat(Hack): # Here you can initialize global variables for your cheat ``` -3. Add the method who will contains the cheat logic, note that: - - Your method must contains a sub-method and must be added to +3. Add the method who will contain the cheat logic, note that: + - Your method must contain a sub-method and must be added to the `hackloop` at the end of the method (see example below) ```python