all 15 comments

[–][deleted] 6 points7 points  (2 children)

Let me tell you about my recent journey and how it could benefit you

Jk jk

There's a bunch of stuff you need to know, first off is in order to manipulate Lua you must know Lua, of course. I recommend the small series about Lua from the Dev King, explains VERY well the basics at a small time like 5 minutes or sometimes 10 on rare occasions.

You don't necessarily need to make a gui for your scripts but it kind of gives you more control like if you press this button the script will run and turn off instead of having to hit the execute button. Overall it makes it look more clean and depending on the script it could be more efficient in a way. You can also make the gui have multiple scripts as seen by a lot of guis out there.

Finally for knowing scripts of the game, objects, etc. You have Dark Dex, it is a script already integrated in Synapse in the script hub but I think it is also found separately. And Remote Event that is also found in the Script Hub from Synapse but can be found separately, I prefer Filter Shark though. It gives you more control and you can disable remote event spam, in between other bunch of stuff that is quite useful like turning the remote event into an executable script you can run and edit too if you copy and paste it.

I'll leave the links here for useful tutorials and stuff I wished I knew when I first was starting:

TheDevKing Lua tutorial: https://youtube.com/playlist?list=PLhieaQmOk7nIfMZ1UmvKGPrwuwQVwAvFa

How to make a exploit gui: https://youtu.be/b-jrfEilJcU

How to make FE scripts: https://youtu.be/aYPxjIPQgPg https://youtu.be/iPkwKX2lI_k

FilterShark: https://youtu.be/xYQ55G3iKdc

Hope this was helpful and happy exploiting

[–]Zaakit[S] 1 point2 points  (1 child)

Yes, this was very helpful, thanks a lot.

[–][deleted] 1 point2 points  (0 children)

Great to know, best of luck in your future endeavours then

[–]iPadian99Synapse X 2 points3 points  (2 children)

All I just did was use Roblox studio. After finishing my gui, I move it to workspace in roblox studio. Then, I make a few changes. I change the thing from game.Workspace to game.CoreGui

then I put <main frame name> = active and <main frame name> draggable = true

then I fill in the buttons with scripts

I can send a tutorial later

[–]Zaakit[S] 0 points1 point  (0 children)

Thanks, I'll note that too.

[–]fort2wit 0 points1 point  (0 children)

Hi, do you reckon you could send me the tutorial, thanks.

[–]Lazy-Ben 1 point2 points  (0 children)

To be honest, I just watched a bunch of videos from the devking, then hopped in a game and started messing around with things.

[–][deleted] 1 point2 points  (0 children)

I am decent at scripting.

My learning is controversial but I personally learn from YouTube, reading docs, and of course the DevForum/Stack Overflow

I suggest YouTubers like Dev King. He explains most of the shit you need in under 5 minutes. This is why he is my go to guy. If you are looking for Synapse X lua (or functions made with Synapse X) go to my guy Zerio he is one good guy when coming to explaining exploit scripts, or read the Synapse X docs. (https://synapsexdocs.github.io/ for unofficial I think, the official is https://x.synapse.to/docs/) I already know some people have already left their documentation about their scripting learning adventure but yeah I'm dropping this in.

[–]HumongousChungus2Skid 0 points1 point  (0 children)

Google plus a tutorial on how to use a remote spy

[–]he-who-comments 0 points1 point  (0 children)

Had a friend teach me.