Advertisement
ToasterExploits

FE God Mode

Jun 8th, 2019
10,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. -- Variables
  2.  
  3. local godded = false
  4. local hum = nil
  5. local newhum = nil
  6. local humstore = Instance.new("Folder", game)
  7.  
  8. -- Objects
  9.  
  10. local FEgod = Instance.new("ScreenGui")
  11. local DraggableF = Instance.new("Frame")
  12. local TopFrame = Instance.new("Frame")
  13. local OnOff = Instance.new("TextButton")
  14. local TopBar = Instance.new("Frame")
  15. local X = Instance.new("TextButton")
  16. local Header = Instance.new("TextLabel")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TopBarBot = Instance.new("Frame")
  19. local BotFrame = Instance.new("Frame")
  20.  
  21. -- Properties
  22.  
  23. FEgod.Name = "FEgod"
  24. FEgod.Parent = game.CoreGui
  25.  
  26. DraggableF.Name = "DraggableF"
  27. DraggableF.Parent = FEgod
  28. DraggableF.BackgroundColor3 = Color3.new(1, 1, 1)
  29. DraggableF.BackgroundTransparency = 1
  30. DraggableF.Position = UDim2.new(0.823443234, 0, 0.83984369, 0)
  31. DraggableF.Size = UDim2.new(0.150000006, 0, 0.119999997, 0)
  32.  
  33. TopFrame.Name = "TopFrame"
  34. TopFrame.Parent = DraggableF
  35. TopFrame.BackgroundColor3 = Color3.new(0.313726, 1, 0.486275)
  36. TopFrame.BorderSizePixel = 0
  37. TopFrame.Size = UDim2.new(1, 0, 1, 0)
  38. TopFrame.ZIndex = 2
  39.  
  40. OnOff.Name = "OnOff"
  41. OnOff.Parent = TopFrame
  42. OnOff.BackgroundColor3 = Color3.new(1, 1, 1)
  43. OnOff.BackgroundTransparency = 1
  44. OnOff.Position = UDim2.new(0.292375654, 0, 0.510869563, 0)
  45. OnOff.Size = UDim2.new(0.410063356, 0, 0.293478251, 0)
  46. OnOff.ZIndex = 3
  47. OnOff.AutoButtonColor = false
  48. OnOff.Font = Enum.Font.SourceSansBold
  49. OnOff.Text = "OFF"
  50. OnOff.TextColor3 = Color3.new(1, 1, 1)
  51. OnOff.TextSize = 45
  52.  
  53. TopBar.Name = "TopBar"
  54. TopBar.Parent = TopFrame
  55. TopBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  56. TopBar.BorderSizePixel = 0
  57. TopBar.Size = UDim2.new(1, 0, 0.269414485, 0)
  58. TopBar.ZIndex = 5
  59.  
  60. X.Name = "X"
  61. X.Parent = TopBar
  62. X.BackgroundColor3 = Color3.new(1, 1, 1)
  63. X.BackgroundTransparency = 1
  64. X.BorderSizePixel = 0
  65. X.Position = UDim2.new(0.913176477, 0, 0, 0)
  66. X.Size = UDim2.new(0.0868235528, 0, 1, 0)
  67. X.ZIndex = 6
  68. X.AutoButtonColor = false
  69. X.Font = Enum.Font.SourceSansBold
  70. X.Text = "X"
  71. X.TextColor3 = Color3.new(1, 1, 1)
  72. X.TextSize = 25
  73.  
  74. Header.Name = "Header"
  75. Header.Parent = TopBar
  76. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  77. Header.BackgroundTransparency = 1
  78. Header.Position = UDim2.new(0.0354349278, 0, 0, 0)
  79. Header.Size = UDim2.new(0.837735832, 0, 1, 0)
  80. Header.ZIndex = 6
  81. Header.Font = Enum.Font.SourceSansBold
  82. Header.Text = "TOGGLE FE GOD GUI"
  83. Header.TextColor3 = Color3.new(1, 1, 1)
  84. Header.TextScaled = true
  85. Header.TextSize = 14
  86. Header.TextWrapped = true
  87.  
  88. TextLabel.Parent = TopFrame
  89. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel.BackgroundTransparency = 1
  91. TextLabel.BorderSizePixel = 0
  92. TextLabel.Position = UDim2.new(0.760975599, 0, 0.804347813, 0)
  93. TextLabel.Size = UDim2.new(0.239024386, 0, 0.195652172, 0)
  94. TextLabel.ZIndex = 5
  95. TextLabel.Font = Enum.Font.SourceSansBold
  96. TextLabel.Text = "By HA8X"
  97. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  98. TextLabel.TextSize = 14
  99. TextLabel.TextWrapped = true
  100.  
  101. TopBarBot.Name = "TopBarBot"
  102. TopBarBot.Parent = TopFrame
  103. TopBarBot.BackgroundColor3 = Color3.new(0, 0, 0)
  104. TopBarBot.BorderSizePixel = 0
  105. TopBarBot.Position = UDim2.new(0, 0, 0.108695649, 0)
  106. TopBarBot.Size = UDim2.new(1, 0, 0.254853636, 0)
  107. TopBarBot.ZIndex = 4
  108.  
  109. BotFrame.Name = "BotFrame"
  110. BotFrame.Parent = DraggableF
  111. BotFrame.BackgroundColor3 = Color3.new(0.254902, 0.811765, 0.384314)
  112. BotFrame.BorderSizePixel = 0
  113. BotFrame.Position = UDim2.new(0, 0, 0.108695649, 0)
  114. BotFrame.Size = UDim2.new(1, 0, 1, 0)
  115.  
  116. -- Scripting
  117.  
  118. X.MouseButton1Click:Connect(function()
  119. FEgod:Destroy()
  120. end)
  121.  
  122. OnOff.MouseButton1Click:Connect(function()
  123. if godded == false then
  124. hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  125. hum.Parent = humstore
  126. newhum = hum:Clone()
  127. newhum.Parent = game:GetService("Players").LocalPlayer.Character
  128. OnOff.Text = "ON"
  129. godded = true
  130. elseif godded == true then
  131. newhum:Destroy()
  132. hum.Parent = game:GetService("Players").LocalPlayer.Character
  133. OnOff.Text = "OFF"
  134. godded = false
  135. end
  136. end)
  137.  
  138. -- Drag
  139.  
  140. DraggableF.Draggable = true
  141. DraggableF.Active = true
  142.  
  143. -- Resetting Values
  144.  
  145. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function()
  146. godded = false
  147. hum = nil
  148. newhum = nil
  149. OnOff.Text = "OFF"
  150. for i,v in pairs(humstore:GetChildren())do
  151. v:Destroy()
  152. end
  153. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement