Categories > Exploiting > Scripts >
big brain simulator
Posted
while true do wait(0) local args = {
[1] = "Starter Book"
}
game:GetService("ReplicatedStorage").Remotes.BookClicked:FireServer(unpack(args))
end
you can also do this with remote spy
yup
Replied
doesnt need to have an args table (most likely copy pasted from simple spy)
wait doesnt need a 0 in it you can just do wait()
and you dont need to have the true bool you can just replace it with the wait()
final result:
while wait() do
game:GetService("ReplicatedStorage").Remotes.BookClicked:FireServer("Starter Book")
end
10 times cleaner code, your welcome :)
Cancel
Post
Replied
@Nolix thank you i guess it helps me a bit more since i use alot of scripts from simplespy also what command do you use to make your code look like that when you write it
Cancel
Post
yup
Replied
@DelfyFanOMG yeah im not saying theres anything wrong with using simple spy (even I use it) but just making your code shorter and easier to read on the eye is always better
and its a feature in the thread editor, this button here that im circling on the screenshot
https://cdn.discordapp.com/attachments/778386486931226644/1007044917190737970/unknown.png
i'd recommend experimenting with a lot of the buttons in the editor, it can make your threads look 10 times better
Cancel
Post
Replied
There are many tools and applications in the world of information technology. They have multiple uses and applications such as https://www.happi.io/how-can-i-spy-on-an-android-without-installing-software-on-the-target-phone/ . It's an important factor for today's global citizens, who use social media to stay in touch with friends and family.
Cancel
Post
Replied
local Remotes = game:GetService("ReplicatedStorage").Remotes
game:GetService'RunService'.RenderStepped:Connect(function()
Remotes:FireServer('BookClicked')
end)
this is the fastest method ^
Cancel
Post
wakntauwt
Replied
Companies that specialize in creating software are always looking to improve their methods and learn new languages. Hiring a specialized software developer in the United States may range from $100 to $500 per hour. However, costs remain high in other regions of the globe.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post