Advertisement
agentagony124

kaiju universe god mode 2

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