Facebook
From Crippled Tern, 2 Years ago, written in C++.
This paste is a reply to Re: free robux from Unreliable Treeshrew - view diff
Embed
Download Paste or View Raw
Hits: 631
  1. if game.PlaceId == 621129760 then
  2. loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
  3.  
  4. -- Gui to Lua
  5. -- Version: 3.2
  6.  
  7. -- Instances:
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. Frame.BackgroundTransparency = 0.300
  22. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  23. Frame.BorderSizePixel = 5
  24. Frame.Position = UDim2.new(0, 0, 0.5, -62)
  25. Frame.Size = UDim2.new(0, 702, 0, 124)
  26. Frame.Active = true
  27.  
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. TextLabel.BackgroundTransparency = 3.000
  32. TextLabel.Size = UDim2.new(0, 702, 0, 124)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "This GUI is not the best with Every exploit. It's mainly for paid exploits, such as Script ware and Synapse, If you dont have a paid exploit, then I Suggest You Use Krnl Or Fluxus, Press L To Toggle The UI. I recommend having at least laser when using silent aim with a knife, incase you dont have try out spam knife!"
  35. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. TextLabel.TextScaled = true
  37. TextLabel.TextSize = 14.000
  38. TextLabel.TextWrapped = true
  39.  
  40. TextButton.Parent = Frame
  41. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TextButton.BackgroundTransparency = 3.000
  43. TextButton.Position = UDim2.new(0.928774953, 0, 0.669354856, 0)
  44. TextButton.Size = UDim2.new(0, 42, 0, 41)
  45. TextButton.Font = Enum.Font.SourceSans
  46. TextButton.Text = "Close"
  47. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  48. TextButton.TextScaled = true
  49. TextButton.TextSize = 50.000
  50. TextButton.TextWrapped = true
  51. TextButton.MouseButton1Down:connect(function()
  52.         Frame.Visible = false
  53. end)
  54.  
  55.  
  56.  
  57.  
  58. end
  59.  
  60.  
captcha