Guest User

warrior sim roblox

a guest
Feb 21st, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1.  
  2. local WarriorShit = Instance.new("ScreenGui")
  3. local Back = Instance.new("Frame")
  4. local Line = Instance.new("Frame")
  5. local TopBar = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local ForceTrade = Instance.new("TextButton")
  9. local GodMode = Instance.new("TextButton")
  10. local Coins = Instance.new("TextButton")
  11. local AutoSell = Instance.new("TextButton")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Gamepass = Instance.new("TextButton")
  14. WarriorShit.Name = "WarriorShit"
  15. WarriorShit.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. WarriorShit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Back.Name = "Back"
  19. Back.Parent = WarriorShit
  20. Back.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  21. Back.BorderSizePixel = 0
  22. Back.Position = UDim2.new(0.346908033, 0, 0.373871744, 0)
  23. Back.Size = UDim2.new(0, 157, 0, 178)
  24.  
  25. Line.Name = "Line"
  26. Line.Parent = Back
  27. Line.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  28. Line.BorderSizePixel = 0
  29. Line.Position = UDim2.new(0, 0, 0.241573036, 0)
  30. Line.Size = UDim2.new(0, 157, 0, 8)
  31.  
  32. TopBar.Name = "TopBar"
  33. TopBar.Parent = Back
  34. TopBar.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  35. TopBar.BorderSizePixel = 0
  36. TopBar.Position = UDim2.new(-0.00286084414, 0, -0.00246682763, 0)
  37. TopBar.Size = UDim2.new(0, 157, 0, 43)
  38.  
  39. TextLabel.Parent = TopBar
  40. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextLabel.BackgroundTransparency = 1
  42. TextLabel.Size = UDim2.new(0, 157, 0, 43)
  43. TextLabel.Font = Enum.Font.GothamBold
  44. TextLabel.Text = "Warrior Simulator"
  45. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  46. TextLabel.TextScaled = true
  47. TextLabel.TextSize = 14
  48. TextLabel.TextWrapped = true
  49.  
  50. Username.Name = "Username"
  51. Username.Parent = Back
  52. Username.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  53. Username.BorderSizePixel = 0
  54. Username.Position = UDim2.new(0, 0, 0.314606756, 0)
  55. Username.Size = UDim2.new(0, 70, 0, 30)
  56. Username.Font = Enum.Font.Gotham
  57. Username.Text = "Username"
  58. Username.TextColor3 = Color3.new(1, 1, 1)
  59. Username.TextScaled = true
  60. Username.TextSize = 14
  61. Username.TextWrapped = true
  62.  
  63. ForceTrade.Name = "ForceTrade"
  64. ForceTrade.Parent = Back
  65. ForceTrade.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  66. ForceTrade.BorderSizePixel = 0
  67. ForceTrade.Position = UDim2.new(0, 0, 0.516853929, 0)
  68. ForceTrade.Size = UDim2.new(0, 70, 0, 30)
  69. ForceTrade.Font = Enum.Font.Gotham
  70. ForceTrade.Text = "Force Trade"
  71. ForceTrade.TextColor3 = Color3.new(1, 1, 1)
  72. ForceTrade.TextScaled = true
  73. ForceTrade.TextSize = 14
  74. ForceTrade.TextWrapped = true
  75.  
  76. GodMode.Name = "GodMode"
  77. GodMode.Parent = Back
  78. GodMode.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  79. GodMode.BorderSizePixel = 0
  80. GodMode.Position = UDim2.new(0, 0, 0.724719107, 0)
  81. GodMode.Size = UDim2.new(0, 70, 0, 30)
  82. GodMode.Font = Enum.Font.Gotham
  83. GodMode.Text = "God Mode"
  84. GodMode.TextColor3 = Color3.new(1, 1, 1)
  85. GodMode.TextScaled = true
  86. GodMode.TextSize = 14
  87. GodMode.TextWrapped = true
  88.  
  89. Coins.Name = "Coins"
  90. Coins.Parent = Back
  91. Coins.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  92. Coins.BorderSizePixel = 0
  93. Coins.Position = UDim2.new(0.496815324, 0, 0.724719107, 0)
  94. Coins.Size = UDim2.new(0, 70, 0, 30)
  95. Coins.Font = Enum.Font.Gotham
  96. Coins.Text = "Teleport All Coins"
  97. Coins.TextColor3 = Color3.new(1, 1, 1)
  98. Coins.TextScaled = true
  99. Coins.TextSize = 14
  100. Coins.TextWrapped = true
  101.  
  102. AutoSell.Name = "AutoSell"
  103. AutoSell.Parent = Back
  104. AutoSell.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  105. AutoSell.BorderSizePixel = 0
  106. AutoSell.Position = UDim2.new(0.496815294, 0, 0.516853929, 0)
  107. AutoSell.Size = UDim2.new(0, 70, 0, 30)
  108. AutoSell.Font = Enum.Font.Gotham
  109. AutoSell.Text = "Auto Sell"
  110. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  111. AutoSell.TextScaled = true
  112. AutoSell.TextSize = 14
  113. AutoSell.TextWrapped = true
  114.  
  115. TextLabel_2.Parent = Back
  116. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel_2.BackgroundTransparency = 1
  118. TextLabel_2.Position = UDim2.new(0, 0, 0.893258452, 0)
  119. TextLabel_2.Size = UDim2.new(0, 157, 0, 19)
  120. TextLabel_2.Font = Enum.Font.GothamBold
  121. TextLabel_2.Text = "Made by Not a Trap#2915"
  122. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  123. TextLabel_2.TextScaled = true
  124. TextLabel_2.TextSize = 14
  125. TextLabel_2.TextWrapped = true
  126.  
  127. Gamepass.Name = "Gamepass"
  128. Gamepass.Parent = Back
  129. Gamepass.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  130. Gamepass.BorderSizePixel = 0
  131. Gamepass.Position = UDim2.new(0.496815324, 0, 0.314606756, 0)
  132. Gamepass.Size = UDim2.new(0, 70, 0, 30)
  133. Gamepass.Font = Enum.Font.Gotham
  134. Gamepass.Text = "All gamepasses"
  135. Gamepass.TextColor3 = Color3.new(1, 1, 1)
  136. Gamepass.TextScaled = true
  137. Gamepass.TextSize = 14
  138. Gamepass.TextWrapped = true
  139. GodMode.MouseButton1Click:Connect(function()
  140. repeat
  141. wait(.25)
  142. for i ,v in pairs(game.Workspace.Map.Grassland.Other.Middle.Fountain:GetChildren()) do
  143. v.CanCollide = false
  144. v.Transparency = 1
  145. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  146. end
  147. until 1 == 0
  148. end)
  149.  
  150. ForceTrade.MouseButton1Click:Connect(function()
  151. local A_1 = Username.Text
  152. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Client.Trade.AcceptRequest
  153. Event:FireServer(A_1)
  154. end)
  155.  
  156. local a = 0
  157. Coins.MouseButton1Click:Connect(function()
  158. if a == 0 then
  159. a = 1
  160. Coins.Text = "Teleport All Coins on"
  161. elseif a == 1 then
  162. a = 0
  163. Coins.Text = "Teleport All Coins off"
  164. end
  165. repeat
  166. wait()
  167. for i , v in pairs(game.Workspace.Map.Grassland.CoinStorage:GetChildren()) do
  168. if v then
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Detector.CFrame
  170. end
  171. end
  172. until a == 0
  173. end)
  174. local b = 0
  175. AutoSell.MouseButton1Click:Connect(function()
  176. if b == 0 then
  177. AutoSell.Text = "Autosell on"
  178. b = 1
  179. elseif b == 1 then
  180. AutoSell.Text = "Autosell off"
  181. b = 0
  182. end
  183. repeat
  184. wait()
  185. game.Workspace.Main.Sell.Sell.Detector.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  186. until b == 0
  187. end)
  188. Gamepass.MouseButton1Click:Connect(function()
  189. for _,v in pairs(game.Players.LocalPlayer.Gamepass:GetChildren()) do
  190. v.Value = true
  191. end
  192. end)
  193. warn("made by Not a Trap")
  194. Back.Active = true
  195. Back.Draggable = true
Add Comment
Please, Sign In to add comment