i know its possible to add a password you must type within x minutes and if you dont type it the game kicks you
who can give me lines i must add in a normal JJCP activated by name to add that password
thanks in advice
[JASS]Password to counter spoofers
Moderator: Cheaters
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [JASS]Password to counter spoofers
It is possible. But it the password can be found. The question is, how good can you hide it?
I made an encoder back in the day, still if you follow the process it can be found and used.
But a simple example for JJ's CP as you asked is a rather easy thing to do.
Here is the Name activator from JJ's CP:
Here is my edited version with the code in it with the new functions needed
And here are the globals you need for that
Replace the data in the variables. PASSWORD contains the code and TIME_TO_KICK is the time you have to write the code until you are kicked.
I made an encoder back in the day, still if you follow the process it can be found and used.
But a simple example for JJ's CP as you asked is a rather easy thing to do.
Here is the Name activator from JJ's CP:
Spoiler:
Spoiler:
Spoiler:
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
Re: [JASS]Password to counter spoofers
Thanks alot bro you're the best
EDIT: After testing it i found out that the game crashs as soon as you click on the cheated map i used basic JJCP and added your globals and replaced "function StringRaw2 takes nothing returns nothing" with the password functions and the new stringraw2
EDIT2:I though about something,is it possible to make the guy who doesnt type the pass in time crash instead of disconected ?
EDIT: After testing it i found out that the game crashs as soon as you click on the cheated map i used basic JJCP and added your globals and replaced "function StringRaw2 takes nothing returns nothing" with the password functions and the new stringraw2
EDIT2:I though about something,is it possible to make the guy who doesnt type the pass in time crash instead of disconected ?
-
- Newcomer
- Posts: 2
- Joined: November 2nd, 2011, 4:50 pm
Re: [JASS]Password to counter spoofers
help me ! I can't add password if add it can't kick player.
Fix : function checkSpoofer takes integer spooferId returns nothing
call TriggerSleepAction(TIME_TO_KICK)
if PASSWORD_CHECK then
Fix : function checkSpoofer takes integer spooferId returns nothing
call TriggerSleepAction(TIME_TO_KICK)
if PASSWORD_CHECK then