putao Posted August 16, 2021 Posted August 16, 2021 Hi, im back with another doubt Is it possible to use variables at gg .lua script? For example, supose you have a hack that you need to edit the needed ammount xp to lvl up to (xp that u have)+1 is it possible to create a variable of xp that allow the user to write his xp, and use the variable of xp to encode the script? like gg.searchNumber('Needed ammount',gg.TYPE...) gg.editAll('xp var+1'gg.TYPE...) thnks for the attention
AKidWithMidgetFriend Posted August 19, 2021 Posted August 19, 2021 On 8/16/2021 at 6:53 AM, putao said: Hi, im back with another doubt Is it possible to use variables at gg .lua script? For example, supose you have a hack that you need to edit the needed ammount xp to lvl up to (xp that u have)+1 is it possible to create a variable of xp that allow the user to write his xp, and use the variable of xp to encode the script? like gg.searchNumber('Needed ammount',gg.TYPE...) gg.editAll('xp var+1'gg.TYPE...) thnks for the attention Use local variable = gg.prompt() Saves input from prompt as a table named for the variable.
MAARS Posted August 19, 2021 Posted August 19, 2021 On 8/16/2021 at 12:53 PM, putao said: Hi, im back with another doubt Is it possible to use variables at gg .lua script? For example, supose you have a hack that you need to edit the needed ammount xp to lvl up to (xp that u have)+1 is it possible to create a variable of xp that allow the user to write his xp, and use the variable of xp to encode the script? like gg.searchNumber('Needed ammount',gg.TYPE...) gg.editAll('xp var+1'gg.TYPE...) thnks for the attention Tips: First you need to try before asking. A: Yes you can
Question
putao
Hi, im back with another doubt
Is it possible to use variables at gg .lua script?
For example, supose you have a hack that you need to edit the needed ammount xp to lvl up to (xp that u have)+1
is it possible to create a variable of xp that allow the user to write his xp, and use the variable of xp to encode the script?
like gg.searchNumber('Needed ammount',gg.TYPE...)
gg.editAll('xp var+1'gg.TYPE...)
thnks for the attention
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.