@@ykcreed by adding a variable, for example part = 0 -- creates a variable named part while true do part = part + 1 -- adds +1 to the variable part if part >= 100 then -- if part overrides the number 100 break -- breaks the loop end wait()
I love how you said little but theyre so op, you can get pets by just knowing the name and you can even get unlimited coins if it has some sort of a reward system
All depends on the server usually you can modify values on client sided servers but games like pet Sim are server sided that way Noone can edit values unless there atuchally connected to the server it's really complicated
for stop that just change true for false and execute again :) _G.auto = True while _G.auto do ----------------------------------------------------------------------------------------- End
while true do
wait()
enf
that loops the event so its repeating
how do i stop the loop
@@ykcreed by adding a variable, for example
part = 0 -- creates a variable named part
while true do
part = part + 1 -- adds +1 to the variable part
if part >= 100 then -- if part overrides the number 100
break -- breaks the loop
end
wait()
“Enf”
correct script:
while true do
- your script here -
wait()
end
I love how you said little but theyre so op, you can get pets by just knowing the name and you can even get unlimited coins if it has some sort of a reward system
No you cant
@@jakubthecorrupted7771u can
All depends on the server usually you can modify values on client sided servers but games like pet Sim are server sided that way Noone can edit values unless there atuchally connected to the server it's really complicated
@@bronzychalk3332how do you know if it is client sided or not
@@d1subpreme u can just rejoin the game or join from an alt and see
hello bro the simplespy does not work on my phone
can you give me the code of hatch?
pet sim x is hard to grab remote functions because they differ for device so my computer script wouldnt work
the codes arent showing up
my code is not the same as yours please help
Guys gamevent is needed for it to happen
how do i make 2 remotes run at the same time?
put both of them in the loop
yoo thx for this man!
its normal if its buggy rn?
Cool Script now is easy to complete quests
the codes arent showing up for me
same
Is it possible to make it give you certain items
ya for sure you would half to repeat my steps but on a diff game and just grab that specific item once :)
@@bronzychalk3332 alr thanks for the reply
@@olewroblox ight
@@olewroblox BronzyChalk6#7256 it wont let me add you
Yes but only Client sided
Another option:
while wait() do
end
or while task.wait() do
end
What game is this?
why does every remote says "RemoteEvent"
Idk I need help with that too
that's just how the game devs decided to name it
@michafaber1846 they make it to remind u there's and event going on so maybe u can hack it lol
ITS AN EVENT.
cuz it's the remote's name
Sols rng 😏
Did it work for mobile
Idk, ima try
bro dont even try this bro like ong just get a pc using rspy and trying to create scripts on mob will be aids
it work on mobile but its harder than pc
make it a toggle mane
I got way more experience with this now then when I made this vid new one will come out soon
for stop that just change true for false and execute again :)
_G.auto = True
while _G.auto do
-----------------------------------------------------------------------------------------
End
remove the --------------------- thing and put the code
while task.wait() do
[code here]
end
or just this:
for i = 1, 200 do
[code here]
end
so after 200 code firing the loop will end
@@yerik1 is more easy change true and false.
getgenv().AutoHatch = true
while getgenv().AutoHatch == true do
end
--//To Stop hatching replace True to False