Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. wait(0.1)
  2. --Made by !!!RelentlessRaptor#5709 on discord / RelentlessRaptor
  3. --Variables
  4. main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  5. main.Name = ("1")
  6. tab = Instance.new("Frame",main)
  7. frame = Instance.new("Frame",tab)
  8. blabel = Instance.new("TextLabel",tab)
  9. close = Instance.new("TextButton",tab)
  10. min = Instance.new("TextButton",tab)
  11. btn1 = Instance.new("TextButton",frame)
  12. btn2 = Instance.new("TextButton",frame)
  13. btn3 = Instance.new("TextButton",frame)
  14. btn4 = Instance.new("TextButton",frame)
  15. btn5 = Instance.new("TextButton",frame)
  16. btn6 = Instance.new("TextButton",frame)
  17. btn7 = Instance.new("TextButton",frame)
  18. btn8 = Instance.new("TextButton",frame)
  19. btn9 = Instance.new("TextButton",frame)
  20.  
  21. --Appearance
  22.  
  23. tab.AnchorPoint = Vector2.new(0.5,0.5)
  24. tab.Position = UDim2.new(0.5,0,0.5,0)
  25. tab.Size = UDim2.new(0,400,0,25)
  26. tab.BorderSizePixel = 0
  27. tab.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
  28. tab.Draggable = true
  29. tab.Active = true
  30.  
  31. frame.Position = UDim2.new(0,0,0,25)
  32. frame.Size = UDim2.new(0,400,0,263)
  33. frame.BorderSizePixel = 0
  34. frame.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
  35.  
  36. close.Position = UDim2.new(1,-20,0,0)
  37. close.Size = UDim2.new(0,20,0,20)
  38. close.BorderSizePixel = 0
  39. close.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
  40. close.Text = ("X")
  41. close.Font = ("Arial")
  42. close.TextSize = 15
  43. close.TextColor3 = Color3.new(26/255,26/255,26/255)
  44.  
  45. min.Position = UDim2.new(1,-40,0,0)
  46. min.Size = UDim2.new(0,20,0,20)
  47. min.BorderSizePixel = 0
  48. min.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
  49. min.Text = ("_")
  50. min.Font = ("Arial")
  51. min.TextSize = 15
  52. min.TextColor3 = Color3.new(26/255,26/255,26/255)
  53.  
  54. blabel.Position = UDim2.new(0,135,0,8)
  55. blabel.BackgroundTransparency = 1
  56. blabel.Text = ("Wild Revolvers Gui by RelentlessRaptor")
  57. blabel.TextSize = 10
  58. blabel.TextColor3 = Color3.new(0,0,0)
  59.  
  60. btn1.Position = UDim2.new(0,5,0,5)
  61. btn1.Size = UDim2.new(0,126,0,80)
  62. btn1.BorderSizePixel = 0
  63. btn1.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  64. btn1.Text = ("Enable ESP")
  65. btn1.Font = ("Arial")
  66. btn1.TextScaled = true
  67. btn1.TextColor3 = Color3.new(0,0,0)
  68.  
  69. btn2.Position = UDim2.new(0,136,0,5)
  70. btn2.Size = UDim2.new(0,126,0,80)
  71. btn2.BorderSizePixel = 0
  72. btn2.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  73. btn2.Text = ("Aimbot (shoot torsos)")
  74. btn2.Font = ("Arial")
  75. btn2.TextScaled = true
  76. btn2.TextColor3 = Color3.new(0,0,0)
  77.  
  78. btn3.Position = UDim2.new(0,267,0,5)
  79. btn3.Size = UDim2.new(0,128,0,80)
  80. btn3.BorderSizePixel = 0
  81. btn3.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  82. btn3.Text = ("")
  83. btn3.Font = ("Arial")
  84. btn3.TextSize = 20
  85. btn3.TextColor3 = Color3.new(0,0,0)
  86.  
  87. btn4.Position = UDim2.new(0,5,0,93)
  88. btn4.Size = UDim2.new(0,126,0,80)
  89. btn4.BorderSizePixel = 0
  90. btn4.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  91. btn4.Text = ("")
  92. btn4.Font = ("Arial")
  93. btn4.TextSize = 20
  94. btn4.TextColor3 = Color3.new(0,0,0)
  95.  
  96. btn5.Position = UDim2.new(0,136,0,93)
  97. btn5.Size = UDim2.new(0,126,0,80)
  98. btn5.BorderSizePixel = 0
  99. btn5.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  100. btn5.Text = ("")
  101. btn5.Font = ("Arial")
  102. btn5.TextSize = 20
  103. btn5.TextColor3 = Color3.new(0,0,0)
  104.  
  105. btn6.Position = UDim2.new(0,267,0,93)
  106. btn6.Size = UDim2.new(0,128,0,80)
  107. btn6.BorderSizePixel = 0
  108. btn6.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  109. btn6.Text = ("")
  110. btn6.Font = ("Arial")
  111. btn6.TextSize = 20
  112. btn6.TextColor3 = Color3.new(0,0,0)
  113.  
  114. btn7.Position = UDim2.new(0,5,0,178)
  115. btn7.Size = UDim2.new(0,126,0,80)
  116. btn7.BorderSizePixel = 0
  117. btn7.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  118. btn7.Text = ("")
  119. btn7.Font = ("Arial")
  120. btn7.TextSize = 20
  121. btn7.TextColor3 = Color3.new(0,0,0)
  122.  
  123. btn8.Position = UDim2.new(0,136,0,178)
  124. btn8.Size = UDim2.new(0,126,0,80)
  125. btn8.BorderSizePixel = 0
  126. btn8.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  127. btn8.Text = ("")
  128. btn8.Font = ("Arial")
  129. btn8.TextSize = 20
  130. btn8.TextColor3 = Color3.new(0,0,0)
  131.  
  132. btn9.Position = UDim2.new(0,267,0,178)
  133. btn9.Size = UDim2.new(0,128,0,80)
  134. btn9.BorderSizePixel = 0
  135. btn9.BackgroundColor3 = Color3.new(180/255, 180/255, 255/255)
  136. btn9.Text = ("")
  137. btn9.Font = ("Arial")
  138. btn9.TextSize = 20
  139. btn9.TextColor3 = Color3.new(0,0,0)
  140.  
  141. --Buttons / functions
  142.  
  143. close.MouseEnter:connect(function()
  144. close.BackgroundColor3 = Color3.new(1,0,0)
  145. end)
  146. close.MouseLeave:connect(function()
  147. close.BackgroundColor3 = Color3.new(120/255, 120/255, 255/255)
  148. end)
  149. close.MouseButton1Up:connect(function()
  150. main:Remove()
  151. end)
  152.  
  153. minid = false
  154. min.MouseButton1Up:connect(function()
  155. if minid == false then
  156. frame.Position = UDim2.new(2000,0,0,0)
  157. minid = true
  158. else
  159. frame.Position = UDim2.new(0,0,0,25)
  160. minid = false
  161. end
  162.  
  163. end)
  164.  
  165.  
  166. btn1.MouseEnter:connect(function()
  167. btn1.TextColor3 = Color3.new(1,1,1)
  168. btn1.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  169. end)
  170. btn1.MouseLeave:connect(function()
  171. btn1.TextColor3 = Color3.new(0,0,0)
  172. btn1.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  173. end)
  174. enabled = false
  175. btn1.MouseButton1Down:connect(function()
  176. if enabled == false then
  177. btn1.Text = ("Disable ESP")
  178. enabled = true
  179. for i, v in pairs(game.Players:GetChildren()) do
  180. if v.Name ~= game.Players.LocalPlayer.Name then
  181. v.Character.Head.HeadTag.AlwaysOnTop = true
  182. end
  183. end
  184. else
  185. enabled = false
  186. btn1.Text = ("Enable ESP")
  187. for i, v in pairs(game.Players:GetChildren()) do
  188. if v.Name ~= game.Players.LocalPlayer.Name then
  189. v.Character.Head.HeadTag.AlwaysOnTop = false
  190. end
  191. end
  192. end
  193. end)
  194.  
  195. btn2.MouseEnter:connect(function()
  196. btn2.TextColor3 = Color3.new(1,1,1)
  197. btn2.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  198. end)
  199. btn2.MouseLeave:connect(function()
  200. btn2.TextColor3 = Color3.new(0,0,0)
  201. btn2.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  202. end)
  203. btn2.MouseButton1Down:connect(function()
  204. for i, v in pairs(game.Players:GetChildren()) do
  205. local lshirt = nil
  206. if v.Name ~= game.Players.LocalPlayer.Name then
  207.  
  208. for i, c in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  209. if c.ClassName == ("Shirt") then
  210. lshirt = c
  211. end
  212. end
  213. for i, b in pairs(v.Character:GetChildren()) do
  214. if b.ClassName == ("Shirt") then
  215. if b.ShirtTemplate ~= lshirt.ShirtTemplate then
  216. v.Character.UpperTorso.Position = game.Players.LocalPlayer.Character.UpperTorso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10))
  217. end
  218. end
  219. end
  220. end
  221. end
  222. end)
  223.  
  224. btn3.MouseEnter:connect(function()
  225. btn3.TextColor3 = Color3.new(1,1,1)
  226. btn3.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  227. end)
  228. btn3.MouseLeave:connect(function()
  229. btn3.TextColor3 = Color3.new(0,0,0)
  230. btn3.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  231. end)
  232. btn3.MouseButton1Down:connect(function()
  233.  
  234. for i, v in pairs(game.Players:GetChildren()) do
  235. local lshirt = nil
  236. if v.Name ~= game.Players.LocalPlayer.Name then
  237.  
  238. for i, c in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  239. if c.ClassName == ("Shirt") then
  240. lshirt = c
  241. end
  242. end
  243. for i, b in pairs(v.Character:GetChildren()) do
  244. if b.ClassName == ("Shirt") then
  245. if b.ShirtTemplate ~= lshirt.ShirtTemplate then
  246. game.ReplicatedStorage.Events.GunFired:FireServer( { Start=game.Players.LocalPlayer.Character.Revolver.ShotOrigin, HitPart=v.Character.Head, HitPosition=v.Character.Head.Position } )
  247. end
  248. end
  249. end
  250. end
  251. end
  252.  
  253. end)
  254.  
  255. btn4.MouseEnter:connect(function()
  256. btn4.TextColor3 = Color3.new(1,1,1)
  257. btn4.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  258. end)
  259. btn4.MouseLeave:connect(function()
  260. btn4.TextColor3 = Color3.new(0,0,0)
  261. btn4.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  262. end)
  263. btn4.MouseButton1Down:connect(function()
  264.  
  265. end)
  266.  
  267. btn5.MouseEnter:connect(function()
  268. btn5.TextColor3 = Color3.new(1,1,1)
  269. btn5.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  270. end)
  271. btn5.MouseLeave:connect(function()
  272. btn5.TextColor3 = Color3.new(0,0,0)
  273. btn5.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  274. end)
  275. btn5.MouseButton1Down:connect(function()
  276.  
  277. end)
  278.  
  279. btn6.MouseEnter:connect(function()
  280. btn6.TextColor3 = Color3.new(1,1,1)
  281. btn6.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  282. end)
  283. btn6.MouseLeave:connect(function()
  284. btn6.TextColor3 = Color3.new(0,0,0)
  285. btn6.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  286. end)
  287. btn6.MouseButton1Down:connect(function()
  288.  
  289. end)
  290.  
  291. btn7.MouseEnter:connect(function()
  292. btn7.TextColor3 = Color3.new(1,1,1)
  293. btn7.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  294. end)
  295. btn7.MouseLeave:connect(function()
  296. btn7.TextColor3 = Color3.new(0,0,0)
  297. btn7.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  298. end)
  299. btn7.MouseButton1Down:connect(function()
  300.  
  301. end)
  302.  
  303. btn8.MouseEnter:connect(function()
  304. btn8.TextColor3 = Color3.new(1,1,1)
  305. btn8.BackgroundColor3 = Color3.new(100/255, 100/255, 255/255)
  306. end)
  307. btn8.MouseLeave:connect(function()
  308. btn8.TextColor3 = Color3.new(0,0,0)
  309. btn8.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  310. end)
  311. btn8.MouseButton1Down:connect(function()
  312.  
  313. end)
  314.  
  315. btn9.MouseEnter:connect(function()
  316. btn9.TextColor3 = Color3.new(1,1,1)
  317. btn9.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  318. end)
  319. btn9.MouseLeave:connect(function()
  320. btn9.TextColor3 = Color3.new(0,0,0)
  321. btn9.BackgroundColor3 = Color3.new(170/255, 170/255, 255/255)
  322. end)
  323. btn9.MouseButton1Down:connect(function()
  324.  
  325. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement