[2014] Trollbeit 0.3x R1

Monstercat

Well-known member
Joined
Feb 26, 2013
Messages
281
Reaction score
5
Here some LUA functions:

Keybinds:
Code:
function onKeyDown(key)
		
	if key == 100 then
		samp.say("/motor")
	elseif key == 101 then
		samp.say("/lock")
	elseif key == 49 then
		samp.say("/contracts")
	elseif key == 50 then
		samp.say("/ausruesten")
	elseif key == 51 then
		samp.say("/mask")
	elseif key == 97 then
		samp.say("/stats")	
	elseif key == 98 then
		samp.say("/heal")
	elseif key == 99 then
		samp.say("/motor")
		samp.say("/fill")
	elseif key == 13 then
		samp.say("/enter")
		samp.say("/exit")
	end
end

nDisplay:
Code:
local p_sampLoaded = false
local displayW, displayH = 0,0
local p_InformationFont = render.createFont( "Arial", 7 )
local p_InformationFontHeight = 8

function onGameFrame() 
	if p_sampLoaded and samp.getState() ~= STATE_NONE then
		
		if p_InformationFont ~= nil then
		
			local nearestPlayer, nearestPlayerDistance = samp.getNearestPlayer()
			local spacing = 0
			local ownPlayerID = samp.getOwnPlayerID()
			local text = nil
			
			if ownPlayerID ~= nil then
				text = string.format("> %s [%d]", samp.getPlayerName(ownPlayerID), ownPlayerID)
				render.draw ( p_InformationFont, 1,(displayH+p_InformationFontHeight + spacing)/2, 255,169,196,228, text)
				spacing = spacing + 30
				
				
				local ownVehicle = samp.getOwnVehicleID()
				if ownVehicle ~= nil and ownVehicle ~= 65535 then
					text = string.format("> Own Vehicle: %d | Doors: %s", ownVehicle, ((samp.getVehicleLockState(ownVehicle)) == true and 'Locked' or 'Not locked') )
					render.draw ( p_InformationFont, 1,(displayH+p_InformationFontHeight + spacing)/2, 255,169,196,228, text)
					spacing = spacing + 30				
				end
				
			end
			
			if nearestPlayer ~= nil then
				text = string.format("> Nearest Player: %s | Distance: %0.0f", samp.getPlayerName(nearestPlayer), nearestPlayerDistance)
				render.draw ( p_InformationFont,1,(displayH+p_InformationFontHeight + spacing)/2, 255,169,196,228, text);
			end
			
		end
	end
end

Functions by 0x688
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,116
Reaction score
167
If you have Errors SEND ME THE FCK*** ERROR LOG  :angry:
 

Lugi.

Active member
Joined
Sep 25, 2013
Messages
60
Reaction score
0
Based NIGGUH, But Thanks must test this project right now.
tumblr_ln6a1w4c2b1qce4zwo1_1280.jpg
 

sunniiii

Member
Joined
Feb 9, 2014
Messages
5
Reaction score
0
0x688 link said:
If you have Errors SEND ME THE FCK*** ERROR LOG  :angry:

Dude i know your feeling, but i sent you the log already.. :(


mod_sa log:

[09:00:47.802] Initializing Trollbeit  Public Version
[09:00:47.802] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09:00:47.802] OS: Windows Version 6.1536.6000
[09:00:47.803] Wrong number of arguments (10) for rpg_nametags_special
[09:00:47.804] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09:00:47.804] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x040E0000
[09:00:47.804] [FRIENDLIST:] Adding Friend 0x688
[09:00:47.804] [FRIENDLIST:] Adding Friend 0X688
[09:00:47.804] [FRIENDLIST:] Adding Friend 0x_
[09:00:47.804] [FRIENDLIST:] Adding Friend [UGB]0x688
[09:00:50.107] Sprite texture loaded.
[09:00:54.079] Using SA:MP Version: 0.3x-R1-2
[09:00:55.160] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09:00:55.160] Cause: EXCEPTION_ACCESS_VIOLATION
[09:00:55.439] Exception occurred at: 0x10C7A23D
[09:00:55.439] Cause: EXCEPTION_ACCESS_VIOLATION
[09:00:55.443] Exception occurred at: 0x10C7A23D
[09:00:55.443] Cause: EXCEPTION_ACCESS_VIOLATION

mod_sa_all.log
[09-02-2014 || 08:52:37.585] Initializing Trollbeit  Public Version
[09-02-2014 || 08:52:37.585] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:52:37.585] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:52:37.586] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:52:37.587] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:52:37.587] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F90000
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:52:40.555] Sprite texture loaded.
[09-02-2014 || 08:52:49.784] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:52:55.741] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:52:55.741] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:52:56.202] Exception occurred at: 0x134BA23D
[09-02-2014 || 08:52:56.202] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:52:56.208] Exception occurred at: 0x134BA23D
[09-02-2014 || 08:52:56.208] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:29.476] Initializing Trollbeit  Public Version
[09-02-2014 || 08:54:29.476] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:54:29.476] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:54:29.477] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:54:29.478] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:54:29.478] samp.dll not found. Running in basic mode.
[09-02-2014 || 08:54:32.267] Exception occurred at: 0x5C12DFD ( d3d9.dll+0x72DFD )
[09-02-2014 || 08:54:32.267] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:32.267]  ---------------------------------------------------------------------
[09-02-2014 || 08:54:32.267]  Trollbeit  Public Version has crashed.
[09-02-2014 || 08:54:32.267]  Base address: 0x05BA0000, SA:MP base address: 0x00000000
[09-02-2014 || 08:54:32.267]  Exception at address: 0x05C12DFD, Last function processed: proxyIDirect3DDevice9::present()
[09-02-2014 || 08:54:32.267]  Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:32.267]  Attempted to write to: 0x0053e94c
[09-02-2014 || 08:54:32.268]  EAX: 0x00000020 || ESI: 0x00000000
[09-02-2014 || 08:54:32.268]  EBX: 0x00000000 || EDI: 0x03e3b238
[09-02-2014 || 08:54:32.268]  ECX: 0x05c59b8c || EBP: 0x75476c30
[09-02-2014 || 08:54:32.268]  EDX: 0x05ecbf77 || ESP: 0x0028fd48
[09-02-2014 || 08:54:32.268]  --------------------------------------------------------------------- 1
[09-02-2014 || 08:54:41.513] Exited

[09-02-2014 || 08:54:47.332] Initializing Trollbeit  Public Version
[09-02-2014 || 08:54:47.332] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:54:47.332] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:54:47.333] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:54:47.334] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:54:47.334] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F40000
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:54:50.132] Sprite texture loaded.
[09-02-2014 || 08:54:58.683] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:55:04.644] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:55:04.644] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:05.106] Exception occurred at: 0x1433A23D
[09-02-2014 || 08:55:05.106] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:05.111] Exception occurred at: 0x1433A23D
[09-02-2014 || 08:55:05.111] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:26.560] Initializing Trollbeit  Public Version
[09-02-2014 || 08:55:26.560] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:55:26.560] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:55:26.561] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:55:26.563] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:55:26.563] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F30000
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:55:29.393] Sprite texture loaded.
[09-02-2014 || 08:55:37.886] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:55:43.999] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:55:43.999] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:44.450] Exception occurred at: 0x12EBA23D
[09-02-2014 || 08:55:44.450] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:44.456] Exception occurred at: 0x12EBA23D
[09-02-2014 || 08:55:44.456] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:41.620] Initializing Trollbeit  Public Version
[09-02-2014 || 08:57:41.620] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:57:41.620] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:57:41.621] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:57:41.622] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:57:41.622] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F80000
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:57:44.426] Sprite texture loaded.
[09-02-2014 || 08:57:53.225] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:57:59.153] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:57:59.153] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:59.596] Exception occurred at: 0x136BA23D
[09-02-2014 || 08:57:59.596] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:59.601] Exception occurred at: 0x136BA23D
[09-02-2014 || 08:57:59.601] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:47.802] Initializing Trollbeit  Public Version
[09-02-2014 || 09:00:47.802] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 09:00:47.802] OS: Windows Version 6.1536.6000
[09-02-2014 || 09:00:47.803] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 09:00:47.804] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 09:00:47.804] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x040E0000
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 09:00:50.107] Sprite texture loaded.
[09-02-2014 || 09:00:54.079] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 09:00:55.160] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 09:00:55.160] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:55.439] Exception occurred at: 0x10C7A23D
[09-02-2014 || 09:00:55.439] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:55.443] Exception occurred at: 0x10C7A23D
[09-02-2014 || 09:00:55.443] Cause: EXCEPTION_ACCESS_VIOLATION
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
104
Where is advanced aimbot tweaks like..

Team check [Color]
Team check [Team]
Team check [Skin]

And auto aim at target like in s0nictz because my aim is to shitty to actually make the aimbot lock on + It always switches sos for the annoying criticism but ya know just a suggestion.
 

Lugi.

Active member
Joined
Sep 25, 2013
Messages
60
Reaction score
0
Thanks Nigguh all is working fine with my windows 8 at this moment Rofl.
@people you just need the requirements but i'm to lazy to make a thread huehue

Proof:
6Qb97.jpg
 

sunniiii

Member
Joined
Feb 9, 2014
Messages
5
Reaction score
0
Jashyz link said:
Thanks Nigguh all is working fine with my windows 8 at this moment Rofl.
@people you just need the requirements but i'm to lazy to make a thread huehue

What massafakkin requirements??  :imoverit:
link pliz
 

KingOfZion

Well-known member
Joined
Feb 20, 2013
Messages
208
Reaction score
4
sunniiii link said:
[quote author=0x688 link=topic=5240.msg29949#msg29949 date=1391978945]
If you have Errors SEND ME THE FCK*** ERROR LOG  :angry:

Dude i know your feeling, but i sent you the log already.. :(


mod_sa log:

[09:00:47.802] Initializing Trollbeit  Public Version
[09:00:47.802] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09:00:47.802] OS: Windows Version 6.1536.6000
[09:00:47.803] Wrong number of arguments (10) for rpg_nametags_special
[09:00:47.804] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09:00:47.804] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x040E0000
[09:00:47.804] [FRIENDLIST:] Adding Friend 0x688
[09:00:47.804] [FRIENDLIST:] Adding Friend 0X688
[09:00:47.804] [FRIENDLIST:] Adding Friend 0x_
[09:00:47.804] [FRIENDLIST:] Adding Friend [UGB]0x688
[09:00:50.107] Sprite texture loaded.
[09:00:54.079] Using SA:MP Version: 0.3x-R1-2
[09:00:55.160] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09:00:55.160] Cause: EXCEPTION_ACCESS_VIOLATION
[09:00:55.439] Exception occurred at: 0x10C7A23D
[09:00:55.439] Cause: EXCEPTION_ACCESS_VIOLATION
[09:00:55.443] Exception occurred at: 0x10C7A23D
[09:00:55.443] Cause: EXCEPTION_ACCESS_VIOLATION

mod_sa_all.log
[09-02-2014 || 08:52:37.585] Initializing Trollbeit  Public Version
[09-02-2014 || 08:52:37.585] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:52:37.585] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:52:37.586] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:52:37.587] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:52:37.587] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F90000
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:52:40.555] Sprite texture loaded.
[09-02-2014 || 08:52:49.784] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:52:55.741] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:52:55.741] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:52:56.202] Exception occurred at: 0x134BA23D
[09-02-2014 || 08:52:56.202] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:52:56.208] Exception occurred at: 0x134BA23D
[09-02-2014 || 08:52:56.208] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:29.476] Initializing Trollbeit  Public Version
[09-02-2014 || 08:54:29.476] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:54:29.476] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:54:29.477] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:54:29.478] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:54:29.478] samp.dll not found. Running in basic mode.
[09-02-2014 || 08:54:32.267] Exception occurred at: 0x5C12DFD ( d3d9.dll+0x72DFD )
[09-02-2014 || 08:54:32.267] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:32.267]  ---------------------------------------------------------------------
[09-02-2014 || 08:54:32.267]  Trollbeit  Public Version has crashed.
[09-02-2014 || 08:54:32.267]  Base address: 0x05BA0000, SA:MP base address: 0x00000000
[09-02-2014 || 08:54:32.267]  Exception at address: 0x05C12DFD, Last function processed: proxyIDirect3DDevice9::present()
[09-02-2014 || 08:54:32.267]  Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:32.267]  Attempted to write to: 0x0053e94c
[09-02-2014 || 08:54:32.268]  EAX: 0x00000020 || ESI: 0x00000000
[09-02-2014 || 08:54:32.268]  EBX: 0x00000000 || EDI: 0x03e3b238
[09-02-2014 || 08:54:32.268]  ECX: 0x05c59b8c || EBP: 0x75476c30
[09-02-2014 || 08:54:32.268]  EDX: 0x05ecbf77 || ESP: 0x0028fd48
[09-02-2014 || 08:54:32.268]  --------------------------------------------------------------------- 1
[09-02-2014 || 08:54:41.513] Exited

[09-02-2014 || 08:54:47.332] Initializing Trollbeit  Public Version
[09-02-2014 || 08:54:47.332] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:54:47.332] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:54:47.333] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:54:47.334] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:54:47.334] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F40000
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:54:50.132] Sprite texture loaded.
[09-02-2014 || 08:54:58.683] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:55:04.644] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:55:04.644] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:05.106] Exception occurred at: 0x1433A23D
[09-02-2014 || 08:55:05.106] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:05.111] Exception occurred at: 0x1433A23D
[09-02-2014 || 08:55:05.111] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:26.560] Initializing Trollbeit  Public Version
[09-02-2014 || 08:55:26.560] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:55:26.560] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:55:26.561] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:55:26.563] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:55:26.563] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F30000
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:55:29.393] Sprite texture loaded.
[09-02-2014 || 08:55:37.886] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:55:43.999] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:55:43.999] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:44.450] Exception occurred at: 0x12EBA23D
[09-02-2014 || 08:55:44.450] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:44.456] Exception occurred at: 0x12EBA23D
[09-02-2014 || 08:55:44.456] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:41.620] Initializing Trollbeit  Public Version
[09-02-2014 || 08:57:41.620] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:57:41.620] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:57:41.621] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:57:41.622] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:57:41.622] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F80000
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:57:44.426] Sprite texture loaded.
[09-02-2014 || 08:57:53.225] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:57:59.153] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:57:59.153] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:59.596] Exception occurred at: 0x136BA23D
[09-02-2014 || 08:57:59.596] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:59.601] Exception occurred at: 0x136BA23D
[09-02-2014 || 08:57:59.601] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:47.802] Initializing Trollbeit  Public Version
[09-02-2014 || 09:00:47.802] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 09:00:47.802] OS: Windows Version 6.1536.6000
[09-02-2014 || 09:00:47.803] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 09:00:47.804] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 09:00:47.804] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x040E0000
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 09:00:50.107] Sprite texture loaded.
[09-02-2014 || 09:00:54.079] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 09:00:55.160] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 09:00:55.160] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:55.439] Exception occurred at: 0x10C7A23D
[09-02-2014 || 09:00:55.439] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:55.443] Exception occurred at: 0x10C7A23D
[09-02-2014 || 09:00:55.443] Cause: EXCEPTION_ACCESS_VIOLATION
[/quote]

> [09:00:54.079] Using SA:MP Version: 0.3x-R1-2  :face_palm: You must use only R1 !  :angry:
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
KingOfZion link said:
[quote author=sunniiii link=topic=5240.msg29955#msg29955 date=1391980237]
[quote author=0x688 link=topic=5240.msg29949#msg29949 date=1391978945]
If you have Errors SEND ME THE FCK*** ERROR LOG  :angry:

Dude i know your feeling, but i sent you the log already.. :(


mod_sa log:

[09:00:47.802] Initializing Trollbeit  Public Version
[09:00:47.802] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09:00:47.802] OS: Windows Version 6.1536.6000
[09:00:47.803] Wrong number of arguments (10) for rpg_nametags_special
[09:00:47.804] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09:00:47.804] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x040E0000
[09:00:47.804] [FRIENDLIST:] Adding Friend 0x688
[09:00:47.804] [FRIENDLIST:] Adding Friend 0X688
[09:00:47.804] [FRIENDLIST:] Adding Friend 0x_
[09:00:47.804] [FRIENDLIST:] Adding Friend [UGB]0x688
[09:00:50.107] Sprite texture loaded.
[09:00:54.079] Using SA:MP Version: 0.3x-R1-2
[09:00:55.160] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09:00:55.160] Cause: EXCEPTION_ACCESS_VIOLATION
[09:00:55.439] Exception occurred at: 0x10C7A23D
[09:00:55.439] Cause: EXCEPTION_ACCESS_VIOLATION
[09:00:55.443] Exception occurred at: 0x10C7A23D
[09:00:55.443] Cause: EXCEPTION_ACCESS_VIOLATION

mod_sa_all.log
[09-02-2014 || 08:52:37.585] Initializing Trollbeit  Public Version
[09-02-2014 || 08:52:37.585] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:52:37.585] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:52:37.586] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:52:37.587] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:52:37.587] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F90000
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:52:37.587] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:52:40.555] Sprite texture loaded.
[09-02-2014 || 08:52:49.784] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:52:55.741] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:52:55.741] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:52:56.202] Exception occurred at: 0x134BA23D
[09-02-2014 || 08:52:56.202] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:52:56.208] Exception occurred at: 0x134BA23D
[09-02-2014 || 08:52:56.208] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:29.476] Initializing Trollbeit  Public Version
[09-02-2014 || 08:54:29.476] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:54:29.476] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:54:29.477] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:54:29.478] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:54:29.478] samp.dll not found. Running in basic mode.
[09-02-2014 || 08:54:32.267] Exception occurred at: 0x5C12DFD ( d3d9.dll+0x72DFD )
[09-02-2014 || 08:54:32.267] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:32.267]  ---------------------------------------------------------------------
[09-02-2014 || 08:54:32.267]  Trollbeit  Public Version has crashed.
[09-02-2014 || 08:54:32.267]  Base address: 0x05BA0000, SA:MP base address: 0x00000000
[09-02-2014 || 08:54:32.267]  Exception at address: 0x05C12DFD, Last function processed: proxyIDirect3DDevice9::present()
[09-02-2014 || 08:54:32.267]  Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:54:32.267]  Attempted to write to: 0x0053e94c
[09-02-2014 || 08:54:32.268]  EAX: 0x00000020 || ESI: 0x00000000
[09-02-2014 || 08:54:32.268]  EBX: 0x00000000 || EDI: 0x03e3b238
[09-02-2014 || 08:54:32.268]  ECX: 0x05c59b8c || EBP: 0x75476c30
[09-02-2014 || 08:54:32.268]  EDX: 0x05ecbf77 || ESP: 0x0028fd48
[09-02-2014 || 08:54:32.268]  --------------------------------------------------------------------- 1
[09-02-2014 || 08:54:41.513] Exited

[09-02-2014 || 08:54:47.332] Initializing Trollbeit  Public Version
[09-02-2014 || 08:54:47.332] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:54:47.332] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:54:47.333] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:54:47.334] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:54:47.334] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F40000
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:54:47.335] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:54:50.132] Sprite texture loaded.
[09-02-2014 || 08:54:58.683] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:55:04.644] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:55:04.644] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:05.106] Exception occurred at: 0x1433A23D
[09-02-2014 || 08:55:05.106] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:05.111] Exception occurred at: 0x1433A23D
[09-02-2014 || 08:55:05.111] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:26.560] Initializing Trollbeit  Public Version
[09-02-2014 || 08:55:26.560] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:55:26.560] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:55:26.561] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:55:26.563] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:55:26.563] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F30000
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:55:26.563] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:55:29.393] Sprite texture loaded.
[09-02-2014 || 08:55:37.886] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:55:43.999] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:55:43.999] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:44.450] Exception occurred at: 0x12EBA23D
[09-02-2014 || 08:55:44.450] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:55:44.456] Exception occurred at: 0x12EBA23D
[09-02-2014 || 08:55:44.456] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:41.620] Initializing Trollbeit  Public Version
[09-02-2014 || 08:57:41.620] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 08:57:41.620] OS: Windows Version 6.1536.6000
[09-02-2014 || 08:57:41.621] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 08:57:41.622] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 08:57:41.622] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x03F80000
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 08:57:41.622] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 08:57:44.426] Sprite texture loaded.
[09-02-2014 || 08:57:53.225] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 08:57:59.153] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 08:57:59.153] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:59.596] Exception occurred at: 0x136BA23D
[09-02-2014 || 08:57:59.596] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 08:57:59.601] Exception occurred at: 0x136BA23D
[09-02-2014 || 08:57:59.601] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:47.802] Initializing Trollbeit  Public Version
[09-02-2014 || 09:00:47.802] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[09-02-2014 || 09:00:47.802] OS: Windows Version 6.1536.6000
[09-02-2014 || 09:00:47.803] Wrong number of arguments (10) for rpg_nametags_special
[09-02-2014 || 09:00:47.804] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[09-02-2014 || 09:00:47.804] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x040E0000
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0x688
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0X688
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend 0x_
[09-02-2014 || 09:00:47.804] [FRIENDLIST:] Adding Friend [UGB]0x688
[09-02-2014 || 09:00:50.107] Sprite texture loaded.
[09-02-2014 || 09:00:54.079] Using SA:MP Version: 0.3x-R1-2
[09-02-2014 || 09:00:55.160] Exception occurred at: 0x4D8852 ( gta_sa.exe+0xD8852 )
[09-02-2014 || 09:00:55.160] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:55.439] Exception occurred at: 0x10C7A23D
[09-02-2014 || 09:00:55.439] Cause: EXCEPTION_ACCESS_VIOLATION
[09-02-2014 || 09:00:55.443] Exception occurred at: 0x10C7A23D
[09-02-2014 || 09:00:55.443] Cause: EXCEPTION_ACCESS_VIOLATION
[/quote]

> [09:00:54.079] Using SA:MP Version: 0.3x-R1-2  :face_palm: You must use only R1 !  :angry:
[/quote]
:face_palm:

It says that for everybody. You shoild read others' logs.
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,116
Reaction score
167
KingOfZion link said:
> [09:00:54.079] Using SA:MP Version: 0.3x-R1-2  :face_palm: You must use only R1 !  :angry:
td421f5_another-triple-facepalm.jpg

See the whole Log, it's the right Version its just for the Fake Version.

@sunniiiiiiii(so much i):
Everything seems fine, but is it possible that you're using a modified gta_sa.exe ?
 

sunniiii

Member
Joined
Feb 9, 2014
Messages
5
Reaction score
0
No, its 100% fresh.
But I will try downloading another one..

btw my gta.exe is exactly 13,7 MB (14.386.176 Bytes) big.

update:

the new one is exactly the same from size and game..
May I should make a video? But I will try to tell you my problem once again:

1) Is start samp
2) go on a server
3) can see your logo under the samp logo
4) Everything seems to work
5) sa begins to flicker in loading screen, and then i get kicked to desktop.
6.) gta_sa.exe doesnt work anymore.

btw² Every s0beit works, the original one
The sonic v1 for r1

But Sonic v2 and Trollbeit 2k14 doesnt work.. its exactly the same type of error, may i need some ddl files for this Hack?
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,116
Reaction score
167
sunniiii link said:
No, its 100% fresh.
But I will try downloading another one..

btw my gta.exe is exactly 13,7 MB (14.386.176 Bytes) big.

update:

the new one is exactly the same from size and game..
May I should make a video? But I will try to tell you my problem once again:

1) Is start samp
2) go on a server
3) can see your logo under the samp logo
4) Everything seems to work
5) sa begins to flicker in loading screen, and then i get kicked to desktop.
6.) gta_sa.exe doesnt work anymore.

btw² Every s0beit works, the original one
The sonic v1 for r1

But Sonic v2 and Trollbeit 2k14 doesnt work.. its exactly the same type of error, may i need some ddl files for this Hack?
You only need AntTweakBar.dll (everything is Included).
It's maybe a problem with AntTweakBar, that would explain why s0nictz (newest) doesnt works for you.
 

sunniiii

Member
Joined
Feb 9, 2014
Messages
5
Reaction score
0
I dont think so, I have tried some other twerk dlls doesnt work.
May its a problem with directx, I will check it later.

Some people had this type of problem too on s0nictz, I will look for that too.


----------

fixed the problem by delete some files out of my gta sa dir, idk why they where there. Even if some .ped datas...
 

KingOfZion

Well-known member
Joined
Feb 20, 2013
Messages
208
Reaction score
4
@0x688 - My fault... Sorry.

Thanks for releasing.  :forever_hurra: But CLM and CCircle crashing my game.  :bawww:
 

Hansin

Active member
Joined
Feb 25, 2013
Messages
169
Reaction score
0
How do i put the files in my GTA Folder, should i just paste/exract Everything in the gta folder or what should i really do?
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,116
Reaction score
167
KingOfZion link said:
@0x688 - My fault... Sorry.

Thanks for releasing.  :forever_hurra: But CLM and CCircle crashing my game.  :bawww:
:excited_troll: Dont you finally understand that I need the damn Logs  :angry:
 

KingOfZion

Well-known member
Joined
Feb 20, 2013
Messages
208
Reaction score
4
0x688 link said:
[quote author=KingOfZion link=topic=5240.msg30068#msg30068 date=1392060797]
@0x688 - My fault... Sorry.

Thanks for releasing.  :forever_hurra: But CLM and CCircle crashing my game.  :bawww:
:excited_troll: Dont you finally understand that I need the damn Logs  :angry:
[/quote]

:eek:key: Here:
[20:20:01.734] Initializing Trollbeit  Public Version
[20:20:01.735] Compiled: Why you even Care ? CL:1337 BECUZ NOT IMPORTANT
[20:20:01.735] OS: Windows Version 6.1537.7601
[20:20:01.738] Wrong number of arguments (10) for rpg_nametags_special
[20:20:01.742] Warning: setting 'rpg_nametags_special' was not present in the .ini file
[20:20:01.742] SA:MP 0.3x was detected. g_dwSAMP_Addr: 0x030C0000
[20:20:01.743] [FRIENDLIST:] Adding Friend 0x688
[20:20:01.743] [FRIENDLIST:] Adding Friend 0X688
[20:20:01.743] [FRIENDLIST:] Adding Friend 0x_
[20:20:01.743] [FRIENDLIST:] Adding Friend [UGB]0x688
[20:20:10.334] Sprite texture loaded.
[20:20:36.759] Using SA:MP Version: 0.3x-R1-2
[20:29:34.136] Exception occurred at: 0x6DBA3B1 ( d3d9s0b.dll+0x2A3B1 )
[20:29:34.137] Cause: EXCEPTION_ACCESS_VIOLATION
[20:29:34.722] Exception occurred at: 0xAF9A23D
[20:29:34.722] Cause: EXCEPTION_ACCESS_VIOLATION
[20:29:34.798] Exception occurred at: 0xAF9A23D
[20:29:34.798] Cause: EXCEPTION_ACCESS_VIOLATION
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
104
put all files in gta folder and what does this "Player Copier" Do?
 

lol85

New member
Joined
Feb 12, 2014
Messages
1
Reaction score
0
Join too Server, Spawn at the Server and I´m gefreezt! Why???

Ich bin ein Deutscher kann mir das einer auf Deutsch erklären
 
Top