if you have trouble doing this then let me know the problem in the comments! i will post another video to solve it edit: both scripts are in the description
hmmm thats kind of weird. maybe the scripts are maybe not functioning right. i will try my best to help but at this moment i cant! i will get back to u as soon as a can!
local username = "i_losta" local wholeserver = false Events.EntityDamage(function(event) if event.entity:getPlayer().name == username then if not wholeserver == true then event.cancelled = true end end if wholeserver == true then event.cancelled = true end end) while (task.wait(0.05)) do for _, i in pairs(PlayerService.getPlayers()) do if i.name == username or wholeserver == true then local = i:getEntity() if BlockService.getBlockAt(entity:getPosition() - Vector3.new(0, 5, 0)) == ItemType.AIR then i:registerJumpHeightMultiplier("jump", 5000000) i:registerAdditionalAirJumps("jumpinf", 10000) i:registerSpeedMultiplier("see", 1.3) else i:removeJumpHeightMultiplier("jump") i:removeAdditionalAirJumps("jumpinf") i:removeSpeedMultiplier("see") end end end end
if you have trouble doing this then let me know the problem in the comments!
i will post another video to solve it
edit: both scripts are in the description
Could you show us a script that makes us accelerate over time?
Why don’t o have the paste
Why did u blur it i came to this video hoping to copy it but no you blurred it for no reason
The script is in the description please watch the full video next time!
Am I ment to write that whole script?
no! the script is pasted in the comments!
Is there a way to make the whole server have it
I’m not sure but if there is we will make a video on it in the future!
the scripts lag the game cuz u cant buy things and you cant pick up iron
hmmm thats kind of weird. maybe the scripts are maybe not functioning right. i will try my best to help but at this moment i cant! i will get back to u as soon as a can!
Do you know a fake kill aura script?
Yes we do we will make more videos on a ton of other scripts so stay tuned!
Doesnt work bruv
how so? did u enter your username did you click run did u save it did u spam jump??
Bruh you blurred everything
the scripts are in the decription :)
GUYS THE SCRIPTS ARE IN DESCRIPTICION
Bro whats the script
if you paid attention to the video then you would know but according to your comment you didn’t watch the video
the script is in the description the once you click on the description you will go to the comments and past the script that is pasted in the comments
Can you send the link to the page so I can copy it
sure lemme get it
which script? the aimbot or the fly
local username = "i_losta"
local wholeserver = false
Events.EntityDamage(function(event)
if event.entity:getPlayer().name == username then
if not wholeserver == true then
event.cancelled = true
end
end
if wholeserver == true then
event.cancelled = true
end
end)
while (task.wait(0.05)) do
for _, i in pairs(PlayerService.getPlayers()) do
if i.name == username or wholeserver == true then
local = i:getEntity()
if BlockService.getBlockAt(entity:getPosition() - Vector3.new(0, 5, 0)) == ItemType.AIR then
i:registerJumpHeightMultiplier("jump", 5000000)
i:registerAdditionalAirJumps("jumpinf", 10000)
i:registerSpeedMultiplier("see", 1.3)
else
i:removeJumpHeightMultiplier("jump")
i:removeAdditionalAirJumps("jumpinf")
i:removeSpeedMultiplier("see")
end
end
end
end