Advertisement
fusionfriends

allah sword gui vast realm

Apr 14th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1.  
  2. -- Instances:
  3.  
  4. local bad = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextBox_Roundify_12px = Instance.new("ImageLabel")
  8. local TrollButton = Instance.new("TextButton")
  9. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11.  
  12. --Properties:
  13.  
  14. bad.Name = "bad"
  15. bad.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = bad
  18. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. Frame.BackgroundTransparency = 1.000
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.0250000004, 0, 0.0500000007, 0)
  22. Frame.Size = UDim2.new(0.166999996, 0, 0.140221402, 0)
  23.  
  24. TextBox.Parent = Frame
  25. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. TextBox.BackgroundTransparency = 1.000
  27. TextBox.BorderSizePixel = 0
  28. TextBox.Size = UDim2.new(1, 0, 0.5, 0)
  29. TextBox.ZIndex = 2
  30. TextBox.Font = Enum.Font.Arcade
  31. TextBox.Text = "put walkspeed here"
  32. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. TextBox.TextSize = 14.000
  34.  
  35. TextBox_Roundify_12px.Name = "TextBox_Roundify_12px"
  36. TextBox_Roundify_12px.Parent = TextBox
  37. TextBox_Roundify_12px.Active = true
  38. TextBox_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  39. TextBox_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. TextBox_Roundify_12px.BackgroundTransparency = 1.000
  41. TextBox_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  42. TextBox_Roundify_12px.Selectable = true
  43. TextBox_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  44. TextBox_Roundify_12px.Image = "rbxassetid://3570695787"
  45. TextBox_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  46. TextBox_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  47. TextBox_Roundify_12px.SliceScale = 0.120
  48.  
  49. TrollButton.Name = "TrollButton"
  50. TrollButton.Parent = Frame
  51. TrollButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. TrollButton.BackgroundTransparency = 1.000
  53. TrollButton.BorderSizePixel = 0
  54. TrollButton.Position = UDim2.new(0, 0, 0.5, 0)
  55. TrollButton.Size = UDim2.new(1, 0, 0.5, 0)
  56. TrollButton.ZIndex = 2
  57. TrollButton.Font = Enum.Font.SciFi
  58. TrollButton.Text = "change walksped"
  59. TrollButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. TrollButton.TextScaled = true
  61. TrollButton.TextSize = 14.000
  62. TrollButton.TextWrapped = true
  63.  
  64. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  65. TextButton_Roundify_12px.Parent = TrollButton
  66. TextButton_Roundify_12px.Active = true
  67. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  68. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  70. TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  71. TextButton_Roundify_12px.Selectable = true
  72. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  73. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  74. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(0, 0, 0)
  75. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  76. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  77. TextButton_Roundify_12px.SliceScale = 0.120
  78.  
  79. TextLabel.Parent = Frame
  80. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. TextLabel.BackgroundTransparency = 1.000
  82. TextLabel.Position = UDim2.new(0, 0, -0.25, 0)
  83. TextLabel.Size = UDim2.new(0, 167, 0, 19)
  84. TextLabel.Font = Enum.Font.SourceSans
  85. TextLabel.Text = "Allah WalkSpeed Changer"
  86. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. TextLabel.TextScaled = true
  88. TextLabel.TextSize = 14.000
  89. TextLabel.TextStrokeTransparency = 0.000
  90. TextLabel.TextWrapped = true
  91.  
  92. TrollButton.MouseButton1Down:Connect(function()
  93. game.Players.LocalPlayer:Kick("do not exsploit")
  94. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement