Jump to content

TopGEOYT

Contributor
  • Posts

    805
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by TopGEOYT

  1. Hello once again . I seen ur reply right now . Well , i wrote simple example what i meant in my review . Here u can check how to convert normal characters to circle characters by string library . It will work almost on all style of characters . But on another styles Do it by urself , i hope it will help you : local Convert = function (a) local Check = function (C) if string.byte(C) >= 65 and string.byte(C) <= 90 then return true end end a = string.upper(a) local A = "" string.gsub(a,"(.)",function(a) if Check(a) == true then A = A.. string.char(226,147,(79+string.byte(a))) else A = A.. a end end) return A end print(Convert("Hello World !"))
    Well, looks like u worked hard... I rated as 5 star bcs of this... But i want to tell you that u wasted time for nothing In the ending i seen message its for developer for dont waste their time...i dont think any developer wil luse it Its so long way of doing this , also slow way. Ill share way of making this type system very shortly , in 1 function Just doing it by string char and string byte ,nothing else needed But not bad for starting ,good luck abojt ur stuffs , since u are not copying and u are working hard by urself Nice , carry on
  2. Hmm, why did u failed ? You can also message me ob Telegram : t.me/TopGEO
  3. if you still did not find way , PM me . ill give u paid key for translation which my linux uses , come PM and ill give u link ... u will send anything u want and u will get translated (u can do by gg.makeRequest) .
  4. its copy paste of my Morse Encoder/Decoder . this decoder is by me . also another things are by me in ur script . also in description ur "Iɴғᴏʀᴍᴀᴛɪᴏɴ" is copy of mine .... seriously?
  5. hmm , I think u know meaning of decrypting script well .
  6. heh , this words are sharing aggression for protecting urself or just avoiding responsibility if its responsable stuff for u . I just wanted to tell for developers that don't use it seriously for their script :)) i hope u will hide ur emotion well next time.
  7. hmm , may be u misunderstood. such thing like compiler contains many localed variables , loop implementations and else what make harder to read opcode by decompiler . well , I did not mean decrypting decompiler , I meant that encrypted script with it can be fully decrypted. and as I noticed u got agry and shared aggression , I did not wrote it for tell that u are "bad" or anything same . I just wrote my opinion . if anyone wants its his/her choice to enc scripts with that, but once again : I advice them to don't use it seriously .
  8. I advice u to don't use this . since we have compiler in offline ,it can be decrypted . it was like on Revo happened .... if chunk can be fully removed then it can be fully decrypted, not have matter how strong is formula ,bcs it will reversed from opcode . and on this encryption chunk can be removed by publiced decompiler called "TCDecompiler" . so if u want to secure ur script then I don't advice u to use it seriously (also on the title of this compiler , creator told that its "simple" ...)
  9. if anyone is interested, I'm not getting any responsibility. I helped him for enrypt this script which is avaible in offline , else idk .
  10. thanks for leaving credits.
  11. View File Caesar Cipher (Encode / Decode Converter) Hello Guys , It Is Caesar Cipher . it is open source .. if you will use for ur stuffs , dont forget to leave credits . Video Review : Submitter TopGEOYT Submitted 01/19/2020 Category Tools  
  12. Version 1.0.0

    1,785 downloads

    Hello Guys , It Is Caesar Cipher . it is open source .. if you will use for ur stuffs , dont forget to leave credits . Video Review :
  13. View File Morse Encoder/Decoder This Is Morse Encoder/Decoder Written in Lua . author of "project" : Nika (Top GEO) . if you will use it for your stuffs , leave credits . if you want to contact me , you can see small info on my domain : https://nikatools.site/ respositorie on github : https://github.com/TopGEO/Morse-Encoder-Decoder video review : Submitter TopGEOYT Submitted 01/08/2020 Category Tools  
  14. Version 1.1

    1,619 downloads

    This Is Morse Encoder/Decoder Written in Lua . author of "project" : Nika (Top GEO) . if you will use it for your stuffs , leave credits . if you want to contact me , you can see small info on my domain : https://nikatools.site/ respositorie on github : https://github.com/TopGEO/Morse-Encoder-Decoder video review :
  15. u can find it in GG built in features . when u are choosing script , above of "execute" button here is "more" button . press it , then u will see 3 option : Dissambler , log all GG calls and loader . middle one is loader , press it , select path where u want to be created loaded file and it will load and u will get data which is executing by load() function . i cant explain better (with texts) .
  16. hmm ok , i thought that u meant describtion about compiler . ok .
  17. where ? : ) you mean that you wrote "Just for fun" ?
  18. not bad . BTW it fails in some cases , because it's encoding patterns are too weak . i think that uses '"(.-)"'--for strings and may be gg%.(.-)%( and same on os . but idea not bad : )
  19. ⚠ Pleade Read It ⚠ hello world , people told me that script which i uploaded about decryption its fake : Decompiler For Script (Remove Binary Chunk) (#95pyed7z) no guys , its not fake , i will explain u what happend about it . this script which i shared its client for read and send data in server . in server here i have installed java . when request is sending , unluac is executing , so it requests java . my linux servwrs are weak , it had 1 ram so it could work with many requests . now i bought 2 Ram linux servers , i hope it will work for public . sorry about it , i posted this post bcs i wanted to tell for public that i didnot share fake script , it really works .
  20. View File Decompiler For Script (Remove Binary Chunk) Hello Guys . this script is client for send selected script in server . main actions happen in servers . this decompiler uses modified unluac . unluac is executing in servers . this unluac can solve some hard cases where another unluacs get fail . if you like this script , dont forget to this script . Video Review : Submitter TopGEOYT Submitted 12/01/2019 Category Tools  
  21. Version 1.0

    44,882 downloads

    Hello Guys . this script is client for send selected script in server . main actions happen in servers . this decompiler uses modified unluac . unluac is executing in servers . this unluac can solve some hard cases where another unluacs get fail . if you like this script , dont forget to this script . Video Review :
  22. yeap , if u will try and if u really want , u will do everything . problem is that people are very lazy for it .
×
×
  • 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.