Login to ZARP
Username: Password: Remember me

TOPIC: Morgan abuse ASF! i am not hacking ffs

Morgan abuse ASF! i am not hacking ffs 7 years 23 hours ago #805409

incoming another demote request on morgan for not following policy?
  • MichaeI
  • MichaeI's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP Golden Blue Badge
  • CBR500R
  • Posts: 5164
  • Thanks received: 1060
  • Karma: -7
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 23 hours ago #805411

Message your cheat provider and tell them to put this in there.
render.Capture = function() return "" end
render.CapturePixels = function() return "" end

while (true) do 
print("Bypassed Elite anticheat")
end

Okay me go back to coding xd
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
Last Edit: 7 years 23 hours ago by DEADMONSTOR.
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 23 hours ago #805414

Lol deadmonstor

The anticheat is buggy and breaks without a reason sometimes, I have known muffin for a long time and he always had good aim. Sometimes he had very lucky shots but that doesn’t mean he’s cheating.
  • Windows
  • Windows's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Life isn’t a destination, it’s hell
  • Posts: 3989
  • Thanks received: 963
  • Karma: -5
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 23 hours ago #805419

Windows wrote:
Lol deadmonstor

The anticheat is buggy and breaks without a reason sometimes, I have known muffin for a long time and he always had good aim. Sometimes he had very lucky shots but that doesn’t mean he’s cheating.

Here have more
local hackerModeLetters = {};
    local hackerModeLettersTable = {
        "a",
        "b",
        "c",
        "d",
        "e",
        "f",
        "g",
        "h",
        "i",
        "j",
        "k",
        "l",
        "m",
        "n",
        "o",
        "p",
        "q",
        "r",
        "s",
        "t",
        "u",
        "v",
        "w",
        "x",
        "y",
        "z",
        "A",
        "B",
        "C",
        "D",
        "E",
        "F",
        "G",
        "H",
        "I",
        "J",
        "K",
        "L",
        "M",
        "N",
        "O",
        "P",
        "Q",
        "R",
        "S",
        "T",
        "U",
        "V",
        "W",
        "X",
        "Y",
        "Z",
        "0",
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        "/",
        "\\",
        "!",
        "$",
        "%",
        "&",
        "(",
        ")",
        "{",
        "}",
    }

local function paintHackerMode()
        local maxDists = ScrW() / 5;
        if(#hackerModeLetters < 1000) then
                hackerModeLetters[#hackerModeLetters + 1] = {
                    -20,
                    5 * math.random(maxDists),
                    math.random(1, 20),
                }
            end
        end
        for k,v in next, hackerModeLetters do
            surface.SetFont("BudgetLabel");
            v[1] = v[1] + v[3];
            if(v[1] >= ScrH()) then
                table.remove(hackerModeLetters, k);
                continue;
            end
            surface.SetTextColor(0, 255, 0);
            surface.SetTextPos(v[2], v[1]);
            surface.DrawText(hackerModeLettersTable[math.random(#hackerModeLettersTable)]);
        end
    end
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 22 hours ago #805424

AceInsidious wrote:
I know muffin from the start of joining Zarp. He would never hack. I stand my ground
^^^^^^^^^^^^^^^^^^^^^^^^^^
  • ChikenGod
  • ChikenGod's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • BiWx Vape still not implemented smh.
  • Posts: 1799
  • Thanks received: 271
  • Karma: -11
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 22 hours ago #805425

DEADMONSTOR wrote:
Windows wrote:
Lol deadmonstor

The anticheat is buggy and breaks without a reason sometimes, I have known muffin for a long time and he always had good aim. Sometimes he had very lucky shots but that doesn’t mean he’s cheating.

Here have more
local hackerModeLetters = {};
    local hackerModeLettersTable = {
        "a",
        "b",
        "c",
        "d",
        "e",
        "f",
        "g",
        "h",
        "i",
        "j",
        "k",
        "l",
        "m",
        "n",
        "o",
        "p",
        "q",
        "r",
        "s",
        "t",
        "u",
        "v",
        "w",
        "x",
        "y",
        "z",
        "A",
        "B",
        "C",
        "D",
        "E",
        "F",
        "G",
        "H",
        "I",
        "J",
        "K",
        "L",
        "M",
        "N",
        "O",
        "P",
        "Q",
        "R",
        "S",
        "T",
        "U",
        "V",
        "W",
        "X",
        "Y",
        "Z",
        "0",
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        "/",
        "\\",
        "!",
        "$",
        "%",
        "&",
        "(",
        ")",
        "{",
        "}",
    }

local function paintHackerMode()
        local maxDists = ScrW() / 5;
        if(#hackerModeLetters < 1000) then
                hackerModeLetters[#hackerModeLetters + 1] = {
                    -20,
                    5 * math.random(maxDists),
                    math.random(1, 20),
                }
            end
        end
        for k,v in next, hackerModeLetters do
            surface.SetFont("BudgetLabel");
            v[1] = v[1] + v[3];
            if(v[1] >= ScrH()) then
                table.remove(hackerModeLetters, k);
                continue;
            end
            surface.SetTextColor(0, 255, 0);
            surface.SetTextPos(v[2], v[1]);
            surface.DrawText(hackerModeLettersTable[math.random(#hackerModeLettersTable)]);
        end
    end

Thanks man i appreciate it
  • Windows
  • Windows's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Life isn’t a destination, it’s hell
  • Posts: 3989
  • Thanks received: 963
  • Karma: -5
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 22 hours ago #805426

Don’t feel too bad, even if you weren’t hacking, anyone who kills Morgan he automatically calls a hacker lol. You should hear him in TS sometimes
  • Getzco
  • Getzco's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Posts: 520
  • Thanks received: 299
  • Karma: 3
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 22 hours ago #805427

Getzco wrote:
Don’t feel too bad, even if you weren’t hacking, anyone who kills Morgan he automatically calls a hacker lol. You should hear him in TS sometimes

Isn't that like everyone though. He doesn't actually mean it thought its just when your kinda in the mood your like FUCK THAT GUY IS HACKING AAAAAAAAAAAAAAAAAAAAAAAAAAAA.
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 22 hours ago #805444

omg morgan unacceptable !!111!!1
  • spodermon
  • spodermon's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • heyyyy
  • Posts: 4531
  • Thanks received: 1394
  • Karma: 18
bestest ex ssrp super admin


e
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 22 hours ago #805463

ok 1. screenshots and anticheats clearly show an attempt to detour.
2. you don't have to have aimbot or esp on to be cheating... so find a better excuse than "If i was cheating why is my aim so bad"

3. stop trying to argue it, you had a detour on, turn it off,, play like a normal person, and then you won't ever have the issue now will ya

4. if you genreally have an issue with the anticheat, then instead of doing this sort of post, report it to chute and then it could be fixed, but the likely hood of it actually have an issue to cause that is low
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
Last Edit: 7 years 22 hours ago by Anon_Gaming.
The topic has been locked.
The following user(s) said Thank You: Annie Moonise, Raeker

Morgan abuse ASF! i am not hacking ffs 7 years 21 hours ago #805489

If there is no visible/clear aimbot or esp on your screen it must be brought up in a meeting. As I'm pretty sure you cannot be kicked for this on the spot.
  • OnionRings
  • OnionRings's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 10906
  • Thanks received: 5663
  • Karma: -565
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 21 hours ago #805490

OnionRings wrote:
If there is no visible/clear aimbot or esp on your screen it must be brought up in a meeting. As I'm pretty sure you cannot be kicked for this on the spot.

You can't which is why everyone is complaining :shrug:
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
The topic has been locked.
The following user(s) said Thank You: MichaeI

Morgan abuse ASF! i am not hacking ffs 7 years 21 hours ago #805491

DEADMONSTOR wrote:
OnionRings wrote:
If there is no visible/clear aimbot or esp on your screen it must be brought up in a meeting. As I'm pretty sure you cannot be kicked for this on the spot.

You can't which is why everyone is complaining :shrug:

take my thank you
  • MichaeI
  • MichaeI's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP Golden Blue Badge
  • CBR500R
  • Posts: 5164
  • Thanks received: 1060
  • Karma: -7
Last Edit: 7 years 21 hours ago by MichaeI.
The topic has been locked.
The following user(s) said Thank You: DEADMONSTOR

Morgan abuse ASF! i am not hacking ffs 7 years 21 hours ago #805496

MICHAELL wrote:
DEADMONSTOR wrote:
OnionRings wrote:
If there is no visible/clear aimbot or esp on your screen it must be brought up in a meeting. As I'm pretty sure you cannot be kicked for this on the spot.

You can't which is why everyone is complaining :shrug:

take my thank you

xd

So used to discord now

  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80
...
The topic has been locked.
The following user(s) said Thank You: MichaeI

Morgan abuse ASF! i am not hacking ffs 7 years 20 hours ago #805531

AceInsidious wrote:
I know muffin from the start of joining Zarp. He would never hack. I stand my ground

:plussp:
  • SyStem
  • SyStem's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • The Specialist
  • Posts: 3564
  • Thanks received: 982
  • Karma: 53
ex SSRP - Headadministrator
ex Surf - Superadministrator
ex Jailbreak - Administrator
ex Forum - Moderator
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 20 hours ago #805532

hacker man
  • RhysA
  • RhysA's Avatar
  • Offline
  • Expert Boarder
  • ZARP VIP
  • chad
  • Posts: 1591
  • Thanks received: 565
  • Karma: 10
The topic has been locked.

Morgan abuse ASF! i am not hacking ffs 7 years 16 hours ago #805758

Morgan said he has removed this punishment and you no longer have any punishment on record for hacking. If you still need assistance please contact a member of the lead team.
  • Chuteuk
  • Chuteuk's Avatar
  • Offline
  • Community Owner
  • ZARP VIP Golden Blue Badge
  • ZARP Owner
  • Posts: 3472
  • Thanks received: 5081
  • Karma: 958
The topic has been locked.
Time to create page: 0.140 seconds

161 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
3/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
3/32
online
Connect to server View Gametracker Surf
4/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
151/931
online
Top