UnhappySuper Speed Code anyone?

Posts 1–15 of 16 · Page 1 of 2
Super Speed Code anyone?
Anyone got Super Speed Code for Standalone version ? , I use all super speed codes in this forum but not a single one working for me, but GM Loot, 80% Loot, DZA, Unli Energy, Instant Open is working fine for me.
try this 1 bud

AoB = AOBScan("25 26 ?? 13 ?? ?? 00 00 60 ?? ?? ?? CC ?? ?? ?? ?? 78 ?? ?? 11 ?? 6B 5A 58 5A ?? 9A")
if (AoB) then
print("Super Sprint OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+13, 0x6c, 0x40)
end
AoB.Destroy()
AoB = nil
else
print("Super Sprint FAILED")
end
I tried that one before, no luck

I want super speed so badly so I can go to secronom faster
I think those codes works only on Browser, if you are playing on standalone it won't work.
Quote Originally Posted by Diarka View Post
I think those codes works only on Browser, if you are playing on standalone it won't work.
Earlier I saw a guy uploaded video of him using Super Speed in standalone
Quote Originally Posted by Diarka View Post
I think those codes works only on Browser, if you are playing on standalone it won't work.
nope bruh, im using cheat at standalone
What CE version you use? I tried that code so many times but still nothing, damn
Quote Originally Posted by tikkol0804 View Post
What CE version you use? I tried that code so many times but still nothing, damn
coba CE 6.6
(try 6.6)
Quote Originally Posted by kurokagejr View Post
coba CE 6.6
(try 6.6)
Still not working lol, at least I got GM loot and DZA, it's easier to loot on hospital and bunker
whats your working code for gm loot and the 80% loot?
Quote Originally Posted by mzaw View Post
whats your working code for gm loot and the 80% loot?
GM Loot is x13 and 80% loot is x94, but I do not recommend using the 80% loot since you can get banned
ahh i see.. thanks
Can you give me the Dzda GM code? and what is it for?
Quote Originally Posted by Namiuti View Post
Can you give me the Dzda GM code? and what is it for?
its for GM code: u can get the same looting benefit like being a Gold Member

AoB = AOBScan("01 00 04 02 1F 23 7D")
if (AoB) then
print("GM LOOT OK")
for i=0,AoB.getCount()-1 do
writeBytes(tonumber(AoB[i],16)+5, 0x13)
end
AoB.Destroy()
AoB = nil
else
print("GM LOOT FAILED")
end

and its DZA

AoB = AOBScan("72 69 67 68 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1437) then
print("DZA1 OK")
for i=0,1436 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA1 ERROR")
end

AoB = AOBScan("6C 65 66 74 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1415) then
print("DZA2 OK")
for i=0,1414 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA2 ERROR")
end

AoB = AOBScan("64 6F 75 62 6C 65 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==1272) then
print("DZA3 OK")
for i=0,1271 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA3 ERROR")
end

AoB = AOBScan("73 74 61 62 20 61 74 74 61 63 6B")
if (AoB and AoB.getCount()==21) then
print("DZA4 OK")
for i=0,20 do
writeBytes(tonumber(AoB[i],16)+0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00)
end
AoB.Destroy()
AoB = nil
else
print("DZA4 ERROR")
end

all of this cheat isnt mine, credit to the coder
OK thank you.
Do you have any experience code? that works
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?