Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. local LoginMoneyFarm = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Username = Instance.new("TextBox")
  4. local Password = Instance.new("TextBox")
  5. local Enter = Instance.new("TextButton")
  6. local EIEI = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local EIEI2 = Instance.new("Frame")
  9. local MoneyFrame = Instance.new("Frame")
  10. local EIEI3 = Instance.new("Frame")
  11. local Thankyou = Instance.new("TextLabel")
  12. local EIEI4 = Instance.new("Frame")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local _4 = Instance.new("TextButton")
  15. local MoneyFarm3 = Instance.new("TextButton")
  16. local MoneyFarm2 = Instance.new("TextButton")
  17. local Stop = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. local MoneyFarm1 = Instance.new("TextButton")
  20. --Properties:
  21. LoginMoneyFarm.Name = "Login Money Farm"
  22. LoginMoneyFarm.Parent = game.CoreGui
  23. LoginMoneyFarm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Main.Name = "Main"
  26. Main.Parent = LoginMoneyFarm
  27. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  28. Main.BackgroundTransparency = 0.20000000298023
  29. Main.Position = UDim2.new(0.394502223, 0, 0.278869778, 0)
  30. Main.Size = UDim2.new(0, 228, 0, 336)
  31. Main.Visible = false
  32.  
  33. Username.Name = "Username"
  34. Username.Parent = Main
  35. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Username.Position = UDim2.new(0.0614035092, 0, 0.216216221, 0)
  37. Username.Size = UDim2.new(0, 200, 0, 50)
  38. Username.Font = Enum.Font.Gotham
  39. Username.Text = "Username"
  40. Username.TextColor3 = Color3.new(0, 0, 0)
  41. Username.TextSize = 20
  42.  
  43. Password.Name = "Password"
  44. Password.Parent = Main
  45. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Password.Position = UDim2.new(0.0614035092, 0, 0.42547825, 0)
  47. Password.Size = UDim2.new(0, 200, 0, 50)
  48. Password.Font = Enum.Font.Gotham
  49. Password.Text = "Password"
  50. Password.TextColor3 = Color3.new(0, 0, 0)
  51. Password.TextSize = 20
  52.  
  53. Enter.Name = "Enter"
  54. Enter.Parent = Main
  55. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Enter.Position = UDim2.new(0.0614035092, 0, 0.657131195, 0)
  57. Enter.Size = UDim2.new(0, 200, 0, 50)
  58. Enter.Font = Enum.Font.Gotham
  59. Enter.Text = "Enter"
  60. Enter.TextColor3 = Color3.new(0, 0, 0)
  61. Enter.TextSize = 20
  62.  
  63. EIEI.Name = "EIEI"
  64. EIEI.Parent = Main
  65. EIEI.BackgroundColor3 = Color3.new(1, 1, 1)
  66. EIEI.Position = UDim2.new(-0.000234633684, 0, -0.000892132521, 0)
  67. EIEI.Size = UDim2.new(0, 228, 0, 33)
  68.  
  69. TextLabel.Parent = EIEI
  70. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  71. TextLabel.BackgroundTransparency = 1
  72. TextLabel.Position = UDim2.new(0.061403513, 0, -0.276003361, 0)
  73. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  74. TextLabel.Font = Enum.Font.Gotham
  75. TextLabel.Text = "Pjj Money Farm"
  76. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  77. TextLabel.TextSize = 20
  78. TextLabel.TextWrapped = true
  79.  
  80. EIEI2.Name = "EIEI2"
  81. EIEI2.Parent = Main
  82. EIEI2.BackgroundColor3 = Color3.new(1, 1, 1)
  83. EIEI2.Position = UDim2.new(-0.000234633684, 0, 0.917405248, 0)
  84. EIEI2.Size = UDim2.new(0, 228, 0, 33)
  85.  
  86. MoneyFrame.Name = "Money Frame"
  87. MoneyFrame.Parent = LoginMoneyFarm
  88. MoneyFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  89. MoneyFrame.BackgroundTransparency = 0.20000000298023
  90. MoneyFrame.Position = UDim2.new(0.176820204, 0, 0.24570024, 0)
  91. MoneyFrame.Size = UDim2.new(0, 228, 0, 342)
  92. MoneyFrame.Draggable = true
  93.  
  94. EIEI3.Name = "EIEI3"
  95. EIEI3.Parent = MoneyFrame
  96. EIEI3.BackgroundColor3 = Color3.new(1, 1, 1)
  97. EIEI3.Position = UDim2.new(0, 0, 0.903508782, 0)
  98. EIEI3.Size = UDim2.new(0, 228, 0, 33)
  99.  
  100. Thankyou.Name = "Thank you"
  101. Thankyou.Parent = EIEI3
  102. Thankyou.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Thankyou.Position = UDim2.new(0.0614035092, 0, 0, 0)
  104. Thankyou.Size = UDim2.new(0, 200, 0, 33)
  105. Thankyou.Font = Enum.Font.Gotham
  106. Thankyou.Text = "Thank you"
  107. Thankyou.TextColor3 = Color3.new(0, 0, 0)
  108. Thankyou.TextSize = 20
  109.  
  110. EIEI4.Name = "EIEI4"
  111. EIEI4.Parent = MoneyFrame
  112. EIEI4.BackgroundColor3 = Color3.new(1, 1, 1)
  113. EIEI4.Size = UDim2.new(0, 228, 0, 33)
  114.  
  115. TextLabel_2.Parent = EIEI4
  116. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel_2.Position = UDim2.new(0.0614035092, 0, 0, 0)
  118. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  119. TextLabel_2.Font = Enum.Font.Gotham
  120. TextLabel_2.Text = "Money Farm Gui"
  121. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  122. TextLabel_2.TextSize = 20
  123.  
  124. _4.Name = "4"
  125. _4.Parent = MoneyFrame
  126. _4.BackgroundColor3 = Color3.new(0.290196, 1, 0.254902)
  127. _4.Position = UDim2.new(0.061403513, 0, 0.210526332, 0)
  128. _4.Size = UDim2.new(0, 200, 0, 50)
  129. _4.Font = Enum.Font.Gotham
  130. _4.Text = "Money Farm"
  131. _4.TextColor3 = Color3.new(0, 0, 0)
  132. _4.TextSize = 20
  133.  
  134. MoneyFarm3.Name = "Money Farm3"
  135. MoneyFarm3.Parent = MoneyFrame
  136. MoneyFarm3.BackgroundColor3 = Color3.new(0.290196, 1, 0.254902)
  137. MoneyFarm3.Position = UDim2.new(0.061403513, 0, 0.210526317, 0)
  138. MoneyFarm3.Size = UDim2.new(0, 200, 0, 50)
  139. MoneyFarm3.Font = Enum.Font.Gotham
  140. MoneyFarm3.Text = "Money Farm"
  141. MoneyFarm3.TextColor3 = Color3.new(0, 0, 0)
  142. MoneyFarm3.TextSize = 20
  143. MoneyFarm3.MouseButton1Down:connect(function()
  144. end)
  145.  
  146. MoneyFarm2.Name = "Money Farm2"
  147. MoneyFarm2.Parent = MoneyFrame
  148. MoneyFarm2.BackgroundColor3 = Color3.new(1, 0.0666667, 0)
  149. MoneyFarm2.Position = UDim2.new(0.0570174456, 0, 0.210526317, 0)
  150. MoneyFarm2.Size = UDim2.new(0, 200, 0, 50)
  151. MoneyFarm2.Font = Enum.Font.Gotham
  152. MoneyFarm2.Text = "Money Farm"
  153. MoneyFarm2.TextColor3 = Color3.new(0, 0, 0)
  154. MoneyFarm2.TextSize = 20
  155. MoneyFarm2.MouseButton1Down:connect(function()
  156. MoneyFarm2.Visible = false
  157. _G.True = true
  158.  
  159. while _G.True do
  160. wait(0.01)
  161. local A_1 = CFrame.new(1195.91833, 1050.20251, 13.6074095, -0.826503813, 0.562159956, 0.0294642709, 0.0725038499, 0.15820995, -0.984740078, -0.558242798, -0.811754882, -0.171520099)
  162. local A_2 = 1000000000000
  163. local A_3 = game.Players.LocalPlayer.Character.Torso.voiceline
  164. local Event = game:GetService("ReplicatedStorage").Specials.lightningstrike
  165. Event:FireServer(A_1, A_2, A_3)
  166. for i, v in pairs(game.Workspace:GetChildren()) do
  167. if v.Name == "Hyperspace Dummy" then
  168. if v.Humanoid.Health == 0 then
  169. local A_1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  170. local A_2 = 1000000000000
  171. local A_3 = game:GetService("Workspace")["Hyperspace Dummy"].Humanoid
  172. local A_4 = game.Players.LocalPlayer.Character.Torso.voiceline
  173. local A_5 = false
  174. local Event = game:GetService("ReplicatedStorage").Specials.healevent
  175. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  176. local A_1 = CFrame.new(1195.91833, 1050.20251, 13.6074095, -0.826503813, 0.562159956, 0.0294642709, 0.0725038499, 0.15820995, -0.984740078, -0.558242798, -0.811754882, -0.171520099)
  177. local A_2 = 1000000000000
  178. local A_3 = game.Players.LocalPlayer.Character.Torso.voiceline
  179. local Event = game:GetService("ReplicatedStorage").Specials.lightningstrike
  180. Event:FireServer(A_1, A_2, A_3)
  181. end
  182. end
  183. end
  184. end
  185. end)
  186.  
  187. Stop.Name = "Stop"
  188. Stop.Parent = MoneyFrame
  189. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  190. Stop.Position = UDim2.new(0.0614035092, 0, 0.418128669, 0)
  191. Stop.Size = UDim2.new(0, 200, 0, 50)
  192. Stop.Font = Enum.Font.Gotham
  193. Stop.Text = "Stop"
  194. Stop.TextColor3 = Color3.new(0, 0, 0)
  195. Stop.TextSize = 20
  196. Stop.MouseButton1Down:connect(function()
  197. _G.True = false
  198. end)
  199.  
  200. Close.Name = "Close"
  201. Close.Parent = MoneyFrame
  202. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  203. Close.Position = UDim2.new(0.0614035092, 0, 0.643274903, 0)
  204. Close.Size = UDim2.new(0, 200, 0, 50)
  205. Close.Font = Enum.Font.Gotham
  206. Close.Text = "Close"
  207. Close.TextColor3 = Color3.new(0, 0, 0)
  208. Close.TextSize = 20
  209. Close.MouseButton1Down:connect(function()
  210. MoneyFrame.Visible = false
  211. end)
  212.  
  213. MoneyFarm1.Name = "Money Farm1"
  214. MoneyFarm1.Parent = MoneyFrame
  215. MoneyFarm1.BackgroundColor3 = Color3.new(1, 1, 1)
  216. MoneyFarm1.Position = UDim2.new(0.061403513, 0, 0.210526302, 0)
  217. MoneyFarm1.Size = UDim2.new(0, 200, 0, 50)
  218. MoneyFarm1.Font = Enum.Font.Gotham
  219. MoneyFarm1.Text = "Money Farm"
  220. MoneyFarm1.TextColor3 = Color3.new(0, 0, 0)
  221. MoneyFarm1.TextSize = 20
  222. MoneyFarm1.MouseButton1Down:connect(function()
  223. MoneyFarm1.Visible = false
  224. _G.True = true
  225.  
  226. while _G.True do
  227. wait()
  228. for i,v in pairs(game.workspace:GetChildren()) do
  229. if v.Name ~= game.Players.LocalPlayer.Name then
  230. if v.Name == "The Reality Warper" then
  231. v.ClickPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  232. wait()
  233. end
  234. end
  235. end
  236. end
  237. end)''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement