The Rake Game Download Free

broken image
The Rake Game Download Free
Never

Do ghosts exist? What about Bigfoot, Chupacabras,Rake or Skinwalkers? And how will we ever know? You play as Gordon Davis, a scientist,a traveller and an explorer of unknown creatures and unusual events. It is only when they come face to face with a Rake that such feelings manifest. To be desired by a Rake is the ultimate ego boost. Plus, the challenge of trying to tame such a man is a woman's favorite game to play. The women who brush off the Rake are always the hardest to fall for him. It is with such women that the Rake gives his best efforts.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Version: 2.82
  2. local TheRakeGUI = Instance.new('ScreenGui')
  3. local open = Instance.new('TextButton')
  4. local title = Instance.new('TextBox')
  5. local DestroyRake = Instance.new('TextButton')
  6. local DestroyMapItems = Instance.new('TextButton')
  7. local Close = Instance.new('TextButton')
  8. TheRakeGUI.Name = 'The Rake GUI'
  9. frame50.Parent = TheRakeGUI
  10. frame50.Position = UDim2.new(-0.0128534706, 0, 0.507968068, 0)
  11. frame50.Style = Enum.FrameStyle.DropShadow
  12. open.Name = 'open'
  13. open.BackgroundColor3 = Color3.new(0, 0, 0)
  14. open.Position = UDim2.new(-0.0756302029, 0, -1.10000002, 0)
  15. open.Font = Enum.Font.SourceSans
  16. open.TextColor3 = Color3.new(1, 0, 0)
  17. open.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  18. main.Visible = true
  19. end)
  20. main.Name = 'main'
  21. main.BackgroundColor3 = Color3.new(1, 1, 1)
  22. main.Position = UDim2.new(1.16806722, 0, -18.7000008, 0)
  23. main.Visible = false
  24. main.Active = true
  25. title.Parent = main
  26. title.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  27. title.Position = UDim2.new(-0.0106951874, 0, -0.0354330689, 0)
  28. title.Visible = false
  29. title.PlaceholderColor3 = Color3.new(0, 0, 0)
  30. title.TextColor3 = Color3.new(0, 0, 0)
  31. title.TextStrokeColor3 = Color3.new(1, 0, 0)
  32. NoFog.Name = 'No Fog'
  33. NoFog.BackgroundColor3 = Color3.new(0, 0, 0)
  34. NoFog.Position = UDim2.new(0.0160427801, 0, 0.110236228, 0)
  35. NoFog.Visible = false
  36. NoFog.Text = 'No Fog'
  37. NoFog.TextSize = 30
  38. game.Lighting.FogEnd = 999999999
  39. DestroyRake.Parent = main
  40. DestroyRake.BackgroundColor3 = Color3.new(0, 0, 0)
  41. DestroyRake.Position = UDim2.new(0.0160427801, 0, 0.511811018, 0)
  42. DestroyRake.Visible = false
  43. DestroyRake.Text = 'Always Survive'
  44. DestroyRake.TextColor3 = Color3.new(0.666667, 0, 0)
  45. Destroy Rake.MouseButton1Down:connect(function()
  46. end)
  47. credits.Parent = frame50
  48. credits.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  49. credits.Position = UDim2.new(1.18487394, 0, 29.1499996, 0)
  50. credits.Visible = false
  51. credits.PlaceholderColor3 = Color3.new(0, 0, 0)
  52. credits.TextColor3 = Color3.new(0, 0, 0)
  53. credits.TextStrokeColor3 = Color3.new(1, 0, 0)
  54. DestroyMapItems.Name = 'Destroy Map Items'
  55. DestroyMapItems.BackgroundColor3 = Color3.new(0, 0, 0)
  56. DestroyMapItems.Position = UDim2.new(4.87394953, 0, 8.55000114, 0)
  57. DestroyMapItems.Visible = false
  58. DestroyMapItems.Text = 'Destroy Map Items'
  59. DestroyMapItems.TextColor3 = Color3.new(0.666667, 0, 0)
  60. Destroy Map Items.MouseButton1Down:connect(function()
  61. game.Workspace.Map.TREES:Destroy()
  62. game.Workspace.Map.Other:Destroy()
  63. TPtoRake.Parent = frame50
  64. TPtoRake.Position = UDim2.new(4.88235283, 0, -11.3999996, 0)
  65. TPtoRake.Visible = false
  66. TPtoRake.Text = 'TP To Rake'
  67. TPtoRake.TextSize = 30
  68. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  69. for i,v in pairs(game.Workspace:GetChildren()) do
  70. for _, b in pairs(v:GetChildren()) do
  71. d.CFrame = b.CFrame
  72. end
  73. end
  74. Close.Parent = frame50
  75. Close.Position = UDim2.new(3.11688304, 0, -1.78976369, 0)
  76. Close.Visible = false
  77. Close.Text = 'Close'
  78. Close.TextSize = 30
  79. frame.Visible = true
  80. end)
RAW Paste Data
-- Farewell Infortality. -- Version: 2.82 -- Instances: local TheRakeGUI = Instance.new('ScreenGui') local frame50 = Instance.new('Frame') local open = Instance.new('TextButton') local main = Instance.new('Frame') local title = Instance.new('TextBox') local NoFog = Instance.new('TextButton') local DestroyRake = Instance.new('TextButton') local credits = Instance.new('TextBox') local DestroyMapItems = Instance.new('TextButton') local TPtoRake = Instance.new('TextButton') local Close = Instance.new('TextButton') --Properties: TheRakeGUI.Name = 'The Rake GUI' TheRakeGUI.Parent = game.Workspace frame50.Name = 'frame50' frame50.Parent = TheRakeGUI frame50.BackgroundColor3 = Color3.new(1, 1, 1) frame50.Position = UDim2.new(-0.0128534706, 0, 0.507968068, 0) frame50.Size = UDim2.new(0, 119, 0, 20) frame50.Style = Enum.FrameStyle.DropShadow open.Name = 'open' open.Parent = frame50 open.BackgroundColor3 = Color3.new(0, 0, 0) open.BorderColor3 = Color3.new(0, 0, 0) open.Position = UDim2.new(-0.0756302029, 0, -1.10000002, 0) open.Size = UDim2.new(0, 119, 0, 20) open.Font = Enum.Font.SourceSans open.Text = 'Open' open.TextColor3 = Color3.new(1, 0, 0) open.TextSize = 14 open.TextStrokeColor3 = Color3.new(0.333333, 1, 1) open.MouseButton1Down:connect(function() main.Visible = true frame.Visible = false end) main.Name = 'main' main.Parent = frame50 main.BackgroundColor3 = Color3.new(1, 1, 1) main.Position = UDim2.new(1.16806722, 0, -18.7000008, 0) main.Size = UDim2.new(0, 561, 0, 254) main.Visible = false main.Style = Enum.FrameStyle.DropShadow main.Active = true main.Draggable = true title.Name = 'title' title.Parent = main title.BackgroundColor3 = Color3.new(0.666667, 0, 0) title.Position = UDim2.new(-0.0106951874, 0, -0.0354330689, 0) title.Size = UDim2.new(0, 561, 0, 21) title.Visible = false title.Font = Enum.Font.SciFi title.PlaceholderColor3 = Color3.new(0, 0, 0) title.Text = 'The Rake GUI' title.TextColor3 = Color3.new(0, 0, 0) title.TextSize = 14 title.TextStrokeColor3 = Color3.new(1, 0, 0) NoFog.Name = 'No Fog' NoFog.Parent = main NoFog.BackgroundColor3 = Color3.new(0, 0, 0) NoFog.Position = UDim2.new(0.0160427801, 0, 0.110236228, 0) NoFog.Size = UDim2.new(0, 149, 0, 50) NoFog.Visible = false NoFog.Font = Enum.Font.SourceSans NoFog.Text = 'No Fog' NoFog.TextColor3 = Color3.new(0.666667, 0, 0) NoFog.TextSize = 30 No Fog.MouseButton1Down:connect(function() game.Lighting.FogEnd = 999999999 end) DestroyRake.Name = 'Destroy Rake' DestroyRake.Parent = main DestroyRake.BackgroundColor3 = Color3.new(0, 0, 0) DestroyRake.Position = UDim2.new(0.0160427801, 0, 0.511811018, 0) DestroyRake.Size = UDim2.new(0, 149, 0, 50) DestroyRake.Visible = false DestroyRake.Font = Enum.Font.SourceSans DestroyRake.Text = 'Always Survive' DestroyRake.TextColor3 = Color3.new(0.666667, 0, 0) DestroyRake.TextSize = 24 Destroy Rake.MouseButton1Down:connect(function() game.Workspace.Rake:Destroy() end) credits.Name = 'credits' credits.Parent = frame50 credits.BackgroundColor3 = Color3.new(0.666667, 0, 0) credits.Position = UDim2.new(1.18487394, 0, 29.1499996, 0) credits.Size = UDim2.new(0, 559, 0, 21) credits.Visible = false credits.Font = Enum.Font.SciFi credits.PlaceholderColor3 = Color3.new(0, 0, 0) credits.Text = 'GUI Made By : luisninja116' credits.TextColor3 = Color3.new(0, 0, 0) credits.TextSize = 14 credits.TextStrokeColor3 = Color3.new(1, 0, 0) DestroyMapItems.Name = 'Destroy Map Items' DestroyMapItems.Parent = frame50 DestroyMapItems.BackgroundColor3 = Color3.new(0, 0, 0) DestroyMapItems.Position = UDim2.new(4.87394953, 0, 8.55000114, 0) DestroyMapItems.Size = UDim2.new(0, 149, 0, 50) DestroyMapItems.Visible = false DestroyMapItems.Font = Enum.Font.SourceSans DestroyMapItems.Text = 'Destroy Map Items' DestroyMapItems.TextColor3 = Color3.new(0.666667, 0, 0) DestroyMapItems.TextSize = 22 Destroy Map Items.MouseButton1Down:connect(function() game.Workspace.Map.InvisibleWalls:Destroy() game.Workspace.Map.TREES:Destroy() game.Workspace.Map.Benches:Destroy() game.Workspace.Map.Other:Destroy() end) TPtoRake.Name = 'TP to Rake' TPtoRake.Parent = frame50 TPtoRake.BackgroundColor3 = Color3.new(0, 0, 0) TPtoRake.Position = UDim2.new(4.88235283, 0, -11.3999996, 0) TPtoRake.Size = UDim2.new(0, 149, 0, 50) TPtoRake.Visible = false TPtoRake.Font = Enum.Font.SourceSans TPtoRake.Text = 'TP To Rake' TPtoRake.TextColor3 = Color3.new(0.666667, 0, 0) TPtoRake.TextSize = 30 TP to Rake.MouseButton1Down:connect(function() local d = game.Players.LocalPlayer.Character.HumanoidRootPart for i,v in pairs(game.Workspace:GetChildren()) do if v.name 'Rake' then for _, b in pairs(v:GetChildren()) do if b.name 'HumanoidRootPart' then d.CFrame = b.CFrame end end end end end) Close.Name = 'Close' Close.Parent = frame50 Close.BackgroundColor3 = Color3.new(0, 0, 0) Close.Position = UDim2.new(3.11688304, 0, -1.78976369, 0) Close.Size = UDim2.new(0, 149, 0, 50) Close.Visible = false Close.Font = Enum.Font.SourceSans Close.Text = 'Close' Close.TextColor3 = Color3.new(0.666667, 0, 0) Close.TextSize = 30 Close.MouseButton1Down:connect(function() frame.Visible = true main.Visible = false end) -- Scripts:

Related Articles

On Women: Mindset & Mastery

Understanding the Art of Seduction: The Ideal Lover & The Dandy

Understanding the Art of Seduction: The Siren

(This is the second part of a series on Seduction. Read here a primer on the series).

The Rake is the second persona described by Robert Greene, in his masterpiece, The Art of Seduction.The Rake has an unquenchable sexual passion for women. He can never have enough. A Rake uses an incredible repertoire of verbal skills and persuasion techniques to seduce women. Let's examine the details.

Let Passion Lead the Way

Let's go back to Part I of this series, where I describe the balance between passion and obsession:

Even when a man is successful, it isn't long until he is overwhelming her with attention. Like an anaconda squeezing the life out of its prey, such men suck the excitement out of women. Be aware of your intensity. You want to give a little, then pull back. This is referred to as a 'push pull technique.' It's unwise and dangerous to go overboard when pursuing a woman because it will allow her to think she 'has you.' Instead, maintain a sense of mystery. You want to show your interest, but not become obsessed. It will drive her wild and make her want you even more. This is the X factor, one that nearly every man lacks.

With the Rake person, you will do just that – make a woman think she has you. This is a slippery slope (as I alluded to) because you want to make the woman feel euphoria, but don't want to look soft and exploitable. Women are masters at identifying such things. As Robert Greene describes in the book:

'A woman is often defensive and can sense insincerity or calculation. But if she feels consumed by your attentions, and is confident you will do anything for her, she will notice nothing else about you, or will find a way to forgive your indiscretions.'

The Rake oozes passion. You must make a woman feel like she is all that matters to you in the world. Even though a Rake's attention span is fleeting, in the moment, he is wildly devoted to a woman's needs, primarily pleasure. You need to avoid distractions and focus 100% on the woman you are attempting to seduce. Listen to every word, and respond with confidence and poise. Slotocash no deposit 2016. Your intensity must be unmistakable!

Word to Live By

The Rake uses words to seduce, not his appearance. No persona speaks to the 'looks don't matter' theory than that of the Rake. Good looks are a bonus for the Rake, serving to enhance his impressive demeanor. Remember: Imperfect men can hold the keys to desire if they know how to act. You can thrive with women as long as you throw caution to the wind and have an unwavering sense of confidence. Some of history's greatest seducers were hardly attractive, but they possessed a key characteristic, a mastery of persuasive language. Their weapon was the spoken word and what a weapon this can be.

You want to master insinuation – mixing and matching words that infect women with a deep sense of attraction. Storytelling ability is also crucial; your ability to paint a mental portrait of your sexual desires is a cornerstone of the Rake persona. Women cannot resist such a verbal attack. The Rake holds nothing back – he will praise and promise his way into a woman's heart.

Be mindful of your pursuits. Just as you never choose the easy route in life, do not waste your time on women that you can have easily. Such pursuits are fruitless because they will never quench the thirst of a true Rake. The Rake is only interested when presented with a challenge. Due to strong seduction skills, the Rake targets top-tier women because they are the most attractive and thus pose the biggest test. Such a challenge keeps the Rake in the game. The Rake is filled with confidence, and nothing flames his competitive nature more than the pursuit of a woman who plays hard to get. His conquests are boring if there is no challenge during the seduction.

Women are attracted to men who embody a hint of danger and mystery. Such a man offers the thrill of the unique, an escape from boring, everyday life. I used Christian Grey to describe the Siren, and Grey can also easily be cast as a Rake. He gives his full attention to his targets, and intensifies his pursuits if faced with resistance. He stops at nothing to convince Anastasia that she must be his.Without such a challenge, Grey would simply walk away and pursue another conquest. The boredom would be overwhelming. It takes an apprehensive woman to keep a Rake's interest. The Rake will gladly devote time and energy to a woman he finds mesmerizing, but he will go the extra mile for one who makes him work for it.

You want to embody the qualities women obsess over – confidence, sarcasm, dominance, etc. – but you don't want to give in so much as to look desperate. If you stoop to predictability or neediness, a woman will begin to look elsewhere. Be bold and never be afraid to rock the boat to keep things interesting and mysterious.

Your Reputation Precedes You

Another crucial component of a Rake is his reputation. Women know he is promiscuous. A Rake is nearly impossible to tie down with commitment, but that only serves to make women more enthralled with him. He is honest and unashamed with his behavior – he is what he is and doesn't apologize for it. It is up to the woman to reel him in for good.

In the book, Robert Greene mentions the prolific Rake, Pablo Picasso. The world-renowned painter could never stay loyal to one woman, and was constantly looking for his next challenge. His passion was unmistakable, however. This Telegraph article describes his persona brilliantly:

Loyal, generous and affectionate when it suited him, Picasso could be astoundingly brutal, to friends, lovers, even complete strangers. Yet he felt real, often anguished passion for each of these women – a passion he explored in tens of thousands of paintings, drawings and prints, in which he attempted to capture not just the way these women looked, but the totality of his feelings towards them.

Passion mixed with reputation defines a successful Rake. He is a conqueror of women because of these traits. Instead of diminishing his value, his reputation enhances it. Why you ask? Road trip slot machine game. Women are attracted to men who have been deemed 'worthy' by other women. A man always surrounded by women is a man who is desired by the masses. Women know that there is something such a man possesses, and they want to find out more. A woman who is constantly on her toes becomes all the more attached to a man who can keep her there. The air of intrigue cuts deep.

Robert Greene perfectly captures this sentiment:

The Rake Multiplayer Download Free

'Better to be abandoned than undesired by such a man.'

A man known for his conquests offers an irresistible temptation for women. They can't help but imagine what he is like, and how he gets women to fall in love with him. Their dark side comes out, and they want nothing more than to be his next 'victim.' The Rake is instantaneously desirable because of two things:

  1. It will be fun to see how long they can resist his attempts at seduction.
  2. It will be a challenge to keep him loyal once they fall under his spell.

Openly, women will deny this venomously. It is only when they come face to face with a Rake that such feelings manifest. To be desired by a Rake is the ultimate ego boost. Plus, the challenge of trying to tame such a man is a woman's favorite game to play. The women who brush off the Rake are always the hardest to fall for him. It is with such women that the Rake gives his best efforts. The challenge is too good to pass up. The sense of fulfillment of such a conquest has no equal.

Because Alpha males are in rare supply (and dwindling rapidly); to hold one to one is a pinnacle achievement. Women dream of such men from the days of being a little girl. A woman will try and fail with such a man any day over being rejected by one. Better to plunge into his unpredictable world than suffer the blow of rejection.

Wrap Up

Rake Horror Game

Men who are successful with women have pieces of the Rake persona. Nothing motivates a Rake more than a challenge. Because most women are easy to conquer, one who denies his advances get his full attention and best efforts. Their passion takes over and they become obsessed. The Rake will stop at nothing until the seduction is complete. Once successful, however, the Rake will likely seek out another conquest. This makes women all the more attracted to him. Being with a Rake is only half the fun. The other half is attempting to keep him tame.

The Rake cares little for public opinion or socially accepted norms. He lives by his own code and rules. His words are more important than his looks, but make no mistake – the Rake persona is deadly when it comes to seduction. He shamelessly pursues women and his weapon of choice is a verbal arsenal of seductive overtones. He is desired because he offers an escape from predictability, bringing passionate chaos to a woman's life. Master the qualities of the Rake and never again will you fret over attracting women.

Want more of these articles? Be sure to sign up to my weekly e-mail list.

Comment below with any feedback or questions!





broken image