Map name: Paranormal Underworld 2.1
Link: http://www.epicwar.com/maps/275137/
Cheats: JJCP + Fukki`s CP
Activator: any
Thanks in advance and i hope somebody can do this.
[JJCP + Fukki`s CP] Paranormal Underworld 2.1
Moderator: Cheaters
-
- Junior Member
- Posts: 28
- Joined: May 12th, 2017, 8:01 am
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
-
- Co-Admin
- Posts: 3128
- Joined: March 23rd, 2016, 8:06 pm
- Has thanked: 10 times
- Been thanked: 54 times
Re: [JJCP + Fukki`s CP] Paranormal Underworld 2.1
Both CP Added.
You do not have the required permissions to view the files attached to this post.
-
- Junior Member
- Posts: 28
- Joined: May 12th, 2017, 8:01 am
Re: [JJCP + Fukki`s CP] Paranormal Underworld 2.1
THX!devoltz wrote:Both CP Added.
Could you add Item list please?
-
- Newcomer
- Posts: 6
- Joined: October 7th, 2017, 12:57 pm
-
- Newcomer
- Posts: 6
- Joined: October 7th, 2017, 12:57 pm
Re: [JJCP + Fukki`s CP] Paranormal Underworld 2.1
Code: Select all
globals
integer ANTICHEAT__AtrMX=20000
integer ANTICHEAT__u_antch_id=0x68303132
integer ANTICHEAT__pig_id=0x6E706967
location ANTICHEAT__loc_antch
timer ANTICHEAT__tm_antch=CreateTimer()
timer ANTICHEAT__tm_res=CreateTimer()
unit ANTICHEAT__u_antch
boolean ANTICHEAT__CinemaB=true
integer array ANTICHEAT__p_gold
integer array ANTICHEAT__p_lumber
integer array ANTICHEAT__p_heroexp
integer ANTICHEAT__p_goldM=GetRandomInt(2356897,5971529)
integer ANTICHEAT__p_lumberM=GetRandomInt(2356897,5971529)
integer ANTICHEAT__p_heroexpM=GetRandomInt(1085234756,1992374165)
integer array ANTICHEAT__p_str
integer array ANTICHEAT__p_dex
integer array ANTICHEAT__p_mid
integer ANTICHEAT__p_strM=GetRandomInt(45483,97658)
integer ANTICHEAT__p_dexM=GetRandomInt(45483,97658)
integer ANTICHEAT__p_midM=GetRandomInt(45483,97658)
boolean array ANTICHEAT__p_gold_b
boolean array ANTICHEAT__p_lumber_b
boolean array ANTICHEAT__p_heroexp_b
boolean array ANTICHEAT__p_str_b
boolean array ANTICHEAT__p_dex_b
boolean array ANTICHEAT__p_mid_b
trigger ANTICHEAT__trg_reg_res=CreateTrigger()
trigger ANTICHEAT__trg_reg_res_mdead=CreateTrigger()
trigger ANTICHEAT__trg_reg_lup=CreateTrigger()
-
- Co-Admin
- Posts: 3128
- Joined: March 23rd, 2016, 8:06 pm
- Has thanked: 10 times
- Been thanked: 54 times
Re: [JJCP + Fukki`s CP] Paranormal Underworld 2.1
I even looked into anticheats because no one warned me about it, but it's pretty simple to removeAlex123321 wrote:How to remove anti-cheat on mx and Exp ????Code: Select all
globals integer ANTICHEAT__AtrMX=20000 integer ANTICHEAT__u_antch_id=0x68303132 integer ANTICHEAT__pig_id=0x6E706967 location ANTICHEAT__loc_antch timer ANTICHEAT__tm_antch=CreateTimer() timer ANTICHEAT__tm_res=CreateTimer() unit ANTICHEAT__u_antch boolean ANTICHEAT__CinemaB=true integer array ANTICHEAT__p_gold integer array ANTICHEAT__p_lumber integer array ANTICHEAT__p_heroexp integer ANTICHEAT__p_goldM=GetRandomInt(2356897,5971529) integer ANTICHEAT__p_lumberM=GetRandomInt(2356897,5971529) integer ANTICHEAT__p_heroexpM=GetRandomInt(1085234756,1992374165) integer array ANTICHEAT__p_str integer array ANTICHEAT__p_dex integer array ANTICHEAT__p_mid integer ANTICHEAT__p_strM=GetRandomInt(45483,97658) integer ANTICHEAT__p_dexM=GetRandomInt(45483,97658) integer ANTICHEAT__p_midM=GetRandomInt(45483,97658) boolean array ANTICHEAT__p_gold_b boolean array ANTICHEAT__p_lumber_b boolean array ANTICHEAT__p_heroexp_b boolean array ANTICHEAT__p_str_b boolean array ANTICHEAT__p_dex_b boolean array ANTICHEAT__p_mid_b trigger ANTICHEAT__trg_reg_res=CreateTrigger() trigger ANTICHEAT__trg_reg_res_mdead=CreateTrigger() trigger ANTICHEAT__trg_reg_lup=CreateTrigger()
U just have to counter the anticheat function.
Here's a version with none anticheat.
You do not have the required permissions to view the files attached to this post.
-
- Junior Member
- Posts: 28
- Joined: May 12th, 2017, 8:01 am
-
- Newcomer
- Posts: 6
- Joined: October 7th, 2017, 12:57 pm
Re: [JJCP + Fukki`s CP] Paranormal Underworld 2.1
there is no empty there for me, I'm not professional in this business.
You do not have the required permissions to view the files attached to this post.
-
- Co-Admin
- Posts: 3128
- Joined: March 23rd, 2016, 8:06 pm
- Has thanked: 10 times
- Been thanked: 54 times
Re: [JJCP + Fukki`s CP] Paranormal Underworld 2.1
He meant the item rawcodesAlex123321 wrote:there is no empty there for me, I'm not professional in this business.
You do not have the required permissions to view the files attached to this post.