Seçkin Üye
Anyone know if there is a cheat for cod mobile using gameloop?
dbk_initialize()
dbk_useKernelmodeOpenProcess()
dbk_useKernelmodeProcessMemoryAccess()
if getOpenedProcessID() then openProcess(getOpenedProcessID()) end
dbk_writesIgnoreWriteProtection(true)
function AOBRep(search, change)
local aob = AOBScan(search)
if aob then
for i=0,aob.Count-1 do
autoAssemble(aob[i]..':\ndb '..change)
end
aob.Destroy()
end
end
EmuForm = createForm(true)
EmuForm.Caption = 'Mod by SoulPicker'
EmuForm.Width = 310
EmuForm.Height = 100
function smartgaga()
emu= "AndroidProcess"
startmenu()
EmuForm.hide()
end
EmuButton1 = createButton(EmuForm)
EmuButton1.Left = 10
EmuButton1.Top = 10
EmuButton1.Width = 110
EmuButton1.Height = 40
EmuButton1.onClick = smartgaga
EmuButton1.Caption = 'SmartGaga'
function gameloop()
emu= "aow_exe"
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 170
EmuButton2.Top = 10
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'GameLoop'
function gameloop()
emu= ""
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 90
EmuButton2.Top = 55
EmuButton2.Width = 110
EmuButton2.Height = 40
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'SoulPicker'
function startmenu()
local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r');
local procInfo = p:read('*a');
p:close();
local pid = procInfo:match('%d+');
pid = tonumber(pid);
if(pid == nil)then
messageDialog("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK)
closeCE()
else
openProcess(pid)
end
end
--- START HACK FROM HERE ---
function recoilon()
RecoilScan='0000803F0000803F3333933FCDCC8C3F'
RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
AOBRep(RecoilScan, RecoilChange)
showMessage("No Recoil 90% Enabled")
end
function recoiloff()
RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
RecoiloffChange='0000803F0000803F3333933FCDCC8C3F'
AOBRep(RecoiloffScan, RecoiloffChange)
showMessage("No Recoil 90% Disabled")
end
function recoilhackon()
SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040'
SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
AOBRep(SpeedPlayerScan, SpeedPlayerChange)
showMessage("NO recoil M4")
end
function recoilhackoff()
SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040'
SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040'
AOBRep(SpeedPlayerScan, SpeedPlayerChange)
showMessage("Speed Player Disabled")
end
--- START MENU FROM HERE ---
MyForm = createForm(true)
MyForm.Caption = 'COD EMULATOR HACKS'
MyForm.Width = 375
MyForm.Height = 310
notice = createLabel(MyForm)
notice.Caption= '*You Need Active in Game *'
notice.Left = 20
notice.Top = 10
-- NO RECOIL M4 --
norec = createLabel(MyForm)
norec.Caption= 'No Recoil 90% :'
norec.Left = 20
norec.Top = 35
norecon = createButton(MyForm)
norecon.Left = 80
norecon.Top = 30
norecon.Width = 25
norecon.Height = 25
norecon.onClick = recoilon
norecon.Caption = 'On'
norecoff = createButton(MyForm)
norecoff.Left = 110
norecoff.Top = 30
norecoff.Width = 25
norecoff.Height = 25
norecoff.onClick = recoiloff
norecoff.Caption = 'Off'
-- SPEED HACK --
speedply = createLabel(MyForm)
speedply.Caption= 'No Recoil M4 :'
speedply.Left = 200
speedply.Top = 30
speedplyon = createButton(MyForm)
speedplyon.Left = 300
speedplyon.Top = 30
speedplyon.Width = 25
speedplyon.Height = 25
speedplyon.onClick = recoilhackon
speedplyon.Caption = 'On'
speedplyoff = createButton(MyForm)
speedplyoff.Left = 330
speedplyoff.Top = 30
speedplyoff.Width = 25
speedplyoff.Height = 25
speedplyoff.onClick = recoilhackoff
speedplyoff.Caption = 'Off'
THANK YOUyes i have
CE code
Kod:dbk_initialize() dbk_useKernelmodeOpenProcess() dbk_useKernelmodeProcessMemoryAccess() if getOpenedProcessID() then openProcess(getOpenedProcessID()) end dbk_writesIgnoreWriteProtection(true) function AOBRep(search, change) local aob = AOBScan(search) if aob then for i=0,aob.Count-1 do autoAssemble(aob[i]..':\ndb '..change) end aob.Destroy() end end EmuForm = createForm(true) EmuForm.Caption = 'Mod by SoulPicker' EmuForm.Width = 310 EmuForm.Height = 100 function smartgaga() emu= "AndroidProcess" startmenu() EmuForm.hide() end EmuButton1 = createButton(EmuForm) EmuButton1.Left = 10 EmuButton1.Top = 10 EmuButton1.Width = 110 EmuButton1.Height = 40 EmuButton1.onClick = smartgaga EmuButton1.Caption = 'SmartGaga' function gameloop() emu= "aow_exe" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 170 EmuButton2.Top = 10 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'GameLoop' function gameloop() emu= "" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 90 EmuButton2.Top = 55 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'SoulPicker' function startmenu() local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r'); local procInfo = p:read('*a'); p:close(); local pid = procInfo:match('%d+'); pid = tonumber(pid); if(pid == nil)then messageDialog("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK) closeCE() else openProcess(pid) end end --- START HACK FROM HERE --- function recoilon() RecoilScan='0000803F0000803F3333933FCDCC8C3F' RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(RecoilScan, RecoilChange) showMessage("No Recoil 90% Enabled") end function recoiloff() RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' RecoiloffChange='0000803F0000803F3333933FCDCC8C3F' AOBRep(RecoiloffScan, RecoiloffChange) showMessage("No Recoil 90% Disabled") end function recoilhackon() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("NO recoil M4") end function recoilhackoff() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("Speed Player Disabled") end --- START MENU FROM HERE --- MyForm = createForm(true) MyForm.Caption = 'COD EMULATOR HACKS' MyForm.Width = 375 MyForm.Height = 310 notice = createLabel(MyForm) notice.Caption= '*You Need Active in Game *' notice.Left = 20 notice.Top = 10 -- NO RECOIL M4 -- norec = createLabel(MyForm) norec.Caption= 'No Recoil 90% :' norec.Left = 20 norec.Top = 35 norecon = createButton(MyForm) norecon.Left = 80 norecon.Top = 30 norecon.Width = 25 norecon.Height = 25 norecon.onClick = recoilon norecon.Caption = 'On' norecoff = createButton(MyForm) norecoff.Left = 110 norecoff.Top = 30 norecoff.Width = 25 norecoff.Height = 25 norecoff.onClick = recoiloff norecoff.Caption = 'Off' -- SPEED HACK -- speedply = createLabel(MyForm) speedply.Caption= 'No Recoil M4 :' speedply.Left = 200 speedply.Top = 30 speedplyon = createButton(MyForm) speedplyon.Left = 300 speedplyon.Top = 30 speedplyon.Width = 25 speedplyon.Height = 25 speedplyon.onClick = recoilhackon speedplyon.Caption = 'On' speedplyoff = createButton(MyForm) speedplyoff.Left = 330 speedplyoff.Top = 30 speedplyoff.Width = 25 speedplyoff.Height = 25 speedplyoff.onClick = recoilhackoff speedplyoff.Caption = 'Off'
no problem broTHANK YOU
btw you shear a pubg video.. is it paid?no problem bro
What kind of cheat is it? No recoil? ESP or..?no problem bro
this is a norecoil , source CE cheatWhat kind of cheat is it? No recoil? ESP or..?
Is this still works, it is detected?yes i have
CE code
Kod:dbk_initialize() dbk_useKernelmodeOpenProcess() dbk_useKernelmodeProcessMemoryAccess() if getOpenedProcessID() then openProcess(getOpenedProcessID()) end dbk_writesIgnoreWriteProtection(true) function AOBRep(search, change) local aob = AOBScan(search) if aob then for i=0,aob.Count-1 do autoAssemble(aob[i]..':\ndb '..change) end aob.Destroy() end end EmuForm = createForm(true) EmuForm.Caption = 'Mod by SoulPicker' EmuForm.Width = 310 EmuForm.Height = 100 function smartgaga() emu= "AndroidProcess" startmenu() EmuForm.hide() end EmuButton1 = createButton(EmuForm) EmuButton1.Left = 10 EmuButton1.Top = 10 EmuButton1.Width = 110 EmuButton1.Height = 40 EmuButton1.onClick = smartgaga EmuButton1.Caption = 'SmartGaga' function gameloop() emu= "aow_exe" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 170 EmuButton2.Top = 10 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'GameLoop' function gameloop() emu= "" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 90 EmuButton2.Top = 55 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'SoulPicker' function startmenu() local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r'); local procInfo = p:read('*a'); p:close(); local pid = procInfo:match('%d+'); pid = tonumber(pid); if(pid == nil)then messageDialog("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK) closeCE() else openProcess(pid) end end --- START HACK FROM HERE --- function recoilon() RecoilScan='0000803F0000803F3333933FCDCC8C3F' RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(RecoilScan, RecoilChange) showMessage("No Recoil 90% Enabled") end function recoiloff() RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' RecoiloffChange='0000803F0000803F3333933FCDCC8C3F' AOBRep(RecoiloffScan, RecoiloffChange) showMessage("No Recoil 90% Disabled") end function recoilhackon() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("NO recoil M4") end function recoilhackoff() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("Speed Player Disabled") end --- START MENU FROM HERE --- MyForm = createForm(true) MyForm.Caption = 'COD EMULATOR HACKS' MyForm.Width = 375 MyForm.Height = 310 notice = createLabel(MyForm) notice.Caption= '*You Need Active in Game *' notice.Left = 20 notice.Top = 10 -- NO RECOIL M4 -- norec = createLabel(MyForm) norec.Caption= 'No Recoil 90% :' norec.Left = 20 norec.Top = 35 norecon = createButton(MyForm) norecon.Left = 80 norecon.Top = 30 norecon.Width = 25 norecon.Height = 25 norecon.onClick = recoilon norecon.Caption = 'On' norecoff = createButton(MyForm) norecoff.Left = 110 norecoff.Top = 30 norecoff.Width = 25 norecoff.Height = 25 norecoff.onClick = recoiloff norecoff.Caption = 'Off' -- SPEED HACK -- speedply = createLabel(MyForm) speedply.Caption= 'No Recoil M4 :' speedply.Left = 200 speedply.Top = 30 speedplyon = createButton(MyForm) speedplyon.Left = 300 speedplyon.Top = 30 speedplyon.Width = 25 speedplyon.Height = 25 speedplyon.onClick = recoilhackon speedplyon.Caption = 'On' speedplyoff = createButton(MyForm) speedplyoff.Left = 330 speedplyoff.Top = 30 speedplyoff.Width = 25 speedplyoff.Height = 25 speedplyoff.onClick = recoilhackoff speedplyoff.Caption = 'Off'
thx for ityes i have
CE code
Kod:dbk_initialize() dbk_useKernelmodeOpenProcess() dbk_useKernelmodeProcessMemoryAccess() if getOpenedProcessID() then openProcess(getOpenedProcessID()) end dbk_writesIgnoreWriteProtection(true) function AOBRep(search, change) local aob = AOBScan(search) if aob then for i=0,aob.Count-1 do autoAssemble(aob[i]..':\ndb '..change) end aob.Destroy() end end EmuForm = createForm(true) EmuForm.Caption = 'Mod by SoulPicker' EmuForm.Width = 310 EmuForm.Height = 100 function smartgaga() emu= "AndroidProcess" startmenu() EmuForm.hide() end EmuButton1 = createButton(EmuForm) EmuButton1.Left = 10 EmuButton1.Top = 10 EmuButton1.Width = 110 EmuButton1.Height = 40 EmuButton1.onClick = smartgaga EmuButton1.Caption = 'SmartGaga' function gameloop() emu= "aow_exe" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 170 EmuButton2.Top = 10 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'GameLoop' function gameloop() emu= "" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 90 EmuButton2.Top = 55 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'SoulPicker' function startmenu() local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r'); local procInfo = p:read('*a'); p:close(); local pid = procInfo:match('%d+'); pid = tonumber(pid); if(pid == nil)then messageDialog("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK) closeCE() else openProcess(pid) end end --- START HACK FROM HERE --- function recoilon() RecoilScan='0000803F0000803F3333933FCDCC8C3F' RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(RecoilScan, RecoilChange) showMessage("No Recoil 90% Enabled") end function recoiloff() RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' RecoiloffChange='0000803F0000803F3333933FCDCC8C3F' AOBRep(RecoiloffScan, RecoiloffChange) showMessage("No Recoil 90% Disabled") end function recoilhackon() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("NO recoil M4") end function recoilhackoff() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("Speed Player Disabled") end --- START MENU FROM HERE --- MyForm = createForm(true) MyForm.Caption = 'COD EMULATOR HACKS' MyForm.Width = 375 MyForm.Height = 310 notice = createLabel(MyForm) notice.Caption= '*You Need Active in Game *' notice.Left = 20 notice.Top = 10 -- NO RECOIL M4 -- norec = createLabel(MyForm) norec.Caption= 'No Recoil 90% :' norec.Left = 20 norec.Top = 35 norecon = createButton(MyForm) norecon.Left = 80 norecon.Top = 30 norecon.Width = 25 norecon.Height = 25 norecon.onClick = recoilon norecon.Caption = 'On' norecoff = createButton(MyForm) norecoff.Left = 110 norecoff.Top = 30 norecoff.Width = 25 norecoff.Height = 25 norecoff.onClick = recoiloff norecoff.Caption = 'Off' -- SPEED HACK -- speedply = createLabel(MyForm) speedply.Caption= 'No Recoil M4 :' speedply.Left = 200 speedply.Top = 30 speedplyon = createButton(MyForm) speedplyon.Left = 300 speedplyon.Top = 30 speedplyon.Width = 25 speedplyon.Height = 25 speedplyon.onClick = recoilhackon speedplyon.Caption = 'On' speedplyoff = createButton(MyForm) speedplyoff.Left = 330 speedplyoff.Top = 30 speedplyoff.Width = 25 speedplyoff.Height = 25 speedplyoff.onClick = recoilhackoff speedplyoff.Caption = 'Off'
no problemthx for it
how to use ce code in game?yes i have
CE code
Kod:dbk_initialize() dbk_useKernelmodeOpenProcess() dbk_useKernelmodeProcessMemoryAccess() if getOpenedProcessID() then openProcess(getOpenedProcessID()) end dbk_writesIgnoreWriteProtection(true) function AOBRep(search, change) local aob = AOBScan(search) if aob then for i=0,aob.Count-1 do autoAssemble(aob[i]..':\ndb '..change) end aob.Destroy() end end EmuForm = createForm(true) EmuForm.Caption = 'Mod by SoulPicker' EmuForm.Width = 310 EmuForm.Height = 100 function smartgaga() emu= "AndroidProcess" startmenu() EmuForm.hide() end EmuButton1 = createButton(EmuForm) EmuButton1.Left = 10 EmuButton1.Top = 10 EmuButton1.Width = 110 EmuButton1.Height = 40 EmuButton1.onClick = smartgaga EmuButton1.Caption = 'SmartGaga' function gameloop() emu= "aow_exe" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 170 EmuButton2.Top = 10 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'GameLoop' function gameloop() emu= "" startmenu() EmuForm.hide() end EmuButton2 = createButton(EmuForm) EmuButton2.Left = 90 EmuButton2.Top = 55 EmuButton2.Width = 110 EmuButton2.Height = 40 EmuButton2.onClick = gameloop EmuButton2.Caption = 'SoulPicker' function startmenu() local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r'); local procInfo = p:read('*a'); p:close(); local pid = procInfo:match('%d+'); pid = tonumber(pid); if(pid == nil)then messageDialog("Mod by SoulPicker, USE AT YOUR OWN RISK!\nVisit SoulPicker channel on Youtube for more hack", mtWarning, mbOK) closeCE() else openProcess(pid) end end --- START HACK FROM HERE --- function recoilon() RecoilScan='0000803F0000803F3333933FCDCC8C3F' RecoilChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(RecoilScan, RecoilChange) showMessage("No Recoil 90% Enabled") end function recoiloff() RecoiloffScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' RecoiloffChange='0000803F0000803F3333933FCDCC8C3F' AOBRep(RecoiloffScan, RecoiloffChange) showMessage("No Recoil 90% Disabled") end function recoilhackon() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("NO recoil M4") end function recoilhackoff() SpeedPlayerScan='0000803F0000803F3333933FCDCC8C3FF0237449000010419A99C93FACC527370000A040' SpeedPlayerChange='0000803F0000803F3333933FCDCC8C3F00007041000010419A99C93FACC527370000A040' AOBRep(SpeedPlayerScan, SpeedPlayerChange) showMessage("Speed Player Disabled") end --- START MENU FROM HERE --- MyForm = createForm(true) MyForm.Caption = 'COD EMULATOR HACKS' MyForm.Width = 375 MyForm.Height = 310 notice = createLabel(MyForm) notice.Caption= '*You Need Active in Game *' notice.Left = 20 notice.Top = 10 -- NO RECOIL M4 -- norec = createLabel(MyForm) norec.Caption= 'No Recoil 90% :' norec.Left = 20 norec.Top = 35 norecon = createButton(MyForm) norecon.Left = 80 norecon.Top = 30 norecon.Width = 25 norecon.Height = 25 norecon.onClick = recoilon norecon.Caption = 'On' norecoff = createButton(MyForm) norecoff.Left = 110 norecoff.Top = 30 norecoff.Width = 25 norecoff.Height = 25 norecoff.onClick = recoiloff norecoff.Caption = 'Off' -- SPEED HACK -- speedply = createLabel(MyForm) speedply.Caption= 'No Recoil M4 :' speedply.Left = 200 speedply.Top = 30 speedplyon = createButton(MyForm) speedplyon.Left = 300 speedplyon.Top = 30 speedplyon.Width = 25 speedplyon.Height = 25 speedplyon.onClick = recoilhackon speedplyon.Caption = 'On' speedplyoff = createButton(MyForm) speedplyoff.Left = 330 speedplyoff.Top = 30 speedplyoff.Width = 25 speedplyoff.Height = 25 speedplyoff.onClick = recoilhackoff speedplyoff.Caption = 'Off'
coppy and paste to lua scriptshow to use ce code in game?