Advertisement
arfiakbar123

Booga Booga Script By me

Feb 18th, 2019
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Byarfi = Instance.new("ScreenGui")
  5. local Gui = Instance.new("Frame")
  6. local craft = Instance.new("TextButton")
  7. local craftitem = Instance.new("TextBox")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Speed = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local TextLabel_4 = Instance.new("TextLabel")
  13. --Properties:
  14. Byarfi.Name = "By:arfi"
  15. Byarfi.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Gui.Name = "Gui"
  18. Gui.Parent = Byarfi
  19. Gui.Active = true
  20. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Gui.BackgroundTransparency = 0.69999998807907
  22. Gui.BorderColor3 = Color3.new(0, 0, 0)
  23. Gui.BorderSizePixel = 0
  24. Gui.Draggable = true
  25. Gui.Position = UDim2.new(0, 168, 0, 242)
  26. Gui.Size = UDim2.new(0, 361, 0, 181)
  27.  
  28. craft.Name = "craft"
  29. craft.Parent = Gui
  30. craft.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
  31. craft.Position = UDim2.new(0.12087632, 0, 0.633404076, 0)
  32. craft.Size = UDim2.new(0, 130, 0, 40)
  33. craft.Font = Enum.Font.SourceSans
  34. craft.Text = "Craft!"
  35. craft.TextColor3 = Color3.new(0, 0, 0)
  36. craft.TextSize = 20
  37. craft.MouseButton1Down:connect(function()
  38. local item = craftitem.Text
  39. local CI = item
  40. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  41. Event:FireServer(CI)
  42. end)
  43.  
  44. craftitem.Name = "craftitem"
  45. craftitem.Parent = Gui
  46. craftitem.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
  47. craftitem.Position = UDim2.new(0.0851171613, 0, 0.249630511, 0)
  48. craftitem.Size = UDim2.new(0, 157, 0, 44)
  49. craftitem.Font = Enum.Font.SourceSans
  50. craftitem.Text = "\"Item To Craft Here!\""
  51. craftitem.TextColor3 = Color3.new(0, 0, 0)
  52. craftitem.TextSize = 14
  53.  
  54. TextLabel.Parent = Gui
  55. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  56. TextLabel.Position = UDim2.new(0.564089596, 0, 0.176370025, 0)
  57. TextLabel.Size = UDim2.new(0, 3, 0, 129)
  58. TextLabel.Font = Enum.Font.SourceSans
  59. TextLabel.Text = ""
  60. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  61. TextLabel.TextSize = 14
  62.  
  63. Speed.Name = "Speed"
  64. Speed.Parent = Gui
  65. Speed.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
  66. Speed.Position = UDim2.new(0.600100696, 0, 0.246663749, 0)
  67. Speed.Size = UDim2.new(0, 130, 0, 40)
  68. Speed.Font = Enum.Font.SourceSans
  69. Speed.Text = "Speed (q)"
  70. Speed.TextColor3 = Color3.new(0, 0, 0)
  71. Speed.TextSize = 20
  72. Speed.MouseButton1Down:connect(function()
  73. local plr = game:GetService("Players").LocalPlayer
  74. local char = plr.Character
  75. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  76. local hum = char:FindFirstChild("HumanoidRootPart")
  77. local speed = 3
  78. mouse.KeyDown:connect(function(key)
  79. if key == "q" then
  80. loop = true
  81. while loop do
  82. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  83. wait()
  84. end
  85. end
  86. end)
  87.  
  88. mouse.KeyUp:connect(function(key)
  89. if key == "q" then
  90. loop = false
  91. end
  92. end)
  93. end)
  94.  
  95. TextLabel_2.Parent = Gui
  96. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TextLabel_2.Position = UDim2.new(0.63334167, 0, 0.528431773, 0)
  98. TextLabel_2.Size = UDim2.new(0, 112, 0, 22)
  99. TextLabel_2.Font = Enum.Font.SourceSans
  100. TextLabel_2.Text = "-ComingSoon"
  101. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  102. TextLabel_2.TextSize = 14
  103.  
  104. TextLabel_3.Parent = Gui
  105. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TextLabel_3.Position = UDim2.new(0.63334167, 0, 0.68312788, 0)
  107. TextLabel_3.Size = UDim2.new(0, 112, 0, 22)
  108. TextLabel_3.Font = Enum.Font.SourceSans
  109. TextLabel_3.Text = "-Remove Efek"
  110. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  111. TextLabel_3.TextSize = 14
  112.  
  113. TextLabel_4.Parent = Gui
  114. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  115. TextLabel_4.Position = UDim2.new(0.627801538, 0, 0.898597479, 0)
  116. TextLabel_4.Size = UDim2.new(0, 112, 0, 15)
  117. TextLabel_4.Font = Enum.Font.SourceSans
  118. TextLabel_4.Text = "ArfiAkbar#1221"
  119. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  120. TextLabel_4.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement