Jump to content

Question

Posted (edited)

Can someone teach me, how to make online translation in lua script

Function Main()
menu = gg.choice({
'Hack 1', -- This menu will translate
'Hack 2'}, -- This menu will translate
 
nil,'test')

And auto check lang_code

Edited by ExtremeBoy

Recommended Posts

  • 0
Posted
2 hours ago, ExtremeBoy said:

Can someone teach me, how to make online translation in lua script


Function Main()
menu = gg.choice({
'Hack 1', -- This menu will translate
'Hack 2'}, -- This menu will translate
 
nil,'test')

And auto check lang_code

TranslateApi | Google Translate in GameGuardian ! (#qvyjmgp)

 

You can refer to @saiaapiz 's demo script. Note : Use a vpn to run your script if you want to add translation. Google translate will ban your ip for requesting too much connection and malicious action.

  • 0
Posted
2 hours ago, HEROGAMEOfficial said:

Use google translation web.

Yeah i know that

But how to make it in the script?

  • 0
Posted
7 hours ago, ExtremeBoy said:

Can someone teach me, how to make online translation in lua script


Function Main()
menu = gg.choice({
'Hack 1', -- This menu will translate
'Hack 2'}, -- This menu will translate
 
nil,'test')

And auto check lang_code

if you still did not find way , PM me .
ill give u paid key for translation which my linux uses , come PM and ill give u link ... u will send anything u want and u will get translated (u can do by gg.makeRequest) .

 

  • 0
Posted (edited)

-- Like This?

-- Find Lang

-- You can make english first. then copy to google translate to any lang u want

findlang = 

{

 ["en_US"] = {

        "English 🇺🇸"

    },

 ["in"] = {

        "Indonesian 🇮🇩"

    }

}

 

    language = gg.getLocale()

    langs = findlang[language]

    ENG = findlang["en_US"]

    INDO = findlang["in"]

    if langs == nil then

        langs = ENG

            end

    langbefore = langs

    gg.alert("Your Language set to "..langs[1])

    gg.setVisible(true)

    os.exit()

Edited by RezaHaxz
  • 0
Posted
3 hours ago, TopGEOYT said:

if you still did not find way , PM me .
ill give u paid key for translation which my linux uses , come PM and ill give u link ... u will send anything u want and u will get translated (u can do by gg.makeRequest) .

 

Where?

  • 0
Posted
3 hours ago, RezaHaxz said:

-- Like This?

-- Find Lang

-- You can make english first. then copy to google translate to any lang u want

findlang = 

{

 ["en_US"] = {

        "English 🇺🇸"

    },

 ["in"] = {

        "Indonesian 🇮🇩"

    }

}

 

    language = gg.getLocale()

    langs = findlang[language]

    ENG = findlang["en_US"]

    INDO = findlang["in"]

    if langs == nil then

        langs = ENG

            end

    langbefore = langs

    gg.alert("Your Language set to "..langs[1])

    gg.setVisible(true)

    os.exit()

Give me the translate key

  • 0
Posted
21 hours ago, TopGEOYT said:

if you still did not find way , PM me .
ill give u paid key for translation which my linux uses , come PM and ill give u link ... u will send anything u want and u will get translated (u can do by gg.makeRequest) .

 

Hello sir. Sorry for noise u i tried private message but failed

. I saw u have experience about making GG scripts and decrypt it... i have script for hacking pupg but it date expired. I change my phone date to April to load the script.  I need ur help to get some values of that script.. only 2 things. ANTIBAN bypass for kr version. And less recoil v2 ... 

Anyway to get this values from that script and put it in New script 1 click to execute both of it.. Anyway pupg almost patched all the address of the values but this 2 values working perfectly. 

  • 0
Posted
37 minutes ago, MedoSatoor said:

Hello sir. Sorry for noise u i tried private message but failed

. I saw u have experience about making GG scripts and decrypt it... i have script for hacking pupg but it date expired. I change my phone date to April to load the script.  I need ur help to get some values of that script.. only 2 things. ANTIBAN bypass for kr version. And less recoil v2 ... 

Anyway to get this values from that script and put it in New script 1 click to execute both of it.. Anyway pupg almost patched all the address of the values but this 2 values working perfectly. 

Hmm, why did u failed ?

You can also message me ob Telegram : t.me/TopGEO

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.