Jump to content
  • 0

Can i use variables at script??


putao

Question

Posted

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

Posted
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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.