About 8,340 results
Open links in new tab
  1. Player "God mode" Script - Scripting Support - Developer Forum

    Oct 18, 2020 · Hello there! I’m making a riot shield that is supposed to be able to protect the player from taking any damage at all. I would like to know how to write a script that doesn’t let players get damaged, like the popular admin commands, “God me” and whatever. I appreciate any and all help you can give. Thanks, and stay safe!

  2. God Mode Admin Command - Scripting Support - Developer …

    Apr 4, 2022 · I’m making an Admin Command script known as “god” which gives the player the health of “math.huge”. The issue is that having math.huge health won’t work when working with parts or weapons that set the Humanoid’s Heath to reason. I want the player who has math.huge health even when they touch a part that sets the player’s health to zero. If you don’t get what I …

  3. Help with God Mode Command - Scripting Support - Roblox

    Mar 14, 2022 · I am making a god mode command for my game and im kinda stuck. The problem is, can ungod myself. Can someone help me! players.PlayerAdded:Connect(function(player) if player:GetRankInGroup(Settings.Main.RoCore) >= Settings.Main.RequiredRank or Settings.Main.VipOwners == player.UserId or player.Name == "Player2" then …

  4. [FE++] Best server sided non physics anti-exploit for your ... - Roblox

    Sep 14, 2021 · FE++ What is FE++? FE++ is a fully server sided anti-exploit for your Roblox game. While filtering enabled is good for preventing exploits, there are a few nuances which can be exploited. This anti-exploit patches all of these small little nuances. These nuances in the Roblox replication allows exploiters to bypass some server sided security and makes it a pain …

  5. AntiGod Mode / Detecting FEGodeMode - Scripting Support

    Aug 7, 2022 · Ok, So I coded this a while back taking advantages of how Some GodModes work Such as FEGodMode, While this might destroy ScriptKiddes it wont destroy Experienced Scripters, how could I improve this script? game.Players.PlayerAdded:Connect(function(plr) plr.CharacterAdded:Connect(function(char) while wait(0.5) do local antiFeGodWeld = …

  6. Exploits using God Mode - Scripting Support - Developer Forum

    Mar 23, 2020 · So I’ve looked on a couple of games, and it seems exploiters are able to make themselves invincible. The games I speak of are Jailbreak and Arsenal. I still can’t understand how exploiters can change their health… I understand that exploiters have full control over their position and what’s inside their character. But I didn’t know they can change their health, while …

  7. God Script doesn't actually god the player - Scripting Support

    Sep 22, 2020 · What do you want to achieve? I’m trying to use a script that will god the player if they’re above a certain rank in the group. What is the issue? It doesn’t work; I attached a photo of the output below. I’m not good at scripting, so bear with me here. Code: game.Workspace.ChildAdded:connect(function(Player) if Player:GetRankInGroup(7634323) …

  8. How To Improve This Anti Exploit Script - Code Review - Roblox

    Sep 7, 2020 · Hello there fellow developer, I am new to roblox dev forum and scripting. I have made this simple anti cheat script, but I am not satisfied with it. It has some lack of security. I want to improve it. This script prevent hackers to: Fly Btools Have More Jump Power Have More Max Health God Mode Destroy The Script This is the things that i want to improve: More Secure …

  9. Why are my anti-godding and anti-health setting scripts not

    Apr 11, 2020 · Do not know why these are not working. -- Anti God if Anti_Humanoid_Destroyer == true then Character.ChildRemoved:Connect(function(Obj) if Obj:IsA("Humanoid") then LocalPlayer:Kick("No Exploits") end end) end -- Anti Health if Anti_Health == true then if Character.Humanoid.Health > Max_Health then LocalPlayer:Kick("No Exploits") end end

  10. VR Sandbox (opensourced place-file) - Community Resources

    Nov 23, 2021 · Quick note: when first playing the demo you will be forced into vr mode (even without a vr headset). This is due to a variable in the local script (this can be found in starterplayerscripts) called pcdebug at the top, set this to false for normal non vr playing. vr god.rbxl (155.5 KB)

Refresh