Jump to content

noblack

Ascended
  • Posts

    189
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by noblack

  1. Version 0.2

    3,660 downloads

    Have fun cracking! ############## TopGEO: "This is impossible to decrypt,so don't try." LOL what a joke Ok so this script complain: My custom encryption (Hope you guys can decompile it) A pubg mobile hack script (MUST USE WITH A VPN IM NOT GONNA RELEASE) About this Encrypt: I've add gg api checking in the script, and i'm gonna add full api checking in the future. When you didn't see the menu on the screenshot,that means your failed the check test.Just restart script few times and i'll be ok. I've block offical hook as well,shhh... ######################
  2. SQL leak exploit comes. BANG Ur DB are Dead *There's have a way to fix, but I'm not gonna tell ya ?
  3. Dude hook the function urself
  4. LOL I dont even use hook
  5. Yeah i know every time my file uploads there are nobody need support
  6. View File [Tool] GGLUA Hooker Simplest GGLUA Hooker original By Only Translated by Sam Free to use Remember to Keep those message when editing script Submitter noblack Submitted 01/10/19 Category Tools
  7. Version 3.6

    3,054 downloads

    Simplest GGLUA Hooker original By Only Translated by Sam Free to use Remember to Keep those message when editing script
  8. I learn code alone and "thanks" @Enyby for some "advice" and force me to learn by myself.
  9. Did you know that your phone have a function called Screen Shot?
  10. Emm... You know,if you don't know how to use lua. Even starter can't understanad this. And i just used a few minutes to know how this works. Why don't i just use the official one? There's are pros,loss tho.
  11. As @CmP said,so i rewrite the code again to you. gg.setVisible(false) -- function main() gg.alert("{Press 'OK' to activate Hacks}\nthis hack Contains:\n~NoRecoil\n~Bigger Hitbox\n~FoV") Result = gg.prompt({"No Recoil","Bigger Hitbox", "FoV","Custom FoV(Needed if checked)\nSelect a number between 150 and 360"},{false,false,false,0},{"checkbox", "checkbox","checkbox","number"}) if Result[1] then NoRecoil() end if Result[2] then BigHitbox() end if Result[3] and Result[4] then FoV() end UI =-1 end -- function NoRecoil() end function BigHitbox() end function FoV() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber(Result[4], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local r = gg.getResults(45) gg.removeResults(r) gg.getResults(1) gg.editAll("222", gg.TYPE_FLOAT) end -- function exit() gg.toast("This script is made by \nஜ۩۩ஜ[K/D Destroyer]ஜ۩۩ஜ \nPrivate script made for wifi-iwnl") print("This script is made by \nஜ۩۩ஜ[K/D Destroyer]ஜ۩۩ஜ \nPrivate script made for wifi-iwnl") os.exit() end while true do if gg.isVisible(true) then gg.setVisible(false) main() else gg.sleep(100) end end Also watch out for invisible symbol cause of BB code
  12. OMG after i watched the code i have to recode that again COMPLETELY messed up. UI = 1 if gg.isVisible(true) then gg.setVisible(false) end -- function main() gg.alert("{Press 'OK' to activate Hacks}\nthis hack Contains:\n~NoRecoil\n~Bigger Hitbox\n~FoV") Result = gg.prompt({"No Recoil","Bigger Hitbox", "FoV","Custom FoV(Needed if checked)\nSelect a number between 150 and 360"},{false,false,false,0},{"checkbox", "checkbox","checkbox","number"}) if Result[1] then NoRecoil() end if Result[2] then BigHitbox() end if Result[3] and Result[4] then FoV() end UI =-1 end -- function NoRecoil() end function BigHitbox() end function FoV() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber(Result[4], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local r = gg.getResults(45) gg.removeResults(r) gg.getResults(1) gg.editAll("222", gg.TYPE_FLOAT) end -- function exit() gg.toast("This script is made by \nஜ۩۩ஜ[K/D Destroyer]ஜ۩۩ஜ \nPrivate script made for wifi-iwnl") print("This script is made by \nஜ۩۩ஜ[K/D Destroyer]ஜ۩۩ஜ \nPrivate script made for wifi-iwnl") os.exit() end -- main() while true do if gg.isVisible(true) then gg.setVisible(false) UI = 1 end gg.sleep(100) if UI == 1 then main() end end _______________________________________________ added 0 minutes later That should work i havn't test it yet
    @CmP Thank you so much for makeing this, this thing can make my project go faster. Thank you again.
  13. noblack

    GG-Detected!

    Or the simplest way: Change the package name e.g. com.normal.package And then they wont detect again. But usually Enyby has the defense of blocking people to change GG's package name. I can share the one that i have change GG package name, http://s000.tinyupload.com/index.php?file_id=10656298001469728361 sorry the version has a bit old.
  14. 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.
  15. View File [A New <Gui> Design] New Gui: gg.Alert Gui Make Your Script be different I made this because i think gg.choose or other can't be that beautiful,like: when you use gg.choice too many times,you'll think that it's kinda ugly? And this,can make your script be not simple. You can use arrow key (< >) to control the function you want Use ( [Select] ) Button to select function (BTW i didn't encrypt it) How to convert Normal Script to New Gui (If you don't know how to use it) (Video link) Update Log: V1.0: + Control with using (< >),( [Select] ) button V2.0: + auto create a ( [■]Exit[■] ) for you ( Can enable/disable on settings) Some Garbage code V3.0: + Always Showup Word option on settings No more Garbage Code Explore the Script yourself (Recommend coder to use it) (Who on earth care is it garbage or not) Submitter noblack Submitted 10/18/18 Category LUA scripts
  16. Version 3.0

    1,333 downloads

    New Gui: gg.Alert Gui Make Your Script be different I made this because i think gg.choose or other can't be that beautiful,like: when you use gg.choice too many times,you'll think that it's kinda ugly? And this,can make your script be not simple. You can use arrow key (< >) to control the function you want Use ( [Select] ) Button to select function (BTW i didn't encrypt it) How to convert Normal Script to New Gui (If you don't know how to use it) (Video link) Update Log: V1.0: + Control with using (< >),( [Select] ) button V2.0: + auto create a ( [■]Exit[■] ) for you ( Can enable/disable on settings) Some Garbage code V3.0: + Always Showup Word option on settings No more Garbage Code Explore the Script yourself (Recommend coder to use it) (Who on earth care is it garbage or not)
  17. Hope i can help you ? Remember: Don't just copy and patse, the forum use BB code and may make invisible symbol _______________________________________________ added 0 minutes later Same as I XD
  18. --[[ 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
  19. 3 minutes,and decrypted. hummm... ?
  20. when a person click on the ‘no’ option,it will returns to nil, what is it looks like: local WEB='HTTP://HDKWVSJWNDJLSBDI.com' local LOGIN = gg.makeRequest(WEB).content if LOGIN = nil then print('Sorry,The Script cant send/get code from internet,please try to connect to internet and try again' os.exit() end Do more homework.This time i help you
×
×
  • 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.