Jump to content

Platonic

Contributor
  • Posts

    934
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Platonic

  1. so I will need to give the menu a variable? _______________________________________________ added 2 minutes later like this: abis = noreloadrockets() bis = disablenoreloadrockets() if menu[1] == true then abis else bis end
  2. sadly I do not fully understand what your trying to tell me, I do understand the logic your saying. I will need to learn that. for now what I exctualy did may look like this: function abir() gg.searchNumber(500.0015, gg.TYPE_FLOAT) if gg.getResultCount() ~= 0 then abir() else gg.getResults(5) gg.editAll(1799.99987792969, gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber(900.29482, gg.TYPE_FLOAT) gg.getResults(4) gg.editAll(9.9999997e-10, gg.TYPE_FLOAT) gg.clearResults() gg.toast('hack well done') end what happens here is that when a hack is already selected before, it will search for the value, but it will get 0 results and will go directly to the next hack, so it won`t matter if the hack is enabled or disabled. in case it is the first time that it needs to be enabled, it will get results and just do the other part of the code..i know its a lang shot but for now I leack knowledge. I readed the help in
  3. alright I get what you mean. I may have one last question in connection with the multichoice. I try to make my script that if if the hack is unselected, the hack will get disabled. if the hack is selected, the hack will be enabled. but then there is the last function that has to be added, if the hack is already eneabled, GG wont search it again. for examble: if menu[1] == true then noreloadrockets() --[enable the hack] else disablenoreloadrockets() --[disable the hack] end but the issue is...when there are more hacks added, and "noreloadrockets()" was already enabled before, and I will select another hack, GG will also search for "noreloadrockets" again, and that will be a waste of time I think. it only should search when it has to search. I got the kind of idea how to do this, but I don`t think I can put it realy in words. thank you for reply if you read this]
  4. yes my exuse for that, I did do that. it does the action but then the menu simply opens automatic. I don`t want the menu to close with os.exit, I want it to hide.
  5. hey, im trying to make a multichoice, but when I press outside the script, the script simply opens again, I think it has something to do with me not putting a nil or something. im realy confused and don`t find any solution. I`m also trying to put the disable and enabling of the hack in 1. this is my menu, I would appreciate the help so that I can understand the problem in my script: menu = gg.multiChoice({'No Reload Rockets','No Reload Assault','colors','Level XP','Melee Hack','Performance/FPS hack','Half Chamb(maby not work for your device)','Giant hack (test)','trollRoll Hack(test)'}, {[1]=true, [2]=true}) if menu == nil then else if menu[1] == true then noreloadrockets() end if menu[1] ~= true then disablenoreloadrockets() end if menu[2] == true then noreloadassault() end if menu[2] ~= true then disablenoreloadassault() end if menu[3] == true then clrs() end if menu[4] == true then lvxp() end if menu[5] == true then oni() end if menu[5] ~= true then offi() end if menu[6] == true then prefec() end if menu[7] == true then chambs() end if menu[8] == true then giant() end if menu[9] == true then zipmi() end if menu[9] == false then sahin() end menuk =-1 end end
  6. ofcourse...you don't sell it because your happy you managed to steal it...now you gonne publish it, what means they gonne patch it. what also means others who make or found those cheats wont share it anymore, theorticly your walking in your own mess
  7. 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
  8. my bad zibzil, I did not know it was you, lol
  9. 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...
  10. 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
  11. 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
  12. d***...haters will say this is fake
  13. cant be fixed, unless disabling there anticheat, and I dunno how.
  14. 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.
  15. 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
  16. 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?
  17. 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)
  18. oh I see, thank you this makes since.
  19. 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.
  20. 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***.
  21. lol, you here to? :V..you know I can`t ask you this stuff, right
  22. 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
  23. 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.
×
×
  • 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.