Jump to content

TopGEOYT

Contributor
  • Posts

    805
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by TopGEOYT

  1. 2 hours ago, HEROGAMEOfficial said:

    @TopGEOYTDecrypt / log my script, if you successfully log my script with GG or compiler new version then you know what encryption is,,

    HERO GAME Official.lua 113.23 kB · 2 downloads

    If you will again downvote my posts , I Cannot say what i will do !

    ( i dont have problem if downvotr have reason , but if you dont have reason dont downvote again ! It is warning ! I dont need enemies .  )

  2. On 1/20/2019 at 11:53 AM, SHUVAM said:

    HOW TO DECRYPT OR ENCRYPT A SCRIPT

    Encryption is easy you can see it in tools .

    And for decryption ask here .

    Send ur files and you will get decrypted version (if it is executable for gg)

  3. 4 hours ago, Zoro123 said:

    Hello,

    I just want a little help ....i am using game guardian without root with parallel space and when i launch game guardian it says failed to load daemon.

    I hope you will consider my problem.

    Thanks.

     

    Its may be bcs you have Enabled " use root in virtual space " . 

  4. 2 hours ago, DESTR0LLERSE said:

    I am not a child.

    I will be 16 years old very soon.

    It is very good to laugh and joke a little.

    going crazy brock lesnar GIF by WWE

    Ahhh . on this page this is 18+ and u are 15 years old . I was true when i thought that you are child . This silly "GIFS" shows  your brain level kk .😂

  5. 2 hours ago, noblack said:

    If you want it safer, use the password to encrypt your script

    so that you must enter the password to go in script in stand of that one

    Not helpful for begginer 😜.

  6. 3 hours ago, DESTR0LLERSE said:

    a large script will throw a structure error.

    why are you trying to divert my attention?

    Remember that we are playing.

    but for the users I will leave the correct examples below.

    example choice.

    
    function DESTROYER()
    ts = gg.choice({
    "TEST 1",
    "TEST2",
    "EXIT",
    "MINIMIZE SCRIPT"},nil, "SSBkbyBub3QgZm9yZ2V0LiBJJ2xsIHZpc2l0IHlvdSBiYXN0YXJkIHNvb24u")
    if ts == 1 then money() end
    if ts == 2 then gems() end
    if ts == 3 then exit() end
    if ts == 4 then minimize() end
    menuend=-1
    end
    
    function money()
       gg.toast('TEST 1')
    end
    
    function gems() 
    gg.toast('TEST 2')
    end
    
    function exit()
    print('DESTROYER')
    os.exit()
    end
    
    function minimize()
    gg.alert('the script now sleeps. press the icon to continue')
    end
    
    while(true) do
    menuend=0
    if gg.isVisible(true) then
    gg.setVisible(false) 
    menuend=1
    end
    if menuend==1 then DESTROYER() end
    end		
    
    -- example (gg.multiChoice({''}))
    
    function DESTROYER()
    local t = gg.multiChoice({
    'TEST', 
    'EXIT ',
    'MINIMIZE'},nil,'SSBkbyBub3QgZm9yZ2V0LiBJJ2xsIHZpc2l0IHlvdSBiYXN0YXJkIHNvb24u')
    
    if t == nil  then
       DESTROYER()
    else
        if t[1] then
            gg.alert('test ')
        end
        if t[2] then
            os.exit()
        end
        if t[3] then
        end
    end
    end
    
    
    gg.setVisible(true)
    while true do
    	if gg.isVisible() then
    		gg.setVisible(false)
    		DESTROYER()
    	end
    	gg.sleep(100)
    end

     

     

     

    We are playing yea? 

    Your life may be game but my not .

    U are just mind blocked child . 

  7. 2 minutes ago, DESTR0LLERSE said:

    This shows that you have nothing else to do. Lol

    No . i already told you :

    Quote

    This topic was published in: July 24, 2018 but it may help another peoples who need this password functions.

     

  8. @DESTR0LLERSE it is better , nul function works too :

     

    if gg.isVisible(true) then gg.setVisible(false)
    end
    gg.clearResults()
    Qjctx=1
    function TG()
    credits = 'Your Credits Here'

    local t = gg.multiChoice({
    'TEST', 
    'EXIT'},nil,credits)

    if t == nil  then
       gg[string.char(tonumber("73",16))..string.char(tonumber("6c",16))..string.char(tonumber("65",16))..string.char(tonumber("65",16))..string.char(tonumber("70",16))](1)
    else
        if t[1] then
            test1()
        end
        if t[2] then
            exit()
        end
    end
    Qjctx=-1
    end


    function test1()
    gg.alert('test')
    end
    function exit()
    os.exit()
    end

    while(true)
    do
      if gg.isVisible(true) then
        Qjctx=1
        gg.setVisible(false) 
      end 
      gg.clearResults()
      if Qjctx==1 then   TG() end
    end

  9. 5 minutes ago, DESTR0LLERSE said:

     This topic was published in: July 24, 2018 OMG

    This shows that you have nothing else to do. Lol

    saw so much respect GIF

    Yes , This topic was published in: July 24, 2018 but it may help another peoples who need this password functions. In the past noone helped this MR @YeetMeister and i am sorry . i hope my pass function will be helpful for anyone .

  10. On 7/25/2018 at 4:32 AM, YeetMeister said:

    I want to know how to make a password Protection for my Script.

    Can somebody help me? Thx

    Screenshot_20180725-003029.jpg

    Password = '1234'
    PS = gg.prompt({'🔒 Input password: '},{[1]=''},{[1]='number'})
    if not PS then os.exit() 
    end 
    if PS[1] == Password then 
    gg.toast('✔️ Password correct❕')
    else 
    gg.alert('❌ Wrong Password ❕') os.exit() end
    --write bellow your codes. if pass was true then script will start

  11. 8 minutes ago, RevealedSoulEven said:

    I did not promote or advise pastebin. because here you can only upload scripts that are raw i.e. you can't upload encrypted scripts. If you do so it will download the script if you click on raw after pasting the script there. so gg can't download it and give error. you can see my profile i asked the same question, but not got any reply. Anyhow... I am still searching for an better alternative that shows data in raw form.

    No . after upload ecrypted text then copy this script page link . u dont need to press on "raw" . when u will copy it after ".com/ " write raw and it wont give u any errors. 

    ".com/raw/"

  12. 8 minutes ago, Alokranjan said:

    It is compiler . Using BP load u can dec it but its need gg revo mod apk too . sorry ,but i amnot going to download it . use compilation or google any method for dec . if u need game scripts dec then ask here.  If u want to dec tools then sorry , i wont do it bcs i know it is very harmful when ur hardwork can anyone steal easyly . 

  13. 25 minutes ago, Alokranjan said:

    Do you have decopiler

     

    3 hours ago, Alokranjan said:

    I need topgeo decompiled scripts (encrypt scripts)

    Ahh. If you need to dec script , send here and i will dec it .

  14. On 2/17/2019 at 6:16 AM, CmP said:

    Everyone knows this "encryption" is absolutely useless when user is able to run the script.

    Moreover, your "NEW ONLINE XOR COMPILER" does not even work properly. It fails with the following error:

      Reveal hidden contents

    image.thumb.png.9ef448551dd989287a17cbe8e0940ca8.png

    And the cause of it is your lack of knowledge about how to write multi-line string literals in Lua.

     

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