Categories > Exploiting > Scripts >

big brain simulator

Posts: 18

Threads: 4

Joined: Aug, 2022

Reputation: 0

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

  • 0

yup

Nolix

use vantra hub

Posts: 435

Threads: 61

Joined: Mar, 2022

Reputation: 11

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 :)

  • 0

Posts: 18

Threads: 4

Joined: Aug, 2022

Reputation: 0

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

  • 0

yup

Nolix

use vantra hub

Posts: 435

Threads: 61

Joined: Mar, 2022

Reputation: 11

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

  • 0

Posts: 3

Threads: 0

Joined: May, 2022

Reputation: -10

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.

  • 0

WallyRBLX

walle#6265

Posts: 152

Threads: 11

Joined: Feb, 2022

Reputation: 4

Replied

local Remotes = game:GetService("ReplicatedStorage").Remotes

game:GetService'RunService'.RenderStepped:Connect(function()
    Remotes:FireServer('BookClicked')
end)

this is the fastest method ^

  • 0

wakntauwt

Posts: 3

Threads: 0

Joined: Sep, 2022

Reputation: 0

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.

five nights at freddy's

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )