Jump to content

Platonic

Contributor
  • Posts

    934
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Platonic

  1. yes I know you have told many times, but I can`t just stop making scripts and wait with uploading hacks till I fully understand lua...It has to go in a working process, I first need to focus on work, only afther that's done I can focus me more on studie lua to make my scripts better.
  2. yes I know, it have been told many times to me, it takes time.
  3. ah but it aint editing that much values, the most results it will edit is 5000k or something what still seems to be ok. and just to be sure I let the search loop 5 times because values will change, and I cant have that because if I gonne return the edited values its gonne crash because im returning a changed value... I have to edit them all (always) its how I find my cheats, then from there I small down and see wich value does what. but I understand what you mean. my exuse for putting results so high. I gues I forgot to put on normal results...let me fix that. _______________________________________________ added 1 minute later I don`t think I have see "searchStringPart" in the GG help. thanks for the examble gonne test it out.
  4. copy and pasting blocks of code, I can do manual but that would be pointless as hell. I think I had to do a 5k code manual. about the loop, ofcourse I wanted to find a easyer way BUT I wanted to make GG add afther each search 0.00001...but you know? it would take all way to lang...so I did all my manual values... anyway all those values in the script I found them before...so I putted them all in scripts.
  5. may I know how you found those values?>
  6. Platonic

    Boring

    Sensitive? . . . I'm gonne leave it with your age. Thank you.
  7. Platonic

    Boring

    fair point
  8. Platonic

    Boring

    is there actualy a way to protect or files here? I mean like, there can only be 1 examble of the same file on this site, or something like that?
  9. well it was supposed to work till it got patched.
  10. Platonic

    Boring

    its normal nobady is gonne reply to your dumb a** comment. but no worry I`m here to give you some hope that someone still cares about your comment..
  11. The script is not encrypted...so its free to steal, i don't care take it.
  12. Yes no worry brother. Its just my first time playing the game. So i released rhe first cheat i found. More hacks comming. In mean whyle also watch the update of my guns of boom hacks ?
  13. I did, and it is diffren script, but normaly there is that option that you can upload lua files
  14. I need to upload a script for 2 games but I`m not able to upload them with the "lua download"...I always do it like that nromaly, but this time there is no option like that. and I don`t want to use the "create a content" unless there was no other way. is this normal?
  15. yes I understand, it works that's important. thanks for the time btw. for everything there is another way.
  16. indeed you right, in mean whyle I ectualy changed my script a bit. :) my main menu is a gg.choice. there for examble 5 hacks on that menu, you can select on the desired address, and there it has a multichoice, to ON/OFF the hack (in one function) + a return to go back to the main menu, and below that even all the hacks that were in the main menu, you can simply go to any hack and select and it will activate to :) + the menu will hide properly. if you want to see or see video...I did it on guns kaboom https://www.youtube.com/watch?v=wKX80tA9GOg there you see my script in action. function START() menu = gg.choice({'Wall Shoot','Underground','Fly hack(ban)','EXIT'},nil,'Select Cheat') if menu == 1 then wallshoot() end if menu == 2 then underground() end if menu == 3 then flyhk() end if menu == 4 then os.exit() end if menu == nil then noselect() end menuk =-1 end function wallshoot() wall = gg.multiChoice({'Activate/Deactivate','BACK','=> goto Underground','==> goto Fly Hack'},nil,'ON /OFF wallshoot') if wall == nil then noselect() else if wall[2] == true then START() else if wall[3] == true then underground() end if wall[4] == true then flyhk() end if wall[1] == true then wallshootON() else wallshootOFF() end end end end _______________________________________________ added 1 minute later its kind of easy for me now because now not all hacks will automaticly activate or deactivate, now you have to tab on 1 of those menus to extualy activate or deactivate the hack ;) when you have time, try to give you opinion on this..
  17. alright, good to know. I will take my time in studieng this, I have nothing to do anyway. in mean whyle I can test the stuff out in my scripts :) but since I notice that you already eaded those 4 books ENBY, is there any previous programming experience needed inorder to understand those books? or researching is more then enough inorder to understand those books? in my case I do not have any previous programming experience or whatsoever.
  18. well first things first exctualy following t eh full lua curses on the lua.org site, I only whent there when I needed it. + I download lua on my computer for testing it out. seems interesting to dig in..
  19. I will lising to your advice and wil tomorrow buy the 4 editions if this realy would help me understanding Lua better, thanks a lot for your help and may you see me again in future but better.
  20. alright then your right
  21. alright, does this looks better ? ? check = {} if menu == nil then os.exit() if menu[1] != check[1] then check[1] = menu[1] then if menu[1] == true then noreloadrockets() else disablenoreloadrockets() end end if menu[2] != check[2] then check[2] = menu[2] then if menu[2] == true then noreloadassault() else disablenoreloadassault() end end if menu[3] == true then clrs() else gg.toast('Color hack can`t be disabled') end if menu[4] == true then lvxp() end if menu[5] != check[5] then check[5] = menu[5] then if menu[5] == true then oni() else offi() end end if menu[6] != check[6] then check[6] = menu[6] then if menu[6] == true then simbi() else abi() end end if menu[7] != check[7] then check[7] = menu[7] then if menu[7] == true then abik() else abir() end end if menu[8] != check[8] then check[8] = menu[8] then if menu[8] == true then bis() else sis() end end if menu[9] != check[9] then check[9] = menu[9] then if menu[9] == true then zipmi() else sahin() end end menuk =-1 end end
  22. alright, I tried it like you said: check = {} if menu == nil then os.exit() if menu[1] != check[1] then check[1] = menu[1] then if menu[1] == true then = noreloadrockets() else disablenoreloadrockets() end end if menu[2] != check[2] then check[2] = menu[2] then if menu[2] == true then noreloadassault() else disablenoreloadassault() end end if menu[3] == true then clrs() else gg.toast('Color hack can`t be disabled') end if menu[4] == true then lvxp() end if menu[5] != check[5] then check[5] = menu[5] then if menu[5] == true then oni() else offi() end end if menu[6] != check[6] then check[6] = menu[6] then if menu[6] == true then simbi() else abi() end end if menu[7] != check[7] then check[7] = menu[7] then if menu[7] == true then abik() else abir() end end if menu[8] != check[8] then check[8] = menu[8] then if menu[8] == true then bis() else sis() end end if menu[9] != check[9] then check[9] = menu[9] then if menu[9] == true then zipmi() else sahin() end end menuk =-1 end end but it gives a error: "then expected"
×
×
  • 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.