SKIDNOOB

SonnyPfhaxx

Apr 23rd, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local SONNYPAPA = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local EXIT = Instance.new("TextButton")
  11. local AIMBOT = Instance.new("TextButton")
  12. local ESP = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. SONNYPAPA.Parent = game.CoreGui
  17.  
  18. Frame.Parent = SONNYPAPA
  19. Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.0125827817, 0, 0.0247349739, 0)
  22. Frame.Size = UDim2.new(0, 188, 0, 109)
  23.  
  24. Frame_2.Parent = Frame
  25. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  26. Frame_2.BorderSizePixel = 0
  27. Frame_2.Size = UDim2.new(0, 188, 0, 17)
  28.  
  29. TextLabel.Parent = Frame_2
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. TextLabel.BackgroundTransparency = 1.000
  32. TextLabel.BorderSizePixel = 0
  33. TextLabel.Size = UDim2.new(0, 188, 0, 17)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.Text = "Sonny PFHaxx v1"
  36. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  37. TextLabel.TextSize = 14.000
  38.  
  39. EXIT.Name = "EXIT"
  40. EXIT.Parent = Frame_2
  41. EXIT.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  42. EXIT.BorderSizePixel = 0
  43. EXIT.Position = UDim2.new(0.893617034, 0, -0.0279931463, 0)
  44. EXIT.Size = UDim2.new(0, 20, 0, 17)
  45. EXIT.Font = Enum.Font.SourceSans
  46. EXIT.Text = "-"
  47. EXIT.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. EXIT.TextScaled = true
  49. EXIT.TextSize = 14.000
  50. EXIT.TextWrapped = true
  51. EXIT.MouseButton1Down:connect(function()
  52. SONNYPAPA.Visible = false
  53. end)
  54.  
  55. AIMBOT.Name = "AIMBOT"
  56. AIMBOT.Parent = Frame
  57. AIMBOT.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  58. AIMBOT.BorderSizePixel = 0
  59. AIMBOT.Position = UDim2.new(0.0372340418, 0, 0.324947894, 0)
  60. AIMBOT.Size = UDim2.new(0, 173, 0, 20)
  61. AIMBOT.Font = Enum.Font.SourceSans
  62. AIMBOT.Text = "Aimbot"
  63. AIMBOT.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. AIMBOT.TextScaled = true
  65. AIMBOT.TextSize = 14.000
  66. AIMBOT.TextWrapped = true
  67. AIMBOT.MouseButton1Down:connect(function()
  68. loadstring(game:HttpGet(('https://pastebin.com/raw/cdPJxGDU'),true))()
  69. end)
  70.  
  71. ESP.Name = "ESP"
  72. ESP.Parent = Frame
  73. ESP.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  74. ESP.BorderSizePixel = 0
  75. ESP.Position = UDim2.new(0.0372340418, 0, 0.673571706, 0)
  76. ESP.Size = UDim2.new(0, 173, 0, 19)
  77. ESP.Font = Enum.Font.SourceSans
  78. ESP.Text = "ESP"
  79. ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. ESP.TextScaled = true
  81. ESP.TextSize = 14.000
  82. ESP.TextWrapped = true
  83. ESP.MouseButton1Down:connect(function()
  84. loadstring(game:HttpGet('https://pastebin.com/raw/BTWMfycV', true))()
  85. end)
Advertisement
Add Comment
Please, Sign In to add comment