-
Posts
934 -
Joined
-
Last visited
-
Days Won
41
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Platonic
-
GameGuardian + Lua scripts Tutorial: how to make Loops in script
Platonic posted a gallery image in Video Tutorials
-
[NEW]This is a new pubg script,it is has bullet tracking!
Platonic replied to pace's topic in LUA scripts
hmm I think I did samem video is not very clear, its like putting the mark of the shot in slowmotion. right/.? -
Yeah, banned on new version, but you can use in older verdion of gg
-
alright, thanks for info.
-
NEW (UPDATED) Script Hack Rules Of Survival (UNDETECTED)
Platonic commented on ArachisTech's file in Rules of Survival
- 10 comments
-
- Rules Of Survival
- GG
-
(and 4 more)
Tagged with:
-
goodmorning, I have a question. is there a way to incrypt or put a password on or Lua files without the source code being changed? everytime when it try to put password file to prefend people stealing or hard work the source code change, and GG can not read it anymore. I tried a lot to make it a bit harder for people to just open the file and copy past the values and steal the hard work and credits you did for finding the hacks...if you have a YT channel, it does kind of matter because everyone wants to find a new hack, but others will just steal it and claim they found it...from there most want to put a passwork on there file...if there is any way possible, please let me know because I` realy tired of people stealing and copy pasting my or others there hard work in to that of there own
-
Fly hack for almost any game - GameGuardian
Platonic commented on Enyby's gallery image in Video Tutorials
-
Bro, update script to 2.8 slowmo speedhack undetected _______________________________________________ added 1 minute later Yes basecly you Update script to 2.8 _______________________________________________ added 2 minutes later You can't be banned for using the latest color hacks. Altough about the weather hack i will fix that in my latest update, i did not know that some devices get a black screen, ok? Btw update to v2.8
-
yes I found it its like this: for I = 1, 100 do print(gg.searchNumber(100,000, gg.TYPE_FLOAT)) end I did not understand at first :V thanks for the help
-
kk, got it. thank you for the help
-
oh I got it. like this: gg.getSpeed() --no param gg.getResults(10) --single param I got that. thanks for the reply, can`t wait till the bug is fixed when you have time, I`m looking for that looping like you told me. but sadly at the moment I don`t completely get it. I tried something like this s = gg.searchNumber(51, gg.TYPE_FLOAT) ---the commands I want to repeat s = gg.getResults(500) ---the commands I want to repeat repeat print("value of s:", s) ---don`t know what this is s = s ---don`t know what this is until (s > 15) ---is this the times I want to repeat?
-
sorry but is it possible to give a examble? I don`t know well what a param is.
-
yo ENBY, I have a problem, I'm putting speedhack in my script BUT, when the speedhack loads, it doesn't continue the script. its like it stay stucked with the speedhack... if I put it first or last...script won`t stop at that speedhack I`m doing it like this: gg.getSpeed('1') gg.setSpeed('5') gg.searchNumber('5', gg.TYPE_FLOAT) gg.getResults('10', gg.TYPE_FLOAT) gg.editAll('900', gg.TYPE_FLOAT) goto sdone any idea why script got stucked at speedhack? the other values don`t get runned. and even if they do, the script is still active. I don't think my users will like it when they need to press the "interrupt script" because of the speedhack. thanks for reading and I hope there is a solution for this.
-
Rules of survival ROS Hack By TheJustGus(Not supported)
Platonic commented on TheJustGus's file in Rules of Survival
- 22 comments
-
1
-
Rules of Survival Simple Cheat | WakasiHuruHara
Platonic commented on WakasiHuruHara's file in Rules of Survival
- 3 comments
-
hehehe I go on that game
- 65 replies
-
1
-
- @anonymous1000
- GG
- (and 3 more)
-
alright thanks for reply, I will use it in my next scrips because this one is almost finished. I`m sure to look in this looping to. thanks for help Enby.
-
ah, I got it. like this? gg.searchNumber('19', gg.TYPE_FLOAT') --results 200 gg.searchNumber('25', gg.TYPE_FLOAT') --0 results (so because of the 0 results it will search 25 from scratch.. gg.searchNumber('25', gg.TYPE_FLOAT') --results 800 and if I don`t do a check on the count of results I have, the search will also start from scretch..?
-
alright, I look in to this looping. so I can just do like this? I did this to avoid the game to crash...some kind of filtering. searchNumber('19', gg.TYPE_FLOAT') --12000 results searchNumber('19', gg.TYPE_FLOAT') --10000 results searchNumber('19', gg.TYPE_FLOAT') --5000 results searchNumber('19', gg.TYPE_FLOAT') --1000 results searchNumber('19', gg.TYPE_FLOAT') --500 result searchNumber('19', gg.TYPE_FLOAT') --100 results
-
What are you doing? Posting the name of a copy past noob?
-
This is just a small part of my colour hack i'm working on...i just think its my biggest script i ever made. LoL ::lhgj:: gg.searchNumber('0.30000001192', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30000001192', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30000001192', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30000001192', gg.TYPE_FLOAT) gg.getResults(10000) gg.editAll('9', gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber('0.22352941334;0.23529411852;0.30588236451;2,000.0', gg.TYPE_FLOAT) gg.getResults(15000) gg.searchNumber('2000', gg.TYPE_FLOAT) gg.getResults(200) gg.editAll('500', gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber('0.22352941334;0.23529411852;0.30588236451;0.5', gg.TYPE_FLOAT) gg.getResults(5000) gg.searchNumber('0.5', gg.TYPE_FLOAT) gg.getResults(300) gg.editAll('99999999', gg.TYPE_FLOAT) gg.editAll('-999', gg.TYPE_FLOAT) gg.editAll('100', gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.22352941334', gg.TYPE_FLOAT) gg.getResults(10000) gg.editAll('1', gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.23529411852', gg.TYPE_FLOAT) gg.getResults(10000) gg.editAll('0', gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.searchNumber('0.30588236451', gg.TYPE_FLOAT) gg.getResults(10000) gg.editAll('0.5', gg.TYPE_FLOAT) goto sdone I think in total will have 12 000 lines or somthing The searxhing and understanding the logic in the game in order to make the script taked me probaly some days...patient is results ? So much fun
-
-
-
