-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNumberchangerCheatEngine.txt
67 lines (57 loc) · 1.22 KB
/
NumberchangerCheatEngine.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
INIT
//Modify n with the program Cheat Engine steps.
n, x, y, z
do{
print("Select a process: ")
Select a process
}while(Processworks = True)
READ n
print("Select # bytes: ")
READ n
print("Select bytes parameters (1bytes = 1)(2bytes = 2)(4bytes = 3)(8bytes = 4): ")
READ x
if (n <= 1bytes && x == 1)
print("Insert a number")
READ y
do{
y = y++
n = n++
Run scanner
}while(y != n)
print("Introduce the number you want to replace with n: ")
READ z
n = z
elif (n <= 2bytes && x == 2)
print("Insert a number")
READ y
do{
y = y++
n = n++
Run scanner
}while(y != n)
print("Introduce the number you want to replace with n: ")
READ z
n = z
elif (n <= 4bytes && x == 3)
print("Insert a number")
READ y
do{
y = y++
n = n++
Run scanner
}while(y != n)
print("Introduce the number you want to replace with n: ")
READ z
n = z
elif (n <= 8bytes& && x == 4)
print("Insert a number")
READ y
do{
y = y++
n = n++
Run scanner
}while(y != n)
print("Introduce the number you want to replace with n: ")
READ z
n = z
END