RBX_pross_fan440872

Untitled

Jul 24th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.68 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local GreenHAX = Instance.new("ScreenGui")
  7. local GreenHAXloader = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local God = Instance.new("TextButton")
  10. local CreatorName = Instance.new("TextLabel")
  11. local close = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. GreenHAX.Name = "GreenHAX"
  16. GreenHAX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. GreenHAX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. GreenHAXloader.Name = "GreenHAXloader"
  20. GreenHAXloader.Parent = GreenHAX
  21. GreenHAXloader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. GreenHAXloader.Position = UDim2.new(0.375786126, 0, 0.387608051, 0)
  23. GreenHAXloader.Size = UDim2.new(0.247798771, 0, 0.223919317, 0)
  24. GreenHAXloader.Style = Enum.FrameStyle.ChatGreen
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = GreenHAXloader
  28. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. Title.BackgroundTransparency = 1.000
  30. Title.Position = UDim2.new(0.05264882, 0, -0.128700122, 0)
  31. Title.Size = UDim2.new(0.912124872, 0, 0.407679766, 0)
  32. Title.Font = Enum.Font.SciFi
  33. Title.Text = "Green Hax"
  34. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. Title.TextScaled = true
  36. Title.TextSize = 30.000
  37. Title.TextWrapped = true
  38.  
  39. God.Name = "God"
  40. God.Parent = GreenHAXloader
  41. God.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. God.BorderSizePixel = 5
  43. God.Position = UDim2.new(0.169294685, 0, 0.307256997, 0)
  44. God.Size = UDim2.new(0.647588968, 0, 0.42561096, 0)
  45. God.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  46. God.Font = Enum.Font.SciFi
  47. God.Text = "God Mode"
  48. God.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. God.TextScaled = true
  50. God.TextSize = 20.000
  51. God.TextWrapped = true
  52.  
  53. CreatorName.Name = "CreatorName"
  54. CreatorName.Parent = GreenHAXloader
  55. CreatorName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. CreatorName.BackgroundTransparency = 1.000
  57. CreatorName.Position = UDim2.new(0.236553803, 0, 0.954114556, 0)
  58. CreatorName.Size = UDim2.new(0.535279274, 0, 0.151715115, 0)
  59. CreatorName.Font = Enum.Font.SciFi
  60. CreatorName.Text = "Made By: pross_fan440872"
  61. CreatorName.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. CreatorName.TextScaled = true
  63. CreatorName.TextSize = 14.000
  64. CreatorName.TextWrapped = true
  65.  
  66. close.Name = "close"
  67. close.Parent = GreenHAXloader
  68. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. close.Position = UDim2.new(-0.056795314, 0, 0.95328486, 0)
  70. close.Size = UDim2.new(0.0795899481, 0, 0.165309399, 0)
  71. close.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  72. close.Font = Enum.Font.SciFi
  73. close.Text = "X"
  74. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. close.TextSize = 14.000
  76.  
  77. -- Scripts:
  78.  
  79. local function YRDTODH_fake_script() -- God.Loader
  80.     local script = Instance.new('Script', God)
  81.  
  82.     print("pross_fan440872's GUI Has Sucsessfully Been Loaded From Pastebin")
  83.    
  84.     function Click()
  85.         script.Parent.Text = "Loading.."
  86.         wait(1)
  87.         game.Workspace.pross_fan440872.Humanoid.MaxHealth = 9999999
  88.         game.Workspace.pross_fan440872.Humanoid.Health = 9999995
  89.         script.Parent.Text = "Hack Enabled"
  90.         wait(2.50)
  91.         script.Parent.Text = "God Mode"
  92.        
  93.     end
  94.     script.Parent.MouseButton1Click:Connect(Click)
  95. end
  96. coroutine.wrap(YRDTODH_fake_script)()
  97. local function RGFAB_fake_script() -- GreenHAXloader.Settings
  98.     local script = Instance.new('LocalScript', GreenHAXloader)
  99.  
  100.     frame = script.Parent.Parent.GreenHAXloader
  101.     frame.Draggable = true
  102.     frame.Active = true
  103.     frame.Selectable = true
  104. end
  105. coroutine.wrap(RGFAB_fake_script)()
  106. local function LYAY_fake_script() -- close.close_script
  107.     local script = Instance.new('Script', close)
  108.  
  109.     function Click()
  110.         script.Parent.Parent.Visible = false
  111.     end
  112.     script.Parent.MouseButton1Click:Connect(Click)
  113. end
  114. coroutine.wrap(LYAY_fake_script)()
  115.  
Advertisement
Add Comment
Please, Sign In to add comment