-
Posts
934 -
Joined
-
Last visited
-
Days Won
40
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Platonic
-
His is supposed to be a combination of both the codes? Screenshot 1 is from the gameguardian and screenshot 2 from the script. But they both search the same word but they search like in diffrent text or utf i dont know
-
I see, thanks a lot for the examble, but when I search a word with the code you provided to me, it does not find anything, it also search like realy different the string search we can use in the GG.
-
Its kind of sad that i have to tell you this since we are the same age (mental no), but you are fishing behind a net. Jumping from your first comment to the last one to defend your pride. Deep inside you already lost the discusion because this is what its all about for you(in your mind) Comparing your self with the others a lil game. Funny i responded to your last comment and you go back to your first comment again...its like i saw all your intelligence flitsing in 1 sec...RiP...now please just stop this conversation and accept that all your doing is beeing nonsence for all of us. And start reading a actual book about knowledge and life. Then you woudnt come up with this dumb debate on the first place ? but i already know you gonne ceep responding because you need this attention to feel good because you did not get the attention in real life. Thats why i said in my other comment that you are all day inside...your just here to wast everyone there time... you talk about respecting enyby but you don't have any respect. Otherwise you would have respected his answer...but you didnt and instead you ceep beeing a kid continuing a discusion that was already lang time ago answerd by CmP...you tried by that changing CmP his words to still sound smart...when that childish act was not enough you try itnwitu enyby...your not ok in the head. You need to know when you are putted on your place..right? You are already putted on your place so just stop...how more you react how more of that so called knowledge and intelligentie you have is dissepairing...and don't get mad...just stay calm. Stop responding..but wait... _______________________________________________ added 1 minute later But hey...its your life...if you wanne ceeo beeing a *****...so be it...nobady is stopping you...we can only advice you...(with all respect)
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I realy wonder what type of books you read because to me it looks like it did not gived you much of "Intelligence" let stand understanding the meaning of ""life" I noticed for you its all about proving how intelligent you are towards actual intelligent people. In every comment you try to act childish and try to dis someone. Your 18+.. 19 you say. but mental let's pick 14. Enyby tried to explain you somthing very simple...and it is not hard to understand or accept it. But you do not understand or accept it. And because you did not understand or not accept it you get mad and have issue controlling your words so you grab for a exuse like "Intelligence is not about knowing how to program and discus with children about programming" or "life is outside in the open air and not locked up at home watching videos or playing online" Thats very funny to hear from someone that is probable all day on the internet with the name anonymous... reaching out on a cheaters forum for hours . what a life you have inside your room :D..i know your not a person with much intelligence and just another guy with alot erroneous zones ...i have a suggestion that very maby can help you..why don't you use your economic marketing drama on a site were you can be usefull? you are not helping anyone here and let the people like CmP and Enyby do their job to improve gameguardian and help people like us that use there modifaction tool instead of wasting time with marketing drama like what your doing right now. And next time you say "goodnight", ceep it that way ? Btw i do not realy talk english (just in case your so smart to react on my post and discus about english grammar) ? Goodnight ?
- 1,987 replies
-
3
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I did not, I actualy simply was using your code to see how works out. is it possible for you to give me like a examble were it search in UTF16 and were the script automaticly edits all bytes to value 1 ?
-
whenever I put something in the code were you said "else" it brings me back to the beginning. issue is I don't know how to let the script search the nickname that the player gived, and then for me to edit it.
-
yes but I mean its not searching for the giving text. it has to search the text string but it aint doing it, afther the scrfipt has his results I need to put in the script that it has to edit to my desired value (in byte)
-
drop rate you mean FPS right? normaly that's Xa or Ca, no way it can be A, A are gonne be log in information, request, guns, bullets, maps, and stuff like that, when its about device the change very high that's its gonne be Xa, each value leads to Xa because the hacks you have in the game and change very time are also leaded to a value that is already uploaded from the beginning, I see it like boxes in boxes, the main value, then a child of it, the point I to change the main valueto make it easyer for us all. the fps value can`t be realy changed on good games, highest you probably can go is 60fps tiy can`t cap it, but the good thing about it is you do not get the lag
- 49 replies
-
3
-
6 _______________________________________________ added 1 minute later His is supposed to be a combination of both the codes?
-
I have a lil issue, I`m working on a cheat were players can make there nickname anonym, but for that I need them to type there name in that text string box of you. but how do I let the text box appear when they press on my hack, they have then to put there name manualy and the script has to do the rest. I found this from one of the postes here: gg.clearResults() function searchText(text) local bytes = gg.bytes(text, 'UTF-8') local ret = '' for i, b in ipairs(bytes) do ret = ret .. ';' .. b end ret = ret:sub(2)..'::'..#bytes return gg.searchNumber(ret, gg.TYPE_BYTE) end searchText('rfde') function replaceText(text) local bytes = gg.bytes(text, 'UTF-8') local all = gg.getResults(100000) local len = #bytes for i, t in ipairs(all) do t.value = bytes[((i - 1) % len) + 1] end return gg.setValues(all) end replaceText('gold') but here it search already automatic
-
yes, welli just modificated his script, take a look. I rewrided the letters to its standard and also the gg.searchNumber that was copied and everything is in function now and its modificated so that when hack is finished the script wont close testing.lua
-
-
But you should better look on the gameguardian help..i do to when i wanne do somthing new, here you can see all info needed for good basix script ya know? https://gameguardian.net/help/classgg.html#a8800a1a35506371584bac146a4d1423a
-
(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.
-
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.
-
yes but if he putted os.exit at sdone, the script will also close at nil, what I do not raly get the point from., but it seems his script is not made to hide when you press on nil, so this probably means afther activating a hack out of the menu his script automaticly gos back tot he main menu and when you suddenly press on the outside of the menu the script will automaticly do the os.exit
-
yea I know what you men, when people wanne try copieng the value they take screenshots of what value they are searching, you want to prevent that by letting gameguardian crash asoon they open it, right?
-
well, its not on me to say tough but you should use function and not goto, what I also don't understand in your gg.multiChoise, it says EXIT but you say if menu == 4 then goto sdone end if menu == nil then goto sdone end but EXIT means that you wanne close the script, aand probably nil is the what says to hide the script when they press anything beside the script. so 4 should be "if menu == 4 then os.exit() end"
-
hey its better in this case you let a experienced scripter explain, this. im not experienced in scripting, I just find cheats and put it in script a scrip with the scripting I learned on the HELP. but I do not understand why you are using "goto" and the code you wanne add is like "function", for what I learned function is better to use. change your hole scripts in to function.
-
-
hey buddy I wanne make a cheat, script tutorial and im gonne use this game for examble, but I wann eplay the English version, is there a English version? when I search shooter of war its russhian or Chinese, and when I search call of heroes I end up on a RPG game what not make any since to me...or is it not in the playstore? when I make the video I find some hacks for this game and if you want you can upload them or work together with me because I realy like what you did here you know I realy respect that because this is a beautifull game :) I hoep I get a reply from you soon.
-
-
-
i think it would be kind of interesting but if it is smart? I dunno. the mentality will be realy crazy...here the moderators have it good under control and here they only post when they have a question or something. not for stupid things, but in discord everyone can just join. with everyone I mean like realy every kid also. with kid I mean someone that ask all day the same stupid question at a sercent level that is not recognized anymore as a human. but anyway, if you make one. count me in. but a page like this is still better then a discord server.
-
I dont believe thats possible. I hacked the coints already with gameguardian using region Xa, so not just changing the actual numbers you see on the screeb. I also unlocked the skin required skin levels My level Even the mass balls are server sided Its almost all server sided...and alot of crashes. Its crazy... I changed skins before by editing the pictures in the game map...i just had to replace the pictures and i could play with it.
- 20 replies