Jump to content

Krojzanovic

Ascended
  • Posts

    97
  • Joined

  • Last visited

Posts posted by Krojzanovic

  1. On 2/11/2019 at 5:15 PM, bukandewa said:
    
    cd && git clone https://github.com/sdrausty/TermuxArch
    ./TermuxArch/setupTermuxArch.sh

    install termuxarch first with command above. 

    Then after finished

    
    pacman -Syy
    pacman -S jdk8-openjdk

    Like I said, server location is outsit the earth ?

    how to download java in termux?. i don't have github files java

  2. 8 minutes ago, BadCase said:

    Add a LONGBLOB column after the column storing the password and whenever they login string match the ip against the data in the LONGBLOB field, if its found do nothing if its not found append the new ip to the data already in the LONGBLOB with a separator character at the end of it like a _ so each IP is easily searched later, you can also set it to change or remove a password if the total length of the LONGBLOB  exceeds a certain length of characters which would mean multiple IP's are using the password

    oh ok I'll try it, I'll contact you if I'm confused.
    thank you for helping me

  3. 1 minute ago, BadCase said:

    well its a bit more complicated than that but you can have it give slightly different variables returned  for things like amounts of currency you are increasing for each password

    say 
    password1cashvariable = 10125364

    password2cashvariable = 10237546

    if whoever  logged functions does not bother  changing these variables and leaks your script you can figure out what password was used to log functions and disable it, then they would have to pay you every time they want to log functions:P

    ??? capitalism :v

  4. 3 minutes ago, CmP said:

    Yep, file extension does not matter.

    Show the code and contents of the file. Without this info noone will be able to help in this case.

    I think I want to make it by detecting ip. maybe I will learn first about php and sql

    _______________________________________________
    added 3 minutes later
    5 minutes ago, BadCase said:

    As it checks the password you can use

    <?php
    $userip = $_SERVER['REMOTE_ADDR'];
    echo $userip;
    ?>

    to get the server to retrieve the IP the user is connecting from

    https://crashreporter.000webhostapp.com/getip.php

    ok thanks. 

    make a new extension with getid.php
    then enter the code?

    and how to detect it with a database, do we edit again in our database with num row?

  5. 2 minutes ago, BadCase said:

    yes if they have a password and it passes that first check with the SQL server they can then log the values retrieved from the database as the script runs, without a correct password the server would not return any of the variables, 

    You are right. then we can see who is logged in to our hosting. and we can block her ip

  6. 7 minutes ago, CmP said:

    Of course not, but in this case it does not even require medium level of "skill" or something.

    I agree, the protection will be stronger, but.. you forgot to consider one thing. Potential "leecher" will be able to get the code received from the server by either modifying "makeRequest" function to print/save to a file returned value or by modifying "load" function to print/save to a file it's first argument. That's all, requesting info from the server is no more required, since the "leecher" got it. After this, it can be shared with anyone.

    then if makerequest uses the .x.jpg.png extension can it still be loaded? by compiler.

    I use the .x.jpg.php extension if I upload the script to call it from makerequest.

    I tried it if I opened the script file I uploaded hosted.

    blank screen

    but to run and load it he functions. script can be used

    _______________________________________________
    added 0 minutes later
    53 minutes ago, NoFear said:

    Their isn't a "perfect" protection. But if you make it advanced enough, those that are skilled enough to bypass it all, are more than likely skilled enough to create their own similar hacks too.

     

    In regards to device id, it shouldn't be difficult. For I think each game stores device id in memory. Could work on some things with you on it. 

    but I think it's easier by detecting ip bro. but I'm confused how to get the ip, I want to make it on my host

  7. 2 hours ago, BadCase said:

    nice, idea, I Use a database to store my Donor passwords in, a more secure way to do this would be to have your script data stored in a database and once password and username are matched against the database have the page you are querying return the code for the script and then load the content as lua into the script.

    I will be doing exactly that once someone gets around my current setup.

     

    Also log device ID's for each password so if you see a big list of ID's you know who is sharing their password

    how to get device id??.
    I have created a database but I don't know how to get the id device.

    then how to detect it?

    to enter / register and log in with the database that I can.

    but I'm still confused about how to call a function to get a device id

  8. On 12/10/2018 at 12:53 PM, noblack said:

    ok so

    
    
    --[[
    https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script.
    https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like.
    ]]
    
    local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content
    
    login = gg.prompt({"Enter Password:"},{"69"},{"number"})
    
    --Let password be 12567
    
    if login[1] == "12567" 
      	then gg.toast("Logged in.")
      		 sleep(500)
    		 gg.toast("Loading...")
      		 pcall(load(script))
      		 gg.toast("Thanks for using script! Have a nice day :)")
     		 os.exit()
      		else
      			gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]")
      			os.exit(400)
    end
    
    -- Fixed
    --Don't direct copy & patse script,remember to remove hidden string
     

     

    _______________________________________________
    added 1 minute later

    Im working on PHP script and it worked.

    now my version is on 3.0

     

    P.S: not for selling on overseas,only avalible on China.

    i am not worked in game gurdian :v

  9. not work bro

    On 10/5/2018 at 7:12 PM, bukandewa said:

    I never try use pastebin, try use another file uploader, I recommended github

     

    _______________________________________________
    added 1 minute later
    On 10/5/2018 at 7:11 PM, noblack said:
    
    --[[
    https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script.
    https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like.
    ]]
    
    local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content
    
    login = gg.prompt({"Enter Password:"},{"69"},{"number"})
    
    --Let password be 12567
    
    if login[1] == "12567" 
      	then gg.toast("Logged in.")
    		 gg.toast("Loading...")
      		 script = load(script)
      		 script()
      		 gg.toast("Thanks for using script! Have a nice day :)")
     		 os.exit(0)
      		else
      			gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]")
      			os.exit(404)
    end
    
    -- Enjoy

     

    not work bro

  10. 18 minutes ago, XxhentaixX said:

    (Somthing was bugging)

     

    Btw just saying its better that you inmput the region that your searching in so that the script is faster finished. Your GG is set Ca, A and Xa but im kind of sure that that this recoil of yours is region A: Anonymous. So it has to search only in the region anyonymous so you have to type it like this:

    
    local old = gg.getRanges();
    gg.setRanges(gg.REGION_ANONYMOUS)
    gg.searchNumber('1.29999995232F;0.60000002384F;1.5F;1.29999995232F;1.0F;1.29999995232F;1.0F:53', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.getResults(15)
    gg.editAll('0', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.clearResults()
    gg.setRanges(old) 
    --[the rest of that block]

     

    Now what it says in short is that gameguardian will search in the region anonymous only, and afther its done editing (at the end of your function it will set the ranges back to the previous way they were. So in your case your ranges are now Ca, A and Xa

    Gameguardian will only search in A: anonymous, then when it is done editing it will return back to your original range = gg.setRanges(old)

     

    As for function() you just have to adjust your menu a lil bit.

    Everywere were you putted for examble:

     

    ::norecoil::

     

    you change it to:

     

    function norecoil()

     

    so you understand?(i can not explain very detailed)

    You remove every "goto sdone"

    And you replace it with "end"

    Examble: 

     

    FAULT!!

    
    ::jumphack::
    
    gg.searchNumber('10.0F;0.03999999911F:21', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.getResults(100)
    gg.editAll('25', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.clearResults()
    gg.alert('Jump Hack Active')
    gg.toast('Credit By Krojzanovic☆')
    goto START

     

    CORRECT!!

    
    function jumphack()
    
    gg.searchNumber('10.0F;0.03999999911F:21', gg.TYPE_FLOAT)
    gg.getResults(100)
    gg.editAll(25, gg.TYPE_FLOAT)
    gg.clearResults()
    gg.alert('Jump Hack Active')
    gg.toast('Credit By Krojzanovic☆')
    end

    But this only works when your menu js done good to. Every goto has to be removed

    Your menu has to be done like this:

     

    FAULT!!

    
    if menu == 1 then goto norecoil end
    if menu == 2 then goto jumphack end
    if menu == 3 then goto ammo end
    if menu == 4 then goto sdone end
    if menu == nil then goto sdone end

     

    CORRECT!!

    
    if menu == 1 then norecoil() end
    if menu == 2 then jumphack() end
    if menu == 3 then ammo() end
    if menu == 4 then os.exit() end
    if menu == nil then os.exit() end

     

    know what i mean?

    you script needs a full change but with

    notepad ++ this is quicky done..

     

    i think this is the correct way...i still dont get why you would want to exit the script when they are on nil to. 

     

    Whats wrong ? :3 

     

    gg.toast('☆Call Of Heroes Hacks v.1☆ By Krojzanovic')
    print(' ☆Call Of Heroes Hacks v.1 Made By Krojzanovic☆') 
    gg.alert('New Hacks')
    gg.alert('Call Of Heroes Hacks v.1 ')
    
    
    
    if gg.isVisible(true) then
    
    gg.setVisible(false) 
    end 
    gg.clearResults()
    goto START
    ::START::
    
    
    menu = gg.choice({'♥️No Recoil [ New ] ALLEN ONLY♥️','♥️Jump Hack [ New ] FOR ALL♥️','♥️Ammo++ Up [ NEW ] ALLEN ONLY♥️ ( Activate on europe map, 50% Work)','EXIT'},nil,'☆CALL OF HEROES HACKS☆                        ☆Credit By Krojzanovic☆ ')
    
    if menu == 1 then norecoil() end
    if menu == 2 then jumphack() end
    if menu == 3 then ammo() end
    if menu == 4 then os.exit() end
    if menu == nil then os.exit() end
    
    
    function norecoil()
    gg.searchNumber('1.29999995232F;0.60000002384F;1.5F;1.29999995232F;1.0F;1.29999995232F;1.0F:53', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.getResults(15)
    gg.editAll('0', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.clearResults()
    gg.alert('No Recoil Active')
    gg.toast('Credit By Krojzanovic☆')
    end
    
    function jumphack()
    gg.searchNumber('10.0F;0.03999999911F:21', gg.TYPE_FLOAT)
    gg.getResults(100)
    gg.editAll(25, gg.TYPE_FLOAT)
    gg.clearResults()
    gg.alert('Jump Hack Active')
    gg.toast('Credit By Krojzanovic☆')
    end
    
    
    function ammo()
    gg.searchNumber('107.374.182.425Q;25Q;-3.589.115.740.461.989.888Q:9', gg.TYPE_QWORD)
    gg.getResults(100)
    gg.editAll('2000', gg.TYPE_QWORD)
    gg.clearResults()
    gg.alert('look at the ammunition below')
    gg.alert('if it works then this will work for all maps')
    gg.alert('Ammo++ Active')
    gg.toast('Credit By Krojzanovic☆')
    end
    
    
    ::sdone::
    print('>>Krojzanovic')
    print('>Subscribe and share for more')
    print('>Youtube.com/krojzanovic')
    print('>When you broke my heart')
    print('>We will broke ur security ')
    gg.toast('Credit By Krojzanovic')
    os.exit()
    
    ::noselect::
    print('')
    
    ::update::
    print('Follow me on instagram @krojzanovic')
    gg.toast('U not Sellect')

    Look this , whats wrong bro :3 

    Screenshot_2018-11-14-13-50-00-596_com.rhmsoft.edit.pro.png

  11. 11 minutes ago, XxhentaixX said:

    (Somthing was bugging)

     

    Btw just saying its better that you inmput the region that your searching in so that the script is faster finished. Your GG is set Ca, A and Xa but im kind of sure that that this recoil of yours is region A: Anonymous. So it has to search only in the region anyonymous so you have to type it like this:

    
    local old = gg.getRanges();
    gg.setRanges(gg.REGION_ANONYMOUS)
    gg.searchNumber('1.29999995232F;0.60000002384F;1.5F;1.29999995232F;1.0F;1.29999995232F;1.0F:53', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.getResults(15)
    gg.editAll('0', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.clearResults()
    gg.setRanges(old) 
    --[the rest of that block]

     

    Now what it says in short is that gameguardian will search in the region anonymous only, and afther its done editing (at the end of your function it will set the ranges back to the previous way they were. So in your case your ranges are now Ca, A and Xa

    Gameguardian will only search in A: anonymous, then when it is done editing it will return back to your original range = gg.setRanges(old)

     

    As for function() you just have to adjust your menu a lil bit.

    Everywere were you putted for examble:

     

    ::norecoil::

     

    you change it to:

     

    function norecoil()

     

    so you understand?(i can not explain very detailed)

    You remove every "goto sdone"

    And you replace it with "end"

    Examble: 

     

    FAULT!!

    
    ::jumphack::
    
    gg.searchNumber('10.0F;0.03999999911F:21', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.getResults(100)
    gg.editAll('25', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
    gg.clearResults()
    gg.alert('Jump Hack Active')
    gg.toast('Credit By Krojzanovic☆')
    goto START

     

    CORRECT!!

    
    function jumphack()
    
    gg.searchNumber('10.0F;0.03999999911F:21', gg.TYPE_FLOAT)
    gg.getResults(100)
    gg.editAll(25, gg.TYPE_FLOAT)
    gg.clearResults()
    gg.alert('Jump Hack Active')
    gg.toast('Credit By Krojzanovic☆')
    end

    But this only works when your menu js done good to. Every goto has to be removed

    Your menu has to be done like this:

     

    FAULT!!

    
    if menu == 1 then goto norecoil end
    if menu == 2 then goto jumphack end
    if menu == 3 then goto ammo end
    if menu == 4 then goto sdone end
    if menu == nil then goto sdone end

     

    CORRECT!!

    
    if menu == 1 then norecoil() end
    if menu == 2 then jumphack() end
    if menu == 3 then ammo() end
    if menu == 4 then os.exit() end
    if menu == nil then os.exit() end

     

    know what i mean?

    you script needs a full change but with

    notepad ++ this is quicky done..

     

    i think this is the correct way...i still dont get why you would want to exit the script when they are on nil to. 

     

    ok i understand, i will try this !. thank you for helping me

  12. 20 minutes ago, XxhentaixX said:

    CmP explained y9u can not do anything about that. So now just focus on the scripting.

     

    _______________________________________________
    added 2 minutes later

    CmP explained y9u can not do anything about that. So now just focus on the scripting.

    Ok sir , Thanks for reply ?

     

    8 minutes ago, Revoxtical said:

    You can't protect this bcz gg api not have hide searching process function and lua run in line by line not have multithread

    Ok sir , thanks for reply?

×
×
  • 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.