Page 1 of 10 123 ... LastLast
Results 1 to 15 of 144
  1. #1
    Doodle313's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    368

    Complete script to clear all cheating reports, bad behavior etc

    Code:
    local clear = {}
    function clear.unload()
    print("Clearing Stats")	
    end
    function clear.tick()
        local playerPed = PLAYER.PLAYER_PED_ID()
        local player = PLAYER.GET_PLAYER_PED(playerPed)
        local playerExists = ENTITY.DOES_ENTITY_EXIST(playerPed) 
    	if(playerExists) then
    		if(get_key_pressed(110)) then
    			print("Clearing Stats")	
                                    STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_1ST_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_3RD_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_4TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_5TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_6TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_7TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_8TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_9TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_10TH_OFFENCE"), 0, true)
                                    STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_1ST_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_3RD_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_4TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_5TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_6TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_7TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_8TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_9TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_10TH_OFFENCE"), 0, true)		
                                    STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_1ST_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_3RD_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_4TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_5TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_6TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_7TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_8TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_9TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_10TH_OFFENCE"), 0, true)
                                    STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_1ST_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_3RD_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_4TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_5TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_6TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_7TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_8TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_9TH_OFFENCE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_10TH_OFFENCE"), 0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("BADSPORT_RESET_MINUTES"), 1.0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_RESET_MINUTES"), 1.0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_RESET_MINUTES"), 1.0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_RESET_MINUTES"), 1.0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_OVERALL_BADSPORT"), 0, true)
    				STATS.STAT_SET_BOOL(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_CHAR_IS_BADSPORT"), false, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_BECAME_BADSPORT_NUM"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BAD_SPORT_BITSET"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_CHEAT_BITSET"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_REPORT_STRENGTH"), 32, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_COMMEND_STRENGTH"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_FRIENDLY"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_HELPFUL"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_GRIEFING"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_OFFENSIVE_LANGUAGE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_OFFENSIVE_UGC"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_VC_HATE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_GAME_EXPLOITS"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_MPPLY_ISPUNISHED"), 0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_OVERALL_BADSPORT"), 0, true)
    				STATS.STAT_SET_BOOL(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_CHAR_IS_BADSPORT"), false, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_BECAME_BADSPORT_NUM"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BAD_SPORT_BITSET"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_CHEAT_BITSET"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_REPORT_STRENGTH"), 32, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_COMMEND_STRENGTH"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_FRIENDLY"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_HELPFUL"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_GRIEFING"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_OFFENSIVE_LANGUAGE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_OFFENSIVE_UGC"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_VC_HATE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_GAME_EXPLOITS"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_MPPLY_ISPUNISHED"), 0, true)
                                    STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_OVERALL_BADSPORT"), 0, true)
    				STATS.STAT_SET_BOOL(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_CHAR_IS_BADSPORT"), false, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_BECAME_BADSPORT_NUM"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BAD_SPORT_BITSET"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_CHEAT_BITSET"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_REPORT_STRENGTH"), 32, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_COMMEND_STRENGTH"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_FRIENDLY"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_HELPFUL"), 100, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_GRIEFING"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_OFFENSIVE_LANGUAGE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_OFFENSIVE_UGC"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_VC_HATE"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_GAME_EXPLOITS"), 0, true)
    				STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_MPPLY_ISPUNISHED"), 0, true)
    		end
    	end
    end
    
    return clear
    To use this script once in-game, you will need to press the (.) (del) key on the numpad.
    To use this script you will also need the lua plugin by headscript which can be found here https://www.mpgh.net/forum/showthread.php?t=949773
    If you found yourself in a cheating or bad player lobby, activate this script and wait a couple of minutes (might take 10+ minutes), it should put you in a normal lobby.
    if you don't know how to use notepad and change the extension, here is the script itself which you can just put in the scripts folder that came with the lua plugin.
    Virus scan: https://www.virustotal.com/en/file/b...is/1430214511/
    <b>Downloadable Files</b> Downloadable Files
    Last edited by akim14; 09-06-2015 at 07:20 AM.

  2. The Following 285 Users Say Thank You to Doodle313 For This Useful Post:

    1565074899 (06-18-2015),24233024 (08-19-2015),3dmalice (06-10-2015),445696963 (06-10-2015),4tehlolz420 (05-04-2015),527440470 (05-07-2015),964 (05-27-2015),969497261 (06-12-2015),a1710382497 (05-03-2015),a86205 (06-10-2015),Above_Beyond (05-24-2015),adk294u (07-08-2015),ag2uojsiqcpk (04-28-2015),aitoon888 (06-12-2015),Ajaynevercare (08-13-2015),AJP1993 (08-11-2015),alexander91rus (08-01-2015),AlexandrBorzoy (08-28-2015),Amithy (07-29-2015),Andre132 (07-28-2015),andy891203345 (06-13-2015),Anolas (07-20-2015),apasito (06-11-2015),armygaming (07-07-2015),atigateway (04-28-2015),Awaking (08-11-2015),AxonXi (06-10-2015),aymn1234 (08-20-2015),baidong (06-12-2015),Bantersaurus (04-28-2015),bbbule (06-17-2015),bedevil (06-14-2015),Bellmint (05-07-2015),BenBiton1191 (04-29-2015),bezon (08-09-2015),bheema (04-28-2015),Blackweld (08-01-2015),BodiesLies (05-02-2015),boombeem2006 (06-11-2015),Brannyt2000 (05-16-2015),breizhoneg (06-26-2015),Bug (06-10-2015),BVSWTGwegSRGrgsRGrtyw344 (04-30-2015),bylopezhd (06-12-2015),capntbag91 (04-28-2015),ceilort (08-29-2015),ChrisBlue (06-16-2015),CinnamonChicken (04-28-2015),comm (06-20-2015),Cpfaizauthar (08-20-2015),cruer23 (06-12-2015),cybapirate (06-15-2015),cyclonexhazard (04-28-2015),cz3163 (05-04-2015),damdam2 (06-12-2015),danyhappy (06-25-2015),dark_chocolate (07-22-2015),ddg228 (05-05-2015),Deathunt (04-29-2015),defender2016 (06-07-2015),denny70615 (04-28-2015),desertions (06-14-2015),dglzs (05-03-2015),die12107 (04-29-2015),Distracted_Recon (08-10-2015),DJ.owen (08-09-2015),djght (06-17-2015),dlfdjwkqdk (08-09-2015),doug2060 (09-02-2015),Drag0nR13 (08-31-2015),Drunk_Munky (05-24-2015),DylanMa (06-11-2015),easygogame (05-04-2015),Ebubekir (08-23-2015),edc6396 (04-28-2015),EduarD· (08-20-2015),eL33tpr0 (08-21-2015),eldo9898 (04-29-2015),eleapitoESP (04-28-2015),ESNSE (06-02-2015),Esoix (07-05-2015),evilrambo (05-01-2015),fastprop (08-16-2015),FBModderFresh (04-28-2015),Feardex (04-28-2015),flappieomatrut (07-20-2015),floits (06-15-2015),Flopac (07-30-2015),Flutes (04-30-2015),fn629396 (04-28-2015),FreezaEK (07-08-2015),Frogbeats (08-04-2015),Frozen4322 (04-29-2015),Fungasaurus (04-29-2015),gangster185 (07-20-2015),gccy1998 (08-21-2015),GEGWgwrgethaehehERHERH4R (04-28-2015),GenericPolarBear (04-29-2015),gengjian (04-29-2015),Gettheclicker (06-17-2015),GGF_Morpheus (06-20-2015),giovani25 (08-08-2015),gocartman (04-28-2015),Hard1337Styler (04-28-2015),Hartlee (05-24-2015),harvest655 (05-04-2015),Haxoert (04-28-2015),henrik172 (04-28-2015),hkndnr (07-23-2015),HOLDLAFS (08-28-2015),holyswordman (05-04-2015),homosapienboy (04-28-2015),hooda1080 (05-04-2015),Horseneigh (06-01-2015),hstq (04-28-2015),htagg (08-01-2015),hugob98 (07-22-2015),hunterlc113 (08-22-2015),HuskaIshelwood (04-30-2015),hypnos0313 (07-19-2015),iceBabyice (04-29-2015),icebond (05-14-2015),IEdmondI (05-10-2015),ImAGoodHacker (08-13-2015),imlivein5 (07-28-2015),iryzzh (05-28-2015),isosplz (04-29-2015),jackromen (04-29-2015),jamesbeess (07-20-2015),JawnCabrero (08-21-2015),jefferson88 (07-20-2015),JEKA_346 (06-13-2015),jlairby (07-05-2015),Jokerino97 (07-18-2015),Jollof (07-30-2015),jonaswees (08-17-2015),joni99 (06-22-2015),jonney1233 (07-06-2015),juanchow (06-24-2015),Juhyun12 (07-31-2015),julius7881 (08-16-2015),junclj (04-29-2015),JusteBelmond (06-17-2015),JustMulti (06-12-2015),kantzz1 (06-28-2015),KaosPranks (07-29-2015),kawo13 (07-20-2015),KevinChen (04-30-2015),ki1219 (04-29-2015),kohara_02 (04-30-2015),Konker131 (04-28-2015),Konng_ (08-29-2015),kpx555 (05-01-2015),kraykray1330 (04-28-2015),kubeanie (08-09-2015),Lienden (05-02-2015),Limited__ (09-03-2015),liqintan (07-23-2015),LI_Dwarf (06-11-2015),Lolle17 (05-04-2015),lpg1757 (07-30-2015),LUKITAS2002 (08-22-2015),Lulxx (06-16-2015),machreeoooo (05-09-2015),malskey (04-28-2015),mateaking97 (06-13-2015),Meark (04-28-2015),Medik776 (06-11-2015),Meeezz (08-10-2015),Mehoi (06-17-2015),Mengzk (06-18-2015),menlli (07-08-2015),methos974 (08-03-2015),michael.lau119 (06-10-2015),michaelpesch1 (08-27-2015),migetman01 (08-17-2015),mike1972 (06-25-2015),MinusSense (08-17-2015),ModsFreeAreForTV (07-07-2015),mr bridger (04-29-2015),Mr.FullOfMeister (07-25-2015),Mr.Taiwanese (05-06-2015),nerfkassadin (06-12-2015),NewImprisoned (06-10-2015),NightDev (06-09-2015),nodyarg (04-28-2015),NonePred (07-07-2015),Null1337 (06-20-2015),nwonis jap (07-07-2015),ocutinom (04-30-2015),onar (06-13-2015),pato_stilopro (06-18-2015),pencaskoi (07-25-2015),peoplekiller (08-31-2015),PES28 (06-12-2015),Phoenix (07-22-2015),pietertje77 (06-18-2015),pokeromia (06-12-2015),Poppy2k11 (04-28-2015),posaman (06-10-2015),psy.dark.13 (08-17-2015),q704284385 (05-27-2015),ransteo (06-17-2015),RedCriterion (08-17-2015),RequiredInformation (07-05-2015),Rockketman (04-28-2015),roots68 (07-31-2015),ruanrgm (05-30-2015),Rubbernubbs (04-28-2015),Rublicon (06-09-2015),s237277936 (06-12-2015),s286 (08-04-2015),Salamander_Pro (05-24-2015),salezar010 (07-28-2015),SalvationUnknown (06-13-2015),SamuelHc07 (06-21-2015),Saubatz (06-13-2015),sayurmayur (07-04-2015),Schwapp (05-01-2015),ScrabLord (08-26-2015),seagull1 (05-08-2015),seaskully (04-28-2015),shitsufren (08-23-2015),sinkung (06-16-2015),Sixop (09-28-2015),smartgg3 (06-12-2015),sn8k3 (08-03-2015),soap12345 (04-28-2015),soldys (08-11-2015),SonicXSSA (07-07-2015),steed96 (08-27-2015),superkill999 (05-06-2015),Supervhizor (04-28-2015),Tauren1988 (07-03-2015),teaKNyea (04-28-2015),temporary_accnt (07-31-2015),TeozTroy (04-29-2015),Terryss95 (06-11-2015),terymc (04-29-2015),TeslaSoldier (06-12-2015),th3_m4k3r (08-08-2015),theballie (04-29-2015),theflyingtuna (05-01-2015),thegamer747 (06-15-2015),TheLubben (08-21-2015),tk77185 (06-19-2015),tomia (06-11-2015),tonzpv (05-24-2015),Trisi (05-25-2015),Turborider (04-29-2015),twistedfoo (07-25-2015),tylerhaugen (07-27-2015),TyroneIsBlack (05-01-2015),Uberfuh2er (04-29-2015),venom418 (08-12-2015),VictorG1109 (08-23-2015),vincentluka (04-28-2015),vipsix1999 (06-17-2015),volcom1200 (11-08-2015),VSDeviluke (07-19-2015),W$^Uasetzh (04-28-2015),w138/83447686 (06-12-2015),weihaiwh (04-28-2015),whatsappsters (05-25-2015),wilson2384 (05-01-2015),Wintergrasped (05-01-2015),wo8437659 (05-03-2015),woshiyizi0800 (05-04-2015),Wozll (05-26-2015),ws34sd (05-01-2015),X.Razer (08-21-2015),x82049 (08-01-2015),xDestroyx (07-22-2015),xj168750 (08-18-2015),xopsteamx (05-08-2015),xsunstar (05-11-2015),yt819506609 (05-05-2015),yun990 (07-22-2015),Z-Nation (07-19-2015),Zamir622 (08-09-2015),zege007 (04-28-2015),zGustavoDian (08-20-2015),zhugong1 (04-28-2015),zmwwxa (09-05-2015),_ScoRpZz_ (04-29-2015)

  3. #2
    pyroblastGTA's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Location
    The Cloud
    Posts
    31
    Reputation
    10
    Thanks
    1
    Works like a charm - i had 2day bad player pool. all gone -

    Cookies for doodle, <3

  4. The Following User Says Thank You to pyroblastGTA For This Useful Post:

    gengjian (04-29-2015)

  5. #3
    Doodle313's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    368
    Quote Originally Posted by pyroblastGTA View Post
    Works like a charm - i had 2day bad player pool. all gone -

    Cookies for doodle, <3
    NP glad it worked out for you.

  6. The Following User Says Thank You to Doodle313 For This Useful Post:

    gengjian (04-29-2015)

  7. #4
    .Zer0's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    331
    Reputation
    11
    Thanks
    1,181
    My Mood
    Amused
    Good work
    /2short
    GTA V



    Don't send me friend request. I won't accept them if I don't know you or you are new.

  8. The Following User Says Thank You to .Zer0 For This Useful Post:

    gengjian (04-29-2015)

  9. #5
    CinnamonChicken's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Looks good.

  10. #6
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    //approved

  11. The Following User Says Thank You to Royce For This Useful Post:

    Doodle313 (04-28-2015)

  12. #7
    KillTheNoise's Avatar
    Join Date
    May 2013
    Gender
    female
    Posts
    5,444
    Reputation
    1073
    Thanks
    2,410
    Pretty basic script nice

  13. The Following User Says Thank You to KillTheNoise For This Useful Post:

    gengjian (04-29-2015)

  14. #8
    atigateway's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    10
    Great just what i was looking for.

    - - - Updated - - -

    I love these LUA scrips i think almost anything could be done.

  15. The Following User Says Thank You to atigateway For This Useful Post:

    gengjian (04-29-2015)

  16. #9
    Jasmine's Avatar
    Join Date
    Feb 2015
    Gender
    female
    Location
    Your heart <3
    Posts
    481
    Reputation
    19
    Thanks
    1,760
    My Mood
    Amused
    Quote Originally Posted by atigateway View Post
    Great just what i was looking for.

    - - - Updated - - -

    I love these LUA scrips i think almost anything could be done.
    You could already do anything with the NativeTraner SDK, using Natives pretty much lets you do ANYTHING in the game.

  17. The Following User Says Thank You to Jasmine For This Useful Post:

    gengjian (04-29-2015)

  18. #10
    iCaptain's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Can you get vac banned for this?

  19. #11
    beachcombet's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    How do i know that its activated? I press . on num and nothing changes

  20. #12
    slimmshaney2018's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Quote Originally Posted by iCaptain View Post
    Can you get vac banned for this?
    on a game without VAC, no you cannot and please don't ask something like that you sound silly.

  21. #13
    Atari1337's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    1,261
    My Mood
    Bored
    Anyone got this in c/c++ so i can work it into a menu?

  22. #14
    Moorpheus's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fukushima
    Posts
    200
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    strange, im hacking like a dick screwing up everyone and im still getting in normal lobbys

  23. #15
    Gryphius's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    South Africa
    Posts
    68
    Reputation
    10
    Thanks
    15
    My Mood
    Daring
    Sneaky... Nice work bud
    If I have helped you some, drop a thank on meh post ;D [IMG]https://i1050.photobucke*****m/albums/s414/glaceon-fan-girl/flying_griffin-journal-doll_1.gif[/IMG]
    So smexy Loving dat mpgh though, leave me some love and possibly kush. Put plate outside door and walk away slowly.






Page 1 of 10 123 ... LastLast

Similar Threads

  1. [Release] COMPLETE No reload/Rapidfire [all guns]
    By J0shin707 in forum CrossFire Mods & Rez Modding
    Replies: 225
    Last Post: 08-18-2010, 08:26 PM
  2. The Cheat Report (complete)
    By Fleur in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 12
    Last Post: 08-14-2010, 10:34 PM
  3. Update incoming! Turn off all cheats!
    By Bizon_xD in forum Battlefield Heroes Hacks
    Replies: 18
    Last Post: 08-27-2009, 10:24 AM
  4. How do I clear all hacks from CA?
    By XxDrazzoXxZ in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 10-26-2008, 11:30 AM
  5. all cheat engines gone
    By bdrid007 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 06-30-2007, 03:24 PM