Jump to content

Recommended Posts

Posted

I haven't figured out how to use the forum yet, but I have a question. How can I make it so that when running the script, the script itself says to enter your amount of gold, then there is an offset from this true value through 68 lines (HEXADECIMAL) and edit this line as a double? Please, could you describe what it should look like?

Posted
8 hours ago, Starter1 said:

I haven't figured out how to use the forum yet, but I have a question. How can I make it so that when running the script, the script itself says to enter your amount of gold, then there is an offset from this true value through 68 lines (HEXADECIMAL) and edit this line as a double? Please, could you describe what it should look like?

Firstly I'd recommend getting used to the layout of the forums the three biggest sections to be mindful of is Help, Requests, and Downloads. All pretty self explanatory but the lateral of the three is where you'll post the scripts you make and want to share

Now to answer your question about having the script ask the user for the current value of gold

gg.prompt({}, {}, {})

It takes three tables as arguments and what these arguments should/could be are found here

https://gameguardian.net/help/classgg.html#afe6c5b86ba0ae295899fd259232aac2b

I don't understand the part about the offset and 68 lines however, and this maybe what you should make your first help thread about however

Hope it helps, good luck!

Posted

How can I make the script use an offset calculator?How can I write to the script that from the number that he was asked to enter goes 68 lines down the HEX?

  • 4 months later...
Posted

a Little Help Guys,, i Want to Edit the Results with Diff Values,

Ex: Results = 3;6;9

& i Want to Edit them to = 2;4;8

Can I Have a Sample Code? TiA

  • 2 weeks later...
  • 6 months later...
  • 3 months later...
Posted

Hello, I am new in LUA scripting. I am trying to make a while do loop for gg.alert. Something like this:

R2 = 1
    while R2 == 1 do
        local R2 = gg.alert('Do action!','Wait', 'Done')
        gg.sleep(1000)
    end
    R1_3().

So if user choose 'Wait', he will be given time to do the action and the dialog will appear again, until he choose 'Done'. But every time I choose 'Done' (choice 2), the script loop back to the dialog.

Please advise and TIA.

  • 2 months later...
Posted

Can I write function like this:

["Antiflash"] = {

["Offset"] = {antiflash},

["On"] = {hex},

["Off"] = {hex},

["Lib"] = {"libil2cpp.so","32"}, — lib and bit32

},

And how?

  • 2 months later...
Posted

Hi All,

Can anyone please suggest the guide or instruction to fix my .lua script getting stopped or not working issue.

I am using this for BGMI/PUBGM bypass execution list.

A priority response is highly appriciated.

 

  • 3 months later...
Posted

[ @Mohit1611 ]
---
You should ask about this at: HELP section. Explain your problem and attach your script in there. So others can help you with this. It is not clear why you're mentioning "bypass execution list" here.
---

  • 4 weeks later...
Posted

Hi guys

I looked at different scripts, and I see in some they use the gg.processResume () command.

Basically after gg.searchNumber. And nowhere is there a command gg.processPause()

Why are they doing this?

Posted
6 hours ago, Count_Nosferatu said:

Why are they doing this?

That's just code produced by script recording feature. Supposedly, when recording script, call to "processResume" function is inserted each time user returns from GG to game.

  • 2 months later...
Posted
On 7/17/2017 at 12:51 PM, Enyby said:

Script for hack Asphalt 8 nitro:

gg.searchNumber('2;8;10;12;15;20;25;30:61', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
print('Replaced: ', gg.editAll('1000', gg.TYPE_FLOAT))
print('Nitro hacked!')

bandicam 2017-07-17 08-49-37-459.pngbandicam 2017-07-17 08-49-50-457.pngbandicam 2017-07-17 08-50-24-287.png

Hello Mr Enyby... Create a script during the search process that prints when the GG logo is clicked, so that someone who uses the script cannot see the code during the search process...

Thanks

1 minute ago, mymine said:

Hello Mr Enyby... Create a script during the search process that prints when the GG logo is clicked, so that someone who uses the script cannot see the code during the search process...

Thanks

*Revise Questions"

Hello Mr Enyby... How to make a script when the search process prints when the GG logo is clicked, so that someone who uses the script cannot see the code during the search process

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.