-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathAntiBan+loop.lua
More file actions
148 lines (126 loc) · 2.58 KB
/
AntiBan+loop.lua
File metadata and controls
148 lines (126 loc) · 2.58 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
HOME = 1
function HOME()
MN = gg.choice({
"|[ 1 ]| ",
"|[ 2 ]| ",
" خروج. ",
}, nil, " NS")
if MN == nil then
else
if MN == 1 then Antib() end
if MN == 2 then Check() end
if MN == 3 then
CLOSE()
end
end
PUBGMH = -1
end
function Antib()
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("2.2958874e-41;16384D;16384D;16384D;16384D;16384D::24", gg.TYPE_FLOAT, false, gg.SGN_EQUAL, 0, -1)
if gg.getResultCount() == 0 then
gg.alert("لا تخف ي صغيري ، الانتي باند مفعل ، الان فعل رقم 2 لتفعيل التشيكر ..")
else
gg.searchNumber("2.2958874e-41", gg.TYPE_FLOAT, false, gg.SGN_EQUAL, 0, -1)
resultsCount = gg.getResultCount()
results = gg.getResults(resultsCount)
for x = 1, resultsCount do
gg.addListItems({
[1] = {
address = results[x].address + 0,
flags = 4,
freeze = true,
value = 70037
}
})
gg.addListItems({
[1] = {
address = results[x].address + 4,
flags = 4,
freeze = true,
value = 70037
}
})
gg.addListItems({
[1] = {
address = results[x].address + 8,
flags = 4,
freeze = true,
value = 70037
}
})
gg.addListItems({
[1] = {
address = results[x].address + 12,
flags = 4,
freeze = true,
value = 70037
}
})
gg.addListItems({
[1] = {
address = results[x].address + 16,
flags = 4,
freeze = true,
value = 70037
}
})
gg.addListItems({
[1] = {
address = results[x].address + 20,
flags = 4,
freeze = true,
value = 70032
}
})
gg.addListItems({
[1] = {
address = results[x].address + 100,
flags = 4,
freeze = true,
value = 16384
}
})
end
gg.toast("Memory Antiban Success")
gg.clearResults()
end
end
function Check()
while true do
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("2.2958874e-41;16384D;16384D;16384D;16384D;16384D::24", gg.TYPE_FLOAT, false, gg.SGN_EQUAL, 0, -1)
if gg.getResultCount() == 0 then
else
gg.clearResults()
gg.setRanges(8)
gg.searchNumber("1.3132476e-38;1.956023e-35;1.1754945e-37::9", 16, false, 536870912, 0, -1)
if gg.getResultCount() == 0 then
else
gg.searchNumber("1.1754945e-37", 16, false, 536870912, 0, -1)
RRelog1 = gg.getResults(21)
gg.editAll("0", 16)
gg.clearResults()
end
end
end
end
function CLOSE()
print("@SpamShmr")
print("....")
gg.skipRestoreState()
os.exit()
gg.setVisible(true)
end
while true do
if gg.isVisible(true) then
PUBGMH = 1
gg.setVisible(false)
end
gg.clearResults()
if PUBGMH == 1 then
HOME()
end
end