[Help] How to activate multiple aobscan in 1 title?
The example below will be available. I am organizing the trainer but the hack and list are long. Some codes for the same trick but how to activate all with one check? Would you please help the experie
How to activate multiple aobscan in 1 title? Posted on: 03/26/2017 7:08pm
Quote Post

The example below will be available. I am organizing the trainer but the hack and list are long. Some codes for the same trick but how to activate all with one check? Would you please help the experienced masters?

sample: 

function setHack_Information()
  t =
  {
{'Hack 0',[[luacall(Aobswap('A1 A1 00 00 A1 A1','00 00 00 00 A1 A1'))]]},

{'Hack 1',[[luacall(Aobswap('B1 B1 00 00 B1 B1','00 00 00 00 B1 B1'))]]},

{'Hack 2',[[luacall(Aobswap('C1 C1 00 00 C1 C1','00 00 00 00 C1 C1'))]]},

{'Hack 3',[[luacall(Aobswap('D1 D1 00 00 D1 D1','00 00 00 00 D1 D1'))]]}
     }
end


Hack 1 - Hack 2 - Hack 3 , How to activate with one title?
Is there a similar solution? :

function setHack_Information()
  t =
  {
{'Hack 0',[[luacall(Aobswap('A1 A1 00 00 A1 A1','00 00 00 00 A1 A1'))]]},

{'Hack 1',[[luacall(Aobswap('B1 B1 00 00 B1 B1','00 00 00 00 B1 B1','C1 C1 00 00 C1 C1','00 00 00 00 C1 C1','D1 D1 00 00 D1 D1','00 00 00 00 D1 D1'))]]}
     }
end


Enable All You need to have multiple active encoders in the trainer without using the function. thank you for your help..
 

Ubi Maior Minor Cessat

Double square brackets delimit verbatim strings. Those string have some special properties compared to normal strings, mostly:

  • C-style escape sequences ( ie \n ) are not interpreted. print([[literal\nString]]) would show "literal\nString"
  • They handle strings spanning across multiple lines

[[
    this(is)
    a = string + hint
]]

Those informations should already be enough to tell a simple course of action.

Take no offence but your english is horrible and I am starting to think this isn't even what you wanted to know... 

 

RE: How to activate multiple aobscan in 1 title? Posted on: 03/27/2017 12:24am
Quote Post

My language is Turkish. I use google translate. sorry.
But I do not know how to describe it. I am creating a Trainer for Cheating in Facebook games. I want to place these codes in the trainer and activate 5-6 codes in one topic.

(Benim lisan Türkçe. ben kullanmak google translate. özür dilerim.
fakat nasıl anlatayım bilmiyorum. Ben Facebook oyunlarında Hile için Trainer Oluşturuyorum. Trainer içinde bu kodları yerleştirip tek başlıkta 5-6 kodu aktif etmek istiyorum.)

RE: How to activate multiple aobscan in 1 title? Posted on: 03/28/2017 12:26am
Quote Post
The Laziest Man on KongHack

moved topic to hacking instead of administration

 

Aylin Posted on: 03/26/2017 3:08pm

function setHack_Information()
  t =
  {
{'Hack 0',[[luacall(Aobswap('A1 A1 00 00 A1 A1','00 00 00 00 A1 A1'))]]},

{'Hack 1',[[luacall(Aobswap('B1 B1 00 00 B1 B1','00 00 00 00 B1 B1','C1 C1 00 00 C1 C1','00 00 00 00 C1 C1','D1 D1 00 00 D1 D1','00 00 00 00 D1 D1'))]]}
     }
end


{'Hack 1',[[luacall(Aobswap('B1 B1 00 00 B1 B1','00 00 00 00 B1 B1'))
luacall(Aobswap('C1 C1 00 00 C1 C1','00 00 00 00 C1 C1'))
luacall(Aobswap('D1 D1 00 00 D1 D1','00 00 00 00 D1 D1'))]]}
     }
end

 



try something like this