Jump to content

Platonic

Contributor
  • Posts

    934
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Platonic

  1. don`t share that high aim bro...they made scope hack public...the fools...now it get all patched fast s I oudnt share that high aim unless you want it to get it patched...although I know I'm save, I'm just telling you
  2. my bad zibzil, I did not know it was you, lol
  3. they always steal and put on YT or put on this site and say they made it...incrypt your files because realy they ceep stealing like rats...
  4. it looked like a prank the video, but on the other hand what I saw there, I want it like that in my scripts, lol
  5. I wish technologie was way more advantaged...I would probably abduct you and take over your brains or some magic stuff like that. _______________________________________________ added 0 minutes later anyway, good to see you make a joke once in a whyle, I wish you and the team best succes in giving us and your self a better cheating experience. ***** all those games only Comzone in my hearth
  6. d***...haters will say this is fake
  7. cant be fixed, unless disabling there anticheat, and I dunno how.
  8. I'm hacking the same game now, I just found: wall climb body color speed hack wall hack I'm still looking for a 1 value fire rade so that all guns get fire rade. and stuff like that. not looking for all to heave hacks at the moment.
  9. alright, thank you guys for the info, I found everything I need, I only need to relook that part what ENBY said, I think I kind of get what you mean tough but still need to test out. solution for my if statement is like this :): function _____________________________() gg.clearResults() gg.searchNumber('450.0;1.04719758034;-300.0', gg.TYPE_FLOAT) if gg.getResultCount() ~= 3 then zabissk() else gg.searchNumber('450.0;1.04719758034;-300.0', gg.TYPE_FLOAT) t = gg.getResults(3) t[1].value = '50' t[1].freeze = true t[1].freezeType = gg.FREEZE_NORMAL print('addListItems: ', gg.addListItems(t)) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) r = gg.getResults(2) r[2].value = '-0.7' gg.setValues(r) end end function zabissk() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) r = gg.getResults(2) r[2].value = '-0.7' gg.setValues(r) gg.clearResults() gg.toast('You Tube = Dragon Star') end
  10. yes, they told me that go to is only good or like more used for assamble scripts or stuff like that. anyway good I know. I changed my hole ros script to functions() :), there is maby 1 ;ast question, I hope it not bothers. But I'm` learned how to let my script appear automaticly when opening gameguardian. Just tapping the icon and script automaticly appear. but when you press the GG icon, the script will appear on the main menu of the script, and that's perhaps a bit annoying for users. I want to make the menu appear were they last tapped. like the user will tab on "mainmenu=>jumphack=>high jumphack=>activate/deactivate" and then GG will hide the script and when they open it again GG will start at the main menu of the script again I want to make it that it will appear back on the "high jumpack" and not back to the mainmenu...I have been struggeling with this for a 12 hours I think. you know what I mean?
  11. I see, and what if I'm using a go to? if gg.getResultCount() ~= 3 then goto zabissk else return end this can work to? (not that I need it, I`m using functions now)
  12. oh I see, thank you this makes since.
  13. small question here. its a bit weird tough. I'm working on making my script better and stuff. I have in this script a if statement and I want it to go to "zabissk()" when the result is something else then "3". sbut when I run the script and the results are not 3, then it will go to "zabissk", but afther "zabissk" is done, it will go back to the if statement and will run the rest of that script... this is the first time I got this. function mik() gg.clearResults() gg.searchNumber('450.0;1.04719758034;-300.0', gg.TYPE_FLOAT) if gg.getResultCount() ~= 3 then zabissk() end t = gg.getResults(3) --load items)) t[1].value = '50' t[1].freeze = true t[1].freezeType = gg.FREEZE_NORMAL print('addListItems: ', gg.addListItems(t)) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) r = gg.getResults(2) r[2].value = '-0.7' gg.setValues(r) gg.toast('You Tube = Dragon Star') end function zabissk() gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) r = gg.getResults(2) r[2].value = '-0.7' gg.setValues(r) gg.clearResults() gg.toast('You Tube = Dragon Star') end the point of my script is to learn more out others there pro made scripts and my experience and make it betters for the users to have a more enjoyable experience. thanks for reply.
  14. yes, I started encrypting my scripts to...I was a bit tired of my work getting stolen...now, I wont blame the others. in the end it was my fault for not protecting my own work. I know some hacks for FW assault. but I havent had much time for cheating it because they complained a lot about RoS cheats...so now I`m working on some new hacks for RoS...ofcourse I will put them VIP, lol I can make some money out of it..i think I gived enough free RoS cheats already...it seems for encrypting they use luac or something, well, I don't do the encryption because my friend does, but soon I will do it my self. he just has to teatch me how to do it. because I don`t have enough programing experience, and on YouTube they explain it like they miss 70% of there brains for a proper explanation. very selfish of them, they don`t ceep eye for the noobs. no they start talking on there own Level and epect noobs to understand there Chinese...and they know whe wont understand it, they wamt us to research but that's easyer said then done when you not know the very important thing to move on...lol, I better should have done some studie with PC. d***.
  15. lol, you here to? :V..you know I can`t ask you this stuff, right
  16. GOT IT !!! its like this: gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) gg.getResults(2) i should look langer before asking and your right. i did not look good enough. more like i did not tried good enough
  17. I have been there. I kind of misunderstood it there, I tought it was for something else ttough. since I see thee "libc.so" s _______________________________________________ added 1 minute later I saw that. but I'm lost when I see the: "print(gg.getRangesList('lib*.so'))" I don't see anywere a "lib"... I tried the most logical thing for me... gg.setRanges = gg.REGION_CODE_APP it looks like I need to do something same as with freezing values...(I think). but no need to mind it now ENBY, I let you know when I figured it out. aftherall I know you can`t just say it. thank you for the help.
  18. its a bit important because I just figured out that I can find new hacks with this..and just found new hack...and not everyone puts memeory range on APP or something...so I gues I have to do that my self in the script...good new ros hacks _______________________________________________ added 1 minute later Ok thank you, i did but i did not understand well. I look again.
  19. uh I have question. I want to change memory range to "Xa" when I look the gg HELP, I see there "REGION_CODE_APP" but then how do I put this in a script. I mean like.....is it like this? gg.REGION_CODE_APP --to tell GG that he has to search in Xa only.. gg.searchNumber(5, gg.TYPE_FLOAT) gg.getResults(50) or do I need to say something like this? region = gg.CODE_APP gg.searchNumber(5, gg.TYPE_FLOAT)gg.getResults(50)
  20. yes, I heard many stuff about that,people becaume paranoid. thanks for the information
  21. http://lua-encryption.subdomain10.info. _______________________________________________ added 2 minutes later I noticed there are lua scripts that can be readed by gameguardian but they are not even full lua langue I think.., see SS, friend sended me this file. seems PUBG hack I think made by Chinese people
  22. hi Enby, I have returned here. do you have any idea if GG can read files that are incrypted with a lua incryptor
×
×
  • 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.